Skip navigation links
$ 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 _ 

$

$$_hibernate_clearDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Clear the stored dirty attributes
$$_hibernate_clearOwner(String) - Method in interface org.hibernate.engine.spi.CompositeTracker
 
$$_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_setEntityEntry(EntityEntry) - Method in interface org.hibernate.engine.spi.ManagedEntity
Injects the EntityEntry associated with this entity instance.
$$_hibernate_setInterceptor(PersistentAttributeInterceptor) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
 
$$_hibernate_setNextManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the next entry.
$$_hibernate_setOwner(String, CompositeOwner) - Method in interface org.hibernate.engine.spi.CompositeTracker
 
$$_hibernate_setPreviousManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the previous entry.
$$_hibernate_suspendDirtyTracking(boolean) - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Temporarily enable / disable dirty tracking
$$_hibernate_trackChange(String) - Method in interface org.hibernate.engine.spi.CompositeOwner
 
$$_hibernate_trackChange(String) - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Adds persistent attribute to the set of values that have changed

A

abortBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
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)
abs(Expression<N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
AbsFunction<N extends Number> - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL ABS function.
AbsFunction(CriteriaBuilderImpl, Expression) - Constructor for class org.hibernate.jpa.criteria.expression.function.AbsFunction
 
AbstractAnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
A SQLFunction providing support for implementing TRIM functionality (as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full trim function itself.
AbstractAnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
AbstractAnyReference - Class in org.hibernate.loader.plan.build.internal.returns
 
AbstractAnyReference(PropertyPath) - Constructor for class org.hibernate.loader.plan.build.internal.returns.AbstractAnyReference
 
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
 
AbstractAttribute<X,Y> - Class in org.hibernate.jpa.internal.metamodel
Models the commonality of the JPA Attribute hierarchy.
AbstractAttribute(String, Class<Y>, AbstractManagedType<X>, Member, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractAttribute
 
AbstractAttribute - Class in org.hibernate.tuple
 
AbstractAttribute(String, Type) - Constructor for class org.hibernate.tuple.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
 
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, Serializable, 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(Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean, Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractBasicQueryContractImpl - Class in org.hibernate.internal
 
AbstractBasicQueryContractImpl(SessionImplementor) - Constructor for class org.hibernate.internal.AbstractBasicQueryContractImpl
 
AbstractBatchImpl - Class in org.hibernate.engine.jdbc.batch.internal
Convenience base class for implementers of the Batch interface.
AbstractBatchImpl(BatchKey, JdbcCoordinator) - Constructor for class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
AbstractBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection.plan
Base class for LoadPlan-based BatchingCollectionInitializerBuilder implementations.
AbstractBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.plan.AbstractBatchingCollectionInitializerBuilder
 
AbstractBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity.plan
Base class for LoadPlan-based BatchingEntityLoaderBuilder implementations.
AbstractBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
 
AbstractBinder - Class in org.hibernate.boot.jaxb.internal
 
AbstractBinder(ClassLoaderService) - Constructor for class org.hibernate.boot.jaxb.internal.AbstractBinder
 
AbstractBinder(ClassLoaderService, boolean) - Constructor for class org.hibernate.boot.jaxb.internal.AbstractBinder
 
AbstractCallback - Class in org.hibernate.jpa.event.internal.jpa
 
AbstractCallback(CallbackType) - Constructor for class org.hibernate.jpa.event.internal.jpa.AbstractCallback
 
AbstractClassTransformerImpl - Class in org.hibernate.bytecode.spi
Basic implementation of the ClassTransformer contract.
AbstractClassTransformerImpl(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
AbstractCollectionEvent - Class in org.hibernate.event.spi
Defines a base class for events involving collections.
AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Serializable) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
Constructs an AbstractCollectionEvent object.
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
 
AbstractCollectionLoadQueryDetails - Class in org.hibernate.loader.plan.exec.internal
Handles interpreting a LoadPlan (for loading of a collection) by: generating the SQL query to perform creating the readers needed to read the results from the SQL's ResultSet
AbstractCollectionLoadQueryDetails(LoadPlan, AliasResolutionContextImpl, CollectionReturn, QueryBuildingParameters, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
AbstractCollectionMapper<T> - Class in org.hibernate.envers.internal.entities.mapper.relation
 
AbstractCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
AbstractCollectionPersister - Class in org.hibernate.persister.collection
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, CollectionRegionAccessStrategy, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
 
AbstractCollectionReference - Class in org.hibernate.loader.plan.build.internal.returns
 
AbstractCollectionReference(ExpandingCollectionQuerySpace, PropertyPath, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
 
AbstractColumnsAndFormulasSource() - Constructor for class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
AbstractComponentTuplizer - Class in org.hibernate.tuple.component
Support for tuplizers relating to components.
AbstractComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.AbstractComponentTuplizer
 
AbstractCompositeEntityIdentifierDescription - Class in org.hibernate.loader.plan.build.internal.returns
 
AbstractCompositeEntityIdentifierDescription(EntityReference, ExpandingCompositeQuerySpace, CompositeType, PropertyPath) - Constructor for class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeEntityIdentifierDescription
 
AbstractCompositeFetch - Class in org.hibernate.loader.plan.build.internal.returns
 
AbstractCompositeFetch(ExpandingCompositeQuerySpace, boolean, PropertyPath) - Constructor for class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeFetch
 
AbstractCompositeIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
 
AbstractCompositeIdMapper(Class, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
AbstractCompositeReference - Class in org.hibernate.loader.plan.build.internal.returns
 
AbstractCompositeReference(ExpandingCompositeQuerySpace, boolean, PropertyPath) - Constructor for class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeReference
 
AbstractCompositionAttribute - Class in org.hibernate.tuple.component
A base class for a composite, non-identifier attribute.
AbstractCompositionAttribute(AttributeSource, SessionFactoryImplementor, int, String, CompositeType, int, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.AbstractCompositionAttribute
 
AbstractCurrentSessionContext - Class in org.hibernate.context.spi
Base support for CurrentSessionContext implementors.
AbstractCurrentSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.spi.AbstractCurrentSessionContext
 
AbstractDataSourceBasedMultiTenantConnectionProviderImpl - 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 AbstractDelegatingMetadataBuilderImplementor<T>> - 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 AbstractDelegatingSessionFactoryBuilder<T>> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of SessionFactoryBuilder, using delegation
AbstractDelegatingSessionFactoryBuilder(SessionFactoryBuilder) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
AbstractDelegatingSessionFactoryOptions - Class in org.hibernate.boot.spi
Convenience base class for custom implementors 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
 
AbstractEmitterBean - Class in org.hibernate.cache.ehcache.management.impl
Base MBean impl
AbstractEmitterBean(Class<T>) - Constructor for class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
Constructs a AbstractEmitterBean
AbstractEmptinessExpression - Class in org.hibernate.criterion
Base expression implementation for (not) emptiness checking of collection properties
AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
 
AbstractEntityBasedAttribute - Class in org.hibernate.tuple.entity
 
AbstractEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
 
AbstractEntityEntry - Class in org.hibernate.engine.internal
A base implementation of EntityEntry
AbstractEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, EntityMode, String, boolean, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.AbstractEntityEntry
Deprecated.
the tenantId and entityMode parameters where removed: this constructor accepts but ignores them. Use the other constructor!
AbstractEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.AbstractEntityEntry
 
AbstractEntityEntry(SessionFactoryImplementor, String, Serializable, Status, Status, Object[], Object[], Object, LockMode, boolean, boolean, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.AbstractEntityEntry
This for is used during custom deserialization handling
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.
AbstractEntityGraphVisitationStrategy - Class in org.hibernate.loader.plan.build.internal
Abstract strategy of building loadplan based on entity graph.
AbstractEntityGraphVisitationStrategy(SessionFactoryImplementor, LoadQueryInfluencers, LockMode) - Constructor for class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
AbstractEntityInsertAction - Class in org.hibernate.action.internal
A base class for entity insert actions.
AbstractEntityInsertAction(Serializable, Object[], Object, boolean, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.internal.AbstractEntityInsertAction
Constructs an AbstractEntityInsertAction object.
AbstractEntityJoinWalker - Class in org.hibernate.loader
Abstract walker for walkers which begin at an entity (criteria queries and entity loaders).
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers, String) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityLoader - Class in org.hibernate.loader.entity
 
AbstractEntityLoader(OuterJoinLoadable, Type, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.AbstractEntityLoader
 
AbstractEntityManagerImpl - Class in org.hibernate.ejb
Deprecated.
AbstractEntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, SynchronizationType, PersistenceUnitTransactionType, Map) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl
Deprecated.
 
AbstractEntityManagerImpl - Class in org.hibernate.jpa.spi
 
AbstractEntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, SynchronizationType, PersistenceUnitTransactionType, Map) - Constructor for class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
AbstractEntityManagerImpl.TupleBuilderTransformer - Class in org.hibernate.jpa.spi
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl<X> - Class in org.hibernate.jpa.spi
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl - Class in org.hibernate.jpa.spi
 
AbstractEntityPersister - Class in org.hibernate.persister.entity
Basic functionality for persisting an entity via JDBC through either generated or custom SQL
AbstractEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister.CacheEntryHelper - Interface in org.hibernate.persister.entity
Consolidated these onto a single helper because the 2 pieces work in tandem.
AbstractEntityPersister.InclusionChecker - Interface in org.hibernate.persister.entity
 
AbstractEntityReference - Class in org.hibernate.loader.plan.build.internal.returns
 
AbstractEntityReference(ExpandingEntityQuerySpace, PropertyPath) - Constructor for class org.hibernate.loader.plan.build.internal.returns.AbstractEntityReference
 
AbstractEntitySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
AbstractEntitySourceImpl(MappingDocument, JaxbHbmEntityBaseDefinition) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
AbstractEntityTuplizer - Class in org.hibernate.tuple.entity
Support for tuplizers relating to entities.
AbstractEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
Constructs a new AbstractEntityTuplizer instance.
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.
AbstractExpandingFetchSource - Class in org.hibernate.loader.plan.build.internal.returns
 
AbstractExpandingFetchSource(ExpandingQuerySpace, PropertyPath) - Constructor for class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
AbstractExpandingSourceQuerySpace - Class in org.hibernate.loader.plan.build.internal.spaces
 
AbstractExpandingSourceQuerySpace(String, QuerySpace.Disposition, ExpandingQuerySpaces, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.spaces.AbstractExpandingSourceQuerySpace
 
AbstractExplicitParameterSpecification - Class in org.hibernate.param
Convenience base class for explicitly defined query parameters.
AbstractExplicitParameterSpecification(int, int) - Constructor for class org.hibernate.param.AbstractExplicitParameterSpecification
Constructs an AbstractExplicitParameterSpecification.
AbstractFieldInterceptor - Class in org.hibernate.bytecode.instrumentation.spi
Base support for FieldInterceptor implementations.
AbstractFieldInterceptor(SessionImplementor, Set, String) - Constructor for class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
AbstractFieldSerialForm - Class in org.hibernate.property.access.internal
Abstract serialization replacement for field based Getter and Setter impls.
AbstractFieldSerialForm(Field) - Constructor for class org.hibernate.property.access.internal.AbstractFieldSerialForm
 
AbstractFieldSerialForm(Class, String) - Constructor for class org.hibernate.property.access.internal.AbstractFieldSerialForm
 
AbstractFlushingEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners whose functionality results in flushing.
AbstractFlushingEventListener() - Constructor for class org.hibernate.event.internal.AbstractFlushingEventListener
 
AbstractFromImpl<Z,X> - Class in org.hibernate.jpa.criteria.path
Convenience base class for various From implementations.
AbstractFromImpl(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
AbstractFromImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
AbstractFromImpl.BasicJoinScope - Class in org.hibernate.jpa.criteria.path
 
AbstractFromImpl.CorrelationJoinScope - Class in org.hibernate.jpa.criteria.path
 
AbstractFromImpl.JoinScope<X> - Interface in org.hibernate.jpa.criteria.path
Helper contract used to define who/what keeps track of joins and fetches made from this FROM.
AbstractGraphNode<T> - Class in org.hibernate.jpa.graph.internal
Base class for EntityGraph and Subgraph implementations.
AbstractGraphNode(EntityManagerFactoryImpl, boolean) - Constructor for class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
AbstractGraphNode(AbstractGraphNode<T>, boolean) - Constructor for class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
AbstractHANADialect - Class in org.hibernate.dialect
An abstract base class for HANA dialects.
AbstractHANADialect() - Constructor for class org.hibernate.dialect.AbstractHANADialect
 
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<X> - Class in org.hibernate.jpa.internal.metamodel
Defines commonality for the JPA IdentifiableType types.
AbstractIdentifiableType(Class<X>, String, AbstractIdentifiableType<? super X>, boolean, boolean, boolean) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
AbstractIdentifiableType.Builder<X> - Interface in org.hibernate.jpa.internal.metamodel
 
AbstractIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
 
AbstractIdMapper(ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
AbstractInstrumenter - Class in org.hibernate.bytecode.buildtime.spi
Provides the basic templating of how instrumentation should occur.
AbstractInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Creates the basic instrumentation strategy.
AbstractInstrumenter.CustomFieldFilter - Class in org.hibernate.bytecode.buildtime.spi
Allows control over what exactly to transform.
AbstractJaccSecurableEventListener - Class in org.hibernate.secure.internal
Base class for JACC-securable event listeners
AbstractJaccSecurableEventListener() - Constructor for class org.hibernate.secure.internal.AbstractJaccSecurableEventListener
 
AbstractJoinImpl<Z,X> - Class in org.hibernate.jpa.criteria.path
Convenience base class for various Join implementations.
AbstractJoinImpl(CriteriaBuilderImpl, PathSource<Z>, Attribute<? super Z, X>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
AbstractJoinImpl(CriteriaBuilderImpl, Class<X>, PathSource<Z>, Attribute<? super Z, ?>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
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() - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
For serialization from the non-pojo initializers (HHH-3309)
AbstractLazyInitializer(String, Serializable, SessionImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
Main constructor.
AbstractLimitHandler - Class in org.hibernate.dialect.pagination
Default implementation of LimitHandler interface.
AbstractLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractLimitHandler
 
AbstractLoadPlanBasedCollectionInitializer - Class in org.hibernate.loader.collection.plan
An abstract CollectionInitializer implementation based on using LoadPlans
AbstractLoadPlanBasedCollectionInitializer(QueryableCollection, QueryBuildingParameters) - Constructor for class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
AbstractLoadPlanBasedEntityLoader - Class in org.hibernate.loader.entity.plan
A UniqueEntityLoader implementation based on using LoadPlans
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable, SessionFactoryImplementor, String[], Type, QueryBuildingParameters) - Constructor for class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
AbstractLoadPlanBasedLoader - Class in org.hibernate.loader.plan.exec.internal
A superclass for loader implementations based on using LoadPlans.
AbstractLoadPlanBasedLoader(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
AbstractLoadPlanBasedLoader.SqlStatementWrapper - Class in org.hibernate.loader.plan.exec.internal
Wrapper class for Statement and associated ResultSet.
AbstractLoadPlanBuildingAssociationVisitationStrategy - Class in org.hibernate.loader.plan.build.internal
A LoadPlanBuildingAssociationVisitationStrategy is a strategy for building a LoadPlan.
AbstractLoadPlanBuildingAssociationVisitationStrategy(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
Constructs an AbstractLoadPlanBuildingAssociationVisitationStrategy.
AbstractLoadPlanBuildingAssociationVisitationStrategy.PropertyPathStack - Class in org.hibernate.loader.plan.build.internal
Maintains stack information for the property paths we are processing for logging purposes.
AbstractLoadQueryDetails - Class in org.hibernate.loader.plan.exec.internal
 
AbstractLoadQueryDetails(LoadPlan, AliasResolutionContextImpl, QueryBuildingParameters, String[], Return, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
AbstractLoadQueryDetails.ReaderCollectorImpl - Class in org.hibernate.loader.plan.exec.internal
 
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<X> - Class in org.hibernate.jpa.internal.metamodel
Defines commonality for the JPA ManagedType hierarchy of interfaces.
AbstractManagedType(Class<X>, String, AbstractManagedType<? super X>) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
AbstractManagedType.Builder<X> - Interface in org.hibernate.jpa.internal.metamodel
 
AbstractManipulationCriteriaQuery<T> - Class in org.hibernate.jpa.criteria
Base class for commonality between CriteriaUpdate and CriteriaDelete
AbstractManipulationCriteriaQuery(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
AbstractMapComponentNode - Class in org.hibernate.hql.internal.ast.tree
Basic support for KEY, VALUE and ENTRY based "qualified identification variables".
AbstractMapComponentNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
AbstractMultiTableBulkIdStrategyImpl<TT extends IdTableInfo,CT extends AbstractMultiTableBulkIdStrategyImpl.PreparationContext> - Class in org.hibernate.hql.spi.id
Convenience base class for MultiTableBulkIdStrategy implementations.
AbstractMultiTableBulkIdStrategyImpl(IdTableSupport) - Constructor for class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
AbstractMultiTableBulkIdStrategyImpl.PreparationContext - Interface in org.hibernate.hql.spi.id
 
AbstractMultiTenantConnectionProvider - 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
 
AbstractNode - Class in org.hibernate.jpa.criteria
All nodes in a criteria query tree will generally need access to the CriteriaBuilderImpl from which they come.
AbstractNode(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.AbstractNode
 
AbstractNonIdentifierAttribute - Class in org.hibernate.tuple
 
AbstractNonIdentifierAttribute(AttributeSource, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
AbstractNullnessCheckNode - Class in org.hibernate.hql.internal.ast.tree
Base class for nodes dealing 'is null' and 'is not null' operators.
AbstractNullnessCheckNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
 
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.
AbstractParameterRegistrationImpl<T> - Class in org.hibernate.procedure.internal
Abstract implementation of ParameterRegistration/ParameterRegistrationImplementor
AbstractParameterRegistrationImpl(ProcedureCallImpl, Integer, ParameterMode, Class<T>) - Constructor for class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
AbstractParameterRegistrationImpl(ProcedureCallImpl, Integer, ParameterMode, Class<T>, Type) - Constructor for class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
AbstractParameterRegistrationImpl(ProcedureCallImpl, String, ParameterMode, Class<T>) - Constructor for class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
AbstractParameterRegistrationImpl(ProcedureCallImpl, String, ParameterMode, Class<T>, Type) - Constructor for class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
AbstractPathImpl<X> - Class in org.hibernate.jpa.criteria.path
Convenience base class for various Path implementations.
AbstractPathImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.jpa.criteria.path.AbstractPathImpl
Constructs a basic path instance.
AbstractPersistentCollection - Class in org.hibernate.collection.internal
Base class implementing PersistentCollection
AbstractPersistentCollection() - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection
Not called by Hibernate, but used by non-JDK serialization, eg.
AbstractPersistentCollection(SessionImplementor) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection
 
AbstractPersistentCollection.AbstractValueDelayedOperation - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.DelayedOperation - Interface in org.hibernate.collection.internal
Contract for operations which are part of a collection's operation queue.
AbstractPersistentCollection.IteratorProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.LazyInitializationWork<T> - Interface in org.hibernate.collection.internal
TBH not sure why this is public
AbstractPersistentCollection.ListIteratorProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.ListProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.SetProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.ValueDelayedOperation - Interface in org.hibernate.collection.internal
 
AbstractPluralAssociationElementSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
AbstractPluralAssociationElementSourceImpl(MappingDocument, PluralAttributeSource) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
 
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
 
AbstractPostInsertGenerator - Class in org.hibernate.id
Basic implementation of the PostInsertIdentifierGenerator contract.
AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
 
AbstractPreDatabaseOperationEvent - Class in org.hibernate.event.spi
Represents an operation we are about to perform against the database.
AbstractPreDatabaseOperationEvent(EventSource, Object, Serializable, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPredicateImpl - Class in org.hibernate.jpa.criteria.predicate
Basic template support for Predicate implementors providing expression handling, negation and conjunction/disjunction handling.
AbstractPredicateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.predicate.AbstractPredicateImpl
 
AbstractPropertyHolder - Class in org.hibernate.cfg
No idea.
AbstractPropertyMapping - Class in org.hibernate.persister.entity
Basic implementation of the PropertyMapping contract.
AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
 
AbstractQueryImpl<X> - Class in org.hibernate.ejb
Deprecated.
Use AbstractQueryImpl instead
AbstractQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.AbstractQueryImpl
Deprecated.
 
AbstractQueryImpl - Class in org.hibernate.internal
Abstract implementation of the Query interface.
AbstractQueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.AbstractQueryImpl
 
AbstractQueryImpl<X> - Class in org.hibernate.jpa.spi
Base class for implementing both Query and TypedQuery, including query references built from criteria queries.
AbstractQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.jpa.spi.AbstractQueryImpl
 
AbstractQuerySpace - Class in org.hibernate.loader.plan.build.internal.spaces
Convenience base class for QuerySpace implementations.
AbstractQuerySpace(String, QuerySpace.Disposition, ExpandingQuerySpaces, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
 
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
 
AbstractRelationQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Base class for implementers of RelationQueryGenerator contract.
AbstractRelationQueryGenerator(AuditEntitiesConfiguration, MiddleIdData, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
AbstractRestrictableStatement - Class in org.hibernate.hql.internal.ast.tree
Convenience implementation of RestrictableStatement to centralize common functionality.
AbstractRestrictableStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
AbstractReturningDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.
AbstractReturningDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
 
AbstractReturningWork<T> - Class in org.hibernate.jdbc
An abstract implementation of ReturningWork that accepts a WorkExecutor visitor for executing a discrete piece of work and returning a result.
AbstractReturningWork() - Constructor for class org.hibernate.jdbc.AbstractReturningWork
 
AbstractRowReader - Class in org.hibernate.loader.plan.exec.process.internal
 
AbstractRowReader(ReaderCollector) - Constructor for class org.hibernate.loader.plan.exec.process.internal.AbstractRowReader
 
AbstractSaveEventListener - Class in org.hibernate.event.internal
A convenience bas class for listeners responding to save events.
AbstractSaveEventListener() - Constructor for class org.hibernate.event.internal.AbstractSaveEventListener
 
AbstractSaveEventListener.EntityState - Enum in org.hibernate.event.internal
 
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
 
AbstractScrollableResults - Class in org.hibernate.internal
Base implementation of the ScrollableResults interface.
AbstractScrollableResults(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.internal.AbstractScrollableResults
 
AbstractSelectExpression - Class in org.hibernate.hql.internal.ast.tree
Partial implementation of SelectExpression for all the nodes that aren't constructors.
AbstractSelectExpression() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
AbstractSelectingDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert to determine the generated identifier.
AbstractSelectingDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
 
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 SerializableProxy.
AbstractSerializableProxy() - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
For serialization
AbstractSerializableProxy(String, Serializable, Boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
 
AbstractServiceRegistryImpl - Class in org.hibernate.service.internal
Basic implementation of the ServiceRegistry and ServiceRegistryImplementor contracts
AbstractServiceRegistryImpl() - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(boolean) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
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
 
AbstractSessionImpl - Class in org.hibernate.internal
Functionality common to stateless and stateful sessions
AbstractSessionImpl(SessionFactoryImpl, String) - Constructor for class org.hibernate.internal.AbstractSessionImpl
 
AbstractSessionImpl.JdbcObserverImpl - Class in org.hibernate.internal
 
AbstractSessionImpl.JdbcSessionContextImpl - Class in org.hibernate.internal
 
AbstractSimplePredicate - Class in org.hibernate.jpa.criteria.predicate
TODO : javadoc
AbstractSimplePredicate(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.predicate.AbstractSimplePredicate
 
AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
TODO : javadoc
AbstractSingleColumnStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
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
 
AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
 
AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
AbstractStandardBasicType<T> - Class in org.hibernate.type
Convenience base class for BasicType implementations
AbstractStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractStandardBasicType
 
AbstractStatement - Class in org.hibernate.hql.internal.ast.tree
Convenience implementation of Statement to centralize common functionality.
AbstractStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractStatement
 
AbstractTableBasedBulkIdHandler - Class in org.hibernate.hql.spi.id
AbstractTableBasedBulkIdHandler(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
AbstractTableBasedBulkIdHandler.ProcessedWhereClause - Class in org.hibernate.hql.spi.id
 
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.
AbstractTupleElement<X> - Class in org.hibernate.jpa.criteria.expression
TODO : javadoc
AbstractTupleElement(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.jpa.criteria.expression.AbstractTupleElement
 
AbstractType<X> - Class in org.hibernate.jpa.internal.metamodel
Defines commonality for the JPA Type hierarchy of interfaces.
AbstractType(Class<X>) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractType
Instantiates the type based on the given Java type.
AbstractType(Class<X>, String) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractType
Instantiates the type based on the given Java type.
AbstractType - Class in org.hibernate.type
Abstract superclass of the built in Type hierarchy.
AbstractType() - Constructor for class org.hibernate.type.AbstractType
 
AbstractTypeDescriptor<T> - Class in org.hibernate.type.descriptor.java
Abstract adapter for Java type descriptors.
AbstractTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Initialize a type descriptor for the given type.
AbstractTypeDescriptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Initialize a type descriptor for the given type.
AbstractUUIDGenerator - Class in org.hibernate.id
The base class for identifier generators that use a UUID algorithm.
AbstractUUIDGenerator() - Constructor for class org.hibernate.id.AbstractUUIDGenerator
 
AbstractValueDelayedOperation(Object, Object) - Constructor for class org.hibernate.collection.internal.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(Object, Object, Metadata) - Method in class org.hibernate.cache.infinispan.util.Tombstone.ExcludeTombstonesFilter
 
accept(ValueVisitor) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
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<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 interface org.hibernate.jdbc.WorkExecutorVisitable
Accepts a WorkExecutor visitor for executing a discrete piece of work, and returns an implementation-defined result..
accept(String) - Method in interface org.hibernate.jpa.internal.schemagen.ScriptTargetOutput
Accept the given command and write it to the abstracted script
accept(String) - Method in class org.hibernate.jpa.internal.schemagen.ScriptTargetOutputToWriter
 
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.Component
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
 
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(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
 
accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
 
accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
 
accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Array) - 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(Set) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(String) - Method in class org.hibernate.tool.schema.internal.TargetDatabaseImpl
 
accept(String) - Method in class org.hibernate.tool.schema.internal.TargetFileImpl
 
accept(String) - Method in class org.hibernate.tool.schema.internal.TargetStdoutImpl
 
accept(String) - Method in interface org.hibernate.tool.schema.spi.Target
Accept a management action.
acceptsImportScriptActions() - Method in class org.hibernate.tool.schema.internal.TargetDatabaseImpl
 
acceptsImportScriptActions() - Method in class org.hibernate.tool.schema.internal.TargetFileImpl
 
acceptsImportScriptActions() - Method in class org.hibernate.tool.schema.internal.TargetStdoutImpl
 
acceptsImportScriptActions() - Method in interface org.hibernate.tool.schema.spi.Target
Does this target accept actions coming from an import script? If false, actions are not sent to this target's Target.accept(String) method
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 - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Version
 
ACCESS_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.
AccessDelegate - Interface in org.hibernate.cache.infinispan.access
Defines the strategy for access to entity or collection data in a Infinispan instance.
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.
AccessOptimizerAdapter - Class in org.hibernate.bytecode.internal.javassist
The ReflectionOptimizer.AccessOptimizer implementation for Javassist which simply acts as an adapter to the BulkAccessor class.
AccessOptimizerAdapter(BulkAccessor, Class) - Constructor for class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
Constructs an AccessOptimizerAdapter
AccessType - Annotation Type in org.hibernate.annotations
Deprecated.
Use AttributeAccessor instead; renamed to avoid confusion with the JPA AccessType enum.
AccessType - Enum in org.hibernate.cache.spi.access
The types of access strategies available.
AccessType - Enum in org.hibernate.cfg
Enum defining different access strategies for accessing entity values.
AccessType - Enum in org.hibernate.jpamodelgen.util
 
AccessType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for access-type.
AccessTypeInformation - Class in org.hibernate.jpamodelgen.util
Encapsulates the access type information for a single class.
AccessTypeInformation(String, AccessType, AccessType) - Constructor for class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
accountForPrimitiveTypes(Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
acquirePutFromLoadLock(SessionImplementor, Object, long) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Acquire a lock giving the calling thread the right to put data in the cache for the given key.
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.JaccPermissionDefinition
 
actions - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
ActivationContext - Interface in org.hibernate.cfg.beanvalidation
Defines the context needed to call the TypeSafeActivator
AdaptedImmutableType<T> - Class in org.hibernate.type
Optimize a mutable type, if the user promises not to mutable the instances.
AdaptedImmutableType(AbstractStandardBasicType<T>) - Constructor for class org.hibernate.type.AdaptedImmutableType
 
Adapter1 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
Adapter2 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
Adapter3 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
Adapter4 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
Adapter5 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
Adapter6 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
Adapter7 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
Adapter8 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
Adapter9 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
add(ToolingHint) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
add(String, CompositeOwner) - Method in class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
add(String) - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
add(String, int) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleCollectionTracker
 
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, int) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
add(CollectionStats) - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
Update the internal stats
add(EntityStats) - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Adds the counters of this instance up with the ones passed in
add(QueryStats) - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
Adds to the counter of this instance
add(XmlDocument) - Method in class org.hibernate.cfg.Configuration
Deprecated.
No longer supported.
add(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
add(int, Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
add(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
add(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
add(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
add(int, Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
add(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
add(int, Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
add(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
add(int, Object) - Method in class org.hibernate.collection.internal.PersistentList
 
add(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
add(Criterion) - Method in interface org.hibernate.Criteria
Add a restriction to constrain the results to be retrieved.
add(Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Add a restriction
add(Criterion) - Method in class org.hibernate.criterion.Junction
Adds a criterion to the junction (and/or)
add(Projection) - Method in class org.hibernate.criterion.ProjectionList
Add a projection to this list of projections
add(Projection, String) - Method in class org.hibernate.criterion.ProjectionList
Adds a projection to this list of projections after wrapping it with an alias
add(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections
 
add(E) - Method in class org.hibernate.engine.spi.ExecutableList
Add an Executable to this list.
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.SingleIdMapper
 
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(U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
add(int, U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
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(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.AbstractAuditQuery
 
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(Criteria, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
add(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
add(String[], String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
add(String, Long) - Method in class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
add(CollectionReferenceInitializer) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails.ReaderCollectorImpl
 
add(EntityReferenceInitializer) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails.ReaderCollectorImpl
 
add(CollectionReferenceInitializer) - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
add(EntityReferenceInitializer) - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
ADD_GENERATED_ANNOTATION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
ADD_GENERATION_DATE - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
ADD_SUPPRESS_WARNINGS_ANNOTATION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
addAccessTypeInformation(String, AccessTypeInformation) - Method in class org.hibernate.jpamodelgen.Context
 
addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity insert action
addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity (IDENTITY) insert action
addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity delete action
addAction(OrphanRemovalAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an orphan removal action
addAction(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity update action
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(QueuedOperationCollectionAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an action relating to a collection queued operation (extra lazy).
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)
addAdditionalProperty(String, String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addAll(Properties, Map) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
addAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
addAll(Collection<? extends U>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
addAll(int, Collection<? extends U>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
addAll(Collection<T>, T[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
addAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
addAnnotatedClass(Class) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnnotatedClass(Class) - Method in class org.hibernate.cfg.Configuration
Read metadata from the annotations associated with this class.
addAnnotatedClassName(String) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnyExtraIdSelectValues(SelectValues) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
addAnyExtraIdSelectValues(SelectValues) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
addAnyExtraIdSelectValues(SelectValues) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
addAnyMetaDef(AnyMetaDef) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addAnyMetaDef(AnyMetaDef) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addAssignment(Path<Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
addAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.AuditStrategy
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.DefaultAuditStrategy
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
addAssociationKey(AssociationKey) - Method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
Add association key to indicate the association is being visited.
addAttribute(String) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttribute(Attribute) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttribute(Attribute<X, ?>) - Method in interface org.hibernate.jpa.internal.metamodel.AbstractManagedType.Builder
 
addAttributeBinding(Property) - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
Adds a attribute binding.
addAttributeConverter(AttributeConverterDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addAttributeConverter(Class<? extends AttributeConverter>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addAttributeConverter(AttributeConverterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addAttributeConverter(Class<? extends AttributeConverter>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addAttributeConverter(AttributeConverterDefinition) - Method in interface org.hibernate.cfg.annotations.reflection.AttributeConverterDefinitionCollector
 
addAttributeConverter(Class<? extends AttributeConverter>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter Class to this Configuration.
addAttributeConverter(Class<? extends AttributeConverter>) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter Class to this Configuration.
addAttributeConverter(AttributeConverter) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter instance to this Configuration.
addAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter instance to this Configuration.
addAttributeConverter(AttributeConverterDefinition) - Method in class org.hibernate.cfg.Configuration
 
addAttributeConverterDefinition(AttributeConverterDefinition) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
addAttributeNode(AttributeNodeImpl) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttributeNodes(String...) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttributeNodes(Attribute<T, ?>...) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttributeNodes(String...) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addAttributeNodes(Attribute<T, ?>...) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addAttributeNodes(String...) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addAttributeNodes(Attribute<T, ?>...) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addAttributeSource(AttributeSource) - Method in interface org.hibernate.boot.model.source.internal.hbm.AttributesHelper.Callback
 
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
 
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
 
addBatchLoadableCollection(PersistentCollection, CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
If an 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.
addBundle(Bundle) - Method in class org.hibernate.osgi.OsgiClassLoader
Adds a Bundle to the wrapped set of Bundles
addCacheableFile(String) - Method in class org.hibernate.boot.MetadataSources
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 cached mapping file.
addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFileStrictly(File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!

Much like MetadataSources.addCacheableFile(java.io.File) except that here we will fail immediately if the cache version cannot be found or used for whatever reason

addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
INTENDED FOR TESTSUITE USE ONLY!

Much like Configuration.addCacheableFile(File) except that here we will fail immediately if the cache version cannot be found or used for whatever reason

addCacheRegion(String, Region) - Method in interface org.hibernate.engine.spi.CacheImplementor
Add Region to this Cache scope.
addCacheRegion(String, Region) - Method in class org.hibernate.internal.CacheImpl
 
addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
 
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.boot.MetadataSources
Deprecated.
hbm.xml is a legacy mapping format now considered deprecated.
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(PersistentClass, 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
 
addClassLoader(ClassLoader) - Method in class org.hibernate.osgi.OsgiClassLoader
Adds a ClassLoader to the wrapped set of ClassLoaders
addClassType(XClass) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addClassType(XClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
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.
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.
addColumn(Element, String, Integer, Integer, Integer, String, String, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Adds new column element.
addColumn(Element, String, Integer, Integer, Integer, String, String, String, boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addColumn(Element, Column) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Adds column element with the following attributes (unless empty): name, length, scale, precision, sql-type, read and write.
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.Index
 
addColumn(Column, String) - Method in class org.hibernate.mapping.Index
 
addColumn(Column) - Method in class org.hibernate.mapping.PrimaryKey
 
addColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
addColumn(Column, String) - Method in class org.hibernate.mapping.UniqueKey
 
addColumn(String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Insert
 
addColumn(String) - Method in class org.hibernate.sql.InsertSelect
 
addColumn(String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String, String) - Method in class org.hibernate.sql.SelectValues
 
addColumn(String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String) - Method in class org.hibernate.sql.Update
 
addColumn(String, String) - Method in class org.hibernate.sql.Update
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Update
 
addColumn(ResultSet) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
addColumn(ColumnInformation) - Method in class org.hibernate.tool.schema.extract.internal.IndexInformationImpl.Builder
 
addColumnAlias(String) - Method in interface org.hibernate.SQLQuery.ReturnProperty
Add a column alias to this property mapping.
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
addColumnMapping(ColumnInformation, ColumnInformation) - Method in interface org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder
 
addColumnMapping(ColumnInformation, ColumnInformation) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilderImpl
 
addColumnNameBinding(Table, String, Column) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addColumnNameBinding(Table, Identifier, Column) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addColumnNameBinding(Table, Identifier, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumnNameBinding(Table, String, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumns(Element, Iterator) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Constraint
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Index
 
addColumns(String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[]) - Method in class org.hibernate.sql.InsertSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[], String[]) - Method in class org.hibernate.sql.SelectValues
 
addColumns(String[], String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[], String[], boolean[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addColumnsOrFormulas(Element, Iterator) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Adds all column or formula elements.
addColumnTemplate(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumnTemplates(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addComponent(Element, PropertyAuditingData, Value, CompositeMapperBuilder, String, EntityXmlMappingData, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.ComponentMetadataGenerator
 
addComponent(PropertyData, Class) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
addComponent(PropertyData, Class) - Method in interface org.hibernate.envers.internal.entities.mapper.CompositeMapperBuilder
 
addComponent(PropertyData, Class) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
addComponent(PropertyData, Class) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addComponent(PropertyData, Class) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
addComponentTypedValues(String, Object, CompositeType, List<TypedValue>, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
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.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
 
addCondition(String) - Method in class org.hibernate.engine.internal.JoinSequence
Add a condition to this sequence.
addCondition(String, String[], String) - Method in class org.hibernate.engine.internal.JoinSequence
Add a condition to this sequence.
addCondition(String, String[], String) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds a condition to the join fragment.
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(ConditionFragment) - Method in class org.hibernate.sql.DisjunctionFragment
 
addCondition(String) - Method in class org.hibernate.sql.DisjunctionFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.JoinFragment
Adds a condition to the join fragment.
addCondition(String) - Method in class org.hibernate.sql.JoinFragment
Adds a free-form condition fragment
addCondition(StringBuilder, String) - Method in class org.hibernate.sql.JoinFragment
Appends the 'on' condition to the buffer, returning true if the condition was added.
addCondition(String, String[], String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.QueryJoinFragment
Add the condition string to the join fragment.
addCondition(String, String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String[], String, String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String[], String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addConnections(int) - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections
 
addCorrelationRoot(FromImplementor) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.JoinFragment
Adds a cross join to the specified table.
addCrossJoin(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCustomAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
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.cfg.Ejb3JoinColumn
 
addDefaultNamedNativeQuery(NamedSQLQueryDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultNamedNativeQuery(NamedSQLQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultQuery(NamedQueryDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultQuery(NamedQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultResultSetMapping(ResultSetMappingDefinition) - 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) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDenormalizedTable(String, String, String, boolean, String, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a 'denormalized table' to this repository.
addDescriptor(JavaTypeDescriptor) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
Adds the given descriptor to this registry
addDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
 
addDialectScope(String) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
addDialectScope(String) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject.Expandable
 
addDialectScope(String) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Add the given dialect name to the scope of dialects to which this database object applies.
addDirectory(File) - Method in class org.hibernate.boot.MetadataSources
Read all mapping documents from a directory tree.
addDirectory(File) - Method in class org.hibernate.cfg.Configuration
Read all mapping documents from a directory tree.
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
addDiscriminatorWhereFragment(RestrictableStatement, Queryable, Map, String) - Method in class org.hibernate.hql.internal.ast.util.SyntheticAndFactory
 
addDocument(Document) - Method in class org.hibernate.boot.MetadataSources
Deprecated.
since 5.0. Use one of the other methods for passing mapping source(s).
addDocument(Document) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
addDocument(Document) - Method in class org.hibernate.cfg.Configuration
Deprecated.
Use addURL, addResource, addFile, etc. instead
addDocument(Document) - Method in interface org.hibernate.envers.configuration.internal.MappingCollector
 
addDuplicationStrategy(DuplicationStrategy) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
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
 
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
addEmbeddedParameter(ParameterSpecification) - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated.
Adds a parameter specification for a parameter encountered within this node.
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
addEntity(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntity(EntityUniqueKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - 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 interface org.hibernate.engine.spi.PersistenceContext
Add an entity to the cache by unique key
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Adds an entity to the internal caches.
addEntity(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(String, String, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(String, Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(String, Class, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(String) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, without specifying an alias.
addEntity(String, String) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity.
addEntity(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, specifying a lock mode.
addEntity(Class) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, without specifying an alias.
addEntity(String, Class) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity.
addEntity(String, Class, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, specifying a lock mode.
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
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.
addEntityEntry(Object, EntityEntry) - Method in class org.hibernate.engine.internal.EntityEntryContext
Adds the entity and entry to this context, associating them together
addEntityManagerFactory(String, EntityManagerFactory) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryRegistry
register the specified entity manager factory
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 to be applied to the SessionFactory (see the EntityNameResolver contract for more information..
addEntityNameResolver(EntityNameResolver...) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
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
 
addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
addEventListener(EventType, String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addEventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
addEventListeners(SessionEventListener...) - Method in class org.hibernate.internal.SessionImpl
 
addEventListeners(SessionEventListener...) - Method in interface org.hibernate.Session
Add one or more listeners to the Session
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.
addExtraKeyword(String) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
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(Association, String) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch to the profile.
addFetch(Association, Fetch.Style) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch to the profile.
addFetch(Fetch) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch to the profile.
addFetch(String, String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addFetch(Fetch<X, ?>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl.BasicJoinScope
 
addFetch(Fetch<X, ?>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
addFetch(Fetch<X, ?>) - Method in interface org.hibernate.jpa.criteria.path.AbstractFromImpl.JoinScope
 
addFetch(String, String, String) - Method in class org.hibernate.mapping.FetchProfile
Adds a fetch to this profile.
addFetch(String, String, String) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result.
addFetchProfile(FetchProfile) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addFetchProfile(FetchProfile) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addField(CtClass, CtClass, String) - Static method in class org.hibernate.bytecode.enhance.internal.FieldWriter
Add enhancement field
addFieldWithGetterAndSetter(CtClass, CtClass, String, String, String) - Static method in class org.hibernate.bytecode.enhance.internal.FieldWriter
Add enhancement field with getter and setter
addFile(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a particular XML file
addFile(File) - 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
addFile(File) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFileset(FileSet) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
addFilter(Filter) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in interface org.hibernate.mapping.Filterable
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.PersistentClass
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a filter definition to this repository.
addFormula(Element, Formula) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Adds formula element.
addFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
 
addFormula(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addFormulas(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addFragment(JoinFragment) - Method in class org.hibernate.sql.JoinFragment
Adds another join fragment to this one.
addFrom(String, String) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
Add an entity from which to select.
addFromAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
addFromCollection(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
addFromElement(String, AST) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Adds a new from element to the from node.
addFromFragmentString(String) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds an externally built join fragment.
addFromFragmentString(String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addFromFragmentString(String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addFromFragmentString(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addGeneratedAnnotation() - Method in class org.hibernate.jpamodelgen.Context
 
addGeneratedDate() - Method in class org.hibernate.jpamodelgen.Context
 
addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
addGetter(CtClass, String, String) - Static method in class org.hibernate.bytecode.enhance.internal.MethodWriter
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
 
addIdEqualsToQuery(Parameters, Object, String, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdEqualsToQuery(Parameters, Object, 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, IdMapper, 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 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).
addImpliedFromElement(FromElement) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
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 (HQL entity rename).
addIndex(Index, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addIndexes(Table, Index[], MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addIndexes(Table, Index[], MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addingOverrideFor(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
addInitCommand(InitCommand) - Method in class org.hibernate.boot.model.relational.Database
 
addInitCommand(InitCommand) - Method in class org.hibernate.mapping.Table
 
addInitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addInitializedCollection(CollectionPersister, PersistentCollection, Serializable) - 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.
addInputStream(InputStreamAccess) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream access
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.
addInstancesFromVersionsEntities(String, Collection, List<Map>, Number) - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
addInterceptorHandling(CtClass) - Method in class org.hibernate.bytecode.enhance.spi.Enhancer
 
addInterpreterDelegate(IdGeneratorStrategyInterpreter) - Method in class org.hibernate.boot.internal.IdGeneratorInterpreterImpl
 
AdditionalJaxbMappingProducer - Interface in org.hibernate.boot.spi
Deprecated.
Intended for Envers integration until we can migrate Envers away from XML generation for building its model.
AdditionalJaxbMappingProducerImpl - Class in org.hibernate.envers.boot.internal
 
AdditionalJaxbMappingProducerImpl() - Constructor for class org.hibernate.envers.boot.internal.AdditionalJaxbMappingProducerImpl
 
additiveExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
additiveExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
addJar(File) - Method in class org.hibernate.boot.MetadataSources
Read all mappings from a jar file.
addJar(File) - Method in class org.hibernate.cfg.Configuration
Read all mappings from a jar file

Assumes that any file named *.hbm.xml is a mapping document.

addJarFileUrl(URL) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addJoin(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addJoin(JoinTable, boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
addJoin(AssociationType, String, JoinType, String[]) - Method in class org.hibernate.engine.internal.JoinSequence
Add a join to this sequence
addJoin(String, String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addJoin(String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addJoin(String, String, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
addJoin(Join<X, ?>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl.BasicJoinScope
 
addJoin(Join<X, ?>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
addJoin(Join<X, ?>) - Method in interface org.hibernate.jpa.criteria.path.AbstractFromImpl.JoinScope
 
addJoin(Join) - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractExpandingSourceQuerySpace
 
addJoin(Join) - Method in class org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl
 
addJoin(JoinDefinedByMetadata) - Method in class org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl
 
addJoin(Join) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingCollectionQuerySpace
Adds a join with another query space for either a collection element or index.
addJoin(Join) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
Adds a join with another query space.
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds a join, represented by the given information, to the fragment.
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds a join, represented by the given information, to the fragment.
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.CacheJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.JoinFragment
Adds a join.
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.JoinFragment
Adds a join, with an additional ON clause fragment
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result.
addJoin(String, String, String) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result.
addJoin(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result, specifying a lock mode.
addJoins(JoinFragment) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
addJoins(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.JoinFragment
Free-form form of adding theta-style joins taking the necessary FROM and WHERE clause fragments
addJoins(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJpaIndexHolders(Table, List<JPAIndexHolder>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addJpaIndexHolders(Table, List<JPAIndexHolder>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addKeySubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addKeySubgraph(String) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addKeySubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addKeySubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addKeySubgraph(String) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addKeySubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addKeySubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addKeySubgraph(String) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addKeySubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addListener(SessionEventListener...) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
addListener(String, NamespaceChangeListener) - Method in class org.hibernate.engine.jndi.internal.JndiServiceImpl
 
addListener(String, NamespaceChangeListener) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Adds the specified listener to the given JNDI namespace.
addManyToManyFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addManyToManyJoin(JoinFragment, QueryableCollection) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
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
 
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
 
addMapResource(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addMetaEmbeddable(String, MetaEntity) - Method in class org.hibernate.jpamodelgen.Context
 
addMetaEntity(String, MetaEntity) - Method in class org.hibernate.jpamodelgen.Context
 
addMethod(ConstPool, CtMethod) - Static method in class org.hibernate.bytecode.enhance.internal.MethodWriter
 
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(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 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.ToOneIdMapper
 
addModifiedFlagProperty(Element, String, String, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
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
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
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.
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named SQL query to this repository.
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 repository.
addNamedQuery(NamedQueryDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addNamedQuery(NamedQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named query to this repository.
addNamedQuery(String, Query) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
addNativelyGeneratedId(Element, String, String, boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
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
 
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
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
addNotNullRestriction(String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NOT NULL restriction.
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.
addObserver(BatchObserver) - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
addObserver(BatchObserver) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Adds an observer to this batch.
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(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.TransactionCoordinator
Adds an observer to the coordinator.
addOrder(Order) - Method in interface org.hibernate.Criteria
Add an ordering to the result set.
addOrder(Order) - Method in class org.hibernate.criterion.DetachedCriteria
Adds an ordering
addOrder(String, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addOrder(AuditOrder) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
addOrder(Order) - Method in class org.hibernate.internal.CriteriaImpl
 
addOrder(Order) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
addOrderBy(String) - Method in class org.hibernate.sql.QuerySelect
 
addOrderFragment(String) - Method in class org.hibernate.hql.internal.ast.tree.OrderByClause
 
addOrModifyColumn(Element, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Column name shall be wrapped with '`' signs if quotation required.
addPackage(String) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(Package) - 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
 
addParameter(int, int) - Method in class org.hibernate.sql.SelectValues
 
addParameter(int, int, int) - Method in class org.hibernate.sql.SelectValues
 
addParameterType(String, String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
addParameterType(String, String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
addParams(Map<String, String>) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addPermission(GrantedPermission) - Method in class org.hibernate.secure.internal.DisabledJaccServiceImpl
 
addPermission(GrantedPermission) - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl
 
addPermission(GrantedPermission) - Method in interface org.hibernate.secure.spi.JaccService
 
addPermissionDeclaration(GrantedPermission) - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
 
addPermissionDeclarations(Collection<GrantedPermission>) - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Update
 
addProjection(String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addProjection(String, String, boolean, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProjection(AuditProjection) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Add the given properties to ours.
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Element, String, String, boolean, boolean, boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addProperty(Element, String, String, boolean, boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addProperty(Property) - Method in interface org.hibernate.mapping.AttributeContainer
 
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(String, String) - Method in interface org.hibernate.SQLQuery.FetchReturn
Add a simple property-to-one-column mapping.
addProperty(String) - Method in interface org.hibernate.SQLQuery.FetchReturn
Add a property, presumably with more than one column.
addProperty(String, String) - Method in interface org.hibernate.SQLQuery.RootReturn
Add a simple property-to-one-column mapping.
addProperty(String) - Method in interface org.hibernate.SQLQuery.RootReturn
Add a property, presumably with more than one column.
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[]) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
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
 
addPropertyTypedValue(Object, Type, List<TypedValue>) - Method in class org.hibernate.criterion.Example
 
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
addPutFromLoadValidator(String, PutFromLoadValidator) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
addQueryHint(String) - Method in interface org.hibernate.Criteria
Add a DB query hint to the SQL.
addQueryHint(String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
addQueryHint(String) - Method in class org.hibernate.internal.CriteriaImpl
 
addQueryHint(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
addQueryHint(String) - Method in interface org.hibernate.Query
Add a DB query hint to the SQL.
addQueryReturn(NativeSQLQueryReturn) - Method in class org.hibernate.engine.ResultSetMappingDefinition
Adds a return.
addQueryReturns(NativeSQLQueryReturn[]) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
addQueryReturns(NativeSQLQueryReturn...) - Method in interface org.hibernate.procedure.internal.Util.ResultClassesResolutionContext
Callback to add query returns indicated by the result set mapping(s)
addQueryReturns(NativeSQLQueryReturn...) - Method in interface org.hibernate.procedure.internal.Util.ResultSetMappingResolutionContext
Callback to add query returns indicated by the result set mapping(s)
addQuerySpaces(Serializable[]) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
addQuerySpaces(String...) - Method in interface org.hibernate.procedure.internal.Util.ResultClassesResolutionContext
Callback to add query spaces indicated by the result set mapping(s)
addQuerySpaces(String...) - Method in interface org.hibernate.procedure.internal.Util.ResultSetMappingResolutionContext
Callback to add query spaces indicated by the result set mapping(s)
addReferencedColumns(Iterator) - Method in class org.hibernate.mapping.ForeignKey
 
addReferenceEntry(Object, Status) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addRegion(BaseRegion) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
Add region so that commands can be cleared on shutdown.
addResolver(DialectResolver) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
Add a resolver at the end of the underlying resolver list.
addResolverAtFirst(DialectResolver) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
Add a resolver at the beginning of the underlying resolver list.
addResource(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings as a application resourceName (i.e.
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.Configuration
Deprecated.
This form (accepting a ClassLoader) is no longer supported. Instead, add the ClassLoader to the ClassLoaderService on the ServiceRegistry associated with this Configuration
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resourceName (i.e.
addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds the metadata for a named SQL result set mapping to this repository.
addReturn(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
addReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
addReturn(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
addReturn(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
addrExpr(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
addrExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
addrExprLhs(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
addRoot(String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addRoot(String, Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addRoot(String, String) - Method in interface org.hibernate.SQLQuery
Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition.
addRoot(String, Class) - Method in interface org.hibernate.SQLQuery
Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition.
addRootReturn(Return) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
addRootReturn(Return) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
addRootReturn(Return) - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
 
addScalar(String, Type) - Method in class org.hibernate.internal.SQLQueryImpl
 
addScalar(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addScalar(String) - Method in interface org.hibernate.SQLQuery
Declare a scalar query result.
addScalar(String, Type) - Method in interface org.hibernate.SQLQuery
Declare a scalar query result.
addSecondaryTable(LocalMetadataBuildingContext, Identifier, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
addSecondaryTable(Identifier, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
addSecondPass(SecondPass) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addSecondPass(SecondPass, boolean) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addSecondPass(SecondPass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addSecondPass(SecondPass, boolean) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addSelectColumn(String, String) - Method in class org.hibernate.sql.QuerySelect
 
addSelectFragmentString(String) - Method in class org.hibernate.sql.QuerySelect
 
addService(Class, Service) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Adds a user-provided service.
addSessionFactory(String, String, boolean, SessionFactory, JndiService) - Method in class org.hibernate.internal.SessionFactoryRegistry
Adds a SessionFactory to the registry
addSessionFactoryObservers(SessionFactoryObserver...) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
addSessionFactoryObservers(SessionFactoryObserver...) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies one or more observers to be applied to the SessionFactory.
addSessionFactoryObservers(SessionFactoryObserver...) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
addSetter(CtClass, String, String) - Static method in class org.hibernate.bytecode.enhance.internal.MethodWriter
 
addSettings(Map) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
addSqlFunction(String, SQLFunction) - Method in class org.hibernate.cfg.Configuration
 
addSubclass(Subclass) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclass(Subclass) - Method in class org.hibernate.mapping.RootClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addSubclassSubgraph(Class<? extends T1>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
addSubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addSubgraph(String) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addSubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addSubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubgraph(String) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addSubgraph(String) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addSubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addSubParameters(String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds sub-parameters with a new connective.
addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Adds a subselect fetch decriptor for the given entity key.
addSynchronizedEntityClass(Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addSynchronizedEntityClass(Class) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SQLQuery
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SynchronizeableQuery
Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.
addSynchronizedEntityName(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addSynchronizedEntityName(String) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SQLQuery
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SynchronizeableQuery
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.
addSynchronizedQuerySpace(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
addSynchronizedQuerySpace(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addSynchronizedQuerySpace(String) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SQLQuery
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SynchronizeableQuery
Adds a query space.
addSynchronizedQuerySpaces(EntityPersister) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
addTable(String, String, String, String, boolean) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addTable(String, String, String, String, boolean) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds table metadata to this repository returning the created metadata instance.
addTableAlias(String) - Method in class org.hibernate.sql.ForUpdateFragment
 
addTableNameBinding(Identifier, Table) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addTableNameBinding(String, String, String, String, Table) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addTableNameBinding(Identifier, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addTableNameBinding(String, String, String, String, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addToBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
addToBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
 
addToBatch() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Indicates completion of the current part of the batch.
addToCollection(T, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
addToCollection(Object[], Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
addToCollection(List, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
addToManyMiddleNotOwningRelation(String, String, String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToManyMiddleRelation(String, String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToManyNotOwningRelation(String, String, String, IdMapper, PropertyMapper, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToOneAndIdProperty(XClass, PropertyData) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addToOneAndIdProperty(XClass, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addToOneNotOwningRelation(String, String, String, IdMapper, boolean) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToOneRelation(String, String, IdMapper, boolean, boolean) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addTopExpression(StringBuilder) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Adds TOP expression.
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.BetweenAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.IdentifierEqAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.IlikeAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.InAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.LogicalAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.NotAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.NotNullAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.NullAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.PropertyAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.RelatedAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.RevisionTypeAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.SimpleAuditExpression
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.Component
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.PersistentClass
 
addTypeDefinition(TypeDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addTypeDefinition(TypeDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a type definition to this metadata repository.
addTypeInfo(TypeInfo) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
addUnderscores(String) - Static method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
addUnderscores(String) - Static method in class org.hibernate.cfg.ImprovedNamingStrategy
 
addUninitializedCachedEntity(EntityKey, Object, EntityPersister, LockMode, boolean, Object, SessionImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a collection we just loaded up (still needs initializing)
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a detached uninitialized collection
addUninitializedEntity(EntityKey, Object, EntityPersister, LockMode, boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
Add an uninitialized instance of an entity class, as a placeholder to ensure object identity.
addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addUniqueConstraints(Table, List) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addUniqueConstraints(Table, List) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.Table
 
addUniquePropertyReference(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addUniquePropertyReference(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addUnownedCollection(CollectionKey, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addUnownedCollection(CollectionKey, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a collection which has no owner loaded
addUnresolvedEntityInsertAction(AbstractEntityInsertAction, NonNullableTransientDependencies) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Add an unresolved insert action.
addURL(URL) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a URL
addURL(URL) - Method in class org.hibernate.cfg.Configuration
Read mappings from a URL
addValue(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
 
addValue(Object) - Method in class org.hibernate.sql.InFragment
 
addValues(Object[]) - Method in class org.hibernate.sql.InFragment
 
addWhenColumnNotNull(String, String, String) - Method in class org.hibernate.sql.CaseFragment
 
addWhere(String, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhere(String, boolean, String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhere(String, String, QueryBuilder) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhere(String, boolean, String, QueryBuilder) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereColumn(String) - Method in class org.hibernate.sql.Update
 
addWhereColumn(String, String) - Method in class org.hibernate.sql.Update
 
addWhereColumns(String[]) - Method in class org.hibernate.sql.Update
 
addWhereColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addWhereFragment(JoinFragment, String, QueryNode, FromElement, HqlSqlWalker) - Method in class org.hibernate.hql.internal.ast.util.SyntheticAndFactory
 
addWhereFragment(String) - Method in class org.hibernate.sql.Delete
 
addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
 
addWhereWithFunction(String, String, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithNamedParam(String, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithNamedParam(String, boolean, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParam(String, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParam(String, boolean, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParams(String, String, Object[], String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWorkUnit(AuditWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
AddWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
AddWorkUnit(SessionImplementor, String, EnversService, Serializable, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
AddWorkUnit(SessionImplementor, String, EnversService, Serializable, Map<String, Object>) - Constructor for class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
addXML(String) - Method in class org.hibernate.cfg.Configuration
Deprecated.
No longer supported
adjustDefaultNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
 
adjustDefaultNamespace(String, String) - Method in class org.hibernate.boot.model.relational.Database
 
adjustJarFileEntryUrl(URL, URL) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
adjustJarFileEntryUrl(URL, URL) - Method in interface org.hibernate.boot.archive.spi.JarFileEntryUrlAdjuster
Adjust the given URL, if needed.
adjustJoinFetchIfNeeded(AssociationAttributeDefinition, FetchStrategy) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
adjustJoinFetchIfNeeded(AssociationAttributeDefinition, FetchStrategy) - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
If required by this strategy, returns a different FetchStrategy from what is specified for the given association attribute.
advance(ResultSet, RowSelection) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
Advance the cursor to the first required row of the ResultSet
affectsTable(String) - Method in class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
after() - Method in class org.hibernate.internal.AbstractQueryImpl
 
after() - Method in class org.hibernate.internal.CriteriaImpl
 
after() - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
afterAction(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after execution of an action
afterBegin() - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the beginning of a transaction.
afterBootstrapServiceRegistryBuilt(BootstrapServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Hook to allow tests to use the BootstrapServiceRegistry if they wish
AfterClassCallbackHandler - Class in org.hibernate.testing.junit4
 
AfterClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.AfterClassCallbackHandler
 
AfterClassOnce - Annotation Type in org.hibernate.testing
Annotation used to mark a method which should be run once after the last test execution for the given class.
afterCompletion(int) - Method in class org.hibernate.cache.infinispan.access.InvalidationSynchronization
 
afterCompletion(int) - Method in class org.hibernate.cache.infinispan.util.InvocationAfterCompletion
 
afterCompletion(int) - Method in class org.hibernate.context.internal.JTASessionContext.CleanupSync
 
afterCompletion(int) - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
afterCompletion(boolean, boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the last phase of transaction completion.
afterCompletion() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
afterCompletion() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
afterCompletion() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
afterCompletion(boolean, boolean) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
afterCompletion(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.RegisteredSynchronization
 
afterCompletion(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
afterCompletion(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
afterCompletion(boolean, boolean) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackTarget
Callback of after-completion.
AfterCompletionAction - Interface in org.hibernate.resource.transaction.backend.jta.internal.synchronization
A pluggable strategy for defining any actions to be performed during Synchronization.afterCompletion(int) processing from the the Synchronization registered by Hibernate with the underlying JTA platform.
afterConfigurationBuilt(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterDeserialize(SessionImplementor) - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
 
afterDeserialize(SessionImplementor) - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
afterDeserialize(SessionImplementor) - Method in class org.hibernate.action.internal.CollectionAction
Reconnect to session after deserialization...
afterDeserialize(SessionImplementor) - Method in class org.hibernate.action.internal.EntityAction
Reconnect to session after deserialization...
afterDeserialize(SessionImplementor) - Method in interface org.hibernate.action.spi.Executable
Reconnect to session after deserialization
afterDeserialize(SessionImplementor) - Method in class org.hibernate.engine.spi.ExecutableList
Allow the Executables to re-associate themselves with the Session after deserialization.
afterInitialize() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
afterInitialize() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after initializing from cache
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterInitialize(Object, boolean, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called just after the entities properties have been initialized
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
afterInitialize(Object, boolean, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Called just after the entities properties have been initialized.
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
afterInsert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
afterInsert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
afterInsert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationCacheAccessDelegate
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationCacheAccessDelegate
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(SessionImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInstantiation() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
afterLast() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
afterLast() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
afterLast() - Method in interface org.hibernate.ScrollableResults
Go to a location just after the last result.
afterLoad() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Call this after finishing a two-phase load
afterLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this after finishing a two-phase load
afterLoad(SessionImplementor, Object, Loadable) - Method in interface org.hibernate.loader.spi.AfterLoadAction
 
AfterLoadAction - Interface in org.hibernate.loader.spi
 
afterMetadataBuilt(Metadata) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterMetadataSourcesApplied(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterOperation(boolean) - Method in class org.hibernate.internal.SessionImpl
Check if there is a Hibernate or JTA transaction in progress and, if there is not, flush if necessary, make sure the connection has been committed (if it is not in autocommit mode) and run the after completion processing
afterOperation(boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterReassociate(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterReassociate(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called just after the entity has been reassociated with the session
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
afterRowInsert(CollectionPersister, Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after inserting a row, to fetch the natively generated id
afterScrollOperation() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterScrollOperation() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
afterScrollOperation() - Method in class org.hibernate.internal.AbstractScrollableResults
 
afterScrollOperation() - Method in class org.hibernate.internal.SessionImpl
 
afterScrollOperation() - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterSessionFactoryBuilt() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterStandardServiceRegistryBuilt(StandardServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Hook to allow tests to use the StandardServiceRegistry if they wish
afterStatement() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
afterStatement() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
afterStatement() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Notification indicating a JDBC statement has been executed to trigger ConnectionReleaseMode.AFTER_STATEMENT releasing if needed
afterStatementExecution() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterStatementExecution() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Used to signify that a statement has completed execution which may indicate that this logical connection need to perform an aggressive release of its physical connection.
afterTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterTransaction() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterTransaction() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Signals the end of transaction.
afterTransaction() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
afterTransaction() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
afterTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Notification indicating a transaction has completed to trigger ConnectionReleaseMode.AFTER_TRANSACTION releasing if needed
afterTransactionBegin(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionBegin() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
afterTransactionBegin() - Method in class org.hibernate.internal.SessionImpl
 
afterTransactionBegin() - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterTransactionBegin() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
A after-begin callback from the coordinator to its owner.
afterTransactionBegin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
A after-begin callback from the coordinator to its owner.
afterTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionCompletion() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Performs cleanup of any held cache softlocks.
afterTransactionCompletion() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after transactions end
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.internal.SessionImpl
 
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
An after-completion callback to the owner.
afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
An after-completion callback from the coordinator to its owner.
AfterTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during after transaction completion.
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationCacheAccessDelegate
 
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationCacheAccessDelegate
 
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
AfterUseAction - Enum in org.hibernate.hql.spi.id.local
 
aggregate() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
AGGREGATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AGGREGATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
aggregate(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
AGGREGATE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
AggregatedAuditExpression - Class in org.hibernate.envers.query.criteria
 
AggregatedAuditExpression(PropertyNameGetter, AggregatedAuditExpression.AggregatedMode) - Constructor for class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
AggregatedAuditExpression.AggregatedMode - Enum in org.hibernate.envers.query.criteria
 
AggregatedSelectExpression - Interface in org.hibernate.hql.internal.ast.tree
Contract for a select expression which aggregates other select expressions together into a single return
aggregateExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
aggregateFuncNoArgsHasParenthesis(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
aggregateHasArgs(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
AggregateNode - Class in org.hibernate.hql.internal.ast.tree
Represents an aggregate function i.e.
AggregateNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AggregateNode
 
AggregateProjection - Class in org.hibernate.criterion
Base class for standard aggregation functions.
AggregateProjection(String, String) - Constructor for class org.hibernate.criterion.AggregateProjection
 
aggregateType(List, Type, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
AggregationFunction<T> - Class in org.hibernate.jpa.criteria.expression.function
Models SQL aggregation functions (MIN, MAX, COUNT, etc).
AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Object) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction
Constructs an aggregation function with a single literal argument.
AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Expression<?>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction
Constructs an aggregation function with a single literal argument.
AggregationFunction.AVG - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a AVG function providing convenience in construction.
AggregationFunction.COUNT - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a COUNT function providing convenience in construction.
AggregationFunction.GREATEST<X extends Comparable<X>> - Class in org.hibernate.jpa.criteria.expression.function
Models the MAX function in terms of non-numeric expressions.
AggregationFunction.LEAST<X extends Comparable<X>> - Class in org.hibernate.jpa.criteria.expression.function
Models the MIN function in terms of non-numeric expressions.
AggregationFunction.MAX<N extends Number> - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a MAX function providing convenience in construction.
AggregationFunction.MIN<N extends Number> - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a MIN function providing convenience in construction.
AggregationFunction.SUM<N extends Number> - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a SUM function providing convenience in construction.
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
alias(Projection, String) - Static method in class org.hibernate.criterion.Projections
Assign an alias to a projection, by wrapping it
alias() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
ALIAS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
alias(String) - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
alias(String) - Method in class org.hibernate.jpa.criteria.expression.SelectionImpl
 
Alias - Class in org.hibernate.sql
An alias generator for SQL identifiers
Alias(int, String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
Alias(String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
ALIAS_REF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ALIAS_REF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ALIAS_SPECIFIC_LOCK_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
ALIAS_TO_ENTITY_MAP - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a Map from alias to entity instance
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
Each row of results is a Map from alias to values/entities
aliasedExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
AliasedProjection - Class in org.hibernate.criterion
Represents a projection that specifies an alias
AliasedProjection(Projection, String) - Constructor for class org.hibernate.criterion.AliasedProjection
 
aliasedSelectExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
AliasedTupleSubsetResultTransformer - Class in org.hibernate.transform
An implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null.
AliasedTupleSubsetResultTransformer() - Constructor for class org.hibernate.transform.AliasedTupleSubsetResultTransformer
 
aliases - Variable in class org.hibernate.loader.JoinWalker
 
aliases - Variable in class org.hibernate.loader.OuterJoinLoader
 
AliasGenerator - Class in org.hibernate.hql.internal.ast.util
Generates class/table/column aliases during semantic analysis and SQL rendering.
AliasGenerator() - Constructor for class org.hibernate.hql.internal.ast.util.AliasGenerator
 
AliasGenerator - Interface in org.hibernate.sql
TODO : javadoc
aliasRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
AliasResolutionContext - Interface in org.hibernate.loader.plan.exec.spi
Provides aliases that are used by load queries and ResultSet processors.
AliasResolutionContextImpl - Class in org.hibernate.loader.plan.exec.internal
Provides aliases that are used by load queries and ResultSet processors.
AliasResolutionContextImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
Constructs a AliasResolutionContextImpl without any source aliases.
AliasResolutionContextImpl(SessionFactoryImplementor, int) - Constructor for class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
Constructs a AliasResolutionContextImpl with the specified seed for unique alias suffixes.
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in interface org.hibernate.internal.CoreMessageLogger
 
aliasToBean(Class) - Static method in class org.hibernate.transform.Transformers
Creates a resulttransformer that will inject aliased values into instances of Class via property methods or fields.
AliasToBeanConstructorResultTransformer - Class in org.hibernate.transform
Wraps the tuples in a constructor call.
AliasToBeanConstructorResultTransformer(Constructor) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Instantiates a AliasToBeanConstructorResultTransformer.
AliasToBeanResultTransformer - Class in org.hibernate.transform
Result transformer that allows to transform a result to a user specified class which will be populated via setter methods or fields matching the alias names.
AliasToBeanResultTransformer(Class) - Constructor for class org.hibernate.transform.AliasToBeanResultTransformer
 
AliasToEntityMapResultTransformer - Class in org.hibernate.transform
ResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.
alignColumns() - Method in class org.hibernate.mapping.ForeignKey
Validates that columnspan of the foreignkey and the primarykey is the same.
ALL - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist
ALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
all(Subquery<Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
allEq(Map<String, ?>) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equals" constraint to each property in the key set of a Map
allocationSize - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
allocationSize - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
ALLOW_CRAWLING - Static variable in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
ALLOW_IDENTIFIER_REUSE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Guarantees proper validity audit strategy behavior when application reuses identifiers of deleted entities.
allowElementJoin() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
 
allowElementJoin() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Should a collection element join be allowed? Returning true indicates that an element join can safely be added.
allowFailedCommitToPhysicallyRollback() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
allowIndexJoin() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
 
allowIndexJoin() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Should a collection index join be allowed? Returning true indicates that an index join can safely be added.
allowLoadOutsideTransaction() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
allowSpecjSyntax() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
AllPropertySelector() - Constructor for class org.hibernate.criterion.Example.AllPropertySelector
 
alreadySessionBound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
alternateServiceRole(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ALWAYS - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are generated by the database on both insert and update.
AlwaysSkip() - Constructor for class org.hibernate.testing.Skip.AlwaysSkip
 
ambiguousPropertyMethods(String, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
and(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of two expressions
and(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of multiple expressions
AND - Static variable in class org.hibernate.envers.internal.tools.query.Parameters
 
and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
AND - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
and(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
and(Predicate...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
AnnotatedClassType - Enum in org.hibernate.cfg
Type of annotation of a class will give its type
annotatedElementSignature(XProperty) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
 
ANNOTATION_STRING_DEFAULT - Static variable in class org.hibernate.cfg.BinderHelper
 
AnnotationBinder - Class in org.hibernate.cfg
JSR 175 annotation binder which reads the annotations from classes, applies the principles of the EJB3 spec and produces the Hibernate configuration-time metamodel (the classes in the org.hibernate.mapping package)

Some design description I tried to remove any link to annotation except from the 2 first level of method call.

AnnotationException - Exception in org.hibernate
Annotation related exception.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message and cause.
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message.
AnnotationMetaAttribute - Class in org.hibernate.jpamodelgen.annotation
Captures all information about an annotated persistent attribute.
AnnotationMetaAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
AnnotationMetaCollection - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaCollection(AnnotationMetaEntity, Element, String, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
 
AnnotationMetadataSourceProcessorImpl - Class in org.hibernate.boot.model.source.internal.annotations
 
AnnotationMetadataSourceProcessorImpl(ManagedResources, MetadataBuildingContextRootImpl, IndexView) - Constructor for class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
AnnotationMetaEntity - Class in org.hibernate.jpamodelgen.annotation
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).
AnnotationMetaEntity(TypeElement, Context, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
AnnotationMetaMap - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaMap(AnnotationMetaEntity, Element, String, String, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaMap
 
AnnotationMetaSingleAttribute - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaSingleAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
 
AnnotationsMetadataReader - Class in org.hibernate.envers.configuration.internal.metadata.reader
A helper class to read versioning meta-data from annotations on a persistent class.
AnnotationsMetadataReader(GlobalConfiguration, ReflectionManager, PersistentClass) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AnnotationsMetadataReader
 
annotationType() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
 
annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
annotationType() - Method in class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
AnnotationValueGeneration<A extends Annotation> - Interface in org.hibernate.tuple
A ValueGeneration based on a custom Java generator annotation type.
ANSICaseFragment - Class in org.hibernate.sql
An ANSI SQL CASE expression : {@code case when ...
ANSICaseFragment() - Constructor for class org.hibernate.sql.ANSICaseFragment
 
ANSIJoinFragment - Class in org.hibernate.sql
An ANSI-style join.
ANSIJoinFragment() - Constructor for class org.hibernate.sql.ANSIJoinFragment
 
AnsiSqlKeywords - Class in org.hibernate.engine.jdbc.env.spi
Maintains the set of ANSI SQL keywords
AnsiSqlKeywords() - Constructor for class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
 
AnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
A SQLFunction implementation that emulates the ANSI SQL trim function on dialects which do not support the full definition.
AnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Constructs a new AnsiTrimEmulationFunction using AnsiTrimEmulationFunction.LTRIM, AnsiTrimEmulationFunction.RTRIM, and AnsiTrimEmulationFunction.REPLACE respectively.
AnsiTrimEmulationFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Constructs a trim() emulation function definition using the specified function calls.
AnsiTrimFunction - Class in org.hibernate.dialect.function
Defines support for rendering according to ANSI SQL TRIM function specification.
AnsiTrimFunction() - Constructor for class org.hibernate.dialect.function.AnsiTrimFunction
 
Any - Annotation Type in org.hibernate.annotations
Defines a ToOne-style association pointing to one of several entity types depending on a local discriminator, as opposed to discriminated inheritance where the discriminator is kept as part of the entity hierarchy.
ANY - Static variable in class org.hibernate.engine.spi.IdentifierValue
Always assume the transient instance is newly instantiated
ANY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
any(Type, Type) - Method in class org.hibernate.internal.TypeLocatorImpl
 
any(Subquery<Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
Any - Class in org.hibernate.mapping
A Hibernate "any" type (ie.
Any(MetadataImplementor, Table) - Constructor for class org.hibernate.mapping.Any
 
any(Type, Type) - Method in class org.hibernate.type.TypeFactory
 
any(Type, Type) - Method in interface org.hibernate.TypeHelper
Retrieve the type representing an ANY mapping.
AnyAttributeFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of an "any" attribute.
AnyAttributeFetchImpl - Class in org.hibernate.loader.plan.build.internal.returns
 
AnyAttributeFetchImpl(FetchSource, AssociationAttributeDefinition, FetchStrategy) - Constructor for class org.hibernate.loader.plan.build.internal.returns.AnyAttributeFetchImpl
 
AnyDiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Source information about the discriminator for an ANY mapping
AnyKeySource - Interface in org.hibernate.boot.model.source.spi
 
AnyMappingDefinition - Interface in org.hibernate.persister.walking.spi
Describes an ANY mapping
AnyMappingDefinition.DiscriminatorMapping - Interface in org.hibernate.persister.walking.spi
Models a single discriminator mapping definition
AnyMappingSource - Interface in org.hibernate.boot.model.source.spi
Base description for all discriminated associations ("any mappings"), including <any/>, <many-to-any/>, etc.
AnyMetaDef - Annotation Type in org.hibernate.annotations
Used to provide metadata about an Any or ManyToAny mapping.
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Used to group together AnyMetaDef annotations.
AnyType - Class in org.hibernate.type
Handles "any" mappings
AnyType(Type, Type) - Constructor for class org.hibernate.type.AnyType
Intended for use only from legacy ObjectType type definition
AnyType(TypeFactory.TypeScope, Type, Type) - Constructor for class org.hibernate.type.AnyType
 
AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
Used to externalize discrimination per a given identifier.
APP_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
append(String) - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
append(String) - Method in class org.hibernate.boot.model.source.spi.AttributePath
 
append(String) - Method in class org.hibernate.boot.model.source.spi.AttributeRole
 
append(StringBuilder, Iterator<String>, String) - Static method in class org.hibernate.envers.internal.tools.StringTools
To the given string builder, appends all strings in the given iterator, separating them with the given separator.
append(int, String, boolean) - Method in class org.hibernate.hql.internal.ast.util.ASTAppender
Append a new child to parent using the given node type and text, but only if the text is non-empty
append(AST) - Method in class org.hibernate.hql.internal.ast.util.ASTAppender
Append the given AST node as a child of parent.
append(String) - Method in class org.hibernate.loader.PropertyPath
 
appendAssignmentFragment(String) - Method in class org.hibernate.sql.Update
 
appendComponentCondition(String, Object, CompositeType, Criteria, CriteriaQuery, StringBuilder) - Method in class org.hibernate.criterion.Example
 
appendDisplayText(StringBuilder) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
appendElementColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendEscapedMultibyteChars(String, StringBuilder) - Static method in class org.hibernate.hql.internal.ast.util.ASTPrinter
 
appendFromClauseFragment(String) - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Appends the from clause fragment.
appendFromClauseFragment(String, String) - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Appends the specified table name and alias as a from clause fragment.
appendIdentifierColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getIdentityColumnSupport() should be overridden instead; if getIdentityColumnSupport().appendIdentitySelectToInsert(String) does not delegate to this method, then this method is ignored.
appendIdentitySelectToInsert(String) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Provided we IdentityColumnSupport.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.SQLServerDialect
Use insert table(...) values(...) select SCOPE_IDENTITY()

Provided we Dialect.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.

appendIndexColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendListener(T) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
appendListener(T) - Method in class org.hibernate.event.service.internal.PostCommitEventListenerGroupImpl
 
appendListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendListeners(T...) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
appendListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendLockHint(LockMode, String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
use appendLockHint(LockOptions,String) instead
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.Dialect
Some dialects support an alternative means to SELECT FOR UPDATE, whereby a "lock hint" is appends to the table name in the from clause.
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
appendOrderByFragment(String) - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Appends the "order by" fragment, prefixed by a comma if the "order by" fragment already exists.
appendPropertyCondition(String, Object, Criteria, CriteriaQuery, StringBuilder) - Method in class org.hibernate.criterion.Example
 
appendRestrictions(String) - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Appends the specified restrictions after "cleaning" the specified value (by trimming and removing 'and ' from beginning and ' and' from the end).
appendSelectClauseFragment(String) - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Appends a select clause fragment
appendSibling(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
appliesTo(String) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
appliesTo(EntityType<? super T>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
appliesToDialect(Dialect) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
appliesToDialect(Dialect) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
apply(MetadataSources) - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
Yuck.
apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware
Apply the orm.xml-defined persistence-unit-defaults values.
apply(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
apply(Statement, FrameworkMethod, Object) - Method in class org.hibernate.testing.junit4.ClassLoadingIsolater
 
APPLY_CONSTRAINTS - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
applyAccessType(AccessType) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAccessType(AccessType) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the second-level access-type to be used by default for entities and collections that define second-level caching, but do not specify a granular access-type.
applyAccessType(AccessType) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAliasSpecificLockModeHint(String, LockMode) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyAliasSpecificLockModeHint(String, LockMode) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyAliasSpecificLockModeHint(String, LockMode) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the alias specific lock modes.
applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in interface org.hibernate.boot.MetadataBuilder
Specify a particular ArchiveDescriptorFactory instance to use in scanning.
applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverterDefinition) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAttributeConverter(Class<? extends AttributeConverter>) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAttributeConverter(Class<? extends AttributeConverter>, boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAttributeConverter(AttributeConverter) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAttributeConverter(AttributeConverterDefinition) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by a AttributeConverterDefinition
applyAttributeConverter(Class<? extends AttributeConverter>) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by its Class.
applyAttributeConverter(Class<? extends AttributeConverter>, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by its Class plus a boolean indicating whether to auto apply it.
applyAttributeConverter(AttributeConverter) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance.
applyAttributeConverter(AttributeConverter, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance, explicitly indicating whether to auto-apply.
applyAttributeConverter(AttributeConverterDefinition) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class<? extends AttributeConverter>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class<? extends AttributeConverter>, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverter) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAutoClosing(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyAutoClosing(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies whether Sessions should be automatically closed at the end of the transaction.
applyAutoClosing(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyAutoFlushing(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyAutoFlushing(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies whether Sessions should be automatically flushed at the end of the transaction.
applyAutoFlushing(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyAutomaticEvictionOfCollectionCaches(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyAutomaticEvictionOfCollectionCaches(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
When using bi-directional many-to-one associations and caching the one-to-many side it is expected that both sides of the association are managed (actually that is true of all bi-directional associations).
applyAutomaticEvictionOfCollectionCaches(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.MetadataBuilder
 
applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(BasicType) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyBasicType(BasicType, String...) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyBasicType(UserType, String...) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyBasicType(CompositeUserType, String...) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyBasicType(BasicType) - Method in interface org.hibernate.boot.MetadataBuilder
Specify an additional or overridden basic type mapping.
applyBasicType(BasicType, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Specify an additional or overridden basic type mapping supplying specific registration keys.
applyBasicType(UserType, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Register an additional or overridden custom type mapping.
applyBasicType(CompositeUserType, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Register an additional or overridden composite custom type mapping.
applyBasicType(BasicType) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(BasicType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(UserType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(CompositeUserType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBatchFetchStyle(BatchFetchStyle) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyBatchFetchStyle(BatchFetchStyle) - Method in interface org.hibernate.boot.SessionFactoryBuilder
What style of batching should be used?
applyBatchFetchStyle(BatchFetchStyle) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyBeanManager(Object) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyBeanManager(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a CDI BeanManager to the SessionFactory being built.
applyBeanManager(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCacheableHint(boolean) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyCacheableHint(boolean) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyCacheableHint(boolean) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the cacheable (true/false) hint.
applyCacheModeHint(CacheMode) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyCacheModeHint(CacheMode) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyCacheModeHint(CacheMode) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the CacheMode hint.
applyCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyCacheRegionDefinition(CacheRegionDefinition) - Method in interface org.hibernate.boot.MetadataBuilder
Apply a CacheRegionDefinition to be applied to an entity, collection or query while building the Metadata object.
applyCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyCacheRegionHint(String) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyCacheRegionHint(String) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyCacheRegionHint(String) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the cache region hint
applyCacheRegionPrefix(String) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyCacheRegionPrefix(String) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a prefix to prepended to all cache region names for this SessionFactory.
applyCacheRegionPrefix(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCacheSettings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
applyCacheSettings(Metadata) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
applyClassLoader(ClassLoader) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoader for use in class-loading and resource-lookup.
applyClassLoaderService(ClassLoaderService) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoaderService for use in class-loading and resource-lookup.
applyCommentHint(String) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyCommentHint(String) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyCommentHint(String) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the comment hint.
applyComments(Table, QualifiedName, List<String>) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyConnectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyConnectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a ConnectionReleaseMode.
applyConnectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a strategy for resolving the notion of a "current" tenant-identifier when using multi-tenancy together with current sessions
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a custom entity dirtiness strategy to be applied to the SessionFactory.
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDefaultBatchFetchSize(int) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyDefaultBatchFetchSize(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Allows specifying a default batch-fetch size for all entities and collections which do not otherwise specify a batch-fetch size.
applyDefaultBatchFetchSize(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDefaultEntityMode(EntityMode) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyDefaultEntityMode(EntityMode) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated.
Different entity modes per entity is soon to be removed as a feature.
applyDefaultEntityMode(EntityMode) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDefaultNullPrecedence(NullPrecedence) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyDefaultNullPrecedence(NullPrecedence) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a null precedence (NULLS FIRST, NULLS LAST) to be applied order-by clauses rendered into SQL queries.
applyDefaultNullPrecedence(NullPrecedence) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDirectReferenceCaching(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyDirectReferenceCaching(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Generally, Hibernate will extract the information from an entity and put that extracted information into the second-level cache.
applyDirectReferenceCaching(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDiscoveredAttributeConverters(AttributeConverterDefinitionCollector) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
applyEntityGraphQueryHint(EntityGraphQueryHint) - Method in class org.hibernate.internal.AbstractQueryImpl
Used from HEM code as a (hopefully temporary) means to apply a custom query plan in regards to a JPA entity graph.
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Names the EntityNotFoundDelegate to be applied to the SessionFactory.
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyEntityTuplizer(EntityMode, Class<? extends EntityTuplizer>) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyEntityTuplizer(EntityMode, Class<? extends EntityTuplizer>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Register the default EntityTuplizer to be applied to the SessionFactory.
applyEntityTuplizer(EntityMode, Class<? extends EntityTuplizer>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyEntityTuplizerFactory(EntityTuplizerFactory) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyEntityTuplizerFactory(EntityTuplizerFactory) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specify the EntityTuplizerFactory to use.
applyEntityTuplizerFactory(EntityTuplizerFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyFetchSizeHint(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyFetchSizeHint(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyFetchSizeHint(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the fetch size hint
applyFirstResult(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyFirstResult(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyFirstResult(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the given first-result value.
applyFlushModeHint(FlushMode) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyFlushModeHint(FlushMode) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyFlushModeHint(FlushMode) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the FlushMode hint.
applyGetGeneratedKeysSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyGetGeneratedKeysSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should JDBC Statement.getGeneratedKeys() feature be used for retrieval of *insert-generated* ids?
applyGetGeneratedKeysSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyGlobalQuoting(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
applyGlobalQuoting(String) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
applyGlobalQuoting(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Needed to account for certain fields (Column.columnDefinition() comes to mind) that need to be quoted id global identifier quoting is requested, but only for spec compliance.
applyIdAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType.Builder
 
applyIdClassAttributes(Set<SingularAttribute<? super X, ?>>) - Method in interface org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType.Builder
 
applyIdentifierCasing(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyIdentifierRollbackSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyIdentifierRollbackSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should generated identifiers be "unset" on entities during a rollback?
applyIdentifierRollbackSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter) - Method in interface org.hibernate.boot.MetadataBuilder
 
applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyImplicitCatalogName(String) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyImplicitCatalogName(String) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the implicit catalog name to apply to any unqualified database names.
applyImplicitCatalogName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyImplicitNamingStrategy(ImplicitNamingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the ImplicitNamingStrategy to use in building the Metadata.
applyImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyImplicitSchemaName(String) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyImplicitSchemaName(String) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the implicit schema name to apply to any unqualified database names.
applyImplicitSchemaName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
applyIncrementSizeToSourceValues() - Method in interface org.hibernate.id.enhanced.Optimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
applyIndexView(IndexView) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyIndexView(IndexView) - Method in interface org.hibernate.boot.MetadataBuilder
Allows specifying a specific Jandex index to use for reading annotation information.
applyIndexView(IndexView) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyingExplicitDiscriminatorColumnForJoined(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
applyInitCommands(Table, List<String>) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyIntegrator(Integrator) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Add an Integrator to be applied to the bootstrap registry.
applyInterceptor(Interceptor) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyInterceptor(Interceptor) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Names an interceptor to be applied to the SessionFactory, which in turn means it will be used by all Sessions unless one is explicitly specified in SessionBuilder.interceptor(org.hibernate.Interceptor)
applyInterceptor(Interceptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJdbcBatchingForVersionedEntities(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyJdbcBatchingForVersionedEntities(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
This setting controls whether versioned entities will be included in JDBC batching.
applyJdbcBatchingForVersionedEntities(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJdbcBatchSize(int) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyJdbcBatchSize(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies the maximum number of statements to batch together in a JDBC batch for insert, update and delete operations.
applyJdbcBatchSize(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJdbcFetchSize(int) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyJdbcFetchSize(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a fetch size to the JDBC driver for fetching results.
applyJdbcFetchSize(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJtaTrackingByThread(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyJtaTrackingByThread(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
If using the built-in Hibernate JTA-based TransactionCoordinator/Builder, should it track JTA transactions by thread in an attempt to detect timeouts?
applyJtaTrackingByThread(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyLazyInitializationOutsideTransaction(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyLazyInitializationOutsideTransaction(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should the application be allowed to initialize uninitialized lazy state outside the bounds of a transaction?
applyLazyInitializationOutsideTransaction(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.custom.CustomLoader
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
Append FOR UPDATE OF clause, if necessary.
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.Dialect
Modifies the given SQL by applying the appropriate updates for the specified lock modes and key columns.
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.Teradata14Dialect
 
applyLockTimeoutHint(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyLockTimeoutHint(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyLockTimeoutHint(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the lock timeout (in seconds!) hint
applyMaximumFetchDepth(int) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyMaximumFetchDepth(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a limit to the depth Hibernate will use for outer joins.
applyMaximumFetchDepth(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyMaxResults(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyMaxResults(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyMaxResults(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the given max results value.
applyMetadataSources(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
applyMinimalPutsForCaching(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyMinimalPutsForCaching(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
By default, Hibernate will always just push data into the cache without first checking if that data already exists.
applyMinimalPutsForCaching(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyMultiTableBulkIdStrategy(MultiTableBulkIdStrategy) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyMultiTableBulkIdStrategy(MultiTableBulkIdStrategy) - Method in interface org.hibernate.boot.SessionFactoryBuilder
How should updates and deletes that span multiple tables be handled?
applyMultiTableBulkIdStrategy(MultiTableBulkIdStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyMultiTenancyStrategy(MultiTenancyStrategy) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyMultiTenancyStrategy(MultiTenancyStrategy) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply the form of multi-tenancy used by the application
applyMultiTenancyStrategy(MultiTenancyStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyName(String) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyName(String) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies a SessionFactory name.
applyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNameAsJndiName(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyNameAsJndiName(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies a SessionFactory name.
applyNameAsJndiName(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNamedQueryCheckingOnStartup(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyNamedQueryCheckingOnStartup(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should named queries be checked on startup?
applyNamedQueryCheckingOnStartup(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNullabilityChecking(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyNullabilityChecking(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should attributes using columns marked as not-null be checked (by Hibernate) for nullness?
applyNullabilityChecking(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyOrderingOfInserts(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyOrderingOfInserts(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply whether ordering of inserts should be enabled.
applyOrderingOfInserts(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyOrderingOfUpdates(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyOrderingOfUpdates(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply whether ordering of updates should be enabled.
applyOrderingOfUpdates(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the PhysicalNamingStrategy to use in building the Metadata.
applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.Loader
 
applyPreferUserTransactions(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyPreferUserTransactions(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
If using the built-in Hibernate JTA-based TransactionCoordinator/Builder, should it prefer to use UserTransaction over Transaction?
applyPreferUserTransactions(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyQueryCacheFactory(QueryCacheFactory) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyQueryCacheFactory(QueryCacheFactory) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a QueryCacheFactory to use for building query cache handlers.
applyQueryCacheFactory(QueryCacheFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyQueryCacheSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyQueryCacheSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should second level query caching support be enabled?
applyQueryCacheSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyQuerySubstitutions(Map) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyQuerySubstitutions(Map) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated.
This is a legacy feature and should never be needed anymore...
applyQuerySubstitutions(Map) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyReadOnlyHint(boolean) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyReadOnlyHint(boolean) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyReadOnlyHint(boolean) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the read-only (true/false) hint.
applyReflectionManager(ReflectionManager) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyReflectionManager(ReflectionManager) - Method in interface org.hibernate.boot.MetadataBuilder
Deprecated.
Deprecated (with no replacement) to indicate that this will go away as we migrate away from Hibernate Commons Annotations to Jandex for annotation handling and XMl->annotation merging.
applyReflectionManager(ReflectionManager) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyReservedWords(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
Applies any reserved words reported via DatabaseMetaData.getSQLKeywords()
applyReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
applyResultSetsWrapping(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyResultSetsWrapping(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Hibernate currently accesses results from the JDBC ResultSet by name.
applyResultSetsWrapping(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyRootReturnFilterRestrictions(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
applyRootReturnFilterRestrictions(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
applyRootReturnFilterRestrictions(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
applyRootReturnOrderByFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
applyRootReturnOrderByFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
applyRootReturnOrderByFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.BasicCollectionLoadQueryDetails
 
applyRootReturnOrderByFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
applyRootReturnSelectFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
applyRootReturnSelectFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
applyRootReturnSelectFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.BasicCollectionLoadQueryDetails
 
applyRootReturnSelectFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
applyRootReturnSelectFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.OneToManyLoadQueryDetails
 
applyRootReturnTableFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
applyRootReturnTableFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.BasicCollectionLoadQueryDetails
 
applyRootReturnTableFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
Applies "table fragments" to the FROM-CLAUSE of the given SelectStatementBuilder for the given Loadable
applyRootReturnTableFragments(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.OneToManyLoadQueryDetails
 
applyRootReturnWhereJoinRestrictions(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
applyRootReturnWhereJoinRestrictions(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
applyRootReturnWhereJoinRestrictions(SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
applySavedSettings(NamedQueryDefinition, QueryImpl) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
applyScanEnvironment(ScanEnvironment) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyScanEnvironment(ScanEnvironment) - Method in interface org.hibernate.boot.MetadataBuilder
Consider this temporary as discussed on ScanEnvironment
applyScanEnvironment(ScanEnvironment) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyScanner(Scanner) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyScanner(Scanner) - Method in interface org.hibernate.boot.MetadataBuilder
Specify a particular Scanner instance to use.
applyScanner(Scanner) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyScanOptions(ScanOptions) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyScanOptions(ScanOptions) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the options to be used in performing scanning.
applyScanOptions(ScanOptions) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyScanResultsToManagedResources(ManagedResourcesImpl, ScanResult, MetadataBuildingOptions, XmlMappingBinderAccess) - Method in class org.hibernate.boot.model.process.internal.ScanningCoordinator
 
applyScrollableResultsSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyScrollableResultsSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should scrollable results be supported in queries? We ask the JDBC driver whether it supports scrollable result sets as the default for this setting, but some drivers do not accurately report this via DatabaseMetaData.
applyScrollableResultsSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applySecondLevelCacheSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applySecondLevelCacheSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should second level caching support be enabled?
applySecondLevelCacheSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applySelection(Selection<? extends T>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
applySetting(String, Object) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a setting value.
applySettings(Map) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a groups of setting values.
applySharedCacheMode(SharedCacheMode) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applySharedCacheMode(SharedCacheMode) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the second-level cache mode to be used.
applySharedCacheMode(SharedCacheMode) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applySourceProcessOrdering(MetadataSourceType...) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applySourceProcessOrdering(MetadataSourceType...) - Method in interface org.hibernate.boot.MetadataBuilder
Apply a specific ordering to the processing of sources.
applySourceProcessOrdering(MetadataSourceType...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applySqlComments(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applySqlComments(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should Hibernate apply comments to SQL it generates?
applySqlComments(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applySqlFunction(String, SQLFunction) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applySqlFunction(String, SQLFunction) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applySqlFunction(String, SQLFunction) - Method in interface org.hibernate.boot.MetadataBuilder
 
applySqlFunction(String, SQLFunction) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a SQLFunction to the underlying SQLFunctionRegistry.
applySqlFunction(String, SQLFunction) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applySqlFunction(String, SQLFunction) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatementInspector(StatementInspector) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyStatementInspector(StatementInspector) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Names a StatementInspector to be applied to the SessionFactory, which in turn means it will be used by all Sessions unless one is explicitly specified in SessionBuilder.statementInspector(org.hibernate.resource.jdbc.spi.StatementInspector)
applyStatementInspector(StatementInspector) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatisticsSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyStatisticsSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies whether statistics gathering is enabled.
applyStatisticsSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStrategySelector(Class<T>, String, Class<? extends T>) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Applies a named strategy implementation to the bootstrap registry.
applyStrategySelectors(StrategyRegistrationProvider) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Applies one or more strategy selectors announced as available by the passed announcer.
applyStrictJpaQueryLanguageCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyStrictJpaQueryLanguageCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should we strictly adhere to JPA Query Language (JPQL) syntax, or more broadly support all of Hibernate's superset (HQL)?

Setting this to true may cause valid HQL to throw an exception because it violates the JPQL subset.

applyStrictJpaQueryLanguageCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStructuredCacheEntries(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyStructuredCacheEntries(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
By default, Hibernate stores data in the cache in its own optimized format.
applyStructuredCacheEntries(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyTableCheck(Table, StringBuilder) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyTableTypeString(StringBuilder) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyTempClassLoader(ClassLoader) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyTempClassLoader(ClassLoader) - Method in interface org.hibernate.boot.MetadataBuilder
Apply a ClassLoader for use while building the Metadata.
applyTempClassLoader(ClassLoader) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyTimeoutHint(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyTimeoutHint(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyTimeoutHint(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the query timeout hint.
applyTo(ConfigurationBuilder) - Method in class org.hibernate.cache.infinispan.TypeOverrides
Apply the configuration overrides in this TypeOverrides instance to the cache configuration builder passed as parameter.
applyToBeanInfo(Object, BeanInfoHelper.BeanInfoDelegate) - Method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
applyTreatAsDeclarations(Set<String>) - Method in class org.hibernate.engine.internal.JoinSequence
 
applyTreatAsDeclarations(Set<String>) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
applyTypes(TypeContributor) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyTypes(TypeContributor) - Method in interface org.hibernate.boot.MetadataBuilder
Apply an explicit TypeContributor (implicit application via ServiceLoader will still happen too)
applyTypes(TypeContributor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyValidatorFactory(Object) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyValidatorFactory(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a Bean Validation ValidatorFactory to the SessionFactory being built.
applyValidatorFactory(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyVersionAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType.Builder
 
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
 
ArchiveContext - Interface in org.hibernate.boot.archive.spi
Describes the context for visiting the entries within an archive
ArchiveContextImpl(boolean, ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
archiveDescriptor - Variable in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveDescriptor - Interface in org.hibernate.boot.archive.spi
Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.
ArchiveDescriptorFactory - Interface in org.hibernate.boot.archive.spi
Contract for building ArchiveDescriptor instances.
ArchiveDescriptorInfo(ArchiveDescriptor, boolean) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveEntry - Interface in org.hibernate.boot.archive.spi
Represent an entry in the archive.
ArchiveEntryHandler - Interface in org.hibernate.boot.archive.spi
Handler for archive entries, based on the classified type of the entry
ArchiveException - Exception in org.hibernate.boot.archive.spi
Indicates a problem accessing or visiting the archive
ArchiveException(String) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveException(String, Throwable) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveHelper - Class in org.hibernate.boot.archive.internal
Helper for dealing with archives
areCollectionsImplicitlyLazy() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
areCollectionsImplicitlyLazy() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
areCollectionsImplicitlyLazy() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies whether plural attributes are lazy by default if not specified in the mapping.
areEntitiesImplicitlyLazy() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
areEntitiesImplicitlyLazy() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
areEntitiesImplicitlyLazy() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies whether singular associations (many-to-one, one-to-one) are lazy by default if not specified in the mapping.
areEqual(Identifier, Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
areEqual(Object, Object) - Static method in class org.hibernate.internal.util.compare.EqualsHelper
Like the legacy EqualsHelper.equals(java.lang.Object, java.lang.Object) method, but handles array-specific checks
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
areEqual(BigDecimal, BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
areEqual(BigInteger, BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
areEqual(Blob, Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
areEqual(Byte[], Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
areEqual(Clob, Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
areEqual(T, T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Determine if two instances are equal
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
areEqual(NClob, NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
areInsertionsOrDeletionsQueued() - Method in class org.hibernate.engine.spi.ActionQueue
Check whether any insertion or deletion actions are currently queued.
areLazyAttributesForceFetched() - Method in class org.hibernate.loader.plan.build.internal.LoadPlanImpl
 
areLazyAttributesForceFetched() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
Does this load plan indicate that lazy attributes are to be force fetched?

Here we are talking about laziness in regards to the legacy bytecode enhancement which adds support for partial selects of an entity's state (e.g., skip loading a lob initially, wait until/if it is needed)

This one would effect the SQL that needs to get generated as well as how the result set would be read.

areLazyPropertiesUnfetched() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Does the represented data contain any un-fetched attribute values?
areLazyPropertiesUnfetched() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
areLazyPropertiesUnfetched() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
areMatch(Object, Object) - Method in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
areMatch(Object, Object) - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
areMatch(Object, Object) - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
Are the two listener instances considered a duplication?
arePrimitiveWrapperEquivalents(Class, Class) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.loader.Loader
Are rows transformed immediately after being read from the ResultSet?
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Cache71Dialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Dialect
Are string comparisons implicitly case insensitive.
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.MySQLDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.SQLServerDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.SybaseASE15Dialect
By default, Sybase string comparisons are case-insensitive.
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Teradata14Dialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.TeradataDialect
 
areTablesToBeUpdated(Set) - Method in class org.hibernate.engine.spi.ActionQueue
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
areTypeMatch(Class, Class) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
areValuesIncludedInInsertByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
How should non-specification of value insertion by the individual value sources here be interpreted in terms of defaulting that value.
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
How should non-specification of value updating by the individual value sources here be interpreted in terms of defaulting that value.
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
areValuesNullableByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
How should non-specification of value nullability by the individual value sources here be interpreted in terms of defaulting that value.
arguments(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
ArgumentsTools - Class in org.hibernate.envers.internal.tools
 
ArgumentsTools() - Constructor for class org.hibernate.envers.internal.tools.ArgumentsTools
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
array - Variable in class org.hibernate.collection.internal.PersistentArrayHolder
 
array(Selection<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
array(List<Selection<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.array(Selection[]) taking a list of selections.
array(Class<Y>, List<Selection<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.array(Selection[]) taking a list of selections, as well as the type of array.
Array - Class in org.hibernate.mapping
An array mapping has a primary key consisting of the key columns + index column.
Array(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Array
 
array(String, String, Class) - Method in class org.hibernate.type.TypeFactory
 
ArrayBinder - Class in org.hibernate.cfg.annotations
Bind an Array
ArrayBinder() - Constructor for class org.hibernate.cfg.annotations.ArrayBinder
 
ArrayCollectionInitializor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a map.
ArrayCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
ArrayHelper - Class in org.hibernate.internal.util.collections
 
arrayIncludesInstanceOf(T[], Class<?>) - Static method in class org.hibernate.envers.internal.tools.ArraysTools
 
arrayList(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
ArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
A mutability plan for arrays.
ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
arraysEqual(Object[], Object[]) - Static method in class org.hibernate.envers.internal.tools.ArraysTools
 
ArraysTools - Class in org.hibernate.envers.internal.tools
 
ArraysTools() - Constructor for class org.hibernate.envers.internal.tools.ArraysTools
 
ArrayType - Class in org.hibernate.type
A type for persistent arrays.
ArrayType(TypeFactory.TypeScope, String, String, Class) - Constructor for class org.hibernate.type.ArrayType
 
ARTEFACT_PROCESSING_ORDER - Static variable in class org.hibernate.cfg.Configuration
 
ARTIFACT_PROCESSING_ORDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify the order in which metadata sources should be processed.
as(String) - Method in class org.hibernate.criterion.SimpleProjection
Create an aliased form of this projection
AS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
as(Class<X>) - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
AS4_TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
AS7_TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
asAlias() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
asBigDecimal() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
asBigDecimal() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asBigInteger() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
asBigInteger() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asc(String) - Static method in class org.hibernate.criterion.Order
Ascending order
asc() - Method in class org.hibernate.criterion.Property
Creates an ascending ordering for this property
asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in ascending order
asc(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
ASCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ASCENDING - Static variable in class org.hibernate.sql.ordering.antlr.OrderingSpecification.Ordering
 
ascendingOrDescending() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
asDouble() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
asDouble() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asFloat() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
asFloat() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asInteger() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
asInteger() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asLong(byte[]) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret the binary representation of a long.
asLong() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
asLong() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asMetaAttribute() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
asReader() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Provides access to the underlying data as a Reader.
asReader() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
assemble(PersistentCollection, CollectionPersister, Object) - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
Assembles the collection from the cached state.
assemble(Object, Serializable, EntityPersister, Interceptor, EventSource) - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
Assemble the previously disassembled state represented by this entry into the given entity instance.
assemble(Serializable, Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
assemble(Serializable) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Assemble a previously disassembled value.
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
assemble(Serializable, Object) - Method in class org.hibernate.type.EnumType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Reconstruct the object from its disassembled state.
assemble(Serializable[], Type[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Reconstruct an object from the cacheable representation.
assemble(Serializable, Object) - Method in interface org.hibernate.usertype.UserType
Reconstruct an object from the cacheable representation.
assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
assertClassAssignability(Class, Class) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
AssertionFailure - Exception in org.hibernate
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for exception org.hibernate.AssertionFailure
Creates an instance of AssertionFailure using the given message.
AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
Creates an instance of AssertionFailure using the given message and underlying cause.
assertJdbcTypeCode(int, int) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
assertTyping(Class<T>, Object) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
Assigned - Class in org.hibernate.id
assigned

An IdentifierGenerator that returns the current identifier assigned to an instance.
Assigned() - Constructor for class org.hibernate.id.Assigned
 
assignment() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
assignment(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
AssignmentSpecification - Class in org.hibernate.hql.internal.ast.tree
Encapsulates the information relating to an individual assignment within the set clause of an HQL update statement.
AssignmentSpecification(AST, Queryable) - Constructor for class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
association - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
Association - Class in org.hibernate.engine.profile
Models the association of a given fetch.
Association(EntityPersister, String) - Constructor for class org.hibernate.engine.profile.Association
Constructs a association defining what is to be fetched.
AssociationAttributeDefinition - Interface in org.hibernate.persister.walking.spi
 
AssociationAttributeDefinition.AssociationNature - Enum in org.hibernate.persister.walking.spi
 
AssociationKey - Class in org.hibernate.engine.spi
Identifies a named association belonging to a particular entity instance.
AssociationKey(EntityKey, String) - Constructor for class org.hibernate.engine.spi.AssociationKey
Constructs an AssociationKey
AssociationKey - Class in org.hibernate.persister.walking.spi
Used to uniquely identify a foreign key, so that we don't join it more than once creating circularities.
AssociationKey(String, String[]) - Constructor for class org.hibernate.persister.walking.spi.AssociationKey
Create the AssociationKey.
associationKeyRegistered(AssociationKey) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
associationKeyRegistered(AssociationKey) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
AssociationOverride - Class in org.hibernate.jpamodelgen.xml.jaxb
 
AssociationOverride() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
associationOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
associationOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
associationOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
associationProcessed(OuterJoinableAssociation, int) - Method in interface org.hibernate.loader.JoinWalker.AssociationInitCallback
 
associations - Variable in class org.hibernate.loader.JoinWalker
 
AssociationSource - Interface in org.hibernate.boot.model.source.spi
 
AssociationType - Interface in org.hibernate.type
A type that represents some kind of association between entities.
AssociationVisitationStrategy - Interface in org.hibernate.persister.walking.spi
Strategy for walking associations as defined by the Hibernate metamodel.
asString() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Provides access to the underlying data as a String.
asString() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
asString() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
asString() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asString(QuerySpaces, AliasResolutionContext) - Method in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Returns a String containing the QuerySpaces graph as a tree structure.
asString(QuerySpaces, int, AliasResolutionContext) - Method in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Returns a String containing the QuerySpaces graph as a tree structure, starting at a particular depth.
asString(Return) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
asString(Return, int) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
ASTAppender - Class in org.hibernate.hql.internal.ast.util
Appends child nodes to a parent efficiently.
ASTAppender(ASTFactory, AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTAppender
Builds an appender using the given factory and parent
ASTIterator - Class in org.hibernate.hql.internal.ast.util
Depth first iteration of an ANTLR AST.
ASTIterator(AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTIterator
Constructs an Iterator for depth-first iteration of an AST
ASTParentsFirstIterator - Class in org.hibernate.hql.internal.ast.util
Depth first iteration of an ANTLR AST.
ASTParentsFirstIterator(AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
ASTPrinter - Class in org.hibernate.hql.internal.ast.util
Utility for generating pretty "ASCII art" representations of syntax trees.
ASTPrinter(Class) - Constructor for class org.hibernate.hql.internal.ast.util.ASTPrinter
Constructs a printer.
ASTPrinter(boolean) - Constructor for class org.hibernate.hql.internal.ast.util.ASTPrinter
 
ASTPrinter(Class, boolean) - Constructor for class org.hibernate.hql.internal.ast.util.ASTPrinter
Constructs a printer.
ASTQueryTranslatorFactory - Class in org.hibernate.hql.internal.ast
Generates translators which uses the Antlr-based parser to perform the translation.
ASTQueryTranslatorFactory() - Constructor for class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
ASTUtil - Class in org.hibernate.hql.internal.ast.util
Provides utility methods for AST traversal and manipulation.
ASTUtil.FilterPredicate - Interface in org.hibernate.hql.internal.ast.util
Filters nodes out of a tree.
ASTUtil.IncludePredicate - Class in org.hibernate.hql.internal.ast.util
A predicate that uses inclusion, rather than exclusion semantics.
asyncWriteCache - Variable in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
asyncWriteCache(AdvancedCache, Flag) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that writes cache entries without waiting for them to complete, adding an extra flag.
atom() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
attemptedDereference() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
attemptToRestartAlreadyStartedEhCacheProvider() - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
Log a message (WARN) about attempt to start an already started Ehcache region factory
Attribute - Interface in org.hibernate.tuple
Contract for attributes
AttributeAccessor - Annotation Type in org.hibernate.annotations
Names a persistent property access strategy (PropertyAccessStrategy) to use.
AttributeContainer - Interface in org.hibernate.mapping
Defines an additional contract for PersistentClass/Join in terms of being able to contain attributes (Property).
AttributeConversionInfo - Class in org.hibernate.cfg
Describes a Convert conversion
AttributeConversionInfo(Class<? extends AttributeConverter>, boolean, String, XAnnotatedElement) - Constructor for class org.hibernate.cfg.AttributeConversionInfo
 
AttributeConversionInfo(Convert, XAnnotatedElement) - Constructor for class org.hibernate.cfg.AttributeConversionInfo
 
AttributeConverterDefinition - Class in org.hibernate.cfg
 
AttributeConverterDefinition(AttributeConverter, boolean) - Constructor for class org.hibernate.cfg.AttributeConverterDefinition
 
AttributeConverterDefinitionCollector - Interface in org.hibernate.cfg.annotations.reflection
 
AttributeConverterMutabilityPlanImpl<T> - Class in org.hibernate.type.descriptor.converter
For now we need to treat attributes to which a converter has been applied as mutable.
AttributeConverterMutabilityPlanImpl(AttributeConverter) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
AttributeConverterSqlTypeDescriptorAdapter - Class in org.hibernate.type.descriptor.converter
Adapter for incorporating JPA AttributeConverter handling into the SqlTypeDescriptor contract.
AttributeConverterSqlTypeDescriptorAdapter(AttributeConverter, SqlTypeDescriptor, JavaTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
AttributeConverterTypeAdapter<T> - Class in org.hibernate.type.descriptor.converter
Adapts the Hibernate Type contract to incorporate JPA AttributeConverter calls.
AttributeConverterTypeAdapter(String, String, AttributeConverter<? extends T, ?>, SqlTypeDescriptor, Class, Class, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
AttributeDefinition - Interface in org.hibernate.persister.walking.spi
 
AttributeExtractionException(String) - Constructor for exception org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeExtractionException
 
AttributeExtractionException(String, Throwable) - Constructor for exception org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeExtractionException
 
AttributeFactory - Class in org.hibernate.jpa.internal.metamodel
A factory for building Attribute instances.
AttributeFactory(MetadataContext) - Constructor for class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
AttributeFetch - Interface in org.hibernate.loader.plan.spi
Models a Fetch that is specifically for an attribute.
AttributeImplementor<X,Y> - Interface in org.hibernate.jpa.internal.metamodel
TODO : javadoc
attributeImplementorNodes() - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
 
attributeImplementorNodes() - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
AttributeMapping - Interface in org.hibernate.boot.jaxb.hbm.spi
 
attributeName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
AttributeNodeImpl<T> - Class in org.hibernate.jpa.graph.internal
Hibernate implementation of the JPA AttributeNode contract
AttributeNodeImpl(EntityManagerFactoryImpl, ManagedType, Attribute<X, T>) - Constructor for class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
AttributeNodeImplementor<T> - Interface in org.hibernate.graph.spi
 
attributeNodes() - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
 
attributeNodes() - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
attributeNumber() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
AttributeOverride - Class in org.hibernate.jpamodelgen.xml.jaxb
 
AttributeOverride() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
AttributePath - Class in org.hibernate.boot.model.source.spi
An attribute path is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
AttributePath() - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
 
AttributePath(AttributePath, String) - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
 
AttributeRole - Class in org.hibernate.boot.model.source.spi
An attribute role is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
AttributeRole(String) - Constructor for class org.hibernate.boot.model.source.spi.AttributeRole
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Attributes - Class in org.hibernate.jpamodelgen.xml.jaxb
This element contains the entity field or property mappings.
Attributes() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
attributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
attributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
attributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
AttributesHelper - Class in org.hibernate.boot.model.source.internal.hbm
 
AttributesHelper() - Constructor for class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
AttributesHelper.Callback - Interface in org.hibernate.boot.model.source.internal.hbm
 
AttributeSource - Interface in org.hibernate.boot.model.source.spi
Contract for sources of persistent attribute descriptions.
AttributeSource - Interface in org.hibernate.persister.walking.spi
 
AttributeSourceContainer - Interface in org.hibernate.boot.model.source.spi
Contract for a container of AttributeSource references.
attributeSources() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
attributeSources() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
attributeSources() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
attributeSources() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
Obtain this container's attribute sources.
AttributeTypeDescriptor - Class in org.hibernate.bytecode.enhance.internal
utility class to generate interceptor methods
AttributeTypeDescriptor() - Constructor for class org.hibernate.bytecode.enhance.internal.AttributeTypeDescriptor
 
AUDIT_STRATEGY - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit strategy.
AUDIT_STRATEGY_VALIDITY_END_REV_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name that will hold the end revision number in audit entities.
AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name of the timestamp of the end revision until which the data was valid.
AUDIT_STRATEGY_VALIDITY_STORE_REVEND_TIMESTAMP - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Store the timestamp of the end revision, until which the data was valid, in addition to the end revision itself.
AUDIT_TABLE_PREFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table prefix.
AUDIT_TABLE_SUFFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table suffix.
AuditConjunction - Class in org.hibernate.envers.query.criteria
 
AuditConjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditConjunction
 
AuditCriterion - Interface in org.hibernate.envers.query.criteria
 
AuditDisjunction - Class in org.hibernate.envers.query.criteria
 
AuditDisjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditDisjunction
 
Audited - Annotation Type in org.hibernate.envers
When applied to a class, indicates that all of its properties should be audited.
AuditedPropertiesHolder - Interface in org.hibernate.envers.configuration.internal.metadata.reader
Implementations hold other audited properties.
AuditedPropertiesReader - Class in org.hibernate.envers.configuration.internal.metadata.reader
Reads persistent properties form a PersistentPropertiesSource and adds the ones that are audited to a AuditedPropertiesHolder, filling all the auditing data.
AuditedPropertiesReader(ModificationStore, PersistentPropertiesSource, AuditedPropertiesHolder, GlobalConfiguration, ReflectionManager, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
AuditedPropertiesReader.ComponentPropertiesSource - Class in org.hibernate.envers.configuration.internal.metadata.reader
 
AuditedPropertiesReader.DynamicComponentSource - Class in org.hibernate.envers.configuration.internal.metadata.reader
 
AuditEntitiesConfiguration - Class in org.hibernate.envers.configuration.internal
Configuration of versions entities - names of fields, entities and tables created to store versioning information.
AuditEntitiesConfiguration(Properties, String) - Constructor for class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
AuditEntity - Class in org.hibernate.envers.query
TODO: ilike
AuditEntityNameRegister - Class in org.hibernate.envers.configuration.internal.metadata
A register of all audit entity names used so far.
AuditEntityNameRegister() - Constructor for class org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister
 
AuditException - Exception in org.hibernate.envers.exception
 
AuditException(String) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(String, Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditId<T> - Class in org.hibernate.envers.query.criteria
Create restrictions and projections for the id of an audited entity.
AuditId() - Constructor for class org.hibernate.envers.query.criteria.AuditId
 
AuditJoinTable - Annotation Type in org.hibernate.envers
 
AuditMappedBy - Annotation Type in org.hibernate.envers
Annotation to specify a "fake" bi-directional relation.
AuditMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
 
AuditMetadataGenerator(MetadataImplementor, ServiceRegistry, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Element, AuditEntityNameRegister) - Constructor for class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
AuditOrder - Interface in org.hibernate.envers.query.order
 
AuditOverride - Annotation Type in org.hibernate.envers
The AuditingOverride annotation is used to override the auditing behavior of a superclass or single property inherited from MappedSuperclass type, or attribute inside an embedded component.
AuditOverrides - Annotation Type in org.hibernate.envers
The AuditingOverrides annotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component.
AuditProcess - Class in org.hibernate.envers.internal.synchronization
 
AuditProcess(RevisionInfoGenerator, SessionImplementor) - Constructor for class org.hibernate.envers.internal.synchronization.AuditProcess
 
AuditProcessManager - Class in org.hibernate.envers.internal.synchronization
 
AuditProcessManager(RevisionInfoGenerator) - Constructor for class org.hibernate.envers.internal.synchronization.AuditProcessManager
 
AuditProjection - Interface in org.hibernate.envers.query.projection
 
AuditProperty<T> - Class in org.hibernate.envers.query.criteria
Create restrictions, projections and specify order for a property of an audited entity.
AuditProperty(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditProperty
 
AuditQuery - Interface in org.hibernate.envers.query
 
AuditQueryCreator - Class in org.hibernate.envers.query
 
AuditQueryCreator(EnversService, AuditReaderImplementor) - Constructor for class org.hibernate.envers.query.AuditQueryCreator
 
AuditReader - Interface in org.hibernate.envers
 
AuditReaderFactory - Class in org.hibernate.envers
 
AuditReaderImpl - Class in org.hibernate.envers.internal.reader
 
AuditReaderImpl(EnversService, Session, SessionImplementor) - Constructor for class org.hibernate.envers.internal.reader.AuditReaderImpl
 
AuditReaderImplementor - Interface in org.hibernate.envers.internal.reader
An interface exposed by a VersionsReader to library-facing classes.
AuditRelatedId - Class in org.hibernate.envers.query.criteria
Create restrictions on an id of an entity related to an audited entity.
AuditRelatedId(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditRelatedId
 
auditStrategy - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
AuditStrategy - Interface in org.hibernate.envers.strategy
Behaviours of different audit strategy for populating audit data.
AuditTable - Annotation Type in org.hibernate.envers
 
AuditTableData - Class in org.hibernate.envers.configuration.internal.metadata
Holds information necessary to create an audit table: its name, schema and catalog, as well as the audit entity name.
AuditTableData(String, String, String, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
AuditWorkUnit - Interface in org.hibernate.envers.internal.synchronization.work
TODO: refactor constructors into factory methods
augmentConfigurationSettings(Properties) - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
augmentIdTableDefinition(Table) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
augmentIdTableDefinition(Table) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
AUTO_CLOSE_SESSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable automatic session close at end of transaction
AUTO_EVICT_COLLECTION_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enables the automatic eviction of a bi-directional association's collection cache when an element in the ManyToOne collection is added/updated/removed without properly managing the change on the OneToMany side.
AUTO_FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
AUTO_REGISTER - Static variable in class org.hibernate.envers.boot.internal.EnversIntegrator
 
AUTO_SESSION_EVENTS_LISTENER - Static variable in interface org.hibernate.cfg.AvailableSettings
Defines a default SessionEventListener to be applied to opened Sessions.
autoAliasInjection - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
autoApply - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoClose() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClose(boolean) - Method in interface org.hibernate.SessionBuilder
Deprecated.
Only integrations can specify autoClosing behavior of individual sessions. See SessionOwner
autoClose() - Method in interface org.hibernate.SharedSessionBuilder
Deprecated.
For same reasons as SessionBuilder.autoClose(boolean) was deprecated. However, shared session builders can use SharedSessionBuilder.autoClose(boolean) since they do not "inherit" the owner.
autoClose(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AUTOCOMMIT - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC autocommit mode
autoCommitMode(boolean) - Method in interface org.hibernate.internal.CoreMessageLogger
 
autoCommitMode(boolean) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
AUTODETECTION - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.collection.plan.CollectionLoader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.custom.CustomLoader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.Loader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
 
AutoFlushEvent - Class in org.hibernate.event.spi
Defines an event class for the auto-flushing of a session.
AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
 
AutoFlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session auto-flush events.
autoFlushIfRequired(Set) - Method in class org.hibernate.internal.SessionImpl
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
autoFlushWillNotWork() - Method in interface org.hibernate.internal.CoreMessageLogger
 
autoImport - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoJoinTransactions() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoJoinTransactions(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session built automatically join in any ongoing JTA transactions.
autoJoinTransactions() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the autoJoinTransaction flag from the original session should be used to create the new session.
autoJoinTransactions(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AuxiliaryDatabaseObject - Interface in org.hibernate.boot.model.relational
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AuxiliaryDatabaseObject - Interface in org.hibernate.mapping
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AuxiliaryDatabaseObject.Expandable - Interface in org.hibernate.boot.model.relational
Additional, optional interface for AuxiliaryDatabaseObject that want to allow expansion of allowable dialects via mapping.
AuxiliaryDatabaseObjectBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
AuxiliaryDatabaseObjectBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.AuxiliaryDatabaseObjectBinder
 
AvailableSettings - Interface in org.hibernate.cfg
 
AvailableSettings - Interface in org.hibernate.ejb
Deprecated.
Use AvailableSettings instead
AvailableSettings - Interface in org.hibernate.jpa
Defines the available HEM settings, both JPA-defined as well as Hibernate-specific

NOTE : Does *not* include Environment values.

avg(String) - Static method in class org.hibernate.criterion.Projections
A property average value projection
avg() - Method in class org.hibernate.criterion.Property
Creates a property avg projection
AVG - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AVG - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
AVG - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
avg(Expression<N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
AVG(CriteriaBuilderImpl, Expression<? extends Number>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.AVG
 
AvgFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
AvgProjection - Class in org.hibernate.criterion
An avg() projection
AvgProjection(String) - Constructor for class org.hibernate.criterion.AvgProjection
Constructs the AvgProjection
AvgWithArgumentCastFunction - Class in org.hibernate.dialect.function
Some databases strictly return the type of the of the aggregation value for AVG which is problematic in the case of averaging integers because the decimals will be dropped.
AvgWithArgumentCastFunction(String) - Constructor for class org.hibernate.dialect.function.AvgWithArgumentCastFunction
Constructs a AvgWithArgumentCastFunction

B

Backref - Class in org.hibernate.mapping
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
BadVersionException(String) - Constructor for exception org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader.BadVersionException
 
bag - Variable in class org.hibernate.collection.internal.PersistentBag
 
Bag - Class in org.hibernate.mapping
A bag permits duplicates, so it has no primary key
Bag(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Bag
 
bag(String, String) - Method in class org.hibernate.type.TypeFactory
 
BagBinder - Class in org.hibernate.cfg.annotations
Bind a bag.
BagBinder() - Constructor for class org.hibernate.cfg.annotations.BagBinder
 
BagType - Class in org.hibernate.type
 
BagType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.BagType
 
base - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
BaseCascadeStyle() - Constructor for class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
BaseCascadingAction() - Constructor for class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
BaseCoreFunctionalTestCase - Class in org.hibernate.testing.junit4
Applies functional testing logic for core Hibernate testing on top of BaseUnitTestCase
BaseCoreFunctionalTestCase() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
BaseCoreFunctionalTestCase.RollbackWork - Class in org.hibernate.testing.junit4
 
BaseEnversCollectionEventListener - Class in org.hibernate.envers.event.spi
Base class for Envers' collection event related listeners
BaseEnversCollectionEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
BaseEnversEventListener - Class in org.hibernate.envers.event.spi
Base class for all Envers event listeners
BaseEnversEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversEventListener
 
BaseGeneralDataRegion - Class in org.hibernate.cache.infinispan.impl
Support for Infinispan GeneralDataRegion implementors.
BaseGeneralDataRegion(AdvancedCache, String, InfinispanRegionFactory) - Constructor for class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
General data region constructor.
baseline() - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
baseline(MetadataSources, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
BaselineAttributeInformation - Class in org.hibernate.tuple
 
BaselineAttributeInformation(boolean, boolean, boolean, ValueGeneration, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.BaselineAttributeInformation
 
BaselineAttributeInformation.Builder - Class in org.hibernate.tuple
 
BaselineSessionEventsListenerBuilder - Class in org.hibernate.cfg
 
BaselineSessionEventsListenerBuilder(boolean, Class<? extends SessionEventListener>) - Constructor for class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
baseListenerInterface() - Method in class org.hibernate.event.spi.EventType
 
BaseNonConfigCoreFunctionalTestCase - Class in org.hibernate.testing.junit4
Applies functional testing logic for core Hibernate testing on top of BaseUnitTestCase.
BaseNonConfigCoreFunctionalTestCase() - Constructor for class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
BaseNonConfigCoreFunctionalTestCase.RollbackWork - Class in org.hibernate.testing.junit4
 
BaseQueryImpl - Class in org.hibernate.ejb
Deprecated.
Use BaseQueryImpl instead
BaseQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.BaseQueryImpl
Deprecated.
 
BaseQueryImpl - Class in org.hibernate.jpa.spi
Intended as the base class for all Query implementations, including TypedQuery and StoredProcedureQuery.
BaseQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.jpa.spi.BaseQueryImpl
 
BaseQueryImpl.ParameterBindImpl<T> - Class in org.hibernate.jpa.spi
 
BaseRegion - Class in org.hibernate.cache.infinispan.impl
Support for Infinispan Regions.
BaseRegion(AdvancedCache, String, TransactionManager, InfinispanRegionFactory) - Constructor for class org.hibernate.cache.infinispan.impl.BaseRegion
Base region constructor.
baseSessionBuilder() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
BaseSessionEventListener - Class in org.hibernate
A no-op implementation of SessionEventListener.
BaseSessionEventListener() - Constructor for class org.hibernate.BaseSessionEventListener
 
BaseTransactionalDataRegion - Class in org.hibernate.cache.infinispan.impl
Support for Inifinispan TransactionalDataRegion implementors.
BaseTransactionalDataRegion(AdvancedCache, String, TransactionManager, CacheDataDescription, InfinispanRegionFactory, CacheKeysFactory) - Constructor for class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
Base transactional region constructor
BaseTransactionalDataRegion.Strategy - Enum in org.hibernate.cache.infinispan.impl
 
BaseTransactionIsolationConfigTest - Class in org.hibernate.testing.common.connections
 
BaseTransactionIsolationConfigTest() - Constructor for class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
BaseUnitTestCase - Class in org.hibernate.testing.junit4
The base unit test adapter.
BaseUnitTestCase() - Constructor for class org.hibernate.testing.junit4.BaseUnitTestCase
 
BaseValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.BaseValueHandler
 
BaseXMLEventReader - Class in org.hibernate.boot.jaxb.internal.stax
Base for XMLEventReader that implements the BaseXMLEventReader.getElementText() and BaseXMLEventReader.nextTag() APIs in a way that is agnostic from the rest of the XMLEventReader implementation.
BaseXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
BaseXMLEventReader - Class in org.hibernate.internal.util.xml
Base for XMLEventReader that implements the BaseXMLEventReader.getElementText() and BaseXMLEventReader.nextTag() APIs in a way that is agnostic from the rest of the XMLEventReader implementation.
BaseXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.internal.util.xml.BaseXMLEventReader
 
basic(String) - Method in class org.hibernate.internal.TypeLocatorImpl
 
basic(Class) - Method in class org.hibernate.internal.TypeLocatorImpl
 
BASIC - Static variable in class org.hibernate.jdbc.Expectations
 
BASIC - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
basic - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
Basic - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Basic() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
basic - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
basic(String) - Method in class org.hibernate.type.TypeResolver
Locate a Hibernate basic type given (one of) its registration names.
basic(String) - Method in interface org.hibernate.TypeHelper
Retrieve the basic type registered against the given name.
basic(Class) - Method in interface org.hibernate.TypeHelper
Convenience form of TypeHelper.basic(String).
BASIC_ARRAY_TYPES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
BASIC_TYPES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
BasicAttributeColumnsAndFormulasSource - Class in org.hibernate.boot.model.source.internal.hbm
ColumnAndFormulaSource implementation handling basic attribute mappings.
BasicAttributeColumnsAndFormulasSource(JaxbHbmBasicAttributeType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
BasicAttributePropertySource - Class in org.hibernate.boot.model.source.internal.hbm
PropertySource implementation handling basic attribute mappings.
BasicAttributePropertySource(JaxbHbmBasicAttributeType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
BasicBatchKey - Class in org.hibernate.engine.jdbc.batch.internal
Normal implementation of BatchKey
BasicBatchKey(String, Expectation) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
Constructs a BasicBatchKey
BasicBinder<J> - Class in org.hibernate.type.descriptor.sql
Convenience base implementation of ValueBinder
BasicBinder(JavaTypeDescriptor<J>, SqlTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.sql.BasicBinder
 
BasicClassFilter - Class in org.hibernate.bytecode.buildtime.spi
BasicClassFilter provides class filtering based on a series of packages to be included and/or a series of explicit class names to be included.
BasicClassFilter() - Constructor for class org.hibernate.bytecode.buildtime.spi.BasicClassFilter
Constructs a BasicClassFilter with given configuration.
BasicClassFilter(String[], String[]) - Constructor for class org.hibernate.bytecode.buildtime.spi.BasicClassFilter
Constructs a BasicClassFilter with standard set of configuration.
BasicCollectionInitializor<T extends Collection> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a non-indexed java collection (set or list, eventually sorted).
BasicCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends T>, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
BasicCollectionJoinWalker - Class in org.hibernate.loader.collection
Walker for collections of values and many-to-many associations
BasicCollectionJoinWalker(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionJoinWalker
 
BasicCollectionLoader - Class in org.hibernate.loader.collection
Loads a collection of values or a many-to-many association.
BasicCollectionLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoadQueryDetails - Class in org.hibernate.loader.plan.exec.internal
 
BasicCollectionMapper<T extends Collection> - Class in org.hibernate.envers.internal.entities.mapper.relation
 
BasicCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
BasicCollectionPersister - Class in org.hibernate.persister.collection
Collection persister for collections of values and many-to-many associations.
BasicCollectionPersister(Collection, CollectionRegionAccessStrategy, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicConnectionCreator - Class in org.hibernate.engine.jdbc.connections.internal
Template (as in template pattern) support for ConnectionCreator implementors.
BasicConnectionCreator(ServiceRegistryImplementor, String, Properties, boolean, Integer) - Constructor for class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
BasicDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.BasicDelegate
 
BasicDialectResolver - Class in org.hibernate.engine.jdbc.dialect.spi
Intended as support for custom resolvers which match a single db name (with optional version info).
BasicDialectResolver(String, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDialectResolver(String, int, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicEntityNameResolver() - Constructor for class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
BasicEntityPropertyMapping - Class in org.hibernate.persister.entity
 
BasicEntityPropertyMapping(AbstractEntityPersister) - Constructor for class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
BasicExecutor - Class in org.hibernate.hql.internal.ast.exec
Implementation of BasicExecutor.
BasicExecutor(HqlSqlWalker, Queryable) - Constructor for class org.hibernate.hql.internal.ast.exec.BasicExecutor
 
BasicExpectation(int) - Constructor for class org.hibernate.jdbc.Expectations.BasicExpectation
 
BasicExtractor<J> - Class in org.hibernate.type.descriptor.sql
Convenience base implementation of ValueExtractor
BasicExtractor(JavaTypeDescriptor<J>, SqlTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.sql.BasicExtractor
 
BasicFormatterImpl - Class in org.hibernate.engine.jdbc.internal
Performs formatting of basic SQL statements (DML + query).
BasicFormatterImpl() - Constructor for class org.hibernate.engine.jdbc.internal.BasicFormatterImpl
 
BasicFunctionExpression<X> - Class in org.hibernate.jpa.criteria.expression.function
Models the basic concept of a SQL function.
BasicFunctionExpression(CriteriaBuilderImpl, Class<X>, String) - Constructor for class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression
 
BasicHolder(Class) - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
BasicInstrumentationTask - Class in org.hibernate.tool.instrument
Super class for all Hibernate instrumentation tasks.
BasicInstrumentationTask() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask
 
BasicInstrumentationTask.LoggerBridge - Class in org.hibernate.tool.instrument
 
BasicJoinScope() - Constructor for class org.hibernate.jpa.criteria.path.AbstractFromImpl.BasicJoinScope
 
BasicLazyInitializer - Class in org.hibernate.proxy.pojo
Lazy initializer for POJOs
BasicLazyInitializer(String, Class, Serializable, Method, Method, CompositeType, SessionImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.BasicLazyInitializer
 
BasicLoader - Class in org.hibernate.loader
Uses the default mapping from property to result set column alias defined by the entities' persisters.
BasicLoader(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.BasicLoader
 
BasicMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for basic properties: immutable types (including enums).
BasicMetadataGenerator() - Constructor for class org.hibernate.envers.configuration.internal.metadata.BasicMetadataGenerator
 
BasicParamExpectation(int, int) - Constructor for class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
BasicPathUsageException - Exception in org.hibernate.jpa.criteria
Represents an incorrect usage of a basic path.
BasicPathUsageException(String, Attribute<?, ?>) - Constructor for exception org.hibernate.jpa.criteria.BasicPathUsageException
Construct the usage exception.
BasicPathUsageException(String, Throwable, Attribute<?, ?>) - Constructor for exception org.hibernate.jpa.criteria.BasicPathUsageException
Construct the usage exception.
BasicProxyFactory - Interface in org.hibernate.bytecode.spi
A proxy factory for "basic proxy" generation.
BasicQueryContract - Interface in org.hibernate
Defines the aspects of query definition that apply to all forms of querying.
BasicSQLExceptionConverter - Class in org.hibernate.engine.jdbc.dialect.spi
A helper to centralize conversion of SQLExceptions to JDBCExceptions.
BasicSQLExceptionConverter() - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
 
BasicTestingJdbcServiceImpl - Class in org.hibernate.testing.boot
Implementation of the JdbcServices contract for use by tests.
BasicTestingJdbcServiceImpl() - Constructor for class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
BasicTransformerAdapter - Class in org.hibernate.transform
Provides the basic "noop" impls of the ResultTransformer contract.
BasicTransformerAdapter() - Constructor for class org.hibernate.transform.BasicTransformerAdapter
 
BasicType - Interface in org.hibernate.type
Marker interface for basic types.
BasicTypeImpl<X> - Class in org.hibernate.jpa.internal.metamodel
 
BasicTypeImpl(Class<X>, Type.PersistenceType) - Constructor for class org.hibernate.jpa.internal.metamodel.BasicTypeImpl
 
BasicTypeRegistration - Class in org.hibernate.boot.spi
 
BasicTypeRegistration(BasicType) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(BasicType, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(UserType, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(CompositeUserType, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistry - Class in org.hibernate.type
A registry of BasicType instances
BasicTypeRegistry() - Constructor for class org.hibernate.type.BasicTypeRegistry
 
Batch - Interface in org.hibernate.engine.jdbc.batch.spi
Conceptually models a batch.
BATCH_FETCH_STYLE - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the BatchFetchStyle to use.
BATCH_ID_PLACEHOLDER - Static variable in class org.hibernate.internal.util.StringHelper
 
BATCH_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Select a custom batcher.
BATCH_VERSIONED_DATA - Static variable in interface org.hibernate.cfg.AvailableSettings
Should versioned data be included in batching?
BatchBuilder - Interface in org.hibernate.engine.jdbc.batch.spi
A builder for Batch instances
batchBuilder() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
BatchBuilderImpl - Class in org.hibernate.engine.jdbc.batch.internal
A builder for Batch instances.
BatchBuilderImpl() - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
Constructs a BatchBuilderImpl
BatchBuilderImpl(int) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
Constructs a BatchBuilderImpl
BatchBuilderInitiator - Class in org.hibernate.engine.jdbc.batch.internal
Initiator for the BatchBuilder service
BatchBuilderInitiator() - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
batchContainedStatementsOnRelease() - Method in interface org.hibernate.internal.CoreMessageLogger
 
BatchedTooManyRowsAffectedException - Exception in org.hibernate.jdbc
Much like TooManyRowsAffectedException, indicates that more rows than what we were expcecting were affected.
BatchedTooManyRowsAffectedException(String, int, int, int) - Constructor for exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
batchExplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates explicit execution of the batch via a call to Batch.execute().
BatchFailedException - Exception in org.hibernate.jdbc
Indicates a failed batch entry (-3 return).
BatchFailedException(String) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFailedException(String, Throwable) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFetchQueue - Class in org.hibernate.engine.spi
Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which can be re-used as a subquery for loading owned collections.
BatchFetchQueue(PersistenceContext) - Constructor for class org.hibernate.engine.spi.BatchFetchQueue
Constructs a queue for the given context.
BatchFetchStyle - Enum in org.hibernate.loader
Defines the style that should be used to perform batch loading.
batchImplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates an implicit execution of the batch.
BatchingBatch - Class in org.hibernate.engine.jdbc.batch.internal
A Batch implementation which does bathing based on a given size.
BatchingBatch(BatchKey, JdbcCoordinator, int) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
Constructs a BatchingBatch
BatchingCollectionInitializer - Class in org.hibernate.loader.collection
The base contract for loaders capable of performing batch-fetch loading of collections using multiple foreign key values in the SQL WHERE clause.
BatchingCollectionInitializer(QueryableCollection) - Constructor for class org.hibernate.loader.collection.BatchingCollectionInitializer
 
BatchingCollectionInitializer - Class in org.hibernate.loader.collection.plan
The base contract for loaders capable of performing batch-fetch loading of collections using multiple foreign key values in the SQL WHERE clause.
BatchingCollectionInitializer(QueryableCollection) - Constructor for class org.hibernate.loader.collection.plan.BatchingCollectionInitializer
 
BatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
Contract for building CollectionInitializer instances capable of performing batch-fetch loading.
BatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
BatchingEntityLoader - Class in org.hibernate.loader.entity
The base contract for loaders capable of performing batch-fetch loading of entities using multiple primary key values in the SQL WHERE clause.
BatchingEntityLoader(EntityPersister) - Constructor for class org.hibernate.loader.entity.BatchingEntityLoader
 
BatchingEntityLoader - Class in org.hibernate.loader.entity.plan
The base contract for UniqueEntityLoader implementations capable of performing batch-fetch loading of entities using multiple primary key values in the SQL WHERE clause.
BatchingEntityLoader(EntityPersister) - Constructor for class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
BatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity
The contract for building UniqueEntityLoader capable of performing batch-fetch loading.
BatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
BatchingLoadQueryDetailsFactory - Class in org.hibernate.loader.plan.exec.internal
A factory class for creating a LoadQueryDetails object.
BatchKey - Interface in org.hibernate.engine.jdbc.batch.spi
Unique key for batch identification.
BatchObserver - Interface in org.hibernate.engine.jdbc.batch.spi
An observer contract for batch events.
BatchSize - Annotation Type in org.hibernate.annotations
Defines size for batch loading of collections or lazy entities.
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
batchSize - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
BeanInfoHelper - Class in org.hibernate.internal.util.beans
Utility for helping deal with BeanInfo
BeanInfoHelper(Class) - Constructor for class org.hibernate.internal.util.beans.BeanInfoHelper
 
BeanInfoHelper(Class, Class) - Constructor for class org.hibernate.internal.util.beans.BeanInfoHelper
 
BeanInfoHelper.BeanInfoDelegate - Interface in org.hibernate.internal.util.beans
 
BeanInfoHelper.ReturningBeanInfoDelegate<T> - Interface in org.hibernate.internal.util.beans
 
BeanIntrospectionException - Exception in org.hibernate.internal.util.beans
Indicates a problem dealing with BeanInfo via the BeanInfoHelper delegate.
BeanIntrospectionException(String, Throwable) - Constructor for exception org.hibernate.internal.util.beans.BeanIntrospectionException
 
BeanIntrospectionException(String) - Constructor for exception org.hibernate.internal.util.beans.BeanIntrospectionException
 
BeanUtils - Class in org.hibernate.cache.ehcache.management.impl
Reflective utilities for dealing with backward-incompatible change to statistics types in Hibernate 3.5.
BeanValidationEventListener - Class in org.hibernate.cfg.beanvalidation
Event listener used to enable Bean Validation for insert/update/delete events.
BeanValidationEventListener(ValidatorFactory, Map, ClassLoaderService) - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
Constructor used in an environment where validator factory is injected (JPA2).
BeanValidationIntegrator - Class in org.hibernate.cfg.beanvalidation
 
BeanValidationIntegrator() - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
before() - Method in class org.hibernate.internal.AbstractQueryImpl
 
before() - Method in class org.hibernate.internal.CriteriaImpl
 
before() - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.AbstractType
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
beforeAssemble(Serializable, SessionImplementor) - Method in interface org.hibernate.type.Type
Called before assembling a query result set from the query cache, to allow batch fetching of entities missing from the second-level cache.
beforeAssemble(Serializable[], Type[], SessionImplementor) - Static method in class org.hibernate.type.TypeHelper
BeforeClassCallbackHandler - Class in org.hibernate.testing.junit4
 
BeforeClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.BeforeClassCallbackHandler
 
BeforeClassOnce - Annotation Type in org.hibernate.testing
Annotation used to mark a method which should be run once before the first test execution for the given class.
beforeCompletion() - Method in class org.hibernate.cache.infinispan.access.InvalidationSynchronization
 
beforeCompletion() - Method in class org.hibernate.cache.infinispan.access.TombstoneSynchronization
 
beforeCompletion() - Method in class org.hibernate.cache.infinispan.util.InvocationAfterCompletion
 
beforeCompletion() - Method in class org.hibernate.context.internal.JTASessionContext.CleanupSync
 
beforeCompletion() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
beforeCompletion() - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the initial phase of transaction completion.
beforeCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
beforeCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.RegisteredSynchronization
 
beforeCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
beforeCompletion() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackTarget
Callback of before-completion.
beforeExecutions() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
beforeExecutions() - Method in class org.hibernate.action.internal.CollectionAction
 
beforeExecutions() - Method in class org.hibernate.action.internal.EntityAction
 
beforeExecutions() - Method in interface org.hibernate.action.spi.Executable
Called before executing any actions.
beforeFirst() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
beforeFirst() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
beforeFirst() - Method in interface org.hibernate.ScrollableResults
Go to a location just before first result, This is the location of the cursor on a newly returned scrollable result.
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentBag
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentList
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentMap
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentSet
 
beforeInitialize(CollectionPersister, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called before any elements are read into the collection, allowing appropriate initializations to occur.
beforeLoad() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Call this before beginning a two-phase load
beforeLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this before begining a two-phase load
beforeSelectClause() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
beforeSelectClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
beforeTablesOnCreation() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
beforeTablesOnCreation() - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Defines a simple precedence.
beforeTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
beforeTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
beforeTransactionCompletion() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
beforeTransactionCompletion() - Method in class org.hibernate.engine.spi.ActionQueue
Execute any registered BeforeTransactionCompletionProcess
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called before a transaction is committed (but not before rollback).
beforeTransactionCompletion() - Method in class org.hibernate.internal.SessionImpl
 
beforeTransactionCompletion() - Method in class org.hibernate.internal.StatelessSessionImpl
 
beforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
A before-completion callback to the owner.
beforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
A before-completion callback from the coordinator to its owner.
BeforeTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during before transaction completion.
begin() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
begin() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
begin() - Method in class org.hibernate.jpa.internal.TransactionImpl
 
begin() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
begin() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
begin() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
begin() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Begin the resource transaction
begin() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
Call begin on the underlying transaction object
begin() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
begin() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
begin() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
begin() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator.TransactionDriver
Begin the physical transaction
begin() - Method in interface org.hibernate.Transaction
Begin this transaction.
BEGIN_INVALIDATION - Static variable in interface org.hibernate.cache.infinispan.util.CacheCommandIds
beginFunctionTemplate(AST, AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
beginFunctionTemplate(AST, AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
beginInvalidatingKey(Object, Object) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Invalidates any previously registered pending puts and disables further registrations ensuring a subsequent call to PutFromLoadValidator.acquirePutFromLoadLock(SessionImplementor, Object, long) will return false.
beginInvalidatingRegion() - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
beginInvalidatingWithPFER(Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
 
beginInvalidation() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
BeginInvalidationCommand - Class in org.hibernate.cache.infinispan.util
 
BeginInvalidationCommand() - Constructor for class org.hibernate.cache.infinispan.util.BeginInvalidationCommand
 
BeginInvalidationCommand(CacheNotifier, Set<Flag>, Object[], Address, Object) - Constructor for class org.hibernate.cache.infinispan.util.BeginInvalidationCommand
 
beginRead() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
beginRead() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
beginRead() - Method in class org.hibernate.collection.internal.PersistentSet
 
beginRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called just before reading any rows from the JDBC result set
beginRemoveOrphanBeforeUpdates() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
beginTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
beginTransaction() - Method in class org.hibernate.internal.SessionImpl
 
beginTransaction() - Method in class org.hibernate.internal.StatelessSessionImpl
 
beginTransaction() - Method in interface org.hibernate.SharedSessionContract
Begin a unit of work and return the associated Transaction object.
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
The best guess entity name for an entity not in an association
bestGuessEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
between(Object, Object) - Method in class org.hibernate.criterion.Property
Creates a BETWEEN restriction for this property between the given min and max
between(String, Object, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "between" constraint to the named property
between(T, T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "between" constraint
BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
between(Expression<? extends Y>, Y, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
BetweenAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
BetweenAuditExpression(PropertyNameGetter, Object, Object) - Constructor for class org.hibernate.envers.query.criteria.internal.BetweenAuditExpression
 
BetweenExpression - Class in org.hibernate.criterion
Constrains a property to between two values
BetweenExpression(String, Object, Object) - Constructor for class org.hibernate.criterion.BetweenExpression
 
betweenFunctionArguments() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
betweenFunctionArguments() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
betweenList() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
BetweenOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Contract for nodes representing logical BETWEEN (ternary) operators.
BetweenOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
BetweenPredicate<Y> - Class in org.hibernate.jpa.criteria.predicate
Models a BETWEEN Predicate.
BetweenPredicate(CriteriaBuilderImpl, Expression<? extends Y>, Y, Y) - Constructor for class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
BetweenPredicate(CriteriaBuilderImpl, Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Constructor for class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
BidirectionalEntityReference - Interface in org.hibernate.loader.plan.spi
Represents the circular side of a bi-directional entity association.
BidirectionalEntityReferenceImpl - Class in org.hibernate.loader.plan.build.internal.returns
Represents an entity fetch that is bi-directionally join fetched.
BidirectionalEntityReferenceImpl(ExpandingFetchSource, AssociationAttributeDefinition, EntityReference) - Constructor for class org.hibernate.loader.plan.build.internal.returns.BidirectionalEntityReferenceImpl
 
BIG_DECIMAL - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping BigDecimal to JDBC NUMERIC.
BIG_INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping BigInteger to JDBC NUMERIC.
BigDecimalHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
BigDecimalType - Class in org.hibernate.type
A type that maps between a NUMERIC and BigDecimal.
BigDecimalType() - Constructor for class org.hibernate.type.BigDecimalType
 
BigDecimalTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for BigDecimal handling.
BigDecimalTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
BigDecimalValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.BigDecimalValueHandler
 
BigIntegerHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
BigIntegerType - Class in org.hibernate.type
A type that maps between a NUMERIC and BigInteger.
BigIntegerType() - Constructor for class org.hibernate.type.BigIntegerType
 
BigIntegerTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for BigInteger handling.
BigIntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
BigIntegerValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.BigIntegerValueHandler
 
BigIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BIGINT handling.
BigIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC VARBINARY.
BinaryArithmeticOperation<N extends Number> - Class in org.hibernate.jpa.criteria.expression
Models standard arithmetc operations with two operands.
BinaryArithmeticOperation(CriteriaBuilderImpl, Class<N>, BinaryArithmeticOperation.Operation, Expression<? extends N>, Expression<? extends N>) - Constructor for class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Creates an arithmethic operation based on 2 expressions.
BinaryArithmeticOperation(CriteriaBuilderImpl, Class<N>, BinaryArithmeticOperation.Operation, Expression<? extends N>, N) - Constructor for class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Creates an arithmethic operation based on an expression and a literal.
BinaryArithmeticOperation(CriteriaBuilderImpl, Class<N>, BinaryArithmeticOperation.Operation, N, Expression<? extends N>) - Constructor for class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Creates an arithmetic operation based on an expression and a literal.
BinaryArithmeticOperation.Operation - Enum in org.hibernate.jpa.criteria.expression
 
BinaryArithmeticOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Nodes which represent binary arithmetic operators.
BinaryArithmeticOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
binaryComparisonExpression(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
BinaryLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Contract for nodes representing binary operators.
BinaryLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
BinaryOperatorExpression<T> - Interface in org.hibernate.jpa.criteria.expression
Contract for operators with two operands.
BinaryOperatorNode - Interface in org.hibernate.hql.internal.ast.tree
Contract for nodes representing binary operators.
BinaryStream - Interface in org.hibernate.engine.jdbc
Wraps a binary stream to also provide the length which is needed when binding.
BinaryStreamImpl - Class in org.hibernate.engine.jdbc.internal
Implementation of BinaryStream
BinaryStreamImpl(byte[]) - Constructor for class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
Constructs a BinaryStreamImpl
BinaryType - Class in org.hibernate.type
A type that maps between a VARBINARY and byte[] Implementation of the VersionType interface should be considered deprecated.
BinaryType() - Constructor for class org.hibernate.type.BinaryType
 
BinaryTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BINARY handling.
BinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
 
bind(InputStream, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
bind(Source, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
bind(Source, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an XML source.
bind(InputStream, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an InputStream
bind(ResultSetMappingBindingDefinition, HbmLocalMetadataBuildingContext) - Static method in class org.hibernate.boot.model.source.internal.hbm.ResultSetMappingBinder
Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements.
bind(ResultSetMappingBindingDefinition, HbmLocalMetadataBuildingContext, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.ResultSetMappingBinder
Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements
bind(String) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(File) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(InputStreamAccess) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(InputStream) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(URL) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bind() - Method in class org.hibernate.cfg.annotations.TableBinder
 
bind() - Method in class org.hibernate.cfg.Ejb3Column
 
bind(Session) - Static method in class org.hibernate.context.internal.ManagedSessionContext
Binds the given session to the current context for its session factory.
bind(Session) - Static method in class org.hibernate.context.internal.ThreadLocalSessionContext
Associates the given session with the current thread of execution.
bind(String, Object) - Method in class org.hibernate.engine.jndi.internal.JndiServiceImpl
 
bind(String, Object) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Binds a value into JNDI by name.
bind(PreparedStatement, int) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
bind(PreparedStatement, int) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
bind(PreparedStatement, int) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
bind(PreparedStatement, int) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Bind this holders internal value to the given result set.
bind(Context, String, Object) - Static method in class org.hibernate.internal.util.jndi.JndiHelper
Deprecated.
Bind val to name in ctx, and make sure that all intermediate contexts exist.
bind(TypedQuery) - Method in interface org.hibernate.jpa.criteria.compile.ImplicitParameterBinding
Bind the implicit parameter's value to the JPA query.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.NamedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in interface org.hibernate.param.ParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.PositionalParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
 
bind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
 
bind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
 
bind(PreparedStatement, X, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a prepared statement.
bind(CallableStatement, X, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a CallableStatement.
bindAnyMetaDefs(XAnnotatedElement, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
bindAsParam - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
bindAsParameter() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
 
bindClass(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
Bind a class having JSR175 annotations.
bindColumn(MappingDocument, ColumnSource, SimpleValue, boolean, RelationalObjectBinder.ColumnNamingDelegate) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
bindColumnOrFormula(MappingDocument, RelationalValueSource, SimpleValue, boolean, RelationalObjectBinder.ColumnNamingDelegate) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
bindColumns(MappingDocument, List<ColumnSource>, SimpleValue, boolean, RelationalObjectBinder.ColumnNamingDelegate) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
bindColumnsAndFormulas(MappingDocument, List<RelationalValueSource>, SimpleValue, boolean, RelationalObjectBinder.ColumnNamingDelegate) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
bindDefaults(MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindDiscriminatorValue() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindEntityHierarchy(EntityHierarchySourceImpl) - Method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
Binder - Interface in org.hibernate.boot.jaxb.spi
Contract for performing JAXB binding.
Binder - Interface in org.hibernate.id.insert
 
BinderHelper - Class in org.hibernate.cfg
 
bindFk(PersistentClass, PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
bindFormulas(MappingDocument, List<DerivedValueSource>, OneToOne) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
Binding<T> - Class in org.hibernate.boot.jaxb.spi
Represents a JAXB binding, as well as keeping information about the origin of the processed XML
Binding(T, Origin) - Constructor for class org.hibernate.boot.jaxb.spi.Binding
 
bindLimitParameters(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Default implementation of binding parameter values needed by the LIMIT clause.
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Bind parameter values needed by the LIMIT clause after original SELECT statement.
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Bind parameter values needed by the LIMIT clause before original SELECT statement.
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.Cache71Dialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
bindLimitParametersFirst() - Method in class org.hibernate.dialect.FirebirdDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.H2Dialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.HSQLDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.InterbaseDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the LIMIT clause come at the start of the SELECT statement, rather than at the end?
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.AbstractHANADialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.FirebirdDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.H2Dialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.InterbaseDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Oracle8iDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
ANSI SQL defines the LIMIT clause to be in the form LIMIT offset, limit.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
bindListOrArrayIndex(MappingDocument, IndexedPluralAttributeSource, List) - Method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
bindManytoManyInverseFk(PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
bind the inverse FK of a ManyToMany If we are in a mappedBy case, read the columns from the associated collection element Otherwise delegates to the usual algorithm
bindManyToManySecondPass(Collection, Map, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XClass, boolean, boolean, boolean, TableBinder, XProperty, PropertyHolder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindNamedParameters(PreparedStatement, Map<String, TypedValue>, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind named parameters to the JDBC prepared statement.
bindNamedParameters(PreparedStatement, Map, int, SessionImplementor) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
Bind named parameters to the JDBC prepared statement.
bindNamedStoredProcedureQuery(NamedStoredProcedureQuery, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQueries(NamedNativeQueries, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQueries(NamedNativeQueries, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNullValue(Class<?>) - Method in interface org.hibernate.jpa.spi.NullTypeBindableParameterRegistration
If bindable, bind a null value using the provided parameter type.
bindOneToManySecondPass(Collection, Map, Ejb3JoinColumn[], XClass, boolean, boolean, MetadataBuildingContext, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindOneToOne(MappingDocument, SingularAttributeSourceOneToOne, OneToOne) - Method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
bindPackage(String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindParameters(SessionImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Bind any required parameter values into the SQL command AbstractSelectingDelegate.getSelectSQL().
bindParameters(SessionImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
bindParameterValues(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
We specifically override this method here, because in general we know much more about the parameters and their appropriate bind positions here then we do in our super because we track them explicitly here through the ParameterSpecification interface.
bindParameterValues(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind all parameter values into the prepared statement in preparation for execution.
bindParameterValues(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
Bind all parameter values into the prepared statement in preparation for execution.
bindPositionalParameters(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind positional parameter values to the JDBC prepared statement.
bindPositionalParameters(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
Bind positional parameter values to the JDBC prepared statement.
bindQueries(NamedQueries, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQueries(NamedQueries, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQueryParameters(PreparedStatement, QueryParameters, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.internal.ParameterBinder
Perform parameter binding
bindSessionIdentifier(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.id.persistent.Helper
 
bindSqlResultSetMapping(SqlResultSetMapping, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindSqlResultSetMappings(SqlResultSetMappings, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
return true if it's a Fk, false if it's an association table
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
bindTable(String, String, String, List<UniqueConstraintHolder>, String, InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindTableForDiscriminatedSubclass(InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindValue(T) - Method in interface org.hibernate.jpa.spi.ParameterRegistration
If bindable, bind the value.
bindValue(T, TemporalType) - Method in interface org.hibernate.jpa.spi.ParameterRegistration
If bindable, bind the value using the specific temporal type.
bindValue(T) - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
bindValue(T, TemporalType) - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
bindValue(T) - Method in interface org.hibernate.procedure.ParameterRegistration
Bind a value to the parameter.
bindValue(T, TemporalType) - Method in interface org.hibernate.procedure.ParameterRegistration
Bind a value to the parameter, using just a specified portion of the DATE/TIME value.
bindValues(PreparedStatement) - Method in interface org.hibernate.id.insert.Binder
 
BitronixJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
BitronixJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
 
BitTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BIT handling.
BitTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
BLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Blob to JDBC BLOB.
BLOB_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
BlobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created Blob instances..
BlobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
BlobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Blob references for non-contextual creation, including proxy creation and handling proxy invocations.
BlobType - Class in org.hibernate.type
A type that maps between BLOB and Blob
BlobType() - Constructor for class org.hibernate.type.BlobType
 
BlobTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Blob handling.
BlobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
BlobTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BLOB handling.
BlobTypeDescriptor.BlobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
BOGUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
BOGUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
BOOLEAN - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC BIT.
BooleanAssertionPredicate - Class in org.hibernate.jpa.criteria.predicate
Predicate to assert the explicit value of a boolean expression: x = true x = false x <> true x <> false
BooleanAssertionPredicate(CriteriaBuilderImpl, Expression<Boolean>, Boolean) - Constructor for class org.hibernate.jpa.criteria.predicate.BooleanAssertionPredicate
 
booleanCombination(RelationshipMask[]) - Static method in enum org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
Combines the passed "RelationshipMasks
booleanExpr(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
BooleanExpressionPredicate - Class in org.hibernate.jpa.criteria.predicate
Defines a Predicate used to wrap an Expression<Boolean>.
BooleanExpressionPredicate(CriteriaBuilderImpl, Expression<Boolean>) - Constructor for class org.hibernate.jpa.criteria.predicate.BooleanExpressionPredicate
 
BooleanLiteralNode - Class in org.hibernate.hql.internal.ast.tree
Represents a boolean literal within a query.
BooleanLiteralNode() - Constructor for class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
booleanOp(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
BooleanStaticAssertionPredicate - Class in org.hibernate.jpa.criteria.predicate
Predicate used to assert a static boolean condition.
BooleanStaticAssertionPredicate(CriteriaBuilderImpl, Boolean) - Constructor for class org.hibernate.jpa.criteria.predicate.BooleanStaticAssertionPredicate
 
BooleanType - Class in org.hibernate.type
A type that maps between BOOLEAN and Boolean
BooleanType() - Constructor for class org.hibernate.type.BooleanType
 
BooleanType(SqlTypeDescriptor, BooleanTypeDescriptor) - Constructor for class org.hibernate.type.BooleanType
 
BooleanTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Boolean handling.
BooleanTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
BooleanTypeDescriptor(char, char) - Constructor for class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
BooleanTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BOOLEAN handling.
BooleanTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
booleanValue(String) - Static method in class org.hibernate.internal.util.StringHelper
 
BooleanValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.BooleanValueHandler
 
Bootstrap - Class in org.hibernate.jpa.boot.spi
Entry into the bootstrap process.
BootstrapServiceRegistry - Interface in org.hibernate.boot.registry
Provides the most basic services needed.
BootstrapServiceRegistryBuilder - Class in org.hibernate.boot.registry
Builder for BootstrapServiceRegistry instances.
BootstrapServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
 
BootstrapServiceRegistryImpl - Class in org.hibernate.boot.registry.internal
ServiceRegistry implementation containing specialized "bootstrap" services, specifically: ClassLoaderService IntegratorService StrategySelector
BootstrapServiceRegistryImpl() - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(ClassLoaderService, LinkedHashSet<Integrator>) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(boolean, ClassLoaderService, LinkedHashSet<Integrator>) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(ClassLoaderService, StrategySelector, IntegratorService) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(boolean, ClassLoaderService, StrategySelector, IntegratorService) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BorlandEnterpriseServerJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
BorlandEnterpriseServerJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
BOTH - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
BOTH - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
BOTH - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
BOTH - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
BOTH_SPACE_TRIM_FROM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming both leading and trailing spaces, with the optional FROM keyword.
BOTH_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming both leading and trailing spaces
BOTH_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
A template for the series of calls required to trim non-space chars from both the beginning and the end of text.
bothHibernateAndC3p0StylesSet(String, String) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Log a message (WARN) about conflicting hibernate.c3p0.XYZ and c3p0.XYZ settings
BoundedConcurrentHashMap<K,V> - Class in org.hibernate.internal.util.collections
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
BoundedConcurrentHashMap(int, int, BoundedConcurrentHashMap.Eviction, BoundedConcurrentHashMap.EvictionListener<K, V>) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.
BoundedConcurrentHashMap(int, int) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and LRU eviction policy.
BoundedConcurrentHashMap(int, int, BoundedConcurrentHashMap.Eviction) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and eviction strategy.
BoundedConcurrentHashMap(int) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, default concurrency level and LRU eviction policy.
BoundedConcurrentHashMap() - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the default maximum capacity
BoundedConcurrentHashMap.Eviction - Enum in org.hibernate.internal.util.collections
 
BoundedConcurrentHashMap.EvictionListener<K,V> - Interface in org.hibernate.internal.util.collections
 
BoundedConcurrentHashMap.EvictionPolicy<K,V> - Interface in org.hibernate.internal.util.collections
 
boundEjb3ConfigurationToJndiName(String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
broadcastEndInvalidationCommand(Object[], Object) - Method in class org.hibernate.cache.infinispan.access.NonTxPutFromLoadInterceptor
 
broadcastEvictAll(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Broadcast an evict-all command with the given cache instance.
BUFFER - Static variable in class org.hibernate.internal.util.io.StreamCopier
 
BUFFER - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The buffer function
BUFFER_SIZE - Static variable in class org.hibernate.internal.util.io.StreamCopier
 
BufferedXMLEventReader - Class in org.hibernate.boot.jaxb.internal.stax
Buffers XML events for later re-reading Note, copied from the uPortal project by permission of author.
BufferedXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Create new buffering reader, no buffering is done until BufferedXMLEventReader.mark(int) is called.
BufferedXMLEventReader(XMLEventReader, int) - Constructor for class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Create new buffering reader.
BufferedXMLEventReader - Class in org.hibernate.internal.util.xml
Buffers XML events for later re-reading Note, copied from the uPortal project by permission of author.
BufferedXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.internal.util.xml.BufferedXMLEventReader
Create new buffering reader, no buffering is done until BufferedXMLEventReader.mark(int) is called.
BufferedXMLEventReader(XMLEventReader, int) - Constructor for class org.hibernate.internal.util.xml.BufferedXMLEventReader
Create new buffering reader.
bufferSize() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
bufferSize() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
 
build() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
build() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
build() - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
build() - Method in interface org.hibernate.boot.MetadataBuilder
Actually build the metamodel
build() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
build(MetadataSources, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
Unified single phase for MetadataSources->Metadata process
build() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
build() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Build the bootstrap registry.
build() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Build the StandardServiceRegistry.
build() - Method in interface org.hibernate.boot.SessionFactoryBuilder
After all options have been set, build the SessionFactory.
build() - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorBuilder
 
build() - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections.Builder
 
build() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
build() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
build(StringBuilder, Map<String, Object>) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
Builds the given query, appending results to the given string buffer, and adding all query parameter values that are used to the map provided.
build(StringBuilder, Map<String, Object>) - Method in class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
build() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
build() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Build EntityManagerFactory instance
build() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl.Builder
 
build() - Method in class org.hibernate.tool.schema.extract.internal.IndexInformationImpl.Builder
 
build() - Method in interface org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder
 
build() - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilderImpl
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheCollectionRegion
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheEntityRegion
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheNaturalIdRegion
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.infinispan.collection.CollectionRegionImpl
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.infinispan.entity.EntityRegionImpl
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.infinispan.naturalid.NaturalIdRegionImpl
 
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.spi.CollectionRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.spi.EntityRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.spi.NaturalIdRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in class org.hibernate.testing.cache.EntityRegionImpl
 
buildAndExecuteQuery() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
buildAndFillTable(String, String, ObjectNameSource, NamingStrategyHelper, boolean, List<UniqueConstraintHolder>, List<JPAIndexHolder>, String, MetadataBuildingContext, String, InFlightMetadataCollector.EntityTableXref) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildAndFillTable(String, String, Identifier, boolean, List<UniqueConstraintHolder>, List<JPAIndexHolder>, String, MetadataBuildingContext, String, InFlightMetadataCollector.EntityTableXref) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildAnyAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
buildAnyAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a fetch for an "any" attribute.
buildAnyValue(String, Ejb3JoinColumn[], Column, PropertyData, boolean, Nullability, PropertyHolder, EntityBinder, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
buildArchiveDescriptor(URL) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
buildArchiveDescriptor(URL, String) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
buildArchiveDescriptor(URL) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
buildArchiveDescriptor(URL) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the given url
buildArchiveDescriptor(URL, String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the path relative to the given url
buildArchiveDescriptor(URL) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
 
buildArchiveDescriptor(URL, String) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
 
buildAttribute(AbstractManagedType<X>, Property) - Method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
Build a normal attribute.
buildAttributeConversionInfoMap(XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
buildAttributeNode(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
buildAttributeNodeMap() - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
Build "name" -- "attribute node" map from the current entity graph we're visiting.
buildAttributeSources() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
buildAttributeSources(AttributesHelper.Callback) - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
buildAttributeSources(AttributesHelper.Callback) - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
buildBaseConfiguration() - Static method in class org.hibernate.testing.env.TestingDatabaseInfo
 
buildBaselineList() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.internal.javassist.ProxyFactoryFactoryImpl
Constructs a BasicProxyFactoryImpl
buildBasicProxyFactory(Class, Class[]) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBatch(BatchKey, JdbcCoordinator) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
buildBatch(BatchKey, JdbcCoordinator) - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchBuilder
Build a batch.
buildBatchFetchRestrictionFragment(String, String[], Dialect) - Static method in class org.hibernate.internal.util.StringHelper
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
buildBeginInvalidationCommand(Set<Flag>, Object[], Object) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
buildBidirectionalEntityReference(AssociationAttributeDefinition, FetchStrategy, EntityReference) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
buildBidirectionalEntityReference(AssociationAttributeDefinition, FetchStrategy, EntityReference) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a bidirectional entity reference for an entity attribute.
buildBootstrapJdbcConnectionAccess(MultiTenancyStrategy, ServiceRegistryImplementor) - Static method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
buildBootstrapServiceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildByteBasedInputStreamAccess(String, InputStream) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
buildBytecodeProvider(Properties) - Static method in class org.hibernate.cfg.Environment
 
buildCacheEntry(Object, Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildCacheEntry(Object, Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
 
buildCacheEntry(Object, Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
buildCacheEntryHelper() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildCallback(SessionImplementor) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.TableStructure
 
buildCallbacksForEntity(String, CallbackBuilder.CallbackRegistrar) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackBuilderLegacyImpl
 
buildCallbacksForEntity(String, CallbackBuilder.CallbackRegistrar) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackBuilder
 
buildCleanupSynch() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
buildCollectionAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeReference
 
buildCollectionAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
buildCollectionAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a fetch for a collection attribute.
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing collection data.
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(OrderColumn, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.IndexColumn
JPA 2 @OrderColumn processing.
buildColumnFromAnnotation(IndexColumn, PropertyHolder, PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.cfg.IndexColumn
Legacy @IndexColumn processing.
buildColumnSource(MappingDocument, String, RelationalValueSourceHelper.ColumnsAndFormulasSource) - Static method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
Given a RelationalValueSourceHelper.ColumnsAndFormulasSource, build a single RelationalValueSource which is required to be a column.
buildColumnSources(MappingDocument, String, RelationalValueSourceHelper.ColumnsAndFormulasSource) - Static method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
Given a RelationalValueSourceHelper.ColumnsAndFormulasSource, build the corresponding list of ColumnSource.
buildCompiledQuery(HibernateEntityManagerImplementor, InterpretedParameterMetadata) - Method in interface org.hibernate.jpa.criteria.compile.CriteriaInterpretation
Generate a Query instance given the interpreted criteria compiled against the passed EntityManager.
buildCompositeAttributeFetch(AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
buildCompositeAttributeFetch(AttributeDefinition) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a fetch for a composite attribute.
buildConfiguration() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
buildConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildConnectionProvider() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(boolean) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildCurrentReturnState(boolean, int) - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl
 
buildCurrentReturnState(boolean, int) - Method in class org.hibernate.result.internal.OutputsImpl
 
buildCustomSql(JaxbHbmCustomSqlDmlType) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
Given a user-specified description of how to perform custom SQL, build the CustomSql representation.
buildDatabaseStructure(Type, Properties, JdbcEnvironment, boolean, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Build the database structure.
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy
Build a handler capable of handling the bulk delete indicated by the given walker.
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
buildDialect(Map, DialectResolutionInfoSource) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
 
buildDialect(Map, DialectResolutionInfoSource) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory
Builds an appropriate Dialect instance.
buildDialect(Map, DialectResolutionInfoSource) - Method in class org.hibernate.testing.boot.DialectFactoryTestingImpl
 
buildDiscriminatorColumn(DiscriminatorType, DiscriminatorColumn, DiscriminatorFormula, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
buildEncapsulatedCompositeIdentifierDefinition(AbstractEntityPersister) - Static method in class org.hibernate.persister.walking.internal.EntityIdentifierDefinitionHelper
 
buildEndInvalidationCommand(String, Object[], Object) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
buildEntityAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
buildEntityAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a fetch for an entity attribute.
buildEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing entity data.
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
Builder(String) - Constructor for class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
Builder() - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
Builder(MappingDefaults) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
Builder(MappingDefaults) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
Builder(MappingDefaults) - Constructor for class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
BUILDER - Static variable in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
Names the BatchBuilder implementation to use.
Builder(ConnectionCreator, boolean) - Constructor for class org.hibernate.engine.jdbc.connections.internal.PooledConnections.Builder
 
Builder(JdbcEnvironment) - Constructor for class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
Builder(OuterJoinLoadable) - Constructor for class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
builder(Identifier) - Static method in class org.hibernate.tool.schema.extract.internal.IndexInformationImpl
 
Builder(Identifier) - Constructor for class org.hibernate.tool.schema.extract.internal.IndexInformationImpl.Builder
 
Builder() - Constructor for class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
buildEvictAllCommand(String) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
Build an instance of EvictAllCommand for a given region.
buildExtendedReturn() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl.ProcedureCurrentReturnState
 
buildExtendedReturn() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildFunctionParameterList(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
buildFunctionParameterList(String) - Method in class org.hibernate.criterion.AggregateProjection
 
buildFunctionParameterList(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.CountProjection
 
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildGroupsForOperation(GroupsPerOperation.Operation, Map, ClassLoaderAccess) - Static method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
buildHierarchies() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchyBuilder
buildHolder() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
buildIdAttribute(AbstractIdentifiableType<X>, Property) - Method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
Build the identifier attribute descriptor
buildIdentifierAttribute(PersistentClass, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates the attribute representation of the identifier for a given entity mapping.
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
Build the IdentifierHelper indicated by this Dialect for handling identifier conversions.
buildIdTableCreateStatement(Table, JdbcServices, MetadataImplementor) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildIdTableDropStatement(Table, JdbcServices) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, CT) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, PreparationContextImpl) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, AbstractMultiTableBulkIdStrategyImpl.PreparationContext) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, PreparationContextImpl) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
buildIllegalCollectionDereferenceException(String, FromReferenceNode) - Method in interface org.hibernate.hql.internal.ast.tree.DotNode.IllegalCollectionDereferenceExceptionBuilder
 
buildInheritanceStates(List<XClass>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
For the mapped entities build some temporary data-structure containing information about the inheritance status of a class.
buildInLineDirtyCheckingBodyFragment(EnhancementContext, CtField) - Method in class org.hibernate.bytecode.enhance.internal.AttributeTypeDescriptor
 
buildInsertQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
buildIsolatedClassLoader() - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
 
buildJavassistProxyFactory(Class, Class[]) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
buildJoinColumn(PrimaryKeyJoinColumn, JoinColumn, Value, Map<String, Join>, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
Build JoinColumn for a JOINED hierarchy
buildJoinColumns(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsOrFormulas(JoinColumnsOrFormulas, String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsWithDefaultColumnSuffix(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinFormula(JoinFormula, String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
build join formula
buildJoinTableJoinColumns(JoinColumn[], Map<String, Join>, PropertyHolder, String, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJpaIndexHolder(Index[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildKeyJoin(FromElement) - Static method in class org.hibernate.hql.internal.ast.tree.MapKeyEntityFromElement
 
buildListener(Class<T>) - Method in class org.hibernate.jpa.event.internal.jpa.ListenerFactoryBeanManagerDelayedImpl
 
buildListener(Class<T>) - Method in class org.hibernate.jpa.event.internal.jpa.ListenerFactoryBeanManagerStandardImpl
 
buildListener(Class<T>) - Method in class org.hibernate.jpa.event.internal.jpa.ListenerFactoryStandardImpl
 
buildListener(Class<T>) - Method in interface org.hibernate.jpa.event.spi.jpa.ListenerFactory
 
buildListenerFactory(SessionFactoryOptions) - Static method in class org.hibernate.jpa.event.spi.jpa.ListenerFactoryBuilder
 
buildLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-mode, etc.
buildLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-options, etc.
buildLoadPlan() - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
buildLoadPlan() - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
 
buildLoadPlan() - Method in interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingAssociationVisitationStrategy
After visitation is done, build the load plan.
buildLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl
Build a LobCreator using the given context
buildLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.env.spi.LobCreatorBuilder
 
buildLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.internal.LobCreatorBuilder
Build a LobCreator using the given context
buildLockRequest(LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
buildLockRequest(LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
buildLockRequest(LockOptions) - Method in interface org.hibernate.Session
Build a LockRequest that specifies the LockMode, pessimistic lock timeout and lock scope.
buildMappings() - Method in class org.hibernate.cfg.Configuration
Deprecated.
Does nothing
buildMetadata() - Method in class org.hibernate.boot.MetadataSources
Short-hand form of calling MetadataSources.getMetadataBuilder() and using its MetadataBuilder.build() method in cases where the application wants to accept the defaults.
buildMetadata(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
 
buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
Intended for test usage only.
buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Intended for test usage only.
buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaValidator
Intended for test usage only.
buildMetadataInstance(MetadataBuildingContext) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
Builds the complete and immutable Metadata instance from the collected info.
buildMetamodel(Iterator<PersistentClass>, SessionFactoryImplementor) - Static method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
buildMetamodel(Iterator<PersistentClass>, Set<MappedSuperclass>, SessionFactoryImplementor, boolean) - Static method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
Build the metamodel using the information from the collection of Hibernate PersistentClass models as well as the Hibernate SessionFactory.
buildMinimalSQLExceptionConverter() - Static method in class org.hibernate.exception.spi.SQLExceptionConverterFactory
Builds a minimal converter.
buildNamedEntityGraph(Element, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNamedParameterLocMap(QueryParameters, NamedParameterContext) - Static method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorHelper
 
buildNamedQueries(Element, boolean, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNamedQueryRepository(SessionFactoryImpl) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
buildNamedQueryRepository(SessionFactoryImpl) - Method in class org.hibernate.boot.internal.MetadataImpl
 
buildNamedQueryRepository(SessionFactoryImpl) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildNamedQueryRepository(SessionFactoryImpl) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
buildNamedStoreProcedureQueries(Element, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing NaturalId to Primary Key mappings.
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildNonBatchingLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
buildNonBatchingLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.plan.AbstractBatchingCollectionInitializerBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
 
buildNonEncapsulatedCompositeIdentifierDefinition(AbstractEntityPersister) - Static method in class org.hibernate.persister.walking.internal.EntityIdentifierDefinitionHelper
 
buildOptimizer(String, Class, int) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
buildOptimizer(String, Class, int, long) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Builds an optimizer
buildOrObtainSession() - Method in class org.hibernate.context.internal.JTASessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildOrObtainSession() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Strictly provided for sub-classing purposes; specifically to allow long-session support.
buildOutput() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildPositionsArray() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer.NamedParameterDescription
 
buildPreparationContext() - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildPreparationContext() - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
buildPreparationContext() - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
buildProcedureCallMementos(SessionFactoryImpl) - Method in class org.hibernate.boot.internal.MetadataImpl
 
buildProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyBasicImpl
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyChainedImpl
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyEnhancedImpl
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyIndexBackRefImpl
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyMapImpl
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyMixedImpl
 
buildPropertyAccess(Class, String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
 
buildPropertyAccess(Class, String) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategy
Build a PropertyAccess for the indicated property
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildPropertyHolder(XClass, PersistentClass, EntityBinder, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
 
buildPropertyHolder(Component, String, PropertyData, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
build a component property holder
buildPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
buid a property holder on top of a collection
buildPropertyHolder(PersistentClass, Map<String, Join>, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
must only be used on second level phases ( has to be settled already)
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildProxyFactory(SessionFactoryImplementor) - Method in class org.hibernate.bytecode.internal.javassist.ProxyFactoryFactoryImpl
Builds a Javassist-based proxy factory.
buildProxyFactory(SessionFactoryImplementor) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory specifically for handling runtime lazy loading.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildProxyFactoryInternal(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildQuery() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
buildQueryParameters(Serializable, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
buildQueryParameters(Serializable, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
buildQueryParametersObject() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
buildQueryParametersObject() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing query results.
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildReadInterceptionBodyFragment(String) - Method in class org.hibernate.bytecode.enhance.internal.AttributeTypeDescriptor
 
buildResources() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
buildResultRow(Object[], ResultSet, boolean, SessionImplementor) - Method in class org.hibernate.loader.custom.ResultRowProcessor
Build a logical result row.
buildResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.ResultRowProcessor
 
buildResultSetOutput(List) - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildRootCollectionLoadPlan(LoadPlanBuildingAssociationVisitationStrategy, CollectionPersister) - Static method in class org.hibernate.loader.plan.build.spi.MetamodelDrivenLoadPlanBuilder
Coordinates building a LoadPlan that defines just a single root collection return (may have fetches).
buildRootEntityLoadPlan(LoadPlanBuildingAssociationVisitationStrategy, EntityPersister) - Static method in class org.hibernate.loader.plan.build.spi.MetamodelDrivenLoadPlanBuilder
Coordinates building a LoadPlan that defines just a single root entity return (may have fetches).
buildRowReader() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
buildSafeClassName(String, String) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSafeClassName(String, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSelector(ClassLoaderService) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
Builds the selector.
buildSelectQuery(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSequenceGeneratorAnnotation(Element) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildServiceRegistry(SessionFactoryImplementor, SessionFactoryOptions) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
buildServiceRegistry(SessionFactoryImplementor, SessionFactoryOptions) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
Create the registry.
buildServiceRegistry(BootstrapServiceRegistry, Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildServiceRegistry() - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildServiceRegistry(Map) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildSessionFactory() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
buildSessionFactory() - Method in class org.hibernate.boot.internal.MetadataImpl
 
buildSessionFactory() - Method in interface org.hibernate.boot.Metadata
Short-hand form of building a SessionFactory through the builder without any additional option overrides.
buildSessionFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildSessionFactory(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactory() - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildSessionFactoryOptions() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
buildSessionFactoryOptions() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
 
buildSessionFactoryUniqueIdentifierGenerator() - Static method in class org.hibernate.id.UUIDGenerator
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildSimpleEncapsulatedIdentifierDefinition(AbstractEntityPersister) - Static method in class org.hibernate.persister.walking.internal.EntityIdentifierDefinitionHelper
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, Map<Column, String>, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, String, Iterator<Column>, Map<Column, String>, boolean) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, Map<Column, String>, boolean, Metadata) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(Dialect, Table, String, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(String, String) - Static method in class org.hibernate.mapping.Index
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.AbstractHANADialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Cache71Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Dialect
Build an instance of a SQLExceptionConversionDelegate for interpreting dialect-specific error or SQLState codes.
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.H2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.MySQLDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Oracle8iDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
buildSQLExceptionConverter() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.buildSQLExceptionConversionDelegate() should be overridden instead.
buildSQLExceptionConverter(Dialect, Properties) - Static method in class org.hibernate.exception.spi.SQLExceptionConverterFactory
Build a SQLExceptionConverter instance.
buildSqlResultsetMappings(Element, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildStandardProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
buildStatistics(SessionFactoryImplementor) - Method in interface org.hibernate.stat.spi.StatisticsFactory
 
buildTableGeneratorAnnotation(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing update-timestamps data.
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildTokenTypeASTClassMap() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
buildTokenTypeASTClassMap() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
buildTransactionCoordinator(TransactionCoordinatorOwner, TransactionCoordinatorBuilder.TransactionCoordinatorOptions) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
buildTransactionCoordinator(TransactionCoordinatorOwner, TransactionCoordinatorBuilder.TransactionCoordinatorOptions) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
buildTransactionCoordinator(TransactionCoordinatorOwner, TransactionCoordinatorBuilder.TransactionCoordinatorOptions) - Method in interface org.hibernate.resource.transaction.TransactionCoordinatorBuilder
 
buildUniqueConstraintHolders(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
Build a list of UniqueConstraintHolder instances given a list of UniqueConstraint annotations.
buildUniqueConstraints(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
buildUpdateCountOutput(int) - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy
Build a handler capable of handling the bulk update indicated by the given walker.
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
buildUpdateQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildValueSource(MappingDocument, String, RelationalValueSourceHelper.ColumnsAndFormulasSource) - Static method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
buildValueSources(MappingDocument, String, RelationalValueSourceHelper.ColumnsAndFormulasSource) - Static method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
buildVersionAttribute(AbstractIdentifiableType<X>, Property) - Method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
Build the version attribute descriptor
buildVersionProperty(EntityPersister, SessionFactoryImplementor, int, Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
buildWriteInterceptionBodyFragment(String) - Method in class org.hibernate.bytecode.enhance.internal.AttributeTypeDescriptor
 
BuiltInPropertyAccessStrategies - Enum in org.hibernate.property.access.spi
Describes the built-in externally-nameable PropertyAccessStrategy implementations.
BulkAccessor - Class in org.hibernate.bytecode.internal.javassist
A JavaBean bulk accessor, which provides methods capable of getting/setting multiple properties of a JavaBean at once.
BulkAccessor() - Constructor for class org.hibernate.bytecode.internal.javassist.BulkAccessor
Protected access constructor so the generated class has access to it.
BulkAccessorException - Exception in org.hibernate.bytecode.internal.javassist
An exception thrown while generating a bulk accessor.
BulkAccessorException(String) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, int) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, Exception) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, int, Exception) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkInsertionCapableIdentifierGenerator - Interface in org.hibernate.id
Specialized contract for IdentifierGenerator implementations capable of being used in conjunction with HQL insert statements.
BulkOperationCleanupAction - Class in org.hibernate.action.internal
An ActionQueue Executable for ensuring shared cache cleanup in relation to performed bulk HQL queries.
BulkOperationCleanupAction(SessionImplementor, Queryable...) - Constructor for class org.hibernate.action.internal.BulkOperationCleanupAction
Constructs an action to cleanup "affected cache regions" based on the affected entity persisters.
BulkOperationCleanupAction(SessionImplementor, Set) - Constructor for class org.hibernate.action.internal.BulkOperationCleanupAction
Constructs an action to cleanup "affected cache regions" based on a set of affected table spaces.
BV_CHECK_CLASS - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
byClass(Class, Properties) - Method in class org.hibernate.type.TypeFactory
 
byId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(String) - Method in class org.hibernate.internal.SessionImpl
 
byId(Class<T>) - Method in class org.hibernate.internal.SessionImpl
 
byId(String) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity type by primary key.
byId(Class<T>) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity by primary key.
byKey() - Method in class org.hibernate.loader.collection.plan.CollectionLoader.Builder
 
byName(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
 
byName(String) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
 
byNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(Class<T>) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(String) - Method in interface org.hibernate.Session
Create an NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
byNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create an NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
byPrimaryKey() - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
bySimpleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(Class<T>) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(String) - Method in interface org.hibernate.Session
Create an SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
bySimpleNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create an SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its simple (single attribute) natural id.
BYTE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte to JDBC TINYINT.
ByteArrayInputStreamAccess - Class in org.hibernate.boot.archive.internal
An InputStreamAccess implementation based on a byte array
ByteArrayInputStreamAccess(String, byte[]) - Constructor for class org.hibernate.boot.archive.internal.ByteArrayInputStreamAccess
 
ByteArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Byte[] handling.
ByteArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
BYTECODE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
 
ByteCodeHelper - Class in org.hibernate.bytecode.spi
A helper for reading byte code from various input sources.
BytecodeProvider - Interface in org.hibernate.bytecode.spi
Contract for providers of bytecode services to Hibernate.
bytecodeProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
BytecodeProviderImpl - Class in org.hibernate.bytecode.internal.javassist
Bytecode provider implementation for Javassist.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
BytemanHelper - Class in org.hibernate.testing.byteman
 
BytemanHelper(Rule) - Constructor for class org.hibernate.testing.byteman.BytemanHelper
 
BytesHelper - Class in org.hibernate.internal.util
 
ByteType - Class in org.hibernate.type
A type that maps between TINYINT and Byte
ByteType() - Constructor for class org.hibernate.type.ByteType
 
ByteTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Byte handling.
ByteTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
ByteValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.ByteValueHandler
 
byUniqueKey(String[], Type) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 

C

C3P0_ACQUIRE_INCREMENT - Static variable in interface org.hibernate.cfg.AvailableSettings
Number of connections acquired when pool is exhausted
C3P0_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
A setting prefix used to indicate settings that target the hibernate-c3p0 integration
C3P0_IDLE_TEST_PERIOD - Static variable in interface org.hibernate.cfg.AvailableSettings
Idle time before a C3P0 pooled connection is validated
C3P0_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum size of C3P0 connection pool
C3P0_MAX_STATEMENTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum size of C3P0 statement cache
C3P0_MIN_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Minimum size of C3P0 connection pool
C3P0_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for c3p0 connection pooling
C3P0_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum idle time for C3P0 connection pool
C3P0ConnectionProvider - Class in org.hibernate.c3p0.internal
A connection provider that uses a C3P0 connection pool.
C3P0ConnectionProvider() - Constructor for class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
C3P0MessageLogger - Interface in org.hibernate.c3p0.internal
The jboss-logging MessageLogger for the hibernate-c3p0 module.
c3p0ProviderClassNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
c3p0UsingDriver(String, String) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Log a message (INFO) about which Driver class is being used.
Cache - Annotation Type in org.hibernate.annotations
Add caching strategy to a root entity or a collection.
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
Cache - Interface in org.hibernate
Provides an API for querying/managing the second level cache regions.
cache - Variable in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
cache - Variable in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
cache - Variable in class org.hibernate.cache.infinispan.impl.BaseRegion
 
cache - Variable in class org.hibernate.cache.infinispan.util.InvocationAfterCompletion
 
Cache71Dialect - Class in org.hibernate.dialect
Caché 2007.1 dialect.
Cache71Dialect() - Constructor for class org.hibernate.dialect.Cache71Dialect
Creates new Cache71Dialect instance.
CACHE_KEYS_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
Allow control to specify the CacheKeysFactory impl to use.
CACHE_MANAGER_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
Specifies the JNDI name under which the EmbeddedCacheManager to use is bound.
CACHE_MODE - Static variable in class org.hibernate.annotations.QueryHints
The cache mode to use.
CACHE_PROVIDER_CONFIG - Static variable in interface org.hibernate.cfg.AvailableSettings
The CacheProvider implementation class
CACHE_REGION - Static variable in class org.hibernate.annotations.QueryHints
The cache region to use.
CACHE_REGION_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
The RegionFactory implementation.
CACHE_REGION_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
The CacheProvider region name prefix
CACHEABLE - Static variable in class org.hibernate.annotations.QueryHints
Are the query results cacheable?
cacheable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
cacheable - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
cacheable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
CacheableFileXmlSource - Class in org.hibernate.boot.jaxb.internal
 
CacheableFileXmlSource(Origin, File, boolean) - Constructor for class org.hibernate.boot.jaxb.internal.CacheableFileXmlSource
 
CacheableResultTransformer - Class in org.hibernate.transform
A ResultTransformer that is used to transform tuples to a value(s) that can be cached.
CacheAccessTypeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
CacheAccessTypeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.CacheAccessTypeConverter
 
CacheCommandExtensions - Class in org.hibernate.cache.infinispan.util
Command extensions for second-level cache use case
CacheCommandExtensions() - Constructor for class org.hibernate.cache.infinispan.util.CacheCommandExtensions
 
CacheCommandFactory - Class in org.hibernate.cache.infinispan.util
Command factory
CacheCommandFactory() - Constructor for class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
CacheCommandIds - Interface in org.hibernate.cache.infinispan.util
Command id range assigned to Hibernate second level cache: 120 - 139
CacheCommandInitializer - Class in org.hibernate.cache.infinispan.util
Command initializer
CacheCommandInitializer() - Constructor for class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
CacheConcurrencyStrategy - Enum in org.hibernate.annotations
Cache concurrency strategy.
CacheDataDescription - Interface in org.hibernate.cache.spi
Describes attributes regarding the type of data to be cached.
CacheDataDescriptionImpl - Class in org.hibernate.cache.internal
Standard CacheDataDescription implementation.
CacheDataDescriptionImpl(boolean, boolean, Comparator, Type) - Constructor for class org.hibernate.cache.internal.CacheDataDescriptionImpl
Constructs a CacheDataDescriptionImpl instance.
cachedEntityKey - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
cachedFileNotFound(String, FileNotFoundException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
cachedFileObsolete(File) - Method in interface org.hibernate.internal.CoreMessageLogger
 
CachedNaturalIdValueSource - Enum in org.hibernate.engine.spi
The type of action from which the cache call is originating.
CacheEntry - Interface in org.hibernate.cache.spi.entry
A cached instance of a persistent class
CacheEntryStructure - Interface in org.hibernate.cache.spi.entry
Strategy for how cache entries are "structured" for storing into the cache.
CacheException - Exception in org.hibernate.cache
Something went wrong in the cache
CacheException(String) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(String, Throwable) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(Throwable) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
cacheGetEnd(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
cacheGetEnd(boolean) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
cacheGetEnd(boolean) - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
cacheGetEnd(boolean) - Method in interface org.hibernate.SessionEventListener
 
cacheGetStart() - Method in class org.hibernate.BaseSessionEventListener
 
cacheGetStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
cacheGetStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
cacheGetStart() - Method in interface org.hibernate.SessionEventListener
 
CacheHelper - Class in org.hibernate.engine.internal
 
cacheHitCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
cacheHitCount
CacheImpl - Class in org.hibernate.internal
 
CacheImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.internal.CacheImpl
 
CacheImplementor - Interface in org.hibernate.engine.spi
Define internal contact of Cache API
CacheInitiator - Class in org.hibernate.engine.spi
Initiator for second level cache support
CacheInitiator() - Constructor for class org.hibernate.engine.spi.CacheInitiator
 
CacheJoinFragment - Class in org.hibernate.sql
A Caché dialect join.
CacheJoinFragment() - Constructor for class org.hibernate.sql.CacheJoinFragment
 
CacheKeysFactory - Interface in org.hibernate.cache.spi
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.hibernate.cache.infinispan.util.LifecycleCallbacks
 
cacheMissCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
cacheMissCount
cacheMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
CacheMode - Enum in org.hibernate
Controls how the session interacts with the second-level cache and query cache.
cacheMode - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
CacheModeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
CacheModeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.CacheModeConverter
 
CacheModeHelper - Class in org.hibernate.jpa.internal.util
Helper to deal with CacheMode <-> CacheRetrieveMode/CacheStoreMode conversions.
CacheModeType - Enum in org.hibernate.annotations
Enumeration for the different interaction modes between the session and the Level 2 Cache.
cacheNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Creates needed cross-reference entries between the given primary (pk) and natural (naturalIdValues) key values for the given persister.
cacheNaturalIdCrossReferenceFromLoad(EntityPersister, Serializable, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Performs processing related to creating natural-id cross-reference entries on load.
cacheProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
cachePutCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
cachePutCount
cachePutEnd() - Method in class org.hibernate.BaseSessionEventListener
 
cachePutEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
cachePutEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
cachePutEnd() - Method in interface org.hibernate.SessionEventListener
 
cachePutStart() - Method in class org.hibernate.BaseSessionEventListener
 
cachePutStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
cachePutStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
cachePutStart() - Method in interface org.hibernate.SessionEventListener
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
cacheRegion - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
CacheRegionDefinition - Class in org.hibernate.boot
Models the definition of caching settings for a particular region.
CacheRegionDefinition(CacheRegionDefinition.CacheRegionType, String, String, String, boolean) - Constructor for class org.hibernate.boot.CacheRegionDefinition
 
CacheRegionDefinition.CacheRegionType - Enum in org.hibernate.boot
 
CacheRegionStats - Class in org.hibernate.cache.ehcache.management.impl
Bean for exposing region stats
CacheRegionStats(String) - Constructor for class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Construct a CacheRegionStats
CacheRegionStats(String, SecondLevelCacheStatistics) - Constructor for class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Construct a CacheRegionStats
CacheRegionStats(CompositeData) - Constructor for class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Construct a CacheRegionStats
CacheRegionUtils - Class in org.hibernate.cache.ehcache.management.impl
CacheRegionUtils
CacheRegionUtils() - Constructor for class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
 
Caches - Class in org.hibernate.cache.infinispan.util
Helper for dealing with Infinispan cache instances.
Caches.CollectableCloseableIterable<T> - Interface in org.hibernate.cache.infinispan.util
This interface is provided for convenient fluent use of CloseableIterable
Caches.MapCollectableCloseableIterable<K,V> - Interface in org.hibernate.cache.infinispan.util
 
CacheSQLExceptionConversionDelegate - Class in org.hibernate.exception.internal
A SQLExceptionConversionDelegate implementation specific to Caché SQL, accounting for its custom integrity constraint violation error codes.
CacheSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.internal.CacheSQLExceptionConversionDelegate
 
Caching - Class in org.hibernate.boot.model
Models the caching options for an entity, natural-id or collection.
Caching(TruthValue) - Constructor for class org.hibernate.boot.model.Caching
 
Caching(String, AccessType, boolean) - Constructor for class org.hibernate.boot.model.Caching
 
Caching(String, AccessType, boolean, TruthValue) - Constructor for class org.hibernate.boot.model.Caching
 
CachingRegionFactory - Class in org.hibernate.testing.cache
 
CachingRegionFactory() - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CachingRegionFactory(CacheKeysFactory) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CachingRegionFactory(Properties) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CachingRegionFactory(CacheKeysFactory, Properties) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CALENDAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC TIMESTAMP.
CALENDAR_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC DATE.
CalendarComparator - Class in org.hibernate.internal.util.compare
 
CalendarComparator() - Constructor for class org.hibernate.internal.util.compare.CalendarComparator
 
CalendarDateType - Class in org.hibernate.type
A type mapping DATE and Calendar
CalendarDateType() - Constructor for class org.hibernate.type.CalendarDateType
 
CalendarDateTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the date (month, day, year) portion.
CalendarDateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
CalendarMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
CalendarTimeType - Class in org.hibernate.type
A type mapping TIME and Calendar.
CalendarTimeType() - Constructor for class org.hibernate.type.CalendarTimeType
 
CalendarTimeTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the time portion.
CalendarTimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
CalendarType - Class in org.hibernate.type
A type that maps between TIMESTAMP and Calendar
CalendarType() - Constructor for class org.hibernate.type.CalendarType
 
CalendarTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling.
CalendarTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
CalendarTypeDescriptor.CalendarMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
CALLABLE - Static variable in class org.hibernate.annotations.QueryHints
Is the query callable? Note: only valid for named native sql queries.
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
CallableStatementSupport - Interface in org.hibernate.procedure.spi
 
Callback - Interface in org.hibernate.jpa.event.spi.jpa
Represents a JPA event callback (the method).
CallbackBuilder - Interface in org.hibernate.jpa.event.spi.jpa
Contract for walking an entity hierarchy and building a list of JPA callbacks
CallbackBuilder.CallbackRegistrar - Interface in org.hibernate.jpa.event.spi.jpa
Represents the target of JPA callback registrations as part the EntityCallbackBuilder
CallbackBuilderLegacyImpl - Class in org.hibernate.jpa.event.internal.jpa
EntityCallbackBuilder implementation using HCANN ReflectionManager.
CallbackBuilderLegacyImpl(ListenerFactory, ReflectionManager) - Constructor for class org.hibernate.jpa.event.internal.jpa.CallbackBuilderLegacyImpl
 
CallbackException - Exception in org.hibernate
Intended to be thrown from Lifecycle and Interceptor callbacks.
CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given underlying cause.
CallbackException(String) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message.
CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message and underlying cause.
CallbackException - Exception in org.hibernate.testing.junit4
Indicates an exception while performing a callback on the test
CallbackException(Method) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(String) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(Method, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackRegistry - Interface in org.hibernate.jpa.event.spi.jpa
 
CallbackRegistryConsumer - Interface in org.hibernate.jpa.event.spi.jpa
Contract for injecting the registry of Callbacks into event listeners.
CallbackRegistryImpl - Class in org.hibernate.jpa.event.internal.jpa
Keep track of all lifecycle callbacks and listeners for a given persistence unit
CallbackRegistryImpl() - Constructor for class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
CallbackType - Enum in org.hibernate.jpa.event.spi.jpa
 
callingJoinTransactionOnNonJtaEntityManager() - Method in interface org.hibernate.internal.CoreMessageLogger
 
callOwner(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
canApplyAliasSpecificLockModeHints() - Method in class org.hibernate.jpa.internal.QueryImpl
 
canApplyAliasSpecificLockModeHints() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
canApplyAliasSpecificLockModeHints() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Can alias-specific lock modes be applied?
canBeBatched() - Method in interface org.hibernate.jdbc.Expectation
Is it acceptable to combiner this expectation with statement batching?
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.PluralAttributePath
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath
 
canBeFetchSource() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
canBeJoinSource() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
canBeJoinSource() - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
canBeJoinSource() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
canBeJoinSource() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
canBeNamed() - Method in enum org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Can the source be named.
canBeRemapped() - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
canBeRemapped() - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Is this descriptor available for remapping?
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
canBlock() - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
canCacheTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
canCacheTransactionManager() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
canCacheTransactionManagerByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheTransactionManagerByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
canCacheUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheUserTransaction() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
canCacheUserTransactionByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheUserTransactionByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
cancel() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
cancel() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Cancel the building processing.
cancelLastQuery() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
cancelLastQuery() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Attempt to cancel the last query sent to the JDBC driver.
cancelLastQuery() - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
cancelLastQuery() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
cancelQuery() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
cancelQuery() - Method in class org.hibernate.internal.SessionImpl
 
cancelQuery() - Method in interface org.hibernate.Session
Cancel the execution of the current query.
canCreateCatalog() - Method in class org.hibernate.dialect.Dialect
Does this dialect support catalog creation?
canCreateCatalog() - Method in class org.hibernate.dialect.MySQLDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.Dialect
Does this dialect support schema creation?
canCreateSchema() - Method in class org.hibernate.dialect.MySQLDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.Oracle8iDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
canDetectHibernateMappingFiles() - Method in class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
canDetectHibernateMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanOptions
Deprecated.
With move to unified schema, this setting is now deprecated and will be removed once support for reading hbm.xml files is fully removed.
canDetectUnlistedClassesInNonRoot() - Method in class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
canDetectUnlistedClassesInNonRoot() - Method in interface org.hibernate.boot.archive.scan.spi.ScanOptions
Is detection of managed classes from non-root urls allowed? In strict JPA sense, this would always be allowed.
canDetectUnlistedClassesInRoot() - Method in class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
canDetectUnlistedClassesInRoot() - Method in interface org.hibernate.boot.archive.scan.spi.ScanOptions
Is detection of managed classes from root url allowed? In strict JPA sense, this would be controlled by the <exclude-unlisted-classes/> element.
canDirtyCheck(Object, EntityPersister, Session) - Method in class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
canDirtyCheck(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Is this strategy capable of telling whether the given entity is dirty? A return of true means that CustomEntityDirtinessStrategy.isDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session) will be called next as the definitive means to determine whether the entity is dirty.
canDoExtraction() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoExtraction() - Method in class org.hibernate.type.ComponentType
 
canDoExtraction() - Method in class org.hibernate.type.CustomType
 
canDoExtraction() - Method in interface org.hibernate.type.ProcedureParameterExtractionAware
Can the given instance of this type actually perform the parameter value extractions?
canDoSetting() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoSetting() - Method in class org.hibernate.type.CustomType
 
canDoSetting() - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
Can the given instance of this type actually set the parameter value by name
canExtractIdOutOfEntity() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canExtractIdOutOfEntity() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether detached instances of this entity carry their own identifier value.
canJoinsBeRequired() - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
Can any joins created from here (with this as the left-hand side) be required joins?
canJoinsBeRequired() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
 
cannotResolveNonNullableTransientDependencies(String, Set<String>, Set<String>) - Method in interface org.hibernate.internal.CoreMessageLogger
 
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canRegisterSynchronization() - Method in interface org.hibernate.engine.transaction.jta.platform.internal.JtaSynchronizationStrategy
Can a synchronization be registered?
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
 
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerBasedSynchronizationStrategy
 
canRegisterSynchronization() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Can we currently register a Synchronization?
canRegisterSynchronization() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
canRollback() - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
canUseJavaAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
canUseReferenceCacheEntries() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canUseReferenceCacheEntries() - Method in interface org.hibernate.persister.entity.EntityPersister
 
capitalizeFirst(String) - Static method in class org.hibernate.envers.internal.tools.StringTools
Capitalizes first letter of the string
captureExpressionFinish() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
captureExpressionStart() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
Cascade - Annotation Type in org.hibernate.annotations
Apply a cascade strategy on an association.
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
Cascade - Class in org.hibernate.engine.internal
Delegate responsible for, in conjunction with the various actions, implementing cascade processing.
cascade(CascadingAction, CascadePoint, EventSource, EntityPersister, Object) - Static method in class org.hibernate.engine.internal.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(CascadingAction, CascadePoint, EventSource, EntityPersister, Object, Object) - Static method in class org.hibernate.engine.internal.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(EventSource, Object, String, Object, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
Cascade the action to the child object.
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
cascadeAfterDelete(EventSource, EntityPersister, Object, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Handles to calls needed to perform post-save cascades.
cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeAll - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
cascadeBeforeDelete(EventSource, EntityPersister, Object, EntityEntry, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
cascadeBeforeSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Handles the calls needed to perform pre-save cascades for the given entity.
cascadeBeforeSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeDeleteEnabled - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
cascadeDetach - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
CascadeEntityJoinWalker - Class in org.hibernate.loader.entity
 
CascadeEntityJoinWalker(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
CascadeEntityLoader - Class in org.hibernate.loader.entity
 
CascadeEntityLoader(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityLoader
 
cascadeMerge - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
cascadeNow(CascadePoint) - Method in enum org.hibernate.type.ForeignKeyDirection
Should we cascade at this cascade point?
cascadeOnMerge(EventSource, EntityPersister, Object, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Perform any cascades needed as part of this copy event.
cascadePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
cascadePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
CascadePoint - Enum in org.hibernate.engine.internal
Describes the point at which a cascade is occurring
cascadeRefresh - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
cascadeRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
CascadeStyle - Interface in org.hibernate.engine.spi
A contract for defining the aspects of cascading various persistence actions.
CascadeStyleLoadPlanBuildingAssociationVisitationStrategy - Class in org.hibernate.loader.plan.build.internal
A LoadPlan building strategy for cascade processing; meaning, it builds the LoadPlan for loading related to cascading a particular action across associations
CascadeStyleLoadPlanBuildingAssociationVisitationStrategy(CascadingAction, SessionFactoryImplementor, LoadQueryInfluencers, LockMode) - Constructor for class org.hibernate.loader.plan.build.internal.CascadeStyleLoadPlanBuildingAssociationVisitationStrategy
Constructs a CascadeStyleLoadPlanBuildingAssociationVisitationStrategy.
CascadeStyles - Class in org.hibernate.engine.spi
 
CascadeStyles.BaseCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyles.MultipleCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyleSource - Interface in org.hibernate.boot.model.source.spi
Describes sources which define cascading.
CascadeType - Enum in org.hibernate.annotations
Cascade types (can override default JPA cascades).
CascadeType - Class in org.hibernate.jpamodelgen.xml.jaxb
public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH, DETACH};
CascadeType() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
CascadingAction - Interface in org.hibernate.engine.spi
A session action that may be cascaded from parent entity to its children
CascadingActions - Class in org.hibernate.engine.spi
 
CascadingActions.BaseCascadingAction - Class in org.hibernate.engine.spi
 
CASE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CASE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CASE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
caseExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
caseExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
caseExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
CaseFragment - Class in org.hibernate.sql
Abstract SQL case fragment renderer
CaseFragment() - Constructor for class org.hibernate.sql.CaseFragment
 
CaseLiteralExpression<T> - Class in org.hibernate.jpa.criteria.expression
 
CaseLiteralExpression(CriteriaBuilderImpl, Class<T>, T) - Constructor for class org.hibernate.jpa.criteria.expression.CaseLiteralExpression
 
cases - Variable in class org.hibernate.sql.CaseFragment
 
CaseSensitiveCheck() - Constructor for class org.hibernate.testing.DialectChecks.CaseSensitiveCheck
 
cast(String, int, int, int, int) - Method in class org.hibernate.dialect.Dialect
Return an expression casting the value to the specified type
cast(String, int, int) - Method in class org.hibernate.dialect.Dialect
Return an expression casting the value to the specified type.
cast(String, int, int, int) - Method in class org.hibernate.dialect.Dialect
Return an expression casting the value to the specified type.
cast(Class<T>, Object) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
cast(Class<T>, Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Deprecated.
No idea why this is exposed here...
CAST - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CAST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CAST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
CAST_NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.CastFunction
 
castedIdentPrimaryBase() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
castedJoinPath() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Represents the JPA 2.1 TREAT construct when applied to a join.
castExpression(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
CastFunction - Class in org.hibernate.dialect.function
ANSI-SQL style cast(foo as type) where the type is a Hibernate type
CastFunction() - Constructor for class org.hibernate.dialect.function.CastFunction
 
castFunction() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
CastFunction<T,Y> - Class in org.hibernate.jpa.criteria.expression.function
Models a CAST function.
CastFunction(CriteriaBuilderImpl, Class<T>, ExpressionImpl<Y>) - Constructor for class org.hibernate.jpa.criteria.expression.function.CastFunction
 
CastFunctionNode - Class in org.hibernate.hql.internal.ast.tree
Represents a cast function call.
CastFunctionNode() - Constructor for class org.hibernate.hql.internal.ast.tree.CastFunctionNode
 
castTargetType() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
castTargetType(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
CATALOG - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the catalog name
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
catalogExists(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
catalogExists(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
catalogExists(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Check to see if the given catalog already exists.
catalogExists(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Does the given catalog exist yet?
CategorizedStatistics - Class in org.hibernate.stat.internal
Statistics for a particular "category" (a named entity, collection role, second level cache region or query).
CDI_BEAN_MANAGER - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to pass along the CDI BeanManager, if any, to be used.
CENTROID - Static variable in interface org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialAggregate
CENTROID aggregate function
centroid(String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjections
Applies a "CENTROID" projection to the named property.
CFG_DTD_MAPPING - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
CFG_FILE - Static variable in interface org.hibernate.jpa.AvailableSettings
cfg.xml configuration file used
CFG_XSD_MAPPING - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
CfgXmlAccessService - Interface in org.hibernate.boot.cfgxml.spi
Allows access to any cfg.xml files specified for bootstrapping.
CfgXmlAccessServiceImpl - Class in org.hibernate.boot.cfgxml.internal
 
CfgXmlAccessServiceImpl(Map) - Constructor for class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceImpl
 
CfgXmlAccessServiceInitiator - Class in org.hibernate.boot.cfgxml.internal
 
CfgXmlAccessServiceInitiator() - Constructor for class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceInitiator
 
CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping char[] to JDBC VARCHAR.
CHARACTER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character to JDBC CHAR(1).
CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character[] to JDBC VARCHAR.
CharacterArrayClobType - Class in org.hibernate.type
A type that maps between CLOB and Character[]

Essentially a MaterializedClobType but represented as a Character[] in Java rather than String.

CharacterArrayClobType() - Constructor for class org.hibernate.type.CharacterArrayClobType
 
CharacterArrayNClobType - Class in org.hibernate.type
A type that maps between NCLOB and Character[]

Essentially a MaterializedNClobType but represented as a Character[] in Java rather than String.

CharacterArrayNClobType() - Constructor for class org.hibernate.type.CharacterArrayNClobType
 
CharacterArrayType - Class in org.hibernate.type
A type that maps between VARCHAR and Character[]
CharacterArrayType() - Constructor for class org.hibernate.type.CharacterArrayType
 
CharacterArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Character[] handling.
CharacterArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
CharacterNCharType - Class in org.hibernate.type
A type that maps between NCHAR(1) and Character
CharacterNCharType() - Constructor for class org.hibernate.type.CharacterNCharType
 
CharacterStream - Interface in org.hibernate.engine.jdbc
Wraps a character stream (reader) to also provide the length (number of characters) which is needed when binding.
CharacterStreamImpl - Class in org.hibernate.engine.jdbc.internal
Implementation of CharacterStream
CharacterStreamImpl(String) - Constructor for class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
Constructs a CharacterStreamImpl
CharacterStreamImpl(Reader, long) - Constructor for class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
Constructs a CharacterStreamImpl
CharacterType - Class in org.hibernate.type
A type that maps between CHAR(1) and Character
CharacterType() - Constructor for class org.hibernate.type.CharacterType
 
CharacterTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Character handling.
CharacterTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
CharArrayType - Class in org.hibernate.type
A type that maps between VARCHAR and char[]
CharArrayType() - Constructor for class org.hibernate.type.CharArrayType
 
CharIndexFunction - Class in org.hibernate.dialect.function
Emulation of locate() on Sybase
CharIndexFunction() - Constructor for class org.hibernate.dialect.function.CharIndexFunction
 
CharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for CHAR handling.
CharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.CharTypeDescriptor
 
Check - Annotation Type in org.hibernate.annotations
Arbitrary SQL CHECK constraints which can be defined at the class, property or collection level.
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
check(int, Serializable, int, Expectation, PreparedStatement) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
CHECK_NULLABILITY - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable nullability checking.
checkAccessType(AccessType) - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
checkAudited(XProperty, PropertyAuditingData, String, Audited, String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
checkAudited(XProperty, PropertyAuditingData, String, Audited, String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditedPropertiesReader
 
checkColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
 
checkId(Object, EntityPersister, Serializable, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
make sure user didn't mangle the id
checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
checkIfTransactionInProgress(SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
checkIncomingPropertyName(String) - Method in class org.hibernate.loader.plan.build.internal.spaces.CompositePropertyMapping
checkInit() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
checkMagic(File, long) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
 
checkModified(SessionImplementor, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
checkNamedQueries(QueryPlanCache) - Method in class org.hibernate.internal.NamedQueryRepository
 
checkNotNull(Object, String) - Static method in class org.hibernate.envers.internal.tools.ArgumentsTools
 
checkNoUnresolvedActionsAfterOperation() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Throws PropertyValueException if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity.
checkNoUnresolvedActionsAfterOperation() - Method in class org.hibernate.engine.spi.ActionQueue
Throws PropertyValueException if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity.
checkNullability(Object[], EntityPersister, boolean) - Method in class org.hibernate.engine.internal.Nullability
Check nullability of the class persister properties
checkOpen() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
checkOpen(boolean) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
checkOpen() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
checkOpen(boolean) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
checkOpen(boolean) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Used to ensure the EntityManager is open, throwing IllegalStateException if it is closed.
checkPermission(PermissionCheckEntityInformation, PermissibleAction) - Method in class org.hibernate.secure.internal.DisabledJaccServiceImpl
 
checkPermission(PermissionCheckEntityInformation, PermissibleAction) - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl
 
checkPermission(PermissionCheckEntityInformation, PermissibleAction) - Method in interface org.hibernate.secure.spi.JaccService
 
checkPositive(Number, String) - Static method in class org.hibernate.envers.internal.tools.ArgumentsTools
 
checkPropertyColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkPropertyConsistency(Ejb3Column[], String) - Static method in class org.hibernate.cfg.Ejb3Column
 
checkPropertyNotARelation(EnversService, String, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
checkReferencedColumnsType(Ejb3JoinColumn[], PersistentClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
checkScrollability() - Method in class org.hibernate.loader.Loader
Check whether the current loader can support returning ScrollableResults.
checkTransaction() - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
checkUniqueness(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
checkUniqueness(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Attempts to check whether the given key represents an entity already loaded within the current session.
checkUsingModifiedFlag(Audited) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
checkValid() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
Checks if the region is valid for operations such as storing new data in the region, or retrieving data from the region.
Circle - Class in org.hibernate.spatial.jts
This class provides operations for handling the usage of Circles and arcs in Geometries.
Circle() - Constructor for class org.hibernate.spatial.jts.Circle
Creates a circle whose center is at the origin and whose radius is 0.
Circle(Coordinate, double) - Constructor for class org.hibernate.spatial.jts.Circle
Create a circle with a defined center and radius
Circle(double, double, double) - Constructor for class org.hibernate.spatial.jts.Circle
Create a circle using the x/y coordinates for the center.
Circle(double, double, double, double) - Constructor for class org.hibernate.spatial.jts.Circle
Creates a circle based on bounding box.
Circle(Coordinate, Coordinate, Coordinate) - Constructor for class org.hibernate.spatial.jts.Circle
Three point method of circle construction.
Circle(double, double, double, double, double, double) - Constructor for class org.hibernate.spatial.jts.Circle
Three point method of circle construction.
Circle.Arc - Class in org.hibernate.spatial.jts
An arc, or circle segment
CLASS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CLASS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CLASS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
CLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
CLASS - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Class to JDBC VARCHAR.
CLASS_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Caching configuration should follow the following pattern hibernate.ejb.classcache. usage[, region] where usage is the cache strategy used and region the cache region name
CLASS_NAME - Static variable in class org.hibernate.type.SerializableToBlobType
 
CLASS_NAMES - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
Was never intended for external use
ClassAuditingData - Class in org.hibernate.envers.configuration.internal.metadata.reader
 
ClassAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
classBlock(RunNotifier) - Method in class org.hibernate.testing.junit4.CustomRunner
classCacheOrCollectionCache - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
ClassDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a class file.
ClassDescriptor - Interface in org.hibernate.bytecode.buildtime.spi
Contract describing the information Hibernate needs in terms of instrumenting a class, either via ant task or dynamic classloader.
ClassDescriptor.Categorization - Enum in org.hibernate.boot.archive.scan.spi
 
ClassDescriptorImpl - Class in org.hibernate.boot.archive.scan.internal
 
ClassDescriptorImpl(String, ClassDescriptor.Categorization, InputStreamAccess) - Constructor for class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
ClassesAuditingData - Class in org.hibernate.envers.configuration.internal
A helper class holding auditing meta-data for all persistent classes.
ClassesAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.ClassesAuditingData
 
ClassFileArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for class file entries within an archive
ClassFileArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.ClassFileArchiveEntryHandler
 
ClassFilter - Interface in org.hibernate.bytecode.buildtime.spi
Used to determine whether a class should be instrumented.
classFilter - Variable in class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
classForName(String) - Method in class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
classForName(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
classForName(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a class by name.
classForName(String) - Method in interface org.hibernate.boot.spi.ClassLoaderAccess
Obtain a Class reference by name
classForName(String) - Method in class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
 
classForName(String) - Method in class org.hibernate.cfg.annotations.reflection.ClassLoaderAccessLazyImpl
 
classForName(String, Map<String, Class<?>>, ClassLoaderService) - Static method in class org.hibernate.envers.internal.tools.MapProxyTool
Generates/loads proxy class for given name with properties for map.
classForName(String, Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Perform resolution of a class name.
classForName(String) - Static method in class org.hibernate.internal.util.ReflectHelper
Deprecated.
Depending on context, either ClassLoaderService or ClassLoaderAccess should be preferred
classForName(String) - Method in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
 
ClassicQueryTranslatorFactory - Class in org.hibernate.hql.internal.classic
Generates translators which uses the older hand-written parser to perform the translation.
ClassicQueryTranslatorFactory() - Constructor for class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
 
ClassLoaderAccess - Interface in org.hibernate.boot.spi
During the process of building this metamodel, accessing the ClassLoader is very discouraged.
ClassLoaderAccessDelegateImpl - Class in org.hibernate.boot.spi
A ClassLoaderAccess implementation based on delegation
ClassLoaderAccessDelegateImpl() - Constructor for class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
 
ClassLoaderAccessImpl - Class in org.hibernate.boot.internal
Standard implementation of ClassLoaderAccess
ClassLoaderAccessImpl(ClassLoader, ClassLoaderService) - Constructor for class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
ClassLoaderAccessImpl(ClassLoader, ServiceRegistry) - Constructor for class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
ClassLoaderAccessImpl(ClassLoaderService) - Constructor for class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
ClassLoaderAccessLazyImpl - Class in org.hibernate.cfg.annotations.reflection
A ClassLoaderAccess implementation based on lazy access to MetadataBuildingOptions
ClassLoaderAccessLazyImpl(MetadataBuildingOptions) - Constructor for class org.hibernate.cfg.annotations.reflection.ClassLoaderAccessLazyImpl
 
ClassLoaderAccessTestingImpl - Class in org.hibernate.testing.boot
 
ClassLoaderAccessTestingImpl() - Constructor for class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
 
CLASSLOADERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to define a Collection of the ClassLoader instances Hibernate should use for class-loading and resource-lookups.
ClassLoaderService - Interface in org.hibernate.boot.registry.classloading.spi
A service for interacting with class loaders.
ClassLoaderService.Work<T> - Interface in org.hibernate.boot.registry.classloading.spi
 
ClassLoaderServiceImpl - Class in org.hibernate.boot.registry.classloading.internal
Standard implementation of the service for interacting with class loaders
ClassLoaderServiceImpl() - Constructor for class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with standard set-up
ClassLoaderServiceImpl(ClassLoader) - Constructor for class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with the given ClassLoader
ClassLoaderServiceImpl(Collection<ClassLoader>) - Constructor for class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with the given ClassLoader instances
ClassLoaderServiceTestingImpl - Class in org.hibernate.testing.boot
 
ClassLoaderServiceTestingImpl() - Constructor for class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
 
ClassLoadingException - Exception in org.hibernate.boot.registry.classloading.spi
Indicates a problem performing class loading.
ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message and cause.
ClassLoadingException(String) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message.
ClassLoadingIsolater - Class in org.hibernate.testing.junit4
 
ClassLoadingIsolater(ClassLoadingIsolater.IsolatedClassLoaderProvider) - Constructor for class org.hibernate.testing.junit4.ClassLoadingIsolater
 
ClassLoadingIsolater.IsolatedClassLoaderProvider - Interface in org.hibernate.testing.junit4
 
ClassMetadata - Interface in org.hibernate.metadata
Exposes entity class metadata to the application
ClassMetadataCache(Class<?>) - Constructor for class org.hibernate.jpa.internal.util.PersistenceUtilHelper.ClassMetadataCache
 
classNameFromFqcn(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
CLASSPATH_EXTENSION_URL_BASE - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
ClassPropertyHolder - Class in org.hibernate.cfg
 
ClassPropertyHolder(PersistentClass, XClass, Map<String, Join>, MetadataBuildingContext, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
ClassPropertyHolder(PersistentClass, XClass, EntityBinder, MetadataBuildingContext, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
classToTableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified class name
classToTableName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
classToTableName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the unqualified class name, mixed case converted to underscores
classToTableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return a table name for an entity class
ClassTransformer - Interface in org.hibernate.bytecode.spi
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
ClassType - Class in org.hibernate.type
A type that maps between VARCHAR and Class
ClassType() - Constructor for class org.hibernate.type.ClassType
 
ClassTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Class handling.
ClassTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
ClassWriter - Class in org.hibernate.jpamodelgen
Helper class to write the actual meta model class using the Filer API.
ClauseParser - Class in org.hibernate.hql.internal.classic
Parses the Hibernate query into its constituent clauses.
ClauseParser() - Constructor for class org.hibernate.hql.internal.classic.ClauseParser
 
clazz - Variable in class org.hibernate.boot.JaccPermissionDefinition
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
cleaningUpConnectionPool(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
cleanup(ResultSet) - Method in class org.hibernate.engine.loading.internal.LoadContexts
Release internal state associated with the given result set.
cleanup() - Method in class org.hibernate.engine.loading.internal.LoadContexts
Release internal state associated with *all* result sets.
cleanup() - Method in class org.hibernate.engine.query.spi.QueryPlanCache
clean up QueryPlanCache when SessionFactory is closed
cleanup() - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
cleanup() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
cleanup() - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
 
cleanup() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
cleanupCache() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupCache() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
cleanupFromSynchronizations() - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
cleanUpRows(String, SessionImplementor) - Method in class org.hibernate.hql.spi.id.persistent.Helper
 
CleanupSync(Object, JTASessionContext) - Constructor for class org.hibernate.context.internal.JTASessionContext.CleanupSync
 
CleanupSync(SessionFactory) - Constructor for class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
cleanupTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
cleanupTestData() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupTestData() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
clear() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
clear() - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
clear() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
clear() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
clear() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Remove all mapping from this cache region.
clear() - Method in class org.hibernate.cache.internal.StandardQueryCache
 
clear() - Method in interface org.hibernate.cache.spi.QueryCache
Clear items from the query cache.
clear() - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
Clear the update-timestamps data.
clear() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
clear() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
clear() - Method in class org.hibernate.collection.internal.PersistentBag
 
clear() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
clear() - Method in class org.hibernate.collection.internal.PersistentList
 
clear() - Method in class org.hibernate.collection.internal.PersistentMap
 
clear() - Method in class org.hibernate.collection.internal.PersistentSet
 
clear() - Method in class org.hibernate.engine.internal.EntityEntryContext
Clear this context of all managed entities
clear() - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Clear the resolution cache
clear() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
clear() - Method in class org.hibernate.engine.spi.ActionQueue
 
clear() - Method in class org.hibernate.engine.spi.BatchFetchQueue
Clears all entries from this fetch queue.
clear() - Method in class org.hibernate.engine.spi.ExecutableList
Clears the list of executions.
clear() - Method in interface org.hibernate.engine.spi.PersistenceContext
Clear the state of the persistence context
clear() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
clear() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
clear() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
clear() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
clear() - Method in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
clear() - Method in class org.hibernate.event.internal.EntityCopyAllowedObserver
 
clear() - Method in class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
clear() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
clear() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
clear() - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called to clear any data stored in this EntityCopyObserver.
CLEAR - Static variable in class org.hibernate.event.spi.EventType
 
clear() - Method in class org.hibernate.internal.SessionImpl
 
clear() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that all Segment entries have been cleared.
clear() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
clear() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
clear() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
clear() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
clear() - Method in class org.hibernate.proxy.map.MapProxy
 
clear() - Method in class org.hibernate.service.internal.ConcurrentServiceBinding
 
clear() - Method in interface org.hibernate.Session
Completely clear the session.
clear() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
reset all statistics
clear() - Method in interface org.hibernate.stat.Statistics
reset all statistics
clearBatch(PreparedStatement) - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
clearBatch(PreparedStatement) - Method in class org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
 
clearDirty() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
clearDirty() - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Clear the internal dirty flag.
clearDirty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
clearDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Clear the dirty flag, after flushing changes to the database.
ClearEvent - Class in org.hibernate.event.spi
An event for Session.clear() listening
ClearEvent(EventSource) - Constructor for class org.hibernate.event.spi.ClearEvent
Constructs an event from the given event session.
ClearEventListener - Interface in org.hibernate.event.spi
Listener for notification of Session.clear()
clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
clearEventListeners() - Method in interface org.hibernate.SessionBuilder
Remove all listeners intended for the built Session currently held here, including any auto-apply ones; in other words, start with a clean slate.
clearFromFlushNeededCheck(int) - Method in class org.hibernate.engine.spi.ActionQueue
 
clearMdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
clearNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
clearRegions(Collection<BaseRegion>) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
Clear all regions from this command factory.
clearRegistrations() - Method in class org.hibernate.internal.SessionFactoryRegistry
 
clearReservedWords() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
clearStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
clearStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
clearStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
clearStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
clearSynchronizations() - Method in class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
clearSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Clears all synchronizations from this registry.
clearWherePart() - Method in class org.hibernate.sql.QueryJoinFragment
 
CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Clob to JDBC CLOB.
CLOB_BINDING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
ClobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created Clob instances..
ClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
ClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations.
ClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from string data.
ClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from a reader.
ClobType - Class in org.hibernate.type
A type that maps between CLOB and Clob
ClobType() - Constructor for class org.hibernate.type.ClobType
 
ClobTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Clob handling.
ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
ClobTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for CLOB handling.
ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
ClobTypeDescriptor.ClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
clone(Map<?, ?>) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Make a clone of the configuration values.
clone(Serializable) - Static method in class org.hibernate.internal.util.SerializationHelper
Deep clone an Object using serialization.
clone() - Method in class org.hibernate.mapping.Column
Shallow copy, the value is not copied
Cloneable - Class in org.hibernate.internal.util
An object that is shallow-coneable
Cloneable() - Constructor for class org.hibernate.internal.util.Cloneable
 
close() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
close() - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
Deprecated.
close() - Method in interface org.hibernate.engine.HibernateIterator
Close the Hibernate query result iterator
close() - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections
 
close() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close(Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close(ResultSet) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Close this coordinator and release and resources.
close() - Method in interface org.hibernate.engine.spi.CacheImplementor
Close all cache regions.
close() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
close() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
close(Iterator) - Static method in class org.hibernate.Hibernate
Close an Iterator instances obtained from Query.iterate() immediately instead of waiting until the session is closed or disconnected.
CLOSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CLOSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CLOSE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
close() - Method in class org.hibernate.internal.AbstractScrollableResults
 
close() - Method in class org.hibernate.internal.CacheImpl
 
close() - Method in class org.hibernate.internal.IteratorImpl
 
close() - Method in class org.hibernate.internal.SessionFactoryImpl
Closes the session factory, releasing all held resources.
close() - Method in class org.hibernate.internal.SessionImpl
 
close() - Method in class org.hibernate.internal.StatelessSessionImpl
 
close() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
 
close() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
close() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
close() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
Deprecated.
close() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
close() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
close(ResultSet) - Static method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
close(Statement) - Static method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
close() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Closes the JdbcSession, making it inactive and forcing release of any held resources
close() - Method in interface org.hibernate.ScrollableResults
Release resources immediately.
close() - Method in interface org.hibernate.Session
End the session by releasing the JDBC connection and cleaning up.
close() - Method in interface org.hibernate.SessionFactory
Destroy this SessionFactory and release all resources (caches, connection pools, etc).
close() - Method in interface org.hibernate.StatelessSession
Close the stateless session and release the JDBC connection.
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
CLOSE_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
CLOSE_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
closeAll(Set<ResultSet>) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
closeAll(Set<ResultSet>) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
closeConnection(Connection) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
closeConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
closeConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
closeConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Release a connection from Hibernate use.
closeConnection(Connection) - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as closing for quoting SQL identifiers
closeQuote() - Method in class org.hibernate.dialect.CUBRIDDialect
 
closeQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to close a quoted identifier.
closeQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
closeQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
closeSession() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
closeSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a session being closed.
closeStatement() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
closeStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being closed.
closing() - Method in interface org.hibernate.internal.CoreMessageLogger
 
closingUnreleasedBatch() - Method in interface org.hibernate.internal.CoreMessageLogger
 
ClusteredTimestampsRegionImpl - Class in org.hibernate.cache.infinispan.timestamp
Timestamp cache region for clustered environments.
ClusteredTimestampsRegionImpl(AdvancedCache, String, InfinispanRegionFactory) - Constructor for class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
Clustered timestamps region constructor.
coalesce(T...) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
Operates like SQL coalesce expression, except empty strings are treated as null.
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce(Class<Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce(Expression<? extends Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce(Class<Y>, Expression<? extends Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CoalesceExpression<T> - Class in org.hibernate.jpa.criteria.expression
Models an ANSI SQL COALESCE expression.
CoalesceExpression(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
CoalesceExpression(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
collapse(String) - Static method in class org.hibernate.internal.util.StringHelper
Collapses a name.
collapseQualifier(String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
Given a qualifier, collapse it.
collapseQualifierBase(String, String) - Static method in class org.hibernate.internal.util.StringHelper
COLLATE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
COLLATE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
collationName() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
CollationSpecification - Class in org.hibernate.sql.ordering.antlr
Models a collation specification (COLLATE using a specific character-set) within a SortSpecification.
CollationSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.CollationSpecification
 
collationSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the collation specification used to allow specifying that sorting for the given GeneratedOrderByFragmentParser.sortSpecification() be treated within a specific character-set.
collationSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
collectAnnotations(Class<S>, Class<P>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
collectChildren(AST, ASTUtil.FilterPredicate) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
collectCorrelatedJoins() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
collectInitializationErrors(List<Throwable>) - Method in class org.hibernate.testing.junit4.CustomRunner
 
collection - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
collection - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
Collection - Class in org.hibernate.mapping
Mapping for a collection.
Collection(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Collection
 
COLLECTION_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Caching configuration should follow the following pattern hibernate.ejb.collectioncache.. usage[, region] where usage is the cache strategy used and region the cache region name
COLLECTION_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for collection caches.
COLLECTION_ELEMENTS - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INDICES - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MAX_ELEMENT - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MAX_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MIN_ELEMENT - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MIN_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_PERSISTER_CONSTRUCTOR_ARGS - Static variable in class org.hibernate.persister.internal.PersisterFactoryImpl
The constructor signature for CollectionPersister implementations
COLLECTION_SIZE - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
CollectionAction - Class in org.hibernate.action.internal
Any action relating to insert/update/delete of a collection
CollectionAction(CollectionPersister, PersistentCollection, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionAction
 
CollectionAliases - Interface in org.hibernate.loader
Type definition of CollectionAliases.
CollectionAttributeFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of a persistent collection attribute.
CollectionAttributeFetchImpl - Class in org.hibernate.loader.plan.build.internal.returns
 
CollectionAttributeFetchImpl(ExpandingFetchSource, AssociationAttributeDefinition, FetchStrategy, ExpandingCollectionQuerySpace) - Constructor for class org.hibernate.loader.plan.build.internal.returns.CollectionAttributeFetchImpl
 
CollectionAttributeJoin<O,E> - Class in org.hibernate.jpa.criteria.path
Models a join based on a plural association attribute.
CollectionAttributeJoin(CriteriaBuilderImpl, Class<E>, PathSource<O>, CollectionAttribute<? super O, E>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
CollectionAttributeJoin.TreatedCollectionAttributeJoin<O,T> - Class in org.hibernate.jpa.criteria.path
 
CollectionBinder - Class in org.hibernate.cfg.annotations
Base class for binding different types of collections to Hibernate configuration objects.
CollectionBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.CollectionBinder
 
CollectionCacheEntry - Class in org.hibernate.cache.spi.entry
Cacheable representation of persistent collections
CollectionCacheEntry(PersistentCollection, CollectionPersister) - Constructor for class org.hibernate.cache.spi.entry.CollectionCacheEntry
Constructs a CollectionCacheEntry
CollectionCacheInvalidator - Class in org.hibernate.cache.internal
Allows the collection cache to be automatically evicted if an element is inserted/removed/updated *without* properly managing both sides of the association (ie, the ManyToOne collection is changed w/o properly managing the OneToMany).
CollectionCacheInvalidator() - Constructor for class org.hibernate.cache.internal.CollectionCacheInvalidator
 
CollectionChangeWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
CollectionChangeWorkUnit(SessionImplementor, String, String, EnversService, Serializable, Object) - Constructor for class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
collectionClass - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
collectionClass - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
collectionClass - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
CollectionDefinition - Interface in org.hibernate.persister.walking.spi
 
CollectionElementDefinition - Interface in org.hibernate.persister.walking.spi
Represents a collection element.
CollectionElementLoader - Class in org.hibernate.loader.entity
 
CollectionElementLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.CollectionElementLoader
 
CollectionEntry - Class in org.hibernate.engine.spi
We need an entry to tell us all about the current state of a collection with respect to its persistent state
CollectionEntry(CollectionPersister, PersistentCollection) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For newly wrapped collections, or dereferenced collection wrappers
CollectionEntry(PersistentCollection, CollectionPersister, Serializable, boolean) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For collections just loaded from the database
CollectionEntry(CollectionPersister, Serializable) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For uninitialized detached collections
CollectionEntry(PersistentCollection, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For initialized detached collections
collectionExpr() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
CollectionFetchableElement - Interface in org.hibernate.loader.plan.spi
A collection element which is a FetchSource.
CollectionFetchableElementAnyGraph - Class in org.hibernate.loader.plan.build.internal.returns
 
CollectionFetchableElementAnyGraph(CollectionReference) - Constructor for class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementAnyGraph
 
CollectionFetchableElementCompositeGraph - Class in org.hibernate.loader.plan.build.internal.returns
Models the element graph of a collection, where the elements are composite
CollectionFetchableElementCompositeGraph(CollectionReference, ExpandingCompositeQuerySpace) - Constructor for class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementCompositeGraph
 
CollectionFetchableElementEntityGraph - Class in org.hibernate.loader.plan.build.internal.returns
 
CollectionFetchableElementEntityGraph(CollectionReference, ExpandingEntityQuerySpace) - Constructor for class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementEntityGraph
 
CollectionFetchableIndex - Interface in org.hibernate.loader.plan.spi
A collection index which is a FetchSource.
CollectionFetchableIndexAnyGraph - Class in org.hibernate.loader.plan.build.internal.returns
 
CollectionFetchableIndexAnyGraph(CollectionReference) - Constructor for class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexAnyGraph
 
CollectionFetchableIndexCompositeGraph - Class in org.hibernate.loader.plan.build.internal.returns
Models the index graph of a collection, where the index are composite.
CollectionFetchableIndexCompositeGraph(CollectionReference, ExpandingCompositeQuerySpace) - Constructor for class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexCompositeGraph
 
CollectionFetchableIndexEntityGraph - Class in org.hibernate.loader.plan.build.internal.returns
 
CollectionFetchableIndexEntityGraph(CollectionReference, ExpandingEntityQuerySpace) - Constructor for class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexEntityGraph
 
CollectionFetchReturn - Class in org.hibernate.loader.custom
Specifically a fetch return that refers to a collection association.
CollectionFetchReturn(String, NonScalarReturn, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionFetchReturn
 
CollectionFilterImpl - Class in org.hibernate.internal
implementation of the Query interface for collection filters
CollectionFilterImpl(String, Object, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.CollectionFilterImpl
 
CollectionFilterKeyParameterSpecification - Class in org.hibernate.param
A specialized ParameterSpecification impl for dealing with a collection-key as part of a collection filter compilation.
CollectionFilterKeyParameterSpecification(String, Type, int) - Constructor for class org.hibernate.param.CollectionFilterKeyParameterSpecification
Creates a specialized collection-filter collection-key parameter spec.
collectionFunction(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CollectionFunction - Class in org.hibernate.hql.internal.ast.tree
Represents 'elements()' or 'indices()'.
CollectionFunction() - Constructor for class org.hibernate.hql.internal.ast.tree.CollectionFunction
 
collectionFunctionOrSubselect(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CollectionHelper - Class in org.hibernate.internal.util.collections
Various help for handling collections.
CollectionId - Annotation Type in org.hibernate.annotations
Describe an identifier column for a bag (ie an idbag).
collectionId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
CollectionIdSource - Interface in org.hibernate.boot.model.source.spi
 
CollectionIndexDefinition - Interface in org.hibernate.persister.walking.spi
 
collectionInfoString(CollectionPersister, PersistentCollection, Serializable, SessionImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(CollectionPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of managed collections.
collectionInfoString(CollectionPersister, Serializable, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
CollectionInitializer - Interface in org.hibernate.loader.collection
An interface for collection loaders
CollectionJoinImplementor<Z,X> - Interface in org.hibernate.jpa.criteria
Specialization of JoinImplementor for Collection typed attribute joins
CollectionJoinWalker - Class in org.hibernate.loader.collection
Superclass of walkers for collection initializers
CollectionJoinWalker(SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.CollectionJoinWalker
 
CollectionKey - Class in org.hibernate.engine.spi
Uniquely identifies a collection instance in a particular session.
CollectionKey(CollectionPersister, Serializable) - Constructor for class org.hibernate.engine.spi.CollectionKey
 
CollectionKey(CollectionPersister, Serializable, EntityMode) - Constructor for class org.hibernate.engine.spi.CollectionKey
 
CollectionLoadContext - Class in org.hibernate.engine.loading.internal
Represents state associated with the processing of a given ResultSet in regards to loading collections.
CollectionLoadContext(LoadContexts, ResultSet) - Constructor for class org.hibernate.engine.loading.internal.CollectionLoadContext
Creates a collection load context for the given result set.
CollectionLoader - Class in org.hibernate.loader.collection
Superclass for loaders that initialize collections
CollectionLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.CollectionLoader
 
CollectionLoader - Class in org.hibernate.loader.collection.plan
Superclass for loaders that initialize collections
CollectionLoader(QueryableCollection, QueryBuildingParameters) - Constructor for class org.hibernate.loader.collection.plan.CollectionLoader
 
CollectionLoader.Builder - Class in org.hibernate.loader.collection.plan
 
CollectionMetadata - Interface in org.hibernate.metadata
Exposes collection metadata to the application
CollectionMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for a collection-valued property.
CollectionMetadataGenerator(AuditMetadataGenerator, Collection, CompositeMapperBuilder, String, EntityXmlMappingData, PropertyAuditingData) - Constructor for class org.hibernate.envers.configuration.internal.metadata.CollectionMetadataGenerator
 
collectionOwners - Variable in class org.hibernate.loader.JoinWalker
 
collectionOwners - Variable in class org.hibernate.loader.OuterJoinLoader
 
collectionPersister() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
collectionPersister() - Method in class org.hibernate.loader.collection.CollectionLoader
 
collectionPersister() - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
CollectionPersister - Interface in org.hibernate.persister.collection
A strategy for persisting a collection role.
collectionPersisters - Variable in class org.hibernate.loader.JoinWalker
 
collectionPersisters - Variable in class org.hibernate.loader.OuterJoinLoader
 
CollectionProperties - Class in org.hibernate.hql.internal
Provides a map of collection function names to the corresponding property names.
CollectionPropertyHolder - Class in org.hibernate.cfg
 
CollectionPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.CollectionPropertyHolder
 
CollectionPropertyMapping - Class in org.hibernate.persister.collection
 
CollectionPropertyMapping(QueryableCollection) - Constructor for class org.hibernate.persister.collection.CollectionPropertyMapping
 
CollectionPropertyNames - Class in org.hibernate.persister.collection
The names of all the collection properties.
CollectionPropertyReference - Interface in org.hibernate.hql.internal.ast.tree
Represents a reference to one of the "collection properties".
CollectionProxy<U,T extends Collection<U>> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
CollectionProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
CollectionProxy(Initializor<T>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
CollectionQuerySpace - Interface in org.hibernate.loader.plan.spi
Models a QuerySpace for a persistent collection.
CollectionQuerySpaceImpl - Class in org.hibernate.loader.plan.build.internal.spaces
 
CollectionQuerySpaceImpl(CollectionPersister, String, ExpandingQuerySpaces, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl
 
CollectionRecreateAction - Class in org.hibernate.action.internal
The action for recreating a collection
CollectionRecreateAction(PersistentCollection, CollectionPersister, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionRecreateAction
Constructs a CollectionRecreateAction
CollectionReference - Interface in org.hibernate.loader.plan.spi
Represents a reference to a persistent collection either as a Return or as a CollectionAttributeFetch.
CollectionReferenceAliases - Interface in org.hibernate.loader.plan.exec.spi
 
CollectionReferenceAliasesImpl - Class in org.hibernate.loader.plan.exec.internal
 
CollectionReferenceAliasesImpl(String, String, CollectionAliases, EntityReferenceAliases) - Constructor for class org.hibernate.loader.plan.exec.internal.CollectionReferenceAliasesImpl
 
CollectionReferenceInitializer - Interface in org.hibernate.loader.plan.exec.process.spi
 
CollectionReferenceInitializerImpl - Class in org.hibernate.loader.plan.exec.process.internal
 
CollectionReferenceInitializerImpl(CollectionReference, CollectionReferenceAliases) - Constructor for class org.hibernate.loader.plan.exec.process.internal.CollectionReferenceInitializerImpl
 
CollectionRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store collection data.
CollectionRegionAccessStrategy - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached collection data.
CollectionRegionImpl - Class in org.hibernate.cache.infinispan.collection
Collection region implementation
CollectionRegionImpl(AdvancedCache, String, TransactionManager, CacheDataDescription, InfinispanRegionFactory, CacheKeysFactory) - Constructor for class org.hibernate.cache.infinispan.collection.CollectionRegionImpl
Construct a collection region
CollectionRemoveAction - Class in org.hibernate.action.internal
The action for removing a collection
CollectionRemoveAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionRemoveAction
Removes a persistent collection from its loaded owner.
CollectionRemoveAction(Object, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionRemoveAction
Removes a persistent collection from a specified owner.
CollectionReturn - Class in org.hibernate.loader.custom
Represents a return which names a collection role; it is used in defining a custom query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).
CollectionReturn(String, String, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionReturn
 
CollectionReturn - Interface in org.hibernate.loader.plan.spi
Models the a persistent collection as root Return.
CollectionReturnImpl - Class in org.hibernate.loader.plan.build.internal.returns
 
CollectionReturnImpl(CollectionDefinition, ExpandingQuerySpaces) - Constructor for class org.hibernate.loader.plan.build.internal.returns.CollectionReturnImpl
 
CollectionReturnReader - Class in org.hibernate.loader.plan.exec.process.internal
 
CollectionReturnReader(CollectionReturn) - Constructor for class org.hibernate.loader.plan.exec.process.internal.CollectionReturnReader
 
Collections - Class in org.hibernate.engine.internal
Implements book-keeping for the collection persistence by reachability algorithm
COLLECTIONS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
CollectionSecondPass - Class in org.hibernate.cfg
Collection second pass
CollectionSecondPass(MetadataBuildingContext, Collection, Map) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionSecondPass(MetadataBuildingContext, Collection) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
collectionsFetched(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsLoaded(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsRecreated(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsRemoved(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
CollectionStatistics - Interface in org.hibernate.stat
Collection related statistics
CollectionStats - Class in org.hibernate.cache.ehcache.management.impl
CollectionStats
CollectionStats(String) - Constructor for class org.hibernate.cache.ehcache.management.impl.CollectionStats
Constructs a CollectionsStats
CollectionStats(String, CollectionStatistics) - Constructor for class org.hibernate.cache.ehcache.management.impl.CollectionStats
Constructs a CollectionsStats
CollectionStats(CompositeData) - Constructor for class org.hibernate.cache.ehcache.management.impl.CollectionStats
Constructs a CollectionsStats from a JMX CompositeData
CollectionSubqueryFactory - Class in org.hibernate.hql.internal
Provides the SQL for collection subqueries.
collectionSuffixes - Variable in class org.hibernate.loader.JoinWalker
 
collectionSuffixes - Variable in class org.hibernate.loader.OuterJoinLoader
 
collectionsUpdated(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
CollectionTable - Class in org.hibernate.jpamodelgen.xml.jaxb
 
CollectionTable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
collectionTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name, not the best strategy but a backward compatible one
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return a collection table name ie an association having a join table
collectionToList(Collection<X>) - Static method in class org.hibernate.envers.internal.tools.Tools
 
CollectionTracker - Interface in org.hibernate.bytecode.enhance.spi
Interface to be implemented by collection trackers that hold the expected size od collections, a simplified Map.
CollectionType - Annotation Type in org.hibernate.annotations
Names a custom collection type for a persistent collection.
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
CollectionType - Class in org.hibernate.type
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.CollectionType
 
CollectionUpdateAction - Class in org.hibernate.action.internal
The action for updating a collection
CollectionUpdateAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionUpdateAction
Constructs a CollectionUpdateAction
collectQuerySpaces() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
collectQuerySpaces(Collection<String>) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
collectRefCursorParameters() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
Collects any parameter registrations which indicate a REF_CURSOR parameter type/mode.
collectSelectExpressions() - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionList
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
collectSqlStrings() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
collectSqlStrings() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
collectSqlStrings() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
collectTableMappings() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
collectTableMappings() - Method in class org.hibernate.boot.internal.MetadataImpl
 
collectTableMappings() - Method in interface org.hibernate.boot.Metadata
 
collectTableMappings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
COLON - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
COLON - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
COLON - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
Column - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Column() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Column
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Version
 
Column - Class in org.hibernate.mapping
A column of a relational database table
Column() - Constructor for class org.hibernate.mapping.Column
 
Column(String) - Constructor for class org.hibernate.mapping.Column
 
COLUMN_LABEL_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
COLUMN_NAME_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
An extractor which uses ResultSetMetaData.getColumnName(int)
COLUMN_REF - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
COLUMN_REF - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ColumnAliasExtractor - Interface in org.hibernate.dialect
Strategy for extracting the unique column alias out of a ResultSetMetaData.
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
ColumnBindingDefaults - Interface in org.hibernate.boot.model.source.spi
 
ColumnCollectionAliases - Class in org.hibernate.loader.custom
CollectionAliases that uses columnnames instead of generated aliases.
ColumnCollectionAliases(Map, SQLLoadableCollection) - Constructor for class org.hibernate.loader.custom.ColumnCollectionAliases
 
ColumnDefault - Annotation Type in org.hibernate.annotations
Identifies the DEFAULT value to apply to the associated column via DDL.
columnDefinition() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
columnDefinition() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
 
ColumnEntityAliases - Class in org.hibernate.loader
EntityAliases that chooses the column names over the alias names.
ColumnEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.ColumnEntityAliases
 
ColumnHelper - Class in org.hibernate.hql.internal.ast.util
Provides utility methods for dealing with arrays of SQL column names.
ColumnInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing table columns
ColumnInformationImpl - Class in org.hibernate.tool.schema.extract.internal
JDBC column metadata
ColumnInformationImpl(TableInformation, Identifier, int, String, int, int, TruthValue) - Constructor for class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
ColumnIterator(ExportableColumn) - Constructor for class org.hibernate.id.ExportableColumn.ColumnIterator
 
columnIterator() - Method in class org.hibernate.mapping.Constraint
 
columnList - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Index
 
ColumnMapper - Interface in org.hibernate.sql.ordering.antlr
Contract for mapping a (an assumed) property reference to its columns.
ColumnMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC column metadata
columnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
columnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
columnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Convert mixed case to underscores
columnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Alter the column name given in the mapping document
columnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
 
ColumnNameCache - Class in org.hibernate.engine.jdbc
Cache of column-name -> column-index resolutions
ColumnNameCache(int) - Constructor for class org.hibernate.engine.jdbc.ColumnNameCache
Constructs a ColumnNameCache
ColumnNameIterator() - Constructor for class org.hibernate.envers.configuration.internal.metadata.MetadataTools.ColumnNameIterator
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
ColumnReference - Interface in org.hibernate.sql.ordering.antlr
Reference to a column name.
ColumnReferenceMappingImpl(ColumnInformation, ColumnInformation) - Constructor for class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl.ColumnReferenceMappingImpl
 
ColumnResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ColumnResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
 
columnResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
Columns - Annotation Type in org.hibernate.annotations
Support an array of columns.
columns() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
 
columns - Variable in class org.hibernate.cfg.FkSecondPass
 
columns(Set) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ColumnsAndFormulasSourceContainer - Interface in org.hibernate.boot.model.source.spi
 
ColumnSource - Interface in org.hibernate.boot.model.source.spi
Contract for source information pertaining to a physical column definition specific to a particular attribute context.
ColumnTransformer - Annotation Type in org.hibernate.annotations
Custom SQL expression used to read the value from and write a value to a column.
ColumnTransformers - Annotation Type in org.hibernate.annotations
Plural annotation for @ColumnTransformer.
COMMA - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
COMMA - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
CommaSeparatedStringHelper - Class in org.hibernate.boot.model.source.internal.hbm
 
COMMENT - Static variable in class org.hibernate.annotations.QueryHints
Defines a comment to be applied to the SQL sent to the database.
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
comment - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
commit() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
commit() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
commit() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
commit() - Method in class org.hibernate.jpa.internal.TransactionImpl
 
commit() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
commit() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
commit() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Commit the resource transaction
commit() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
Call commit on the underlying transaction object
commit() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
commit() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
commit() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
commit() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator.TransactionDriver
Commit the physical transaction
commit(Xid, boolean) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
commit() - Method in interface org.hibernate.Transaction
Commit this transaction.
commonCollectionMapperData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
CommonCollectionMapperData - Class in org.hibernate.envers.internal.entities.mapper.relation
Data that is used by all collection mappers, regardless of the type.
CommonCollectionMapperData(AuditEntitiesConfiguration, String, PropertyData, MiddleIdData, RelationQueryGenerator) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
commonRegistration() - Method in class org.hibernate.dialect.Cache71Dialect
 
ComparableComparator<T extends Comparable> - Class in org.hibernate.internal.util.compare
Delegates to Comparable
ComparableComparator() - Constructor for class org.hibernate.internal.util.compare.ComparableComparator
 
ComparableHelper() - Constructor for class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
comparator - Variable in class org.hibernate.collection.internal.PersistentSortedMap
 
comparator() - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
comparator - Variable in class org.hibernate.collection.internal.PersistentSortedSet
 
comparator() - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
comparator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
comparator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
compare(T, T) - Static method in class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
compare(Object, Object) - Method in class org.hibernate.cache.infinispan.TypeEquivalance
 
compare(Calendar, Calendar) - Method in class org.hibernate.internal.util.compare.CalendarComparator
 
compare(Comparable, Comparable) - Method in class org.hibernate.internal.util.compare.ComparableComparator
 
compare(byte[], byte[]) - Method in class org.hibernate.internal.util.compare.RowVersionComparator
 
compare(ZonedDateTime, ZonedDateTime) - Method in class org.hibernate.internal.util.ZonedDateTimeComparator
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractType
 
compare(Object, Object) - Method in class org.hibernate.type.AnyType
 
compare(Object, Object) - Method in class org.hibernate.type.CollectionType
 
compare(Object, Object) - Method in class org.hibernate.type.ComponentType
 
compare(Object, Object) - Method in class org.hibernate.type.descriptor.java.IncomparableComparator
 
compare(Locale, Locale) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
 
compare(TimeZone, TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
compare(Object, Object) - Method in class org.hibernate.type.EntityType
 
compare(Object, Object) - Method in interface org.hibernate.type.Type
Perform a Comparator style comparison between values
compareTo(Object) - Method in class org.hibernate.action.internal.CollectionAction
 
compareTo(DelayedPostInsertIdentifier) - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
compareTo(Object) - Method in class org.hibernate.action.internal.EntityAction
 
compareTo(Identifier) - Method in class org.hibernate.boot.model.naming.Identifier
 
compareTo(Namespace.Name) - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
comparisonExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
comparisonExpr(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
ComparisonPredicate - Class in org.hibernate.jpa.criteria.predicate
Models a basic relational comparison predicate.
ComparisonPredicate(CriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<?>, Expression<?>) - Constructor for class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
ComparisonPredicate(CriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<?>, Object) - Constructor for class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
ComparisonPredicate(CriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<N>, Number) - Constructor for class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
ComparisonPredicate.ComparisonOperator - Enum in org.hibernate.jpa.criteria.predicate
Defines the comparison operators.
CompilableCriteria - Interface in org.hibernate.jpa.criteria.compile
 
compile(Map, boolean) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Compile a filter.
compile(Map, boolean) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Compile a filter.
compile(String, Map, boolean) - Method in interface org.hibernate.hql.spi.FilterTranslator
Compile a filter.
compile(Map, boolean) - Method in interface org.hibernate.hql.spi.QueryTranslator
Compile a "normal" query.
compile(CompilableCriteria) - Method in class org.hibernate.jpa.criteria.compile.CriteriaCompiler
 
complete(ManagedResources, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
Second step of 2-phase for MetadataSources->Metadata process
Component - Class in org.hibernate.mapping
The mapping for a component, composite element, composite identifier, etc.
Component(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataImplementor, Component) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataImplementor, Join) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataImplementor, Collection) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataImplementor, Table, PersistentClass) - Constructor for class org.hibernate.mapping.Component
 
component(ComponentMetamodel) - Method in class org.hibernate.type.TypeFactory
 
Component.StandardGenerationContextLocator - Class in org.hibernate.mapping
 
Component.ValueGenerationPlan - Class in org.hibernate.mapping
 
ComponentAttributeSource(CompositeType) - Constructor for class org.hibernate.jpa.internal.metamodel.Helper.ComponentAttributeSource
 
ComponentAuditedPropertiesReader - Class in org.hibernate.envers.configuration.internal.metadata.reader
Reads the audited properties for components.
ComponentAuditedPropertiesReader(ModificationStore, PersistentPropertiesSource, AuditedPropertiesHolder, GlobalConfiguration, ReflectionManager, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditedPropertiesReader
 
ComponentAuditingData - Class in org.hibernate.envers.configuration.internal.metadata.reader
Audit mapping meta-data for component.
ComponentAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
ComponentFromElementType(FromElement) - Constructor for class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
ComponentJoin - Class in org.hibernate.hql.internal.ast.tree
Models an explicit join terminating at a component value (e.g.
ComponentJoin(FromClause, FromElement, String, String, CompositeType) - Constructor for class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
ComponentJoin.ComponentFromElementType - Class in org.hibernate.hql.internal.ast.tree
 
ComponentMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for components.
ComponentMetamodel - Class in org.hibernate.tuple.component
Centralizes metamodel information about a component.
ComponentMetamodel(Component, MetadataBuildingOptions) - Constructor for class org.hibernate.tuple.component.ComponentMetamodel
 
ComponentPropertiesSource(XClass, Component) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
ComponentPropertiesSource(ReflectionManager, Component) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
ComponentPropertyHolder - Class in org.hibernate.cfg
PropertyHolder for composites (Embeddable/Embedded).
ComponentPropertyHolder(Component, String, PropertyData, PropertyHolder, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.ComponentPropertyHolder
 
ComponentPropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
 
ComponentPropertyMapper(PropertyData, Class) - Constructor for class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
ComponentTuplizer - Interface in org.hibernate.tuple.component
Defines further responsibilities regarding tuplization based on a mapped components.
componentTuplizer - Variable in class org.hibernate.type.ComponentType
 
ComponentTuplizerFactory - Class in org.hibernate.tuple.component
A registry allowing users to define the default ComponentTuplizer class to use per EntityMode.
ComponentTuplizerFactory(MetadataBuildingOptions) - Constructor for class org.hibernate.tuple.component.ComponentTuplizerFactory
 
ComponentType - Class in org.hibernate.type
Handles "component" mappings
ComponentType(TypeFactory.TypeScope, ComponentMetamodel) - Constructor for class org.hibernate.type.ComponentType
 
CompositeAttributeFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of a composite attribute.
CompositeAttributeFetchImpl - Class in org.hibernate.loader.plan.build.internal.returns
 
CompositeAttributeFetchImpl(FetchSource, AttributeDefinition, ExpandingCompositeQuerySpace, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.returns.CompositeAttributeFetchImpl
 
CompositeBasedAssociationAttribute - Class in org.hibernate.tuple.component
 
CompositeBasedAssociationAttribute(AbstractCompositionAttribute, SessionFactoryImplementor, int, String, AssociationType, BaselineAttributeInformation, int, AssociationKey) - Constructor for class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
CompositeBasedBasicAttribute - Class in org.hibernate.tuple.component
 
CompositeBasedBasicAttribute(AttributeSource, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.CompositeBasedBasicAttribute
 
CompositeCollectionElementDefinition - Interface in org.hibernate.persister.walking.spi
The definition for a composite collection element.
CompositeCustomType - Class in org.hibernate.type
Adapts CompositeUserType to the Type interface
CompositeCustomType(CompositeUserType) - Constructor for class org.hibernate.type.CompositeCustomType
 
CompositeCustomType(CompositeUserType, String[]) - Constructor for class org.hibernate.type.CompositeCustomType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
CompositeElementPropertyMapping - Class in org.hibernate.persister.collection
 
CompositeElementPropertyMapping(String[], String[], String[], String[], CompositeType, Mapping) - Constructor for class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
CompositeEnhancer - Class in org.hibernate.bytecode.enhance.internal
enhancer for composite (embeddable) entities
CompositeEnhancer(EnhancementContext) - Constructor for class org.hibernate.bytecode.enhance.internal.CompositeEnhancer
 
CompositeFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of a composition (component/embeddable), which may or may not be an attribute.
compositeId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
compositeIdClass - Variable in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
compositeIdClassDoesNotOverrideEquals(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
compositeIdClassDoesNotOverrideHashCode(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
CompositeIdentifierSingularAttributeSourceBasicImpl - Class in org.hibernate.boot.model.source.internal.hbm
Descriptor for <key-property/>
CompositeIdentifierSingularAttributeSourceBasicImpl(MappingDocument, AttributeSourceContainer, JaxbHbmCompositeKeyBasicAttributeType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
CompositeIdentifierSingularAttributeSourceManyToOneImpl - Class in org.hibernate.boot.model.source.internal.hbm
Descriptor for <key-many-to-one/> mapping
CompositeIdentifierSingularAttributeSourceManyToOneImpl(MappingDocument, AttributeSourceContainer, JaxbHbmCompositeKeyManyToOneType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
CompositeIdentifierSource - Interface in org.hibernate.boot.model.source.spi
Common contract for composite identifiers.
compositeIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
compositeMapKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
CompositeMapperBuilder - Interface in org.hibernate.envers.internal.entities.mapper
 
CompositeNestedGeneratedValueGenerator - Class in org.hibernate.id
For composite identifiers, defines a number of "nested" generations that need to happen to "fill" the identifier property(s).
CompositeNestedGeneratedValueGenerator(CompositeNestedGeneratedValueGenerator.GenerationContextLocator) - Constructor for class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
CompositeNestedGeneratedValueGenerator.GenerationContextLocator - Interface in org.hibernate.id
Contract for declaring how to locate the context for sub-value injection.
CompositeNestedGeneratedValueGenerator.GenerationPlan - Interface in org.hibernate.id
Contract for performing the actual sub-value generation, usually injecting it into the determined context
CompositeOwner - Interface in org.hibernate.engine.spi
 
CompositeOwnerTracker - Class in org.hibernate.bytecode.enhance.internal.tracker
small low memory class to keep references to composite owners
CompositeOwnerTracker() - Constructor for class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
CompositePropertyMapping - Class in org.hibernate.loader.plan.build.internal.spaces
A PropertyMapping for handling composites! Woohoo!

TODO : Consider moving this into the attribute/association walking SPI (org.hibernate.persister.walking) and having the notion of PropertyMapping built and exposed there

There is duplication here too wrt ComponentJoin.ComponentPropertyMapping.

CompositePropertyMapping(CompositeType, PropertyMapping, String) - Constructor for class org.hibernate.loader.plan.build.internal.spaces.CompositePropertyMapping
Builds a CompositePropertyMapping
CompositeQuerySpace - Interface in org.hibernate.loader.plan.spi
Models a QuerySpace for a composition (component/embeddable).
CompositeQuerySpaceImpl - Class in org.hibernate.loader.plan.build.internal.spaces
 
CompositeQuerySpaceImpl(CompositePropertyMapping, String, ExpandingQuerySpaces, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.spaces.CompositeQuerySpaceImpl
 
CompositeTracker - Interface in org.hibernate.engine.spi
 
CompositeType - Interface in org.hibernate.type
Contract for value types to hold collections and have cascades, etc.
CompositeUserType - Interface in org.hibernate.usertype
A UserType that may be dereferenced in a query.
CompositionBasedCompositionAttribute - Class in org.hibernate.tuple.component
 
CompositionBasedCompositionAttribute(AbstractCompositionAttribute, SessionFactoryImplementor, int, String, CompositeType, int, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.CompositionBasedCompositionAttribute
 
CompositionDefinition - Interface in org.hibernate.persister.walking.spi
 
CompositionSingularSubAttributesHelper - Class in org.hibernate.persister.walking.internal
A helper for getting attributes from a composition that is known to have only singular attributes; for example, sub-attributes of a composite ID or a composite collection element.
compoundExpr() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
CompoundPredicate - Class in org.hibernate.jpa.criteria.predicate
A compound predicate is a grouping of other predicates in order to convert either a conjunction (logical AND) or a disjunction (logical OR).
CompoundPredicate(CriteriaBuilderImpl, Predicate.BooleanOperator) - Constructor for class org.hibernate.jpa.criteria.predicate.CompoundPredicate
Constructs an empty conjunction or disjunction.
CompoundPredicate(CriteriaBuilderImpl, Predicate.BooleanOperator, Expression<Boolean>...) - Constructor for class org.hibernate.jpa.criteria.predicate.CompoundPredicate
Constructs a conjunction or disjunction over the given expressions.
CompoundPredicate(CriteriaBuilderImpl, Predicate.BooleanOperator, List<Expression<Boolean>>) - Constructor for class org.hibernate.jpa.criteria.predicate.CompoundPredicate
Constructs a conjunction or disjunction over the given expressions.
CompoundSelectionImpl<X> - Class in org.hibernate.jpa.criteria.expression
The Hibernate implementation of the JPA CompoundSelection contract.
CompoundSelectionImpl(CriteriaBuilderImpl, Class<X>, List<Selection<?>>) - Constructor for class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl
 
computeAggregationInInstanceContext() - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
Compute aggregated expression in the context of each entity instance separately.
computeTestMethods() - Method in class org.hibernate.testing.junit4.CustomRunner
 
CONCAT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CONCAT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CONCAT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
concat(Expression<String>, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
concat(Expression<String>, String) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
concat(String, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CONCAT_LINES - Static variable in interface org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialAggregate
CONCAT_LINES aggregate function
concatenation() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
ConcatExpression - Class in org.hibernate.jpa.criteria.expression
A string concatenation.
ConcatExpression(CriteriaBuilderImpl, Expression<String>, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.ConcatExpression
 
ConcatExpression(CriteriaBuilderImpl, Expression<String>, String) - Constructor for class org.hibernate.jpa.criteria.expression.ConcatExpression
 
ConcatExpression(CriteriaBuilderImpl, String, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.ConcatExpression
 
concatLines(String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjections
Applies a "CONCAT_LINES" projection to the named property.
concatLrs(String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjections
Applies a "CONCAT_LRS" projection to the named property.
concretePropertySelectFragment(String, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragment(String, AbstractEntityPersister.InclusionChecker) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragmentSansLeadingComma(String, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concreteQueries(String, SessionFactoryImplementor) - Static method in class org.hibernate.hql.internal.QuerySplitter
Handle Hibernate "implicit" polymorphism, by translating the query string into several "concrete" queries against mapped classes.
ConcurrentCollectionStatisticsImpl - Class in org.hibernate.stat.internal
Collection related statistics
ConcurrentEntityStatisticsImpl - Class in org.hibernate.stat.internal
Entity related statistics
concurrentEntries(Map<K, V>) - Static method in class org.hibernate.internal.util.collections.IdentityMap
Return the map entries (as instances of Map.Entry in a collection that is safe from concurrent modification).
concurrentMap(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Create a properly sized ConcurrentHashMap based on the given expected number of elements.
concurrentMap(int, float) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Create a properly sized ConcurrentHashMap based on the given expected number of elements and an explicit load factor
ConcurrentNaturalIdCacheStatisticsImpl - Class in org.hibernate.stat.internal
NaturalId cache statistics of a specific region
ConcurrentQueryStatisticsImpl - Class in org.hibernate.stat.internal
Query statistics (HQL and SQL)

Note that for a cached query, the cache miss is equals to the db count

ConcurrentReferenceHashMap<K,V> - Class in org.hibernate.internal.util.collections
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap() - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap.Option - Enum in org.hibernate.internal.util.collections
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.hibernate.internal.util.collections
An option specifying which Java reference type should be used to refer to a key and/or value.
ConcurrentSecondLevelCacheStatisticsImpl - Class in org.hibernate.stat.internal
Second level cache statistics of a specific region
ConcurrentServiceBinding<K,V> - Class in org.hibernate.service.internal
Since Service lookup is a very hot operation and essentially it's a read only data structure, to achieve thread-safety we can use immutability.
ConcurrentServiceBinding() - Constructor for class org.hibernate.service.internal.ConcurrentServiceBinding
 
ConcurrentStatisticsImpl - Class in org.hibernate.stat.internal
Implementation of Statistics based on the java.util.concurrent package.
ConcurrentStatisticsImpl() - Constructor for class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
ConcurrentStatisticsImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
ConditionalParenthesisFunction - Class in org.hibernate.dialect.function
Essentially the same as StandardSQLFunction, except that here the parentheses are not included when no arguments are given.
ConditionalParenthesisFunction(String) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
Constructs a ConditionalParenthesisFunction with the given name
ConditionalParenthesisFunction(String, Type) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
Constructs a ConditionalParenthesisFunction with the given name
ConditionFragment - Class in org.hibernate.sql
 
ConditionFragment() - Constructor for class org.hibernate.sql.ConditionFragment
 
conditionList(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
conditions() - Method in class org.hibernate.criterion.Junction
Access the conditions making up the junction
CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
By default (in the absence of a TableGenerator.SEGMENT_VALUE_PARAM setting) we use a single row for all generators.
CONFIG_PREFER_SEQUENCE_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Used to create dedicated sequence for each entity based on the entity name.
CONFIG_PREFIX - Static variable in class org.hibernate.hikaricp.internal.HikariConfigurationUtil
 
CONFIG_SEQUENCE_PER_ENTITY_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the suffix to use in naming the identifier sequence/table name, by appending the suffix to the name of the entity.
ConfigHelper - Class in org.hibernate.internal.util
Deprecated.
Use ClassLoaderService instead
ConfigLoader - Class in org.hibernate.boot.cfgxml.internal
Loads cfg.xml files.
ConfigLoader(BootstrapServiceRegistry) - Constructor for class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
ConfigParameterContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
 
ConfigParameterHelper - Class in org.hibernate.boot.model.source.internal.hbm
 
configParameters - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
 
Configurable - Interface in org.hibernate.exception.spi
The Configurable interface defines the contract for SQLExceptionConverter impls that want to be configured prior to usage given the currently defined Hibernate properties.
Configurable - Interface in org.hibernate.id
An IdentifierGenerator that supports "configuration".
Configurable - Interface in org.hibernate.service.spi
Allows the service to request access to the configuration properties for configuring itself.
Configuration - Class in org.hibernate.cfg
Represents one approach for bootstrapping Hibernate.
Configuration() - Constructor for class org.hibernate.cfg.Configuration
 
Configuration(BootstrapServiceRegistry) - Constructor for class org.hibernate.cfg.Configuration
 
Configuration(MetadataSources) - Constructor for class org.hibernate.cfg.Configuration
 
configuration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
CONFIGURATION_JNDI_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
Configuration going away.
ConfigurationException - Exception in org.hibernate.internal.util.config
TODO : javadoc
ConfigurationException(String, Throwable) - Constructor for exception org.hibernate.internal.util.config.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.hibernate.internal.util.config.ConfigurationException
 
ConfigurationHelper - Class in org.hibernate.internal.util.config
Collection of helper methods for dealing with configuration settings.
ConfigurationHelper - Class in org.hibernate.jpa.internal.util
 
ConfigurationHelper() - Constructor for class org.hibernate.jpa.internal.util.ConfigurationHelper
 
configurationResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ConfigurationService - Interface in org.hibernate.engine.config.spi
Provides access to the initial user-provided configuration values.
ConfigurationService.Converter<T> - Interface in org.hibernate.engine.config.spi
Simple conversion contract for converting an untyped object to a specified type.
ConfigurationServiceImpl - Class in org.hibernate.engine.config.internal
The standard ConfigurationService implementation
ConfigurationServiceImpl(Map) - Constructor for class org.hibernate.engine.config.internal.ConfigurationServiceImpl
Constructs a ConfigurationServiceImpl
ConfigurationServiceInitiator - Class in org.hibernate.engine.config.internal
The ServiceInitiator for the ConfigurationService
ConfigurationServiceInitiator() - Constructor for class org.hibernate.engine.config.internal.ConfigurationServiceInitiator
 
configure() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the standard resource location.
configure(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the named resource location.
configure(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(URL) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(LoadedConfig) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(Map) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(Document) - Method in class org.hibernate.cfg.Configuration
Deprecated.
No longer supported.
configure(Map) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
configure(Map) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
configure(Map) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
configure(Map) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
configure(Map) - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
configure(Map) - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
configure(MetadataImplementor, ServiceRegistry, ReflectionManager, MappingCollector, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Document, Element) - Method in class org.hibernate.envers.configuration.internal.EntitiesConfigurator
 
configure(MetadataImplementor, ReflectionManager) - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
configure(Properties) - Method in interface org.hibernate.exception.spi.Configurable
Configure the component, using the given settings and properties.
configure(Map) - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.Configurable
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.enhanced.TableGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.ForeignGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SequenceHiLoGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SequenceIdentityGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDHexGenerator
 
configure(Map) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
configure(Map) - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl
 
configure(Map) - Method in interface org.hibernate.service.spi.Configurable
Configure the service.
configure(Map) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
configure(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
configureBootstrapServiceRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Apply any desired config to the BootstrapServiceRegistryBuilder to be incorporated into the built BootstrapServiceRegistry
configuredSessionFactory(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configureMetadataBuilder(MetadataBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
configureSessionFactoryBuilder(SessionFactoryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
configureStandardServiceRegistryBuilder(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Apply any desired config to the StandardServiceRegistryBuilder to be incorporated into the built StandardServiceRegistry
configuringFromFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromUrl(URL) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromXmlDocument() - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringProxoolProviderToUsePoolAlias(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs the name of a named pool to be used for configuration information
configuringProxoolProviderUsingExistingPool(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs the name of a named existing pool in memory to be used
configuringProxoolProviderUsingJaxpConfigurator(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs a message that the proxool pool will be built using its JAXP (XML) configuration mechanism
configuringProxoolProviderUsingPropertiesFile(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs a message that the proxool pool will be built using a properties file
Conjunction - Class in org.hibernate.criterion
Defines a conjunction (AND series).
Conjunction() - Constructor for class org.hibernate.criterion.Conjunction
Constructs a Conjunction
Conjunction(Criterion...) - Constructor for class org.hibernate.criterion.Conjunction
 
conjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...).
conjunction(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...).
conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single conjunction (A and B and C...).
conjunction() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
connect() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
connect() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a connection being obtained from ConnectionProvider
connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connection() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connection() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
connection() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
connection(Connection) - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
connection() - Method in class org.hibernate.internal.SessionImpl
 
connection() - Method in class org.hibernate.internal.StatelessSessionImpl
 
connection(Connection) - Method in interface org.hibernate.SessionBuilder
Adds a specific connection to the session options.
connection() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection from the original session should be used to create the new session.
connection(Connection) - Method in interface org.hibernate.SharedSessionBuilder
 
connection() - Method in interface org.hibernate.StatelessSession
Deprecated.
just missed when deprecating same method from Session
connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
Adds a specific connection to the session options.
CONNECTION_FINDER - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
The canonical class name to use as Oracle ConnectionFinder implementation.
CONNECTION_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a prefix used to define arbitrary JDBC connection properties.
CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the ConnectionProvider to use for obtaining JDBC connections.
ConnectionAcquisitionMode - Enum in org.hibernate
Indicates the manner in which JDBC Connections should be acquired.
ConnectionCreatorBuilder - Class in org.hibernate.engine.jdbc.connections.internal
A builder for ConnectionCreator instances
ConnectionCreatorBuilder(ServiceRegistryImplementor) - Constructor for class org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorBuilder
 
connectionFinder(String) - Method in interface org.hibernate.spatial.HSMessageLogger
 
ConnectionHelper - Interface in org.hibernate.tool.hbm2ddl
Contract for delegates responsible for managing connection used by the hbm2ddl tools.
ConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
An observer of logical connection events.
ConnectionObserverAdapter - Class in org.hibernate.engine.jdbc.spi
A no-op adapter for ConnectionObserver.
ConnectionObserverAdapter() - Constructor for class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
ConnectionObserverStatsBridge - Class in org.hibernate.internal
 
ConnectionObserverStatsBridge(SessionFactoryImplementor) - Constructor for class org.hibernate.internal.ConnectionObserverStatsBridge
 
ConnectionPoolingLogger - Interface in org.hibernate.internal.log
 
connectionProperties(Properties) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
ConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
A contract for obtaining JDBC connections.
ConnectionProviderBuilder - Class in org.hibernate.testing.env
Defines the JDBC connection information (currently H2) used by Hibernate for unit (not functional!) tests
ConnectionProviderBuilder() - Constructor for class org.hibernate.testing.env.ConnectionProviderBuilder
 
connectionProviderClassDeprecated(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
ConnectionProviderInitiator - Class in org.hibernate.engine.jdbc.connections.internal
Instantiates and configures an appropriate ConnectionProvider.
ConnectionProviderInitiator() - Constructor for class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
ConnectionProviderJdbcConnectionAccess(ConnectionProvider) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
ConnectionReleaseMode - Enum in org.hibernate
Defines the various policies by which Hibernate might release its underlying JDBC connection.
connectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connectionReleaseMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SessionBuilder
Use a specific connection release mode for these session options.
connectionReleaseMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session.
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SharedSessionBuilder
 
CONNECTIONS_LOGGER - Static variable in interface org.hibernate.internal.log.ConnectionPoolingLogger
Static access to the logging instance
connectionsObtained(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
constant() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
constant(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
constant(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Constants - Class in org.hibernate.jpamodelgen.util
 
constrained - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
Constraint - Class in org.hibernate.mapping
A relational constraint.
Constraint() - Constructor for class org.hibernate.mapping.Constraint
 
ConstraintViolationException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint.
ConstraintViolationException(String, SQLException, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
construct(Class<Y>, Selection<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
construct(Class<Y>, List<Selection<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.construct(Class,Selection[]) taking the to-be-constructed type as well as a list of selections.
constructAndConfigureConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
constructConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
constructDefaultTuplizer(EntityMode, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructDefaultTuplizer(EntityMode, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructed() - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
constructor(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ConstructorNode - Class in org.hibernate.hql.internal.ast.tree
Represents a constructor (new) in a SELECT.
ConstructorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
ConstructorResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ConstructorResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
 
constructorResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
ConstructorResultColumnProcessor - Class in org.hibernate.loader.custom
Represents a ConstructorResult within the custom query.
ConstructorResultColumnProcessor(Class, ScalarResultColumnProcessor[]) - Constructor for class org.hibernate.loader.custom.ConstructorResultColumnProcessor
 
ConstructorReturn - Class in org.hibernate.loader.custom
A return representing a ConstructorResult
ConstructorReturn(Class, ScalarReturn[]) - Constructor for class org.hibernate.loader.custom.ConstructorReturn
 
constructStandardServiceRegistryBuilder() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
constructTuplizer(String, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends ComponentTuplizer>, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(String, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends EntityTuplizer>, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
consume(JaxbCfgHibernateConfiguration) - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Consumes the JAXB representation of a cfg.xml file and builds the LoadedConfig representation.
consume(JaxbCfgMappingReferenceType) - Static method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
consumeIdentifier(ResultSet) - Method in interface org.hibernate.id.ResultSetIdentifierConsumer
Given a result set, consume/extract the necessary values and construct an appropriate identifier value.
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesCollectionAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
consumesEntityAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesEntityAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
container() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
containerProvidingNullPersistenceUnitRootUrl() - Method in interface org.hibernate.internal.CoreMessageLogger
 
contains(String) - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
contains(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
contains(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
contains(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
contains(Object) - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
contains(Object) - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
contains(Object) - Method in interface org.hibernate.cache.spi.Region
Determine whether this region contains data for the given key.
contains(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
contains(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
contains(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
contains(String) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
 
contains(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
contains(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
contains(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
contains(String, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
contains(Object) - Method in class org.hibernate.internal.SessionImpl
 
contains(Object[], Object) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
contains(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
contains(Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
contains(Object) - Method in interface org.hibernate.Session
Check if this instance is associated with this Session.
contains(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially contains" constraint to the named property
CONTAINS - Static variable in interface org.hibernate.spatial.SpatialRelation
The first geometry spatially contains the second
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
containsAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
containsAll(Collection<?>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
containsAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
containsAnnotation(Element, String...) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
containsAttribute(String) - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
 
containsAttribute(String) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
containsClassAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns true if the from node contains the class alias name.
containsCollection(String, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given collection.
containsCollection(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsCollection(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the given collection associated with this persistence context?
containsCollection(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
containsCollectionFetches() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
containsCollectionFetches() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
containsCollectionFetches() - Method in interface org.hibernate.hql.spi.QueryTranslator
Does the translated query contain collection fetches?
containsColumn(Column) - Method in class org.hibernate.mapping.Constraint
 
containsColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
containsColumn(Column) - Method in class org.hibernate.mapping.Index
 
containsColumn(Column) - Method in class org.hibernate.mapping.Table
 
containsEntity(Class, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given entity "instance".
containsEntity(String, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given entity "instance".
containsEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is there an entity with the given key in the persistence context
containsEntity(Class, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
containsEntity(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
containsEntityName(Object, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
containsFetchProfileDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
containsFetchProfileDefinition(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
containsFetchProfileDefinition(String) - Method in interface org.hibernate.SessionFactory
Determine if this session factory contains a fetch profile definition registered under the given name.
containsJoinFetchedCollection(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
containsKey(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
containsKey(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
containsKey(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
containsKey(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsLocalModeFlag - Variable in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor.InvalidationFilterVisitor
 
containsMetaEmbeddable(String) - Method in class org.hibernate.jpamodelgen.Context
 
containsMetaEntity(String) - Method in class org.hibernate.jpamodelgen.Context
 
containsProperty(Property) - Method in class org.hibernate.mapping.Join
 
containsProxy(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsProxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the given proxy associated with this persistence context?
containsPutForExternalRead - Variable in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor.InvalidationFilterVisitor
 
containsQuery(String) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given query.
containsQuery(String) - Method in class org.hibernate.internal.CacheImpl
 
containsTableAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns true if the from node contains the table alias name.
containsValue(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
containsValue(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
containsValue(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
containsValue(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
containsValue(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
containsWork() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
context - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
Context - Class in org.hibernate.jpamodelgen
 
Context(ProcessingEnvironment) - Constructor for class org.hibernate.jpamodelgen.Context
 
contextId - Variable in class org.hibernate.boot.JaccPermissionDefinition
 
ContextProvidingValidationEventHandler - Class in org.hibernate.jpamodelgen.util.xml
Validation event handler used for obtaining line and column numbers in case of parsing failures.
ContextProvidingValidationEventHandler() - Constructor for class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
ContextualLobCreator - Class in org.hibernate.engine.jdbc
LobCreator implementation using contextual creation against the JDBC Connection class's LOB creation methods.
ContextualLobCreator(LobCreationContext) - Constructor for class org.hibernate.engine.jdbc.ContextualLobCreator
Constructs a ContextualLobCreator
contribute(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.boot.model.TypeContributor
Contribute types
contribute(MetadataBuilder, StandardServiceRegistry) - Method in interface org.hibernate.boot.spi.MetadataBuilderInitializer
 
contribute(InFlightMetadataCollector, IndexView) - Method in interface org.hibernate.boot.spi.MetadataContributor
Perform the contributions.
contribute(MetadataSources) - Method in interface org.hibernate.boot.spi.MetadataSourcesContributor
Perform the process of contributing to MetadataSources.
contribute(StandardServiceRegistryBuilder) - Method in class org.hibernate.envers.boot.internal.EnversServiceContributor
 
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.envers.boot.internal.TypeContributorImpl
 
contribute(StandardServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.ServiceContributor
Contribute services to the indicated registry builder.
contribute(StandardServiceRegistryBuilder) - Method in class org.hibernate.spatial.integration.SpatialInitializer
 
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.type.Java8DateTimeTypeContributor
 
contributeType(BasicType) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
contributeType(BasicType, String...) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
contributeType(UserType, String[]) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
contributeType(CompositeUserType, String[]) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
contributeType(BasicType) - Method in interface org.hibernate.boot.model.TypeContributions
 
contributeType(BasicType, String...) - Method in interface org.hibernate.boot.model.TypeContributions
 
contributeType(UserType, String...) - Method in interface org.hibernate.boot.model.TypeContributions
 
contributeType(CompositeUserType, String...) - Method in interface org.hibernate.boot.model.TypeContributions
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
Allows the Dialect to contribute additional types
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Oracle12cDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
Allows the Dialect to contribute additional types
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
ConversionContext - Interface in org.hibernate.exception.spi
 
convert(Object, Object, Metadata) - Method in class org.hibernate.cache.infinispan.util.FutureUpdate.ValueExtractor
 
convert(Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService.Converter
Convert an untyped Object reference to the Converter's type.
convert(SQLException) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Perform a conversion.
convert(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.CacheSQLExceptionConversionDelegate
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.SQLExceptionTypeDelegate
 
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.SQLStateConversionDelegate
 
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.StandardSQLExceptionConverter
 
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
Convert the given SQLException into the Hibernate JDBCException hierarchy.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConverter
Convert the given SQLException into the Hibernate JDBCException hierarchy.
convert(RecognitionException) - Static method in exception org.hibernate.hql.internal.ast.QuerySyntaxException
Converts the given ANTLR RecognitionException into a QuerySyntaxException.
convert(RecognitionException, String) - Static method in exception org.hibernate.hql.internal.ast.QuerySyntaxException
Converts the given ANTLR RecognitionException into a QuerySyntaxException.
convert(SQLException, String, String) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
convert(SessionFactoryImplementor, SQLException, String, String) - Method in class org.hibernate.hql.spi.id.persistent.Helper
 
convert(SQLException, String) - Method in class org.hibernate.internal.ScrollableResultsImpl
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.BigDecimalValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.BigIntegerValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.BooleanValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.ByteValueHandler
 
convert(Object, Class<T>) - Static method in class org.hibernate.jpa.criteria.ValueHandlerFactory
Convert the given value into the specified target type.
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.DoubleValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.FloatValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.IntegerValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.LongValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.NoOpValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.ShortValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.StringValueHandler
 
convert(Object) - Method in interface org.hibernate.jpa.criteria.ValueHandlerFactory.ValueHandler
 
convert(HibernateException) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
convert(RuntimeException) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
convert(RuntimeException, LockOptions) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
convert(HibernateException, LockOptions) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
convert(HibernateException, LockOptions) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convert(HibernateException) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
Convert - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Convert() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
convert(SQLException, String) - Method in class org.hibernate.result.internal.OutputsImpl
 
convert(Object) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
Converts an oracle to a JTS Geometry
converter - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
Converter - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Converter() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
converter - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
ConvertFunction - Class in org.hibernate.dialect.function
A Caché defintion of a convert function.
ConvertFunction() - Constructor for class org.hibernate.dialect.function.ConvertFunction
 
convertSkipToIgnore(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
 
convertSqlException(String, SQLException) - Method in class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
convertSQLException(SQLException, String) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.DB2Dialect
Hibernate APIs explicitly state that setFirstResult() should be a zero-based offset.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Hibernate APIs explicitly state that setFirstResult() should be a zero-based offset.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
convertToLockMode(LockModeType) - Static method in class org.hibernate.internal.util.LockModeConverter
Convert from JPA defined LockModeType to Hibernate specific LockMode.
convertToLockModeType(LockMode) - Static method in class org.hibernate.internal.util.LockModeConverter
Convert from the Hibernate specific LockMode to the JPA defined LockModeType.
CONVEXHULL - Static variable in interface org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialAggregate
CONVEXHULL aggregate function
CONVEXHULL - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The convexhull function
coordinateScan(ManagedResourcesImpl, MetadataBuildingOptions, XmlMappingBinderAccess) - Method in class org.hibernate.boot.model.process.internal.ScanningCoordinator
 
coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
coordinateWork(WorkExecutorVisitable<T>) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
coordinateWork(WorkExecutorVisitable<T>) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Perform the requested work handling exceptions, coordinating and handling return processing.
copy() - Method in class org.hibernate.engine.internal.JoinSequence
Create a full, although shallow, copy.
copy(InputStream, OutputStream) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the inputStream to the outputStream.
copy(InputStream, OutputStream, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the inputStream to the outputStream using a buffer of the specified size
copy(Reader, Writer) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the reader to the writer.
copy(Reader, Writer, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the reader to the writer using a buffer of the specified size
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
copy() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Make a copy of this holder.
copy(InputStream, OutputStream) - Static method in class org.hibernate.internal.util.io.StreamCopier
 
copy(LockOptions, LockOptions) - Static method in class org.hibernate.LockOptions
Perform a shallow copy.
copy(NativeSQLQueryReturn[]) - Static method in class org.hibernate.procedure.internal.Util
Makes a copy of the given query return array.
copy(Set<String>) - Static method in class org.hibernate.procedure.internal.Util
Make a (shallow) copy of query spaces to be synchronized
copy(Map<String, Object>) - Static method in class org.hibernate.procedure.internal.Util
Make a (shallow) copy of the JPA query hints map
copy() - Method in class org.hibernate.sql.ANSIJoinFragment
 
copy() - Method in class org.hibernate.sql.JoinFragment
Make a copy.
copy() - Method in class org.hibernate.sql.OracleJoinFragment
 
copy() - Method in class org.hibernate.sql.QueryJoinFragment
 
copy() - Method in class org.hibernate.sql.QuerySelect
 
copy() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
CopyIdentifierComponentSecondPass - Class in org.hibernate.cfg
 
CopyIdentifierComponentSecondPass(Component, String, Ejb3JoinColumn[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass, Iterator, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map, ForeignKeyDirection) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
CoreLogging - Class in org.hibernate.internal
Quite sad, really, when you need helpers for generating loggers...
CoreMessageLogger - Interface in org.hibernate.internal
The jboss-logging MessageLogger for the hibernate-core module.
correlate(Root<Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(Join<X, Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(CollectionJoin<X, Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(SetJoin<X, Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(ListJoin<X, Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(MapJoin<X, K, V>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.CollectionJoinImplementor
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.FromImplementor
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.JoinImplementor
Refined return type
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.ListJoinImplementor
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.MapJoinImplementor
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.SetJoinImplementor
 
CorrelationJoinScope() - Constructor for class org.hibernate.jpa.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
couldNotBindJndiListener() - Method in interface org.hibernate.internal.CoreMessageLogger
 
count(String) - Static method in class org.hibernate.criterion.Projections
A property value count projection
count() - Method in class org.hibernate.criterion.Property
Creates a property count projection
count() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting the values
count() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
count() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
count(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
COUNT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
COUNT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
count(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
COUNT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
count(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
COUNT(CriteriaBuilderImpl, Expression<?>, boolean) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.COUNT
 
countCollectionPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of PersistentCollection which are being fetched by outer join
countDistinct(String) - Static method in class org.hibernate.criterion.Projections
A distinct property value count projection
countDistinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting distinct values
countDistinct(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
countEntityPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of Loadable, or are one-to-many associations
COUNTER - Static variable in class org.hibernate.testing.byteman.BytemanHelper
 
countExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
CountFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
 
countInvocation() - Method in class org.hibernate.testing.byteman.BytemanHelper
 
CountNode - Class in org.hibernate.hql.internal.ast.tree
Represents a COUNT expression in a select.
CountNode() - Constructor for class org.hibernate.hql.internal.ast.tree.CountNode
 
countNonNull(Serializable[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
CountProjection - Class in org.hibernate.criterion
A count projection
CountProjection(String) - Constructor for class org.hibernate.criterion.CountProjection
Constructs the count projection.
countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
countSubclassProperties() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
How many properties are there, for this class and all subclasses?
countTrue(boolean...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
countUnquoted(String, char) - Static method in class org.hibernate.internal.util.StringHelper
 
create - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
create(Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategyCreator
 
create(Class, String[], String[], Class[]) - Static method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Creates a new instance of BulkAccessor.
create(Class) - Static method in class org.hibernate.bytecode.internal.javassist.FastClass
Constructs a FastClass
create(Class<? extends RegionFactory>) - Method in class org.hibernate.cache.internal.StrategyCreatorRegionFactoryImpl
 
create(Object) - Static method in class org.hibernate.criterion.Example
Create a new Example criterion instance, which includes all non-null properties by default
create() - Method in class org.hibernate.criterion.ProjectionList
Deprecated.
an instance factory method does not make sense
create(Class) - Method in class org.hibernate.hql.internal.ast.SqlASTFactory
Actually instantiate the AST node.
create(ASTFactory, int, String) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Deprecated.
silly
create(AbstractManagedType<X>, Type<E>, Class<C>, Type<K>) - Static method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
 
create(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script; drop script is automatically executed before running the creation script.
create(Target) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script; drop script is automatically executed before running the creation script.
create(ResultTransformer, String[], boolean[]) - Static method in class org.hibernate.transform.CacheableResultTransformer
Returns a CacheableResultTransformer that is used to transform tuples to a value(s) that can be cached.
create(SessionFactoryImplementor, Property, ValueGeneration) - Static method in class org.hibernate.tuple.entity.EntityMetamodel
 
CREATE_BLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual BLOB creation
CREATE_CLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual CLOB creation
CREATE_NCLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual NCLOB creation
createAccessDelegate(AccessType) - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
createAlias(String, String) - Method in interface org.hibernate.Criteria
Join an association, assigning an alias to the joined association.
createAlias(String, String, JoinType) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String, int) - Method in interface org.hibernate.Criteria
createAlias(String, String, JoinType, Criterion) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String, int, Criterion) - Method in interface org.hibernate.Criteria
createAlias(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an association path alias within this DetachedCriteria.
createAlias(String, String, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an association path alias within this DetachedCriteria specifying the type of join.
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an association path alias within this DetachedCriteria specifying the type of join.
createAlias(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createAlias(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
createAlias(String, String) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAllKeys() - Method in class org.hibernate.mapping.Collection
 
createAllKeys() - Method in class org.hibernate.mapping.Map
 
createArc(Coordinate, Coordinate, Coordinate) - Method in class org.hibernate.spatial.jts.Circle
Creates an arc through the specified points
createAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of AssociationOverride
createAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of AttributeOverride
createAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Attributes
createBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Basic
createBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
Builds a batch-fetch capable CollectionInitializer for basic and many-to-many collections (collections with a dedicated collection table).
createBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
Builds a batch-fetch capable CollectionInitializer for one-to-many collections (collections without a dedicated collection table).
createBinarySubtree(ASTFactory, int, String, AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a 'binary operator' subtree, given the information about the parent and the two child nodex.
createBlob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual BLOB reference.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given binary stream.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.LobHelper
Create a new Blob from bytes.
createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCacheManager(Properties, ServiceRegistry) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createCacheManager(ConfigurationBuilderHolder) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createCacheManager(Properties, ServiceRegistry) - Method in class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
 
createCacheWrapper(AdvancedCache) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createCaching(JaxbHbmCacheType) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
createCascadeType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of CascadeType
createCaseFragment() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
createCaseFragment() - Method in class org.hibernate.dialect.Dialect
Create a CaseFragment strategy responsible for handling this dialect's variations in how CASE statements are handled.
createCaseFragment() - Method in class org.hibernate.dialect.MckoiDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
Map case support to the Oracle DECODE function.
createCaseFragment() - Method in class org.hibernate.dialect.Oracle9iDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
createCaseFragment() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
createCaseFragment() - Method in class org.hibernate.dialect.SAPDBDialect
 
createClassicHolderInstantiator(Constructor, ResultTransformer) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
createClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual CLOB reference.
createClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given String data.
createClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given character data.
createClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.LobHelper
Create a new Clob from content.
createClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new Clob from character reader.
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.BagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ListBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.SetBinder
 
createCollection(QueryableCollection, String, JoinType, boolean, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElementFactory
 
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Create the CollectionLoader
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.OneToManyPersister
Create the OneToManyLoader
createCollectionJoin(QuerySpace, String, CollectionQuerySpace, boolean, CollectionType, SessionFactoryImplementor) - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinHelper
 
createCollectionJoinSequence(QueryableCollection, String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Create a join sequence rooted at the given collection.
createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createCollectionPersister(Collection, CollectionRegionAccessStrategy, PersisterCreationContext) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createCollectionPersister(Collection, CollectionRegionAccessStrategy, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create a collection persister instance.
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
 
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
 
createCollectionSubquery(JoinSequence, Map, String[]) - Static method in class org.hibernate.hql.internal.CollectionSubqueryFactory
 
createCollectionTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of CollectionTable
createColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Column
createColumnResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ColumnResult
createComponent(PropertyHolder, PropertyData, boolean, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
createComponentJoin(CompositeType) - Method in class org.hibernate.hql.internal.ast.tree.FromElementFactory
 
createComponentPrefix(String) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
createCompositeAttributeFetch(AttributeDefinition, ExpandingCompositeQuerySpace) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeReference
 
createCompositeAttributeFetch(AttributeDefinition, ExpandingCompositeQuerySpace) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractEntityReference
 
createCompositeAttributeFetch(AttributeDefinition, ExpandingCompositeQuerySpace) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
createCompositeJoin(QuerySpace, String, CompositeQuerySpace, boolean, CompositeType) - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinHelper
 
createConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
createConstructorResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ConstructorResult
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.ejb.HibernatePersistence
Deprecated.
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider

Note: per-spec, the values passed as properties override values found in PersistenceUnitInfo

createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.osgi.OsgiPersistenceProvider
 
createConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Convert
createConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Converter
createCopyUsing(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
createCriteria(String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity.
createCriteria(String, JoinType) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, using the specified join type.
createCriteria(String, int) - Method in interface org.hibernate.Criteria
createCriteria(String, String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias.
createCriteria(String, String, JoinType) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias and using the specified join type.
createCriteria(String, String, int) - Method in interface org.hibernate.Criteria
createCriteria(String, String, JoinType, Criterion) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias and using the specified join type.
createCriteria(String, String, int, Criterion) - Method in interface org.hibernate.Criteria
createCriteria(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path.
createCriteria(String) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path.
createCriteria(String, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path, specifying the type of join to use.
createCriteria(String, String, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path, specifying the type of join to use.
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path, specifying the type of join to use and an additional join restriction.
createCriteria(String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(Class, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(Class, String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(Class) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(Class, String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(Class) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(Class) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given class (entity or subclasses/implementors).
createCriteria(Class, String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given class (entity or subclasses/implementors), using a specific alias.
createCriteria(String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given entity name, using a specific alias.
createCriteriaDelete(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createCriteriaUpdate(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createDenormalizedTable(Identifier, boolean, Table) - Method in class org.hibernate.boot.model.relational.Namespace
 
createDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of DiscriminatorColumn
createElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ElementCollection
createEmbeddable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Embeddable
createEmbeddableAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EmbeddableAttributes
createEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Embedded
createEmbeddedId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EmbeddedId
createEmptyType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EmptyType
createEntity(Document, AuditTableData, String, Boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
createEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Entity
createEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean, PersistenceContext) - Method in class org.hibernate.engine.internal.ImmutableEntityEntryFactory
 
createEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean, PersistenceContext) - Method in class org.hibernate.engine.internal.MutableEntityEntryFactory
 
createEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean, PersistenceContext) - Method in interface org.hibernate.engine.spi.EntityEntryFactory
Creates EntityEntry.
createEntityGraph(Class<T>) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
createEntityGraph(String) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
createEntityJoin(String, String, JoinSequence, boolean, boolean, EntityType, String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElementFactory
 
createEntityJoin(QuerySpace, String, EntityQuerySpace, boolean, EntityType, SessionFactoryImplementor) - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinHelper
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createEntityListener() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EntityListener
createEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EntityListeners
createEntityLoader(LockMode, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockOptions, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Used internally to create static loaders.
createEntityManager() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
createEntityManager(SynchronizationType) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
createEntityManager(Map) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
createEntityManager(SynchronizationType, Map) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.ejb.HibernatePersistence
Deprecated.
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider

Note: per-spec, the values passed as properties override values found in persistence.xml

createEntityManagerFactory(String, Map) - Method in class org.hibernate.osgi.OsgiPersistenceProvider
 
createEntityMappings() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EntityMappings
createEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, PersisterCreationContext) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
 
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
 
createEntityResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EntityResult
createFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
createFieldResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of FieldResult
createFilter(Object, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createFilter(Object, String) - Method in class org.hibernate.internal.SessionImpl
 
createFilter(Object, String) - Method in interface org.hibernate.Session
Create a Query instance for the given collection and filter string.
createFilterKeys(Map<String, Filter>) - Static method in class org.hibernate.cache.spi.FilterKey
Constructs a number of FilterKey instances, given the currently enabled filters
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslatorFactory
Construct a FilterTranslator instance capable of translating an HQL filter string.
createForeignKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
createForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ForeignKey
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.ManyToOne
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.OneToOne
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey(String, List, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List, String, List) - Method in class org.hibernate.mapping.Table
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKeyConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
createForeignKeyConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
createForeignKeyConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
createForeignKeyConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
createForeignKeyConstraint() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Primarily exists to support JPA's @ForeignKey(NO_CONSTRAINT).
createForeignKeyOfEntity(String) - Method in interface org.hibernate.mapping.KeyValue
 
createForeignKeyOfEntity(String) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKeys() - Method in class org.hibernate.mapping.DenormalizedTable
 
createForeignKeys() - Method in class org.hibernate.mapping.Table
 
createFormulatedValue(Value, Collection, String, PersistentClass, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createFrom(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createGeneratedValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of GeneratedValue
createH2Schema(String, Configuration) - Static method in class org.hibernate.testing.junit4.Helper
 
createH2Schema(String, Map) - Static method in class org.hibernate.testing.junit4.Helper
Create additional H2 schema.
createId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Id
createIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of IdClass
createIdentifierGenerator(String, Type, Properties) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Given a strategy, retrieve the appropriate identifier generator instance.
createIdentifierGenerator(String, Type, Properties) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.Component
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createIdMap(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
Creates map for storing identifier data.
createImplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
createImplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
createImplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether we should do discrimination implicitly joined subclass style inheritance when no discriminator info is provided.
createIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Index
createInformation() - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
createInheritance() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Inheritance
createInstanceFromVersionsEntity(String, Map, Number) - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
Creates an entity instance based on an entry from the versions table.
createIntoClause(String, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createIntoClause(String, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createIsolationDelegate() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
createIsolationDelegate() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
createIsolationDelegate() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
Retrieve an isolation delegate appropriate for this transaction strategy.
createJaxbCfgCollectionCacheType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgCollectionCacheType
createJaxbCfgConfigPropertyType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgConfigPropertyType
createJaxbCfgEntityCacheType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgEntityCacheType
createJaxbCfgEventListenerGroupType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgEventListenerGroupType
createJaxbCfgEventListenerType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgEventListenerType
createJaxbCfgHibernateConfiguration() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgHibernateConfiguration
createJaxbCfgHibernateConfigurationJaxbCfgSecurity() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
createJaxbCfgHibernateConfigurationJaxbCfgSecurityJaxbCfgGrant() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
createJaxbCfgHibernateConfigurationJaxbCfgSessionFactory() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
createJaxbCfgMappingReferenceType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgMappingReferenceType
createJaxbHbmAnyAssociationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmAnyAssociationType
createJaxbHbmAnyValueMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmAnyValueMappingType
createJaxbHbmArrayType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmArrayType
createJaxbHbmAuxiliaryDatabaseObjectType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmAuxiliaryDatabaseObjectTypeJaxbHbmDefinition() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmBagCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBagCollectionType
createJaxbHbmBasicAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBasicAttributeType
createJaxbHbmBasicCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBasicCollectionElementType
createJaxbHbmCacheType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCacheType
createJaxbHbmClassRenameType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmClassRenameType
createJaxbHbmCollectionIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCollectionIdType
createJaxbHbmColumnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmColumnType
createJaxbHbmCompositeAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeAttributeType
createJaxbHbmCompositeCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmCompositeIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeIdType
createJaxbHbmCompositeIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeIndexType
createJaxbHbmCompositeKeyBasicAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmCompositeKeyManyToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeKeyManyToOneType
createJaxbHbmConfigParameterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmConfigParameterType
createJaxbHbmCustomSqlDmlType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCustomSqlDmlType
createJaxbHbmDialectScopeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmDialectScopeType
createJaxbHbmDiscriminatorSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmDynamicComponentType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmDynamicComponentType
createJaxbHbmEntityDiscriminatorType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmEntityDiscriminatorType
createJaxbHbmFetchProfileType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFetchProfileType
createJaxbHbmFetchProfileTypeJaxbHbmFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmFilterAliasMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterAliasMappingType
createJaxbHbmFilterDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterDefinitionType
createJaxbHbmFilterDefinitionTypeFilterParam(JaxbHbmFilterParameterType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmFilterParameterType>}
createJaxbHbmFilterParameterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterParameterType
createJaxbHbmFilterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterType
createJaxbHbmFilterTypeAliases(JaxbHbmFilterAliasMappingType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmGeneratorSpecificationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmGeneratorSpecificationType
createJaxbHbmHibernateMapping() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmHibernateMapping
createJaxbHbmIdBagCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIdBagCollectionType
createJaxbHbmIdentifierGeneratorDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmIndexManyToAnyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexManyToAnyType
createJaxbHbmIndexManyToManyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexManyToManyType
createJaxbHbmIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexType
createJaxbHbmJoinedSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmJoinedSubclassEntityType
createJaxbHbmKeyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmKeyType
createJaxbHbmListIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmListIndexType
createJaxbHbmListType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmListType
createJaxbHbmLoaderType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmLoaderType
createJaxbHbmManyToAnyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmManyToManyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmManyToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmManyToOneType
createJaxbHbmMapKeyBasicType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyBasicType
createJaxbHbmMapKeyCompositeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyCompositeType
createJaxbHbmMapKeyManyToManyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyManyToManyType
createJaxbHbmMapType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapType
createJaxbHbmMultiTenancyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMultiTenancyType
createJaxbHbmNamedNativeQueryType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNamedNativeQueryType
createJaxbHbmNamedNativeQueryTypeLoadCollection(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNamedNativeQueryTypeQueryParam(JaxbHbmQueryParamType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmQueryParamType>}
createJaxbHbmNamedNativeQueryTypeReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNamedNativeQueryTypeReturnJoin(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNamedNativeQueryTypeReturnScalar(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNamedNativeQueryTypeSynchronize(JaxbHbmSynchronizeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmSynchronizeType>}
createJaxbHbmNamedQueryType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNamedQueryType
createJaxbHbmNamedQueryTypeQueryParam(JaxbHbmQueryParamType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmQueryParamType>}
createJaxbHbmNativeQueryCollectionLoadReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryJoinReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNativeQueryJoinReturnType
createJaxbHbmNativeQueryPropertyReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryPropertyReturnTypeJaxbHbmReturnColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNativeQueryReturnType
createJaxbHbmNativeQueryReturnTypeJaxbHbmReturnDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryScalarReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNaturalIdCacheType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNaturalIdCacheType
createJaxbHbmNaturalIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNaturalIdType
createJaxbHbmNestedCompositeElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNestedCompositeElementType
createJaxbHbmOneToManyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmOneToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmOneToOneType
createJaxbHbmParentType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmParentType
createJaxbHbmPrimitiveArrayType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmPrimitiveArrayType
createJaxbHbmPropertiesType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmPropertiesType
createJaxbHbmQueryParamType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmQueryParamType
createJaxbHbmResultSetMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmResultSetMappingType
createJaxbHbmRootEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmRootEntityType
createJaxbHbmSecondaryTableType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSecondaryTableType
createJaxbHbmSetType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSetType
createJaxbHbmSimpleIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSimpleIdType
createJaxbHbmSynchronizeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSynchronizeType
createJaxbHbmTimestampAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTimestampAttributeType
createJaxbHbmToolingHintType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmToolingHintType
createJaxbHbmTuplizerType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTuplizerType
createJaxbHbmTypeDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTypeDefinitionType
createJaxbHbmTypeSpecificationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTypeSpecificationType
createJaxbHbmUnionSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmUnionSubclassEntityType
createJaxbHbmVersionAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmVersionAttributeType
createJoin(Element, String, String, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
createJoin(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoin(int[], String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of JoinColumn
createJoinSequence() - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Generate an empty join sequence instance.
createJoinSequence(boolean, AssociationType, String, JoinType, String[]) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Generate a join sequence representing the given association type.
createJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of JoinTable
CreateKeySecondPass - Class in org.hibernate.cfg
 
CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
CreateKeySecondPass(JoinedSubclass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
createLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Lob
createManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ManyToMany
createManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ManyToOne
createMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKey
createMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKeyClass
createMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKeyColumn
createMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKeyJoinColumn
createMappedSuperclass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MappedSuperclass
createName(String) - Method in class org.hibernate.hql.internal.ast.util.AliasGenerator
 
createNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedAttributeNode
createNamedEntityGraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedEntityGraph
createNamedJpqlQuery(NamedQueryDefinition, Class) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedNativeQuery
createNamedQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNamedQuery(String, Class<T>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedQuery
createNamedQueryDefinition() - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
createNamedQueryDefinition() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
createNamedSqlQuery(NamedSQLQueryDefinition, Class) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedStoredProcedureQuery
createNamedSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedSubgraph
createNativeQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNativeQuery(String, Class) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNativeQuery(String, String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNaturalIdCaching(JaxbHbmNaturalIdCacheType) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
createNaturalIdKey(Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
createNaturalIdKey(Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
createNaturalIdKey(Object[], EntityPersister, SessionImplementor) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
 
createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
 
createNClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual NCLOB reference.
createNClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given String data.
createNClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given character data.
createNClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.LobHelper
Create a new NClob from content.
createNClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new NClob from character reader.
createNewEntry(K, int, BoundedConcurrentHashMap.HashEntry<K, V>, V) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
 
createNumber(long, Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Deprecated.
Use the holders instead.
createOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of OneToMany
createOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of OneToOne
createOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of OrderColumn
createOuterJoinFragment() - Method in class org.hibernate.dialect.Cache71Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Dialect
Create a JoinFragment strategy responsible for handling this dialect's variations in how joins are handled.
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle10gDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Sybase11Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.TimesTenDialect
 
createParent(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a single parent of the specified child (i.e.
createPersistence() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Persistence
createPersistencePersistenceUnit() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Persistence.PersistenceUnit
createPersistencePersistenceUnitProperties() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
createPersistencePersistenceUnitPropertiesProperty() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
createPersistenceUnitDefaults() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PersistenceUnitDefaults
createPersistenceUnitMetadata() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PersistenceUnitMetadata
createPluralAttributeFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
createPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostLoad
createPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostPersist
createPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostRemove
createPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostUpdate
createPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PrePersist
createPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PreRemove
createPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PreUpdate
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PrimaryKeyJoinColumn
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
 
createProxy(AuditReaderImplementor, Class<?>, String, Object, Number, boolean, EnversService) - Static method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneEntityLoader
Creates proxy of referenced *-to-one entity.
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a new proxy instance
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Generates an appropriate proxy representation of this entity for this entity-mode.
createProxyOrLoadImmediate(AuditReaderImplementor, Class<?>, String, Object, Number, boolean, EnversService) - Static method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneEntityLoader
Creates Hibernate proxy or retrieves the complete object of an entity if proxy is not allowed (e.g.
createQuery(NamedQueryDefinition) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(NamedQueryDefinition) - Method in interface org.hibernate.engine.spi.SessionImplementor
Used from EntityManager
createQuery() - Method in interface org.hibernate.envers.AuditReader
Creates an audit query
createQuery() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
createQuery(NamedQueryDefinition) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
createQuery() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createQuery(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(String, Class<T>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.QueryOptions) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(CriteriaUpdate) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(CriteriaDelete) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.QueryOptions) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Used during "compiling" a JPA criteria query.
createQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a Query instance for the given HQL query string.
createQueryHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of QueryHint
createQueryLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createQueryPlan(NativeSQLQuerySpecification, SessionFactoryImplementor) - Method in class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
 
createQueryPlan(NativeSQLQuerySpecification, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Creates a new query plan for the specified native query.
createQueryTranslator(String, String, Map, SessionFactoryImplementor, EntityGraphQueryHint) - Method in class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor, EntityGraphQueryHint) - Method in class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor, EntityGraphQueryHint) - Method in interface org.hibernate.hql.spi.QueryTranslatorFactory
Construct a QueryTranslator instance capable of translating an HQL query string.
createReader(InputStream, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
createReader(Source, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder
 
createRoot(AssociationType, String, SessionFactoryImplementor) - Static method in class org.hibernate.loader.OuterJoinableAssociation
 
createSAXReader(ErrorLogger, EntityResolver) - Method in class org.hibernate.internal.util.xml.XMLHelper
Deprecated.
 
createSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
createSchema() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
createSecondaryTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of SecondaryTable
createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
Feature supported only by H2 dialect.
createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createSelectNewTransformer(Constructor, boolean, boolean) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
createSequence(Identifier, int, int) - Method in class org.hibernate.boot.model.relational.Namespace
 
createSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of SequenceGenerator
createSerFile(File, Binder) - Static method in class org.hibernate.boot.jaxb.internal.CacheableFileXmlSource
 
createService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createServiceBinding(ServiceInitiator<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createServiceBinding(ProvidedService<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createSibling(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a single node AST as a sibling of the passed prevSibling, taking care to reorganize the tree correctly to account for this newly created node.
createSQLQuery(NamedSQLQueryDefinition) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSQLQuery(NamedSQLQueryDefinition) - Method in interface org.hibernate.engine.spi.SessionImplementor
Used from EntityManager
createSQLQuery(NamedSQLQueryDefinition) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createSQLQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createSQLQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
createSQLQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a SQLQuery instance for the given SQL query string.
createSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of SqlResultSetMapping
createStatement() - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Create a statement.
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, Class...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createStoredProcedureCall(String, Class...) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createStoredProcedureCall(String) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureCall(String, Class...) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure.
createStoredProcedureCall(String, Class...) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure with specific result set entity mappings.
createStoredProcedureCall(String, String...) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure with specific result set entity mappings.
createStoredProcedureParameter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of StoredProcedureParameter
createStoredProcedureQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createSubclassEntity(Document, String, AuditTableData, String, String, Boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
createSubselectFetchQueryFragment(QueryParameters) - Static method in class org.hibernate.engine.spi.SubselectFetch
Create the subselect fetch query fragment for the provided QueryParameters with SELECT and ORDER BY clauses removed.
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
createSyntheticPropertyReference(Ejb3JoinColumn[], PersistentClass, PersistentClass, Value, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
createTable(Identifier, boolean) - Method in class org.hibernate.boot.model.relational.Namespace
Creates a mapping Table instance.
createTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Table
createTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of TableGenerator
createTableSource(MappingDocument, TableInformationContainer, Helper.InLineViewNameInferrer) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
createTableSource(MappingDocument, TableInformationContainer, Helper.InLineViewNameInferrer, String, String, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
createTempTable(IdTableInfoImpl, TempTableDdlTransactionHandling, SessionImplementor) - Method in class org.hibernate.hql.spi.id.local.Helper
 
createTest() - Method in class org.hibernate.testing.junit4.CustomRunner
 
createTimestampsRegion(AdvancedCache, String) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createToOneRelationPrefix(String) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
createTransactionManagerLookup(SessionFactoryOptions, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createTransient() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Transient
createTree(ASTFactory, AST[]) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
createTupleQuery() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createUnique(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister
Creates a unique (not yet registered) audit entity name by appending consecutive numbers to the base name.
createUniqueConstraint(Value) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
createUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of UniqueConstraint
createUniqueKey(List) - Method in class org.hibernate.mapping.Table
 
createUniqueKeyLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createUsingCtor(Token, String) - Method in class org.hibernate.hql.internal.ast.SqlASTFactory
 
createVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Version
createWhereByKey(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
creatingPooledLoOptimizer(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
creatingSubcontextInfo(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
CreationTimestamp - Annotation Type in org.hibernate.annotations
Marks a property as the creation timestamp of the containing entity.
CreationTimestampGeneration - Class in org.hibernate.tuple
Value generation implementation for CreationTimestamp.
CreationTimestampGeneration() - Constructor for class org.hibernate.tuple.CreationTimestampGeneration
 
Criteria - Interface in org.hibernate
Criteria is a simplified API for retrieving entities by composing Criterion objects.
criteriaBuilder() - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
criteriaBuilder() - Method in class org.hibernate.jpa.criteria.AbstractNode
Provides access to the underlying CriteriaBuilderImpl.
criteriaBuilder() - Method in interface org.hibernate.jpa.criteria.predicate.PredicateImplementor
Access to the CriteriaBuilder
CriteriaBuilderImpl - Class in org.hibernate.jpa.criteria
Hibernate implementation of the JPA CriteriaBuilder contract.
CriteriaBuilderImpl(EntityManagerFactoryImpl) - Constructor for class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CriteriaCompiler - Class in org.hibernate.jpa.criteria.compile
Compiles a JPA criteria query into an executable TypedQuery.
CriteriaCompiler(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.jpa.criteria.compile.CriteriaCompiler
 
criteriaCompiler() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
CriteriaDeleteImpl<T> - Class in org.hibernate.jpa.criteria
Hibernate implementation of the JPA 2.1 CriteriaDelete contract.
CriteriaDeleteImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.CriteriaDeleteImpl
 
CriteriaImpl - Class in org.hibernate.internal
Implementation of the Criteria interface
CriteriaImpl(String, SessionImplementor) - Constructor for class org.hibernate.internal.CriteriaImpl
 
CriteriaImpl(String, String, SessionImplementor) - Constructor for class org.hibernate.internal.CriteriaImpl
 
CriteriaImpl.CriterionEntry - Class in org.hibernate.internal
 
CriteriaImpl.OrderEntry - Class in org.hibernate.internal
 
CriteriaImpl.Subcriteria - Class in org.hibernate.internal
 
CriteriaInterpretation - Interface in org.hibernate.jpa.criteria.compile
The interpretation of a JPA criteria object.
CriteriaJoinWalker - Class in org.hibernate.loader.criteria
A JoinWalker for Criteria queries.
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers, String) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaLoader - Class in org.hibernate.loader.criteria
A Loader for Criteria queries.
CriteriaLoader(OuterJoinLoadable, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.criteria.CriteriaLoader
 
CriteriaQuery - Interface in org.hibernate.criterion
An instance of CriteriaQuery is passed to criterion, order and projection instances when actually compiling and executing the query.
CriteriaQueryImpl<T> - Class in org.hibernate.jpa.criteria
The Hibernate implementation of the JPA CriteriaQuery contract.
CriteriaQueryImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
CriteriaQueryTranslator - Class in org.hibernate.loader.criteria
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String, CriteriaQuery) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaQueryTypeQueryAdapter<X> - Class in org.hibernate.jpa.criteria.compile
 
CriteriaQueryTypeQueryAdapter(HibernateEntityManagerImplementor, QueryImpl<X>, Map<ParameterExpression<?>, ExplicitParameterInfo<?>>) - Constructor for class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
CriteriaSpecification - Interface in org.hibernate.criterion
Commonality between different types of Criteria.
CriteriaSubqueryImpl<T> - Class in org.hibernate.jpa.criteria
The Hibernate implementation of the JPA Subquery contract.
CriteriaSubqueryImpl(CriteriaBuilderImpl, Class<T>, CommonAbstractCriteria) - Constructor for class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
CriteriaSubqueryImpl.SubquerySelection<S> - Class in org.hibernate.jpa.criteria
 
CriteriaTools - Class in org.hibernate.envers.query.criteria.internal
 
CriteriaTools() - Constructor for class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
CriteriaUpdateImpl<T> - Class in org.hibernate.jpa.criteria
Hibernate implementation of the JPA 2.1 CriteriaUpdate contract.
CriteriaUpdateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
Criterion - Interface in org.hibernate.criterion
An object-oriented representation of a query criterion that may be used as a restriction in a Criteria query.
criterions - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
crosses(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially crosses" constraint to the named property
CROSSES - Static variable in interface org.hibernate.spatial.SpatialRelation
The geometries cross
CrossTypeRevisionChangesReader - Interface in org.hibernate.envers
Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.
CrossTypeRevisionChangesReaderImpl - Class in org.hibernate.envers.internal.reader
 
CrossTypeRevisionChangesReaderImpl(AuditReaderImplementor, EnversService) - Constructor for class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
CUBRIDDialect - Class in org.hibernate.dialect
An SQL dialect for CUBRID (8.3.x and later).
CUBRIDDialect() - Constructor for class org.hibernate.dialect.CUBRIDDialect
Constructs a CUBRIDDialect
CUBRIDLimitHandler - Class in org.hibernate.dialect.pagination
Limit handler for CUBRID
CURRENCY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Currency to JDBC VARCHAR.
CurrencyType - Class in org.hibernate.type
A type that maps between VARCHAR and Currency
CurrencyType() - Constructor for class org.hibernate.type.CurrencyType
 
CurrencyTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Currency handling.
CurrencyTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Context scoping impl for SessionFactory.getCurrentSession() processing.
currentColumns() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
currentDate() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CurrentDateFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL CURRENT_DATE function.
CurrentDateFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.expression.function.CurrentDateFunction
 
currentDepth() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
currentHibernateTransaction - Variable in class org.hibernate.internal.AbstractSessionImpl
 
currentPropertyPath - Variable in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
CurrentReturnState(boolean, int) - Constructor for class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
currentSession() - Method in class org.hibernate.context.internal.JTASessionContext
 
currentSession() - Method in class org.hibernate.context.internal.ManagedSessionContext
 
currentSession() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
currentSession() - Method in interface org.hibernate.context.spi.CurrentSessionContext
Retrieve the current session according to the scoping defined by this implementation.
CurrentSessionContext - Interface in org.hibernate.context.spi
Defines the contract for implementations which know how to scope the notion of a current session.
currentSource() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
CurrentTenantIdentifierResolver - Interface in org.hibernate.context.spi
A callback registered with the SessionFactory that is responsible for resolving the current tenant identifier for use with CurrentSessionContext and SessionFactory.getCurrentSession()
currentTime() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CurrentTimeFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL CURRENT_TIME function.
CurrentTimeFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.expression.function.CurrentTimeFunction
 
currentTimestamp() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CurrentTimestampFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL CURRENT_TIMESTAMP function.
CurrentTimestampFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.expression.function.CurrentTimestampFunction
 
custom(Class) - Method in class org.hibernate.internal.TypeLocatorImpl
 
custom(Class, Properties) - Method in class org.hibernate.internal.TypeLocatorImpl
 
custom(Class<UserType>, Properties) - Method in class org.hibernate.type.TypeFactory
 
custom(Class<UserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
Only for use temporary use by Hibernate
custom(Class) - Method in interface org.hibernate.TypeHelper
Retrieve the type for the given user-type class (UserType or CompositeUserType).
custom(Class, Properties) - Method in interface org.hibernate.TypeHelper
Retrieve the type for the given user-type class (UserType or CompositeUserType).
CUSTOM_ENTITY_DIRTINESS_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to identify a CustomEntityDirtinessStrategy to use.
customCollection(String, Properties, String, String) - Method in class org.hibernate.type.TypeFactory
 
CustomCollectionType - Class in org.hibernate.type
A custom type for mapping user-written classes that implement PersistentCollection
CustomCollectionType(TypeFactory.TypeScope, Class, String, String) - Constructor for class org.hibernate.type.CustomCollectionType
 
customComponent(Class<CompositeUserType>, Properties) - Method in class org.hibernate.type.TypeFactory
 
customComponent(Class<CompositeUserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
Only for use temporary use by Hibernate
CustomEntityDirtinessStrategy - Interface in org.hibernate
During a flush cycle, Hibernate needs to determine which of the entities associated with a Session.
CustomEntityDirtinessStrategy.AttributeChecker - Interface in org.hibernate
Responsible for identifying when attributes are dirty.
CustomEntityDirtinessStrategy.AttributeInformation - Interface in org.hibernate
Provides CustomEntityDirtinessStrategy.AttributeChecker with meta information about the attributes being checked.
CustomEntityDirtinessStrategy.DirtyCheckContext - Interface in org.hibernate
A callback to drive dirty checking.
CustomFieldFilter(ClassDescriptor, Set) - Constructor for class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter.CustomFieldFilter
 
CustomizableColumns - Class in org.hibernate.cfg.annotations
 
CustomizableColumns(Column[]) - Constructor for class org.hibernate.cfg.annotations.CustomizableColumns
 
CustomLoader - Class in org.hibernate.loader.custom
Extension point for loaders which use a SQL result set with "unexpected" column aliases.
CustomLoader(CustomQuery, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.CustomLoader
 
CustomParameterized - Class in org.hibernate.testing.junit4
Allows the CustomRunner features in parameterized tests.
CustomParameterized(Class<?>) - Constructor for class org.hibernate.testing.junit4.CustomParameterized
Only called reflectively.
CustomParameterized.Order - Annotation Type in org.hibernate.testing.junit4
 
CustomQuery - Interface in org.hibernate.loader.custom
Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
CustomRunner - Class in org.hibernate.testing.junit4
The Hibernate-specific Runner implementation which layers ExtendedFrameworkMethod support on top of the standard JUnit FrameworkMethod for extra information after checking to make sure the test should be run.
CustomRunner(Class<?>) - Constructor for class org.hibernate.testing.junit4.CustomRunner
 
CustomRunner.IgnoreImpl - Class in org.hibernate.testing.junit4
 
CustomSql - Class in org.hibernate.boot.model
Models the information for custom SQL execution defined as part of the mapping for a primary/secondary table
CustomSql(String, boolean, ExecuteUpdateResultCheckStyle) - Constructor for class org.hibernate.boot.model.CustomSql
 
customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
customSQLInsert - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
CustomType - Class in org.hibernate.type
Adapts UserType to the generic Type interface, in order to isolate user code from changes in the internal Type contracts.
CustomType(UserType) - Constructor for class org.hibernate.type.CustomType
 
CustomType(UserType, String[]) - Constructor for class org.hibernate.type.CustomType
 
CustomVersionOneStrategy - Class in org.hibernate.id.uuid
Applies a version 1 (time-based) generation strategy (using ip address rather than mac address) but applies them in a different layout.
CustomVersionOneStrategy() - Constructor for class org.hibernate.id.uuid.CustomVersionOneStrategy
 

D

database() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
Database - Class in org.hibernate.boot.model.relational
 
Database(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.model.relational.Database
 
Database(MetadataBuildingOptions, JdbcEnvironment) - Constructor for class org.hibernate.boot.model.relational.Database
 
DatabaseIdentifier - Class in org.hibernate.boot.model.naming
Models an identifier (name), retrieved from the database.
DatabaseIdentifier(String) - Constructor for class org.hibernate.boot.model.naming.DatabaseIdentifier
Constructs a datatabase identifier instance.
DatabaseInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing schema objects (tables, sequences etc) of existing database.
DatabaseInformationImpl - Class in org.hibernate.tool.schema.extract.internal
Access to information from the existing database.
DatabaseInformationImpl(ServiceRegistry, JdbcEnvironment, JdbcConnectionAccess, Identifier, Identifier) - Constructor for class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
DatabaseMetaDataDialectResolutionInfoAdapter - Class in org.hibernate.engine.jdbc.dialect.spi
An implementation of DialectResolutionInfo that delegates calls to a wrapped DatabaseMetaData.
DatabaseMetaDataDialectResolutionInfoAdapter(DatabaseMetaData) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
databaseObject - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
DatabaseStructure - Interface in org.hibernate.id.enhanced
Encapsulates definition of the underlying data structure backing a sequence-style generator.
DataDirectOracle9Dialect - Class in org.hibernate.dialect
A Dialect for accessing Oracle through DataDirect driver
DataDirectOracle9Dialect() - Constructor for class org.hibernate.dialect.DataDirectOracle9Dialect
 
DataException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that evaluation of the valid SQL statement against the given data resulted in some illegal operation, mismatched types or incorrect cardinality.
DataException(String, SQLException) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DataException(String, SQLException, String) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DataHelper - Class in org.hibernate.type.descriptor.java
A help for dealing with BLOB and CLOB data
DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a DataSource.
DataSourceBasedMultiTenantConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.spi
A concrete implementation of the MultiTenantConnectionProvider contract bases on a number of reasonable assumptions.
DataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
DatasourceConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.internal
A ConnectionProvider that manages connections from an underlying DataSource.
DatasourceConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Date) to JDBC DATE.
DATE_FORMAT - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
DATE_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
DateType - Class in org.hibernate.type
A type that maps between DATE and Date
DateType() - Constructor for class org.hibernate.type.DateType
 
DateTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Date handling.
DateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
DateTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for DATE handling.
DateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
DateTypeDescriptor.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
DB2390Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2/390.
DB2390Dialect() - Constructor for class org.hibernate.dialect.DB2390Dialect
 
DB2400Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2/400.
DB2400Dialect() - Constructor for class org.hibernate.dialect.DB2400Dialect
 
DB2Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2.
DB2Dialect() - Constructor for class org.hibernate.dialect.DB2Dialect
Constructs a DB2Dialect
DB2UniqueDelegate - Class in org.hibernate.dialect.unique
DB2 does not allow unique constraints on nullable columns.
DB2UniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.DB2UniqueDelegate
Constructs a DB2UniqueDelegate
DbTimestampType - Class in org.hibernate.type
dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp.
DbTimestampType() - Constructor for class org.hibernate.type.DbTimestampType
 
DDLFormatterImpl - Class in org.hibernate.engine.jdbc.internal
Performs formatting of DDL SQL statements.
DDLFormatterImpl() - Constructor for class org.hibernate.engine.jdbc.internal.DDLFormatterImpl
 
debug(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
Log a message with DEBUG semantics.
debug(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
DEBUG_ENABLED - Static variable in class org.hibernate.loader.Loader
 
DEBUG_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
decapitalize(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
DECIMAL_LITERAL_FORMAT - Static variable in class org.hibernate.hql.internal.ast.util.LiteralProcessor
In what format should Float and Double literal values be sent to the database?
DecimalTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for DECIMAL handling.
DecimalTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
Declarer(String) - Constructor for class org.hibernate.persister.entity.Queryable.Declarer
 
decode(PersistentClass) - Static method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
Builds a CacheDataDescriptionImpl from the mapping model of an entity class.
decode(Collection) - Static method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
Builds a CacheDataDescriptionImpl from the mapping model of a collection
DecodeCaseFragment - Class in org.hibernate.sql
An Oracle-style DECODE function.
DecodeCaseFragment() - Constructor for class org.hibernate.sql.DecodeCaseFragment
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
decrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Equivalent to a -- operation
decrementCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
decrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after cascading
decrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deepCopy(Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
deepCopy() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
deepCopy() - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
deepCopy() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
deepCopy(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
deepCopy(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
deepCopy(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a deep copy of the value.
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopy(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
deepCopy(Object) - Method in class org.hibernate.type.EnumType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
deepCopy(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object[], Type[], boolean[], Object[], SessionImplementor) - Static method in class org.hibernate.type.TypeHelper
Deep copy a series of values from one array to another...
deepCopy(Object) - Method in interface org.hibernate.usertype.CompositeUserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object) - Method in interface org.hibernate.usertype.UserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
deepCopyNotNull(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopyNotNull(S) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
 
DEF_ENTITY_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_ILLEGAL_COLL_DEREF_EXCP_BUILDER - Static variable in class org.hibernate.hql.internal.ast.tree.DotNode
 
DEF_IMMUTABLE_ENTITY_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_INFINISPAN_CONFIG_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_QUERY_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEGMENT_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEQUENCE_NAME - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_SEQUENCE_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_TABLE - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default TableGenerator.TABLE_PARAM value
DEF_TIMESTAMPS_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_USE_SYNCHRONIZATION - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
Default() - Constructor for class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
DEFAULT_ACCESSTYPE - Static variable in class org.hibernate.testing.cache.CachingRegionFactory
 
DEFAULT_ANNOTATION_PARAMETER_NAME - Static variable in class org.hibernate.jpamodelgen.util.TypeUtils
 
DEFAULT_BATCH_FETCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The default batch size for batch fetching
DEFAULT_BATCH_SIZE - Static variable in class org.hibernate.dialect.Dialect
Defines a default batch size constant
DEFAULT_CACHE_CONCURRENCY_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting used to give the name of the default CacheConcurrencyStrategy to use when either @Cacheable or @Cache is used.
DEFAULT_CASCADE_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_CATALOG - Static variable in interface org.hibernate.cfg.AvailableSettings
A default database catalog name to use for unqualified tablenames
DEFAULT_CATALOG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the catalog containing audit tables.
DEFAULT_CFG_RESOURCE_NAME - Static variable in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
The default resource name for a hibernate configuration xml file.
DEFAULT_CHUNK_SIZE - Static variable in class org.hibernate.engine.jdbc.StreamUtils
Default size to use for reading buffers.
DEFAULT_COLUMN_LENGTH - Static variable in class org.hibernate.cfg.Ejb3Column
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_DISCRIMINATOR_TYPE - Static variable in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
DEFAULT_EAGER - Static variable in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
The JPA 2.1 SPEC's Entity Graph only defines _WHEN_ to load an attribute, it doesn't define _HOW_ to load it So I'm here just making an assumption that when it is EAGER, then we use JOIN, and when it is LAZY, then we use SELECT.
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_ENTITY_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
The EntityMode in which set the Session opened from the SessionFactory.
DEFAULT_EXTRACTOR - Static variable in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
DEFAULT_ID_GEN_STRATEGY - Static variable in class org.hibernate.mapping.SimpleValue
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.IdentifierCollection
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_INCREMENT_SIZE - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEFAULT_INCREMENT_SIZE - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEFAULT_INDEX_COLUMN_NAME - Static variable in class org.hibernate.mapping.IndexedCollection
 
DEFAULT_INITIAL_VALUE - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEFAULT_INITIAL_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEFAULT_JOIN_TYPE - Static variable in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
DEFAULT_KEY_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_LAZY - Static variable in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
DEFAULT_LEGACY_MODE - Static variable in class org.hibernate.jpa.internal.util.CacheModeHelper
 
DEFAULT_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_LENGTH - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.internal.DefaultLoadEventListener
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.spi.LoadEvent
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
DEFAULT_LOCK_OPTIONS - Static variable in class org.hibernate.event.spi.LoadEvent
 
DEFAULT_NULL_ORDERING - Static variable in interface org.hibernate.cfg.AvailableSettings
Default precedence of null values in ORDER BY clause.
DEFAULT_PARAMETER_METADATA_MAX_COUNT - Static variable in class org.hibernate.engine.query.spi.QueryPlanCache
The default strong reference count.
DEFAULT_PENDING_PUTS_CACHE_CONFIGURATION - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
A local, lightweight cache for pending puts, which is non-transactional and has aggressive expiration settings.
DEFAULT_PRECISION - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_PRECISION - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_PROPERTY_ACCESS_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_QUERY_PLAN_MAX_COUNT - Static variable in class org.hibernate.engine.query.spi.QueryPlanCache
The default soft reference count.
DEFAULT_RETRIEVE_MODE - Static variable in class org.hibernate.jpa.internal.util.CacheModeHelper
 
DEFAULT_SCALE - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_SCALE - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_SCHEMA - Static variable in interface org.hibernate.cfg.AvailableSettings
A default database schema (owner) name to use for unqualified tablenames
DEFAULT_SCHEMA - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the schema containing audit tables.
DEFAULT_STORE_MODE - Static variable in class org.hibernate.jpa.internal.util.CacheModeHelper
 
DEFAULT_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
DEFAULT_TENANT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_TRIM_CHAR - Static variable in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
DEFAULT_TRIM_CHARACTER - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
DEFAULT_TRIMSPEC - Static variable in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
defaultAccess - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
DefaultAuditStrategy - Class in org.hibernate.envers.strategy
Default strategy is to simply persist the audit data.
DefaultAuditStrategy() - Constructor for class org.hibernate.envers.strategy.DefaultAuditStrategy
 
DefaultAutoFlushEventListener - Class in org.hibernate.event.internal
Defines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events.
DefaultAutoFlushEventListener() - Constructor for class org.hibernate.event.internal.DefaultAutoFlushEventListener
 
DefaultCacheKeysFactory - Class in org.hibernate.cache.internal
Second level cache providers now have the option to use custom key implementations.
DefaultCacheKeysFactory() - Constructor for class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
defaultCascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
defaultClassLoader() - Static method in class org.hibernate.internal.util.SerializationHelper
Returns the Thread Context ClassLoader (TCCL).
DefaultComponentSafeNamingStrategy - Class in org.hibernate.cfg
 
DefaultComponentSafeNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
DefaultCustomEntityDirtinessStrategy - Class in org.hibernate.boot.internal
The default implementation of CustomEntityDirtinessStrategy which does nada.
DefaultCustomEntityDirtinessStrategy() - Constructor for class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
DefaultDeleteEventListener - Class in org.hibernate.event.internal
Defines the default delete event listener used by hibernate for deleting entities from the datastore in response to generated delete events.
DefaultDeleteEventListener() - Constructor for class org.hibernate.event.internal.DefaultDeleteEventListener
 
DefaultDirtyCheckEventListener - Class in org.hibernate.event.internal
Defines the default dirty-check event listener used by hibernate for checking the session for dirtiness in response to generated dirty-check events.
DefaultDirtyCheckEventListener() - Constructor for class org.hibernate.event.internal.DefaultDirtyCheckEventListener
 
DefaultEnhancementContext - Class in org.hibernate.bytecode.enhance.spi
default implementation of EnhancementContext.
DefaultEnhancementContext() - Constructor for class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
DefaultEntityAliases - Class in org.hibernate.loader
EntityAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.
DefaultEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
Calculate and cache select-clause aliases
DefaultEntityAliases(Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
 
DefaultEvictEventListener - Class in org.hibernate.event.internal
Defines the default evict event listener used by hibernate for evicting entities in response to generated flush events.
DefaultEvictEventListener() - Constructor for class org.hibernate.event.internal.DefaultEvictEventListener
 
DefaultFlushEntityEventListener - Class in org.hibernate.event.internal
An event that occurs for each entity instance at flush time
DefaultFlushEntityEventListener() - Constructor for class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
DefaultFlushEventListener - Class in org.hibernate.event.internal
Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events.
DefaultFlushEventListener() - Constructor for class org.hibernate.event.internal.DefaultFlushEventListener
 
DefaultIdentifierGeneratorFactory - Class in org.hibernate.id.factory.internal
Basic templated support for IdentifierGeneratorFactory implementations.
DefaultIdentifierGeneratorFactory() - Constructor for class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
Constructs a new DefaultIdentifierGeneratorFactory.
DefaultInitializeCollectionEventListener - Class in org.hibernate.event.internal
 
DefaultInitializeCollectionEventListener() - Constructor for class org.hibernate.event.internal.DefaultInitializeCollectionEventListener
 
defaultLazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
DefaultLoadEventListener - Class in org.hibernate.event.internal
Defines the default load event listeners used by hibernate for loading entities in response to generated load events.
DefaultLoadEventListener() - Constructor for class org.hibernate.event.internal.DefaultLoadEventListener
 
DefaultLockEventListener - Class in org.hibernate.event.internal
Defines the default lock event listeners used by hibernate to lock entities in response to generated lock events.
DefaultLockEventListener() - Constructor for class org.hibernate.event.internal.DefaultLockEventListener
 
DefaultMergeEventListener - Class in org.hibernate.event.internal
Defines the default copy event listener used by hibernate for copying entities in response to generated copy events.
DefaultMergeEventListener() - Constructor for class org.hibernate.event.internal.DefaultMergeEventListener
 
DefaultNamingStrategy - Class in org.hibernate.cfg
The default NamingStrategy
DefaultNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultNamingStrategy
 
DefaultPersistEventListener - Class in org.hibernate.event.internal
Defines the default create event listener used by hibernate for creating transient entities in response to generated create events.
DefaultPersistEventListener() - Constructor for class org.hibernate.event.internal.DefaultPersistEventListener
 
DefaultPersistOnFlushEventListener - Class in org.hibernate.event.internal
When persist is used as the cascade action, persistOnFlush should be used
DefaultPersistOnFlushEventListener() - Constructor for class org.hibernate.event.internal.DefaultPersistOnFlushEventListener
 
DefaultPostLoadEventListener - Class in org.hibernate.event.internal
We do 2 things here: Call Lifecycle interface if necessary Perform needed EntityEntry.getLockMode() related processing
DefaultPostLoadEventListener() - Constructor for class org.hibernate.event.internal.DefaultPostLoadEventListener
 
DefaultPreLoadEventListener - Class in org.hibernate.event.internal
Called before injecting property values into a newly loaded entity instance.
DefaultPreLoadEventListener() - Constructor for class org.hibernate.event.internal.DefaultPreLoadEventListener
 
DefaultRefreshEventListener - Class in org.hibernate.event.internal
Defines the default refresh event listener used by hibernate for refreshing entities in response to generated refresh events.
DefaultRefreshEventListener() - Constructor for class org.hibernate.event.internal.DefaultRefreshEventListener
 
DefaultReplicateEventListener - Class in org.hibernate.event.internal
Defines the default replicate event listener used by Hibernate to replicate entities in response to generated replicate events.
DefaultReplicateEventListener() - Constructor for class org.hibernate.event.internal.DefaultReplicateEventListener
 
DefaultResolveNaturalIdEventListener - Class in org.hibernate.event.internal
Defines the default load event listeners used by hibernate for loading entities in response to generated load events.
DefaultResolveNaturalIdEventListener() - Constructor for class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
DefaultRevisionEntity - Class in org.hibernate.envers
 
DefaultRevisionEntity() - Constructor for class org.hibernate.envers.DefaultRevisionEntity
 
DefaultRevisionInfoGenerator - Class in org.hibernate.envers.internal.revisioninfo
 
DefaultRevisionInfoGenerator(String, Class<?>, Class<? extends RevisionListener>, PropertyData, boolean, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
DefaultSaveEventListener - Class in org.hibernate.event.internal
An event handler for save() events
DefaultSaveEventListener() - Constructor for class org.hibernate.event.internal.DefaultSaveEventListener
 
DefaultSaveOrUpdateEventListener - Class in org.hibernate.event.internal
Defines the default listener used by Hibernate for handling save-update events.
DefaultSaveOrUpdateEventListener() - Constructor for class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
DefaultSchemaNameResolver - Class in org.hibernate.engine.jdbc.env.internal
Default implementation
DefaultSchemaNameResolver() - Constructor for class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver
 
DefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate - Class in org.hibernate.engine.jdbc.env.internal
 
DefaultSchemaNameResolver.SchemaNameResolverJava17Delegate - Class in org.hibernate.engine.jdbc.env.internal
 
defaultScrollMode() - Method in class org.hibernate.dialect.AbstractHANADialect
 
defaultScrollMode() - Method in class org.hibernate.dialect.Dialect
Certain dialects support a subset of ScrollModes.
defaultSizes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.AnyType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.CollectionType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.ComponentType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.CustomType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.MetaType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.OneToOneType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
defaultSizes(Mapping) - Method in interface org.hibernate.type.Type
Defines the column sizes to use according to this type if the user did not explicitly say (and if no Type.dictatedSizes(org.hibernate.engine.spi.Mapping) were given).
defaultSizes() - Method in interface org.hibernate.usertype.Sized
Defines the column sizes to use according to this type if the user did not explicitly say (and if no Sized.dictatedSizes() were given).
defaultStore - Variable in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
DefaultTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers
Extension of standard DefaultRevisionEntity that allows tracking entity names changed in each revision.
DefaultTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
DefaultTrackingModifiedEntitiesRevisionInfoGenerator - Class in org.hibernate.envers.internal.revisioninfo
Automatically adds entity names, that have been changed during current revision, to revision entity.
DefaultTrackingModifiedEntitiesRevisionInfoGenerator(String, Class<?>, Class<? extends RevisionListener>, PropertyData, boolean, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.revisioninfo.DefaultTrackingModifiedEntitiesRevisionInfoGenerator
 
DefaultUniqueDelegate - Class in org.hibernate.dialect.unique
The default UniqueDelegate implementation for most dialects.
DefaultUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.DefaultUniqueDelegate
Constructs DefaultUniqueDelegate
DefaultUpdateEventListener - Class in org.hibernate.event.internal
An event handler for update() events
DefaultUpdateEventListener() - Constructor for class org.hibernate.event.internal.DefaultUpdateEventListener
 
defineFetchingStrategy(ToOne, XProperty) - Static method in class org.hibernate.cfg.AnnotationBinder
 
definesLimits() - Method in class org.hibernate.engine.spi.RowSelection
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
definition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
dehydrate(Serializable, Object[], boolean[], boolean[][], int, PreparedStatement, SessionImplementor, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
dehydrate(Serializable, Object[], Object, boolean[], boolean[][], int, PreparedStatement, SessionImplementor, int, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Marshall the fields of a persistent instance to a prepared statement
DEL_REVISION_TYPE_PARAMETER - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
DELAY_CDI_ACCESS - Static variable in interface org.hibernate.jpa.AvailableSettings
Defines delayed access to CDI BeanManager.
DelayedPostInsertIdentifier - Class in org.hibernate.action.internal
Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist occurred (save currently still performs the insert).
DelayedPostInsertIdentifier() - Constructor for class org.hibernate.action.internal.DelayedPostInsertIdentifier
Constructs a DelayedPostInsertIdentifier
DelayedPropertyReferenceHandlerImpl(String, String, boolean, String, Origin) - Constructor for class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
Delegate(PostInsertIdentityPersister, Dialect, String) - Constructor for class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
DelegatedExpressionImpl<T> - Class in org.hibernate.jpa.criteria.expression
Implementation of Expression wraps another Expression and delegates most of its functionality to that wrapped Expression
DelegatedExpressionImpl(ExpressionImpl<T>) - Constructor for class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in interface org.hibernate.engine.transaction.spi.IsolationDelegate
Perform the given work in isolation from current transaction.
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaIsolationDelegate
 
DELETE - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete
DELETE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
delete(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object, boolean, Set) - Method in interface org.hibernate.event.spi.EventSource
Cascade delete an entity instance
DELETE - Static variable in class org.hibernate.event.spi.EventType
 
DELETE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
delete(Object) - Method in class org.hibernate.internal.SessionImpl
 
delete(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
delete(String, Object, boolean, Set) - Method in class org.hibernate.internal.SessionImpl
 
delete(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
delete(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
delete(Serializable, Object, int, Object, String, SessionImplementor, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL DELETE
delete(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Delete an object
delete(Serializable, Object, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Delete a persistent instance
delete(Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
delete(String, Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
Delete - Class in org.hibernate.sql
An SQL DELETE statement
Delete() - Constructor for class org.hibernate.sql.Delete
 
delete(Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String, Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete + delete orphans
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
deleteCount
deleteEntity(EventSource, Object, EntityEntry, boolean, boolean, EntityPersister, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Perform the entity deletion.
deleteEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
deleteEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being deleted.
DeleteEvent - Class in org.hibernate.event.spi
Defines an event class for the deletion of an entity.
DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
Constructs a new DeleteEvent instance.
DeleteEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, boolean, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of deletion events generated from a session.
DeleteExecutor - Class in org.hibernate.hql.internal.ast.exec
Provides deletions in addition to the basic SQL delete statement being executed.
DeleteExecutor(HqlSqlWalker, Queryable) - Constructor for class org.hibernate.hql.internal.ast.exec.DeleteExecutor
 
DeleteHandlerImpl - Class in org.hibernate.hql.spi.id.persistent
 
DeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, IdTableInfo) - Constructor for class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
deleteOrphans() - Method in interface org.hibernate.engine.spi.CascadingAction
Does this action potentially extrapolate to orphan deletes?
deleteResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Delete the persistent state of any elements that were removed from the collection
deleteStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
deleteStatement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
deleteStatement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
DeleteStatement - Class in org.hibernate.hql.internal.ast.tree
Defines a top-level AST node representing an HQL delete statement.
DeleteStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
deleteTransientEntity(EventSource, Object, boolean, EntityPersister, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
We encountered a delete request on a transient instance.
delimitedIdentifiers - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributePath
 
DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributeRole
 
delistResource(XAResource, int) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
DelWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
DelWorkUnit(SessionImplementor, String, EnversService, Serializable, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
DenormalizedTable - Class in org.hibernate.mapping
 
DenormalizedTable(Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DenormalizedTable(Namespace, Identifier, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DenormalizedTable(Namespace, Identifier, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DenormalizedTable(Namespace, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DependantValue - Class in org.hibernate.mapping
A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).
DependantValue(MetadataImplementor, Table, KeyValue) - Constructor for class org.hibernate.mapping.DependantValue
 
dependentUpon(CopyIdentifierComponentSecondPass) - Method in class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
deprecatedDerbyDialect() - Method in interface org.hibernate.internal.CoreMessageLogger
 
deprecatedForceDescriminatorAnnotation() - Method in interface org.hibernate.internal.CoreMessageLogger
 
deprecatedInstrumentationProperty() - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
deprecatedJpaPositionalParameterAccess(Integer) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
deprecatedManyToManyFetch() - Method in interface org.hibernate.internal.CoreMessageLogger
deprecatedManyToManyFetch() - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedManyToManyOuterJoin() - Method in interface org.hibernate.internal.CoreMessageLogger
deprecatedManyToManyOuterJoin() - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedOracle9Dialect() - Method in interface org.hibernate.internal.CoreMessageLogger
 
deprecatedOracleDialect() - Method in interface org.hibernate.internal.CoreMessageLogger
 
deprecatedPersistenceProvider(String, String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
deprecatedSequenceGenerator(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedTableGenerator(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedUuidGenerator(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
DEPRECATION_LOGGER - Static variable in interface org.hibernate.internal.log.DeprecationLogger
 
DeprecationLogger - Interface in org.hibernate.internal.log
Class to consolidate logging about usage of deprecated features.
DerbyCaseFragment - Class in org.hibernate.sql
 
DerbyCaseFragment() - Constructor for class org.hibernate.sql.DerbyCaseFragment
 
DerbyConcatFunction - Class in org.hibernate.dialect.function
A specialized concat() function definition in which: we translate to use the concat operator ('||') wrap dynamic parameters in CASTs to VARCHAR

This last spec is to deal with a limitation on DB2 and variants (e.g.

DerbyConcatFunction() - Constructor for class org.hibernate.dialect.function.DerbyConcatFunction
 
DerbyDialect - Class in org.hibernate.dialect
Deprecated.
HHH-6073
DerbyDialect() - Constructor for class org.hibernate.dialect.DerbyDialect
Deprecated.
Constructs a DerbyDialect
DerbyTenFiveDialect - Class in org.hibernate.dialect
Hibernate Dialect for Cloudscape 10 - aka Derby.
DerbyTenFiveDialect() - Constructor for class org.hibernate.dialect.DerbyTenFiveDialect
Constructs a DerbyTenFiveDialect
DerbyTenSevenDialect - Class in org.hibernate.dialect
Dialect for Derby 10.7
DerbyTenSevenDialect() - Constructor for class org.hibernate.dialect.DerbyTenSevenDialect
Constructs a DerbyTenSevenDialect
DerbyTenSixDialect - Class in org.hibernate.dialect
Hibernate Dialect for Cloudscape 10 - aka Derby.
DerbyTenSixDialect() - Constructor for class org.hibernate.dialect.DerbyTenSixDialect
Constructs a DerbyTenSixDialect
deRegisterChild(ServiceRegistryImplementor) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
deRegisterChild(ServiceRegistryImplementor) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
deRegisterChild(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
When a registry is created with a parent, the parent is notified of the child via this callback.
DerivedValueSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of a derived value (formula).
desc(String) - Static method in class org.hibernate.criterion.Order
Descending order.
desc() - Method in class org.hibernate.criterion.Property
Creates a descending ordering for this property
desc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in descending order
desc(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
DESCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
DESCENDING - Static variable in class org.hibernate.sql.ordering.antlr.OrderingSpecification.Ordering
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Index
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Deerialize a UnresolvedEntityInsertActions object.
deserialize(ObjectInputStream, StatefulPersistenceContext) - Static method in class org.hibernate.engine.internal.EntityEntryContext
JDK serialization hook for deserializing
deserialize(ObjectInputStream, PersistenceContext) - Static method in class org.hibernate.engine.internal.ImmutableEntityEntry
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, PersistenceContext) - Static method in class org.hibernate.engine.internal.MutableEntityEntry
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.internal.StatefulPersistenceContext
Used by the owning session to explicitly control deserialization of the persistence context.
deserialize(ObjectInputStream, JdbcSessionOwner) - Static method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
JDK deserialization hook
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.ActionQueue
Used by the owning session to explicitly control deserialization of the action queue.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionEntry
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionFactoryImplementor) - Static method in class org.hibernate.engine.spi.EntityKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.EntityUniqueKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(InputStream) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
deserialize(InputStream, ClassLoader) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
deserialize(byte[]) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from an array of bytes using the Thread Context ClassLoader (TCCL).
deserialize(byte[], ClassLoader) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from an array of bytes.
deserialize(ObjectInputStream, JdbcConnectionAccess, JdbcSessionContext) - Static method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
deserialize(ObjectInputStream) - Static method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
deserializeProxy(SerializableProxy) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Destroy a service registry.
destroy() - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Destroy a service registry.
destroy() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
destroy() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
destroy() - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
destroy() - Method in class org.hibernate.cache.internal.StandardQueryCache
 
destroy() - Method in interface org.hibernate.cache.spi.QueryCache
Destroy the cache.
destroy() - Method in interface org.hibernate.cache.spi.Region
The "end state" contract of the region's lifecycle.
destroy() - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
Destroys the cache.
destroy() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
destroy() - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
Release resources
destroy(ServiceRegistry) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
destructure(Object, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
Convert the previous structured form of the item back into its item form.
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
detach(Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
DetachedCriteria - Class in org.hibernate.criterion
Models a detached form of a Criteria (not associated with a Session).
DetachedCriteria(String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(String, String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(CriteriaImpl, Criteria) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetailedSemanticException - Exception in org.hibernate.hql.internal.ast
Thrown when a call to the underlying Hibernate engine fails, indicating some form of semantic exception (e.g.
DetailedSemanticException(String) - Constructor for exception org.hibernate.hql.internal.ast.DetailedSemanticException
 
DetailedSemanticException(String, Throwable) - Constructor for exception org.hibernate.hql.internal.ast.DetailedSemanticException
 
determineAccessTypeForHierarchy(TypeElement, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
determineAdjustedIncrementSize(String, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
In certain cases we need to adjust the increment size based on the selected optimizer.
determineAnnotationSpecifiedAccessType(Element) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to the discriminator portion of an ANY mapping when no explicit column name is given.
determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to the key/id portion of an ANY mapping when no explicit column name is given.
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineAppropriateHandler(Class<T>) - Static method in class org.hibernate.jpa.criteria.ValueHandlerFactory
Determine the appropriate ValueHandlerFactory.ValueHandler strategy for converting a value to the given target type
determineAppropriateLocalCacheMode(Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of an attribute's column given the source naming information, when a name is not explicitly given.
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Return the select expression fragment, if any, that generates the identifier values.
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
determineCachedFile(File) - Static method in class org.hibernate.boot.jaxb.internal.CacheableFileXmlSource
 
determineCascadeStyle() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
determineCascadeStyle() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineCascadeStyle() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of an collection join table given the source naming information, when a name is not explicitly given.
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineCollectionType(Class) - Static method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
determineConvertedValue(AttributeConverterTypeAdapter, Object) - Method in class org.hibernate.hql.internal.ast.tree.LiteralNode
 
determineDecimalRepresentation(String, int) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
determineDefault(String, boolean) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
determineDefaultSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Used in the cases where TableGenerator.determineSegmentValue(java.util.Properties) is unable to determine the value to use.
determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name for the discriminator column for the given entity
determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineEntityMode() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
determineEntityName(EntityInfo) - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
determineEntityName(String, String) - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
determineEntityName(EntityInfo) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
determineEntityName(String, String) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
determineFetchPlan(LoadQueryInfluencers, PropertyPath) - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
determineFetchPlan(LoadQueryInfluencers, PropertyPath) - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineFetchPlan(LoadQueryInfluencers, PropertyPath) - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
determineFetchStrategy(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
determineFetchStrategy(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
determineFetchStrategy(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.CascadeStyleLoadPlanBuildingAssociationVisitationStrategy
 
determineFetchStrategy(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
 
determineFetchStyleByMetadata(FetchMode, AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.persister.walking.internal.FetchStrategyHelper
 
determineFetchStyleByMetadata(FetchMode, AssociationType) - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineFetchStyleByProfile(LoadQueryInfluencers, EntityPersister, PropertyPath, int) - Static method in class org.hibernate.persister.walking.internal.FetchStrategyHelper
Determine the fetch-style (if one) explicitly set for this association via fetch profiles.
determineFetchTiming(FetchStyle, AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.persister.walking.internal.FetchStrategyHelper
 
determineFollowOnLockMode(LockOptions) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
determineFollowOnLockMode(LockOptions) - Method in class org.hibernate.loader.Loader
 
determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineFullyQualifiedClassName(String, String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
determineGeneratedIdentifier(SessionImplementor, Object) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
determineGeneratorName(GenerationType, IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext) - Method in class org.hibernate.boot.internal.IdGeneratorInterpreterImpl
 
determineGeneratorName(GenerationType, IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
Determine the name of the generator which should be used based on the GenerationType, returning null to indicate that this interpreter did not have a match and that any additional resolutions should be performed.
determineGeneratorTableName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the table name to use for the generator values.
determineGeneratorTableName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
determineHitRatio() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
determineIdentifierColumnName(ImplicitIdentifierColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name for the identifier column for the given entity
determineIdentifierColumnName(ImplicitIdentifierColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineIdTableName(JdbcEnvironment, PersistentClass) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
determineIdTableName(JdbcEnvironment, PersistentClass) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
determineImplicitName(MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
Called when the user supplied no explicit name/identifier for the given database object.
determineImplicitName(LocalMetadataBuildingContext) - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder.ColumnNamingDelegate
 
determineImplicitOptimizerName(int, Properties) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Determine the optimizer to use when there was not one explicitly specified.
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the increment size to be applied.
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineIndexName(ImplicitIndexNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineIndexName(ImplicitIndexNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineInitialAutoCommitMode(Connection) - Static method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the initial sequence value to use.
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineJavaClassForJdbcTypeCode(Integer) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
 
determineJavaClassForJdbcTypeCode(int) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
 
determineJdbcTypeCode(Type, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
determineJdbcTypeCode(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
determineJdbcTypeCodeForJavaClass(Class) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
 
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to JoinColumn.
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineJoinTableName(ImplicitJoinTableNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of an association join table given the source naming information, when a name is not explicitly given.
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineJpaMetaModelPopulationSetting(Map) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineLockOptions(NamedQuery) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
determineLogicalName(String, NamingStrategyHelper) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Determine the logical name give a (potentially null/empty) explicit name.
determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineMultiTenancyStrategy(Map) - Static method in enum org.hibernate.MultiTenancyStrategy
Extract the MultiTenancyStrategy from the setting map.
determineOptimizationStrategy(Properties, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the optimizer to use.
determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to PrimaryKeyJoinColumn.
determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determinePrimaryTableName(ImplicitEntityNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name of an entity's primary table.
determinePrimaryTableName(ImplicitEntityNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineProperSizing(Map) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Given a map, determine the proper initial size for a new Map to hold the same number of values.
determineProperSizing(Set) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Given a set, determine the proper initial size for a new set to hold the same number of values.
determineProperSizing(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Determine the proper initial size for a new collection in order for it to hold the given a number of elements.
determinePropertyName(EnversService, AuditReaderImplementor, String, PropertyNameGetter) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
determinePropertyName(EnversService, AuditReaderImplementor, String, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
determineRemainingTransactionTimeOutPeriod() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
determineRemainingTransactionTimeOutPeriod() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Calculate the amount of time, in seconds, still remaining before transaction timeout occurs.
determineResultType(Class<? extends Number>, Class<? extends Number>) - Static method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
determineResultType(Class<? extends Number>, Class<? extends Number>, boolean) - Static method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
determineResultType(Class<? extends Number>...) - Static method in class org.hibernate.jpa.criteria.predicate.ImplicitNumericExpressionTypeDeterminer
Determine the appropriate runtime result type for a numeric expression according to section "6.5.7.1 Result Types of Expressions" of the JPA spec.
determineReturnType(Class<? extends Number>, Expression<? extends Number>) - Static method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Helper for determining the appropriate operation return type based on one of the operands as an expression.
determineReturnType(Class<? extends Number>, Number) - Static method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Helper for determining the appropriate operation return type based on one of the operands as a literal.
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
determineSegmentColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column used to indicate the segment for each row.
determineSegmentColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
determineSegmentColumnSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the size of the segment column

Called during configuration.

determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the segment value corresponding to this generator instance.
determineSequenceName(Properties, Dialect, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the sequence (or table if this resolves to a physical table) to use.
determineShortName(String) - Static method in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
Determine a short name from the full name
determineSingularAssociationAttributeType(Member) - Static method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
determineSql(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
determineSqlStateClassCode(String) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
 
determineSubclassTableJoinType(int, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableName(Table, JdbcEnvironment) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
determineTableName(Table, JdbcEnvironment) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name for the tenant (multi-tenancy) identifier column for the given entity
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineType(int, Object, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineType(int, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineType(String, Object, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineType(String, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineType(String, Class) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineValueColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the column used to store the generator value in the db.
determineValueColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column in which we will store the generator persistent value.
determineValueColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
DIALECT - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the Hibernate SQL Dialect class
Dialect - Class in org.hibernate.dialect
Represents a dialect of SQL implemented by a particular RDBMS.
Dialect() - Constructor for class org.hibernate.dialect.Dialect
 
dialect - Variable in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
dialect - Variable in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
 
dialect - Variable in class org.hibernate.sql.Select
 
DIALECT - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
DIALECT - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
dialect - Variable in class org.hibernate.tool.schema.internal.StandardTableExporter
 
DIALECT_RESOLVERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names any additional DialectResolver implementations to register with the standard DialectFactory.
DialectCheck - Interface in org.hibernate.testing
Defines a means to check Dialect features for use in "test protection" checks.
DialectChecks - Class in org.hibernate.testing
Container class for different implementation of the DialectCheck interface.
DialectChecks() - Constructor for class org.hibernate.testing.DialectChecks
 
DialectChecks.CaseSensitiveCheck - Class in org.hibernate.testing
 
DialectChecks.DoesNotSupportRowValueConstructorSyntax - Class in org.hibernate.testing
 
DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
 
DialectChecks.DoubleQuoteQuoting - Class in org.hibernate.testing
 
DialectChecks.HasSelfReferentialForeignKeyBugCheck - Class in org.hibernate.testing
 
DialectChecks.SupportCatalogCreation - Class in org.hibernate.testing
 
DialectChecks.SupportLimitAndOffsetCheck - Class in org.hibernate.testing
 
DialectChecks.SupportLimitCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsCascadeDeleteCheck - Class in org.hibernate.testing
 
DialectChecks.SupportSchemaCreation - Class in org.hibernate.testing
 
DialectChecks.SupportsCircularCascadeDeleteCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsColumnCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsEmptyInListCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsExistsInSelectCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsExpectedLobUsagePattern - Class in org.hibernate.testing
 
DialectChecks.SupportsIdentityColumns - Class in org.hibernate.testing
 
DialectChecks.SupportsLobValueChangePropogation - Class in org.hibernate.testing
 
DialectChecks.SupportsLockTimeouts - Class in org.hibernate.testing
 
DialectChecks.SupportsParametersInInsertSelectCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsRowValueConstructorSyntaxCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsSequences - Class in org.hibernate.testing
 
DialectChecks.SupportSubqueryAsLeftHandSideInPredicate - Class in org.hibernate.testing
 
DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck - Class in org.hibernate.testing
 
DialectChecks.UsesInputStreamToInsertBlob - Class in org.hibernate.testing
 
DialectFactory - Interface in org.hibernate.engine.jdbc.dialect.spi
A factory for generating Dialect instances.
DialectFactoryImpl - Class in org.hibernate.engine.jdbc.dialect.internal
Standard implementation of the DialectFactory service.
DialectFactoryImpl() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
 
DialectFactoryInitiator - Class in org.hibernate.engine.jdbc.dialect.internal
Standard initiator for the standard DialectFactory service
DialectFactoryInitiator() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
 
DialectFactoryTestingImpl - Class in org.hibernate.testing.boot
 
DialectFactoryTestingImpl() - Constructor for class org.hibernate.testing.boot.DialectFactoryTestingImpl
 
DialectFactoryTestingImpl(Dialect) - Constructor for class org.hibernate.testing.boot.DialectFactoryTestingImpl
 
DialectResolutionInfo - Interface in org.hibernate.engine.jdbc.dialect.spi
Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.
DialectResolutionInfoSource - Interface in org.hibernate.engine.jdbc.dialect.spi
Contract for the source of DialectResolutionInfo.
DialectResolver - Interface in org.hibernate.engine.jdbc.dialect.spi
Contract for determining the Dialect to use based on information about the database / driver.
DialectResolverInitiator - Class in org.hibernate.engine.jdbc.dialect.internal
Standard initiator for the standard DialectResolver service
DialectResolverInitiator() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverInitiator
 
DialectResolverSet - Class in org.hibernate.engine.jdbc.dialect.internal
A DialectResolver implementation which coordinates resolution by delegating to sub-resolvers.
DialectResolverSet() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
DialectResolverSet(List<DialectResolver>) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
DialectResolverSet(DialectResolver...) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
dialectScope - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
dictatedSizes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.AnyType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.CollectionType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.ComponentType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.CustomType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.MetaType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.OneToOneType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
dictatedSizes(Mapping) - Method in interface org.hibernate.type.Type
Return the column sizes dictated by this type.
dictatedSizes() - Method in interface org.hibernate.usertype.Sized
Return the column sizes dictated by this type.
diff(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
diff(Expression<? extends N>, N) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
diff(N, Expression<? extends N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
DIFFERENCE - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The difference function
dirty() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
dirty() - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Forcefully mark the entity as being dirty.
dirty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
dirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Mark the collection as dirty
DIRTY_CHECK - Static variable in class org.hibernate.event.spi.EventType
 
dirtyCalculationEnd(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
dirtyCalculationEnd(boolean) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
dirtyCalculationEnd(boolean) - Method in interface org.hibernate.SessionEventListener
 
dirtyCalculationStart() - Method in class org.hibernate.BaseSessionEventListener
 
dirtyCalculationStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
dirtyCalculationStart() - Method in interface org.hibernate.SessionEventListener
 
dirtyCheck(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Perform a dirty check, and attach the results to the event
DirtyCheckEvent - Class in org.hibernate.event.spi
Defines an event class for the dirty-checking of a session.
DirtyCheckEvent(EventSource) - Constructor for class org.hibernate.event.spi.DirtyCheckEvent
 
DirtyCheckEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session dirty-check events.
DirtyCollectionSearchVisitor - Class in org.hibernate.event.internal
Do we have a dirty collection here? 1.
DirtyTracker - Interface in org.hibernate.bytecode.enhance.internal.tracker
Interface to be implemented by dirty trackers, a simplified Set of String.
disableAutoClose() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.
disableAutoClose() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.
disableConversion - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
disableCreation() - Method in class org.hibernate.mapping.ForeignKey
 
DisabledJaccServiceImpl - Class in org.hibernate.secure.internal
 
DisabledJaccServiceImpl() - Constructor for class org.hibernate.secure.internal.DisabledJaccServiceImpl
 
DisabledJmxServiceImpl - Class in org.hibernate.jmx.internal
A no-op version of the JmxService
DisabledJmxServiceImpl() - Constructor for class org.hibernate.jmx.internal.DisabledJmxServiceImpl
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFetchProfile(String) - Method in class org.hibernate.internal.SessionImpl
 
disableFetchProfile(String) - Method in interface org.hibernate.Session
Disable a particular fetch profile on this session.
disableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFilter(String) - Method in class org.hibernate.internal.SessionImpl
 
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
disableForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
disableLegacyFallback() - Method in class org.hibernate.boot.internal.IdGeneratorInterpreterImpl
 
disableReleases() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
disableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Disable connection releases
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
disableTransactionAutoJoin() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableTransactionAutoJoin() - Method in interface org.hibernate.engine.spi.SessionImplementor
Disable automatic transaction joining.
disableTransactionAutoJoin() - Method in class org.hibernate.internal.SessionImpl
 
disableTransactionAutoJoin() - Method in class org.hibernate.internal.StatelessSessionImpl
 
disablingContextualLOBCreation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
disablingContextualLOBCreationSinceConnectionNull() - Method in interface org.hibernate.internal.CoreMessageLogger
 
disablingContextualLOBCreationSinceCreateClobFailed(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
disablingContextualLOBCreationSinceOldJdbcVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
disallowingInsertStatementComment() - Method in interface org.hibernate.internal.CoreMessageLogger
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
disassemble(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassemble the collection to get it ready for the cache
disassemble(Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
disassemble(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
disassemble(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
disassemble(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
disassemble(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a "disassembled" representation of the value.
disassemble(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
disassemble(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
disassemble(Object) - Method in class org.hibernate.type.EnumType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Return a disassembled representation of the object.
disassemble(Object[], Type[], boolean[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
disassemble(Object, SessionImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
Transform the object into its cacheable representation.
disassemble(Object) - Method in interface org.hibernate.usertype.UserType
Transform the object into its cacheable representation.
DISCARD_PC_ON_CLOSE - Static variable in interface org.hibernate.jpa.AvailableSettings
Whether or not discard persistent context on entityManager.close() The EJB3 compliant and default choice is false
discardOnClose - Variable in class org.hibernate.jpa.internal.EntityManagerImpl
 
disconnect() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disconnect() - Method in class org.hibernate.internal.SessionImpl
 
disconnect() - Method in interface org.hibernate.Session
Disconnect the session from its underlying JDBC connection.
discriminator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
DISCRIMINATOR_PROPERTY_NAME - Static variable in class org.hibernate.hql.internal.ast.tree.FromElement
 
DiscriminatorColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
DiscriminatorColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
discriminatorColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
discriminatorColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Used to apply a Hibernate formula (derived value) as the inheritance discriminator "column".
DiscriminatorMetadata - Interface in org.hibernate.persister.entity
Provides the information needed to properly handle type discrimination in HQL queries, either by 'something.class' or 'type(something)' references.
DiscriminatorOptions - Annotation Type in org.hibernate.annotations
Optional annotation to express Hibernate specific discrimintor properties.
DiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Contract for sources of information about a mapped discriminator.
discriminatorType - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
DiscriminatorType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for discriminator-type.
DiscriminatorType - Class in org.hibernate.persister.entity
TODO : javadoc
DiscriminatorType(Type, Loadable) - Constructor for class org.hibernate.persister.entity.DiscriminatorType
 
DiscriminatorType<T> - Interface in org.hibernate.type
Additional contract for a Type may be used for a discriminator.
discriminatorValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
discriminatorValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.envers.boot.internal.EnversIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Tongue-in-cheek name for a shutdown callback.
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.jpa.event.spi.JpaIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.secure.spi.JaccIntegrator
 
disjoint(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially disjoint" constraint to the named property
DISJOINT - Static variable in interface org.hibernate.spatial.SpatialRelation
The geometries are spatially dijoint
Disjunction - Class in org.hibernate.criterion
Defines a disjunction (OR series).
Disjunction() - Constructor for class org.hibernate.criterion.Disjunction
Constructs a Disjunction
Disjunction(Criterion[]) - Constructor for class org.hibernate.criterion.Disjunction
 
disjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...).
disjunction(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...).
disjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single disjunction (A or B or C...).
disjunction() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
DisjunctionFragment - Class in org.hibernate.sql
A disjunctive string of conditions
DisjunctionFragment() - Constructor for class org.hibernate.sql.DisjunctionFragment
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeDispatcher
Should be invoked on the second work unit.
DisplayableNode - Interface in org.hibernate.hql.internal.ast.tree
Implementors will return additional display text, which will be used by the ASTPrinter to display information (besides the node type and node text).
dispose() - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
Dispose of this SampledCacheManager and clean up held resources
dispose() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
 
DISTANCE - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
The distance parameter
DISTANCE - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The distance function
distanceFromCenter(Coordinate) - Method in class org.hibernate.spatial.jts.Circle
Returns the distance the point is from the center of the circle
distanceWithin(String, Geometry, double) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "distance within" constraint to the named property
Distinct - Class in org.hibernate.criterion
A wrappedProjection that is a wrapper around other projections to apply distinction.
Distinct(Projection) - Constructor for class org.hibernate.criterion.Distinct
Constructs a Distinct
distinct(Projection) - Static method in class org.hibernate.criterion.Projections
Create a distinct projection from a projection.
distinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on distinct values
DISTINCT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
distinct(boolean) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
distinct(boolean) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
DISTINCT_ROOT_ENTITY - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a distinct instance of the root entity
distinctOrAll(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
DistinctResultTransformer - Class in org.hibernate.transform
Distinctions the result tuples in the final result based on the defined equality of the tuples.
DistinctRootEntityResultTransformer - Class in org.hibernate.transform
Much like RootEntityResultTransformer, but we also distinct the entity in the final result.
DIV - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
DO_NOT_AUDIT_OPTIMISTIC_LOCKING_FIELD - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Treats optimistic locking properties as unversioned.
doAction(boolean) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.AfterCompletionAction
 
doAfterCompletion(boolean, boolean) - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in class org.hibernate.action.internal.EntityDeleteAction
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in class org.hibernate.action.internal.EntityInsertAction
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in interface org.hibernate.action.spi.AfterTransactionCompletionProcess
Perform whatever processing is encapsulated here after completion of the transaction.
doBatchLoad(Serializable, Loader, SessionImplementor, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
doBatchLoad(Serializable, Loader, SessionImplementor, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.action.internal.EntityIncrementVersionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.action.internal.EntityVerifyVersionProcess
 
doBeforeTransactionCompletion(SessionImplementor) - Method in interface org.hibernate.action.spi.BeforeTransactionCompletionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
doBiDirectionalAssociationManagement(CtField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doBiDirectionalAssociationManagement(CtField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we manage association of bi-directional persistent attributes for this field?
doBind(XMLEventReader, StartElement, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.CacheableFileXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.FileXmlSource
 
doBind(Binder, File, Origin) - Static method in class org.hibernate.boot.jaxb.internal.FileXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.InputStreamXmlSource
 
doBind(Binder, InputStream, Origin, boolean) - Static method in class org.hibernate.boot.jaxb.internal.InputStreamXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.JarFileEntryXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.JaxpSourceXmlSource
 
doBind(XMLEventReader, StartElement, Origin) - Method in class org.hibernate.boot.jaxb.internal.MappingBinder
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.UrlXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.spi.XmlSource
 
doBind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
Perform the binding.
doBind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
Perform the binding.
doCascade(CascadingAction) - Method in interface org.hibernate.engine.spi.CascadeStyle
For this style, should the given action be cascaded?
doCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
doComputation() - Method in class org.hibernate.testing.junit4.CustomRunner
 
doCreate() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
doCreation(Metadata, boolean, List<Target>) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
doCreation(Metadata, boolean, Dialect, List<Target>) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
doCreation(Metadata, boolean, Target...) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
doCreation(Metadata, boolean, Dialect, Target...) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
doCreation(Metadata, boolean, Target...) - Method in interface org.hibernate.tool.schema.spi.SchemaCreator
Perform the creation to the specified targets
doCreation(Metadata, boolean, Dialect, Target...) - Method in interface org.hibernate.tool.schema.spi.SchemaCreator
Perform the creation to the specified targets
doCreation(Metadata, boolean, List<Target>) - Method in interface org.hibernate.tool.schema.spi.SchemaCreator
Perform the creation to the specified targets
doCreation(Metadata, boolean, Dialect, List<Target>) - Method in interface org.hibernate.tool.schema.spi.SchemaCreator
Perform the creation to the specified targets
doDeserialize(InputStream, ClassLoader, ClassLoader, ClassLoader) - Static method in class org.hibernate.internal.util.SerializationHelper
 
doDirtyChecking(CustomEntityDirtinessStrategy.AttributeChecker) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.DirtyCheckContext
The callback to indicate that dirty checking (the dirty attribute determination phase) should be handled by the calling CustomEntityDirtinessStrategy using the given CustomEntityDirtinessStrategy.AttributeChecker.
doDirtyCheckingInline(CtClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doDirtyCheckingInline(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we in-line dirty checking for persistent attributes for this class?
doDispose() - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
Dispose callback of subclasses
doDispose() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
Dispose callback of subclasses
doDispose() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
doDispose() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
doDrop() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
doDrop(Metadata, boolean, List<Target>) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
doDrop(Metadata, boolean, Dialect, List<Target>) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
doDrop(Metadata, boolean, Target...) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
doDrop(Metadata, boolean, Dialect, Target...) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
doDrop(Metadata, boolean, Target...) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
Perform the drop to the specified targets
doDrop(Metadata, boolean, Dialect, Target...) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
Perform the drop to the specified targets
doDrop(Metadata, boolean, List<Target>) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
Perform the drop to the specified targets
doDrop(Metadata, boolean, Dialect, List<Target>) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
Perform the drop to the specified targets
doesDataDefinitionCauseTransactionCommit() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
doesDataDefinitionCauseTransactionCommit() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to DDL statements performed within a transaction performing an implicit commit of the transaction.
doesLobLocatorUpdateCopy() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
doesLobLocatorUpdateCopy() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report that updates to a LOB locator affect a copy of the LOB?
DoesNotSupportRowValueConstructorSyntax() - Constructor for class org.hibernate.testing.DialectChecks.DoesNotSupportRowValueConstructorSyntax
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DB2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is READ_COMMITTED isolation implemented by forcing readers to wait for write locks to be released?
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.H2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.HSQLDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Ingres9Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.TeradataDialect
 
DoesReadCommittedCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
DoesReadCommittedNotCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is REPEATABLE_READ isolation implemented by forcing writers to wait for read locks to be released?
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.HSQLDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Ingres9Dialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.TeradataDialect
 
DoesRepeatableReadCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
DoesRepeatableReadNotCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
doEvict(Object, EntityKey, EntityPersister, EventSource) - Method in class org.hibernate.event.internal.DefaultEvictEventListener
 
doExecute(QueryParameters, SessionImplementor, String, List) - Method in class org.hibernate.hql.internal.ast.exec.BasicExecutor
 
doExecuteBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Perform batch execution..
doExecuteBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
doExecuteBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
 
doExport() - Method in enum org.hibernate.tool.hbm2ddl.Target
 
doExtendedEnhancement(CtClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doExtendedEnhancement(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we enhance field access to entities from this class?
doExtract(ResultSet, String, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(ResultSet, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doExtractConstraintName(SQLException) - Method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
 
doImmediateLoad(String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
doImmediateLoad(String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
 
doLazyXmlParsing() - Method in class org.hibernate.jpamodelgen.Context
 
doList(SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.Loader
Actually execute a query, ignoring the query cache
doLog(Logger.Level, String, Object, Object[], Throwable) - Method in class org.hibernate.testing.logger.Log4DelegatingLogger
 
doLogf(Logger.Level, String, String, Object[], Throwable) - Method in class org.hibernate.testing.logger.Log4DelegatingLogger
 
doMigration(Metadata, DatabaseInformation, boolean, List<Target>) - Method in class org.hibernate.tool.schema.internal.SchemaMigratorImpl
 
doMigration(Metadata, DatabaseInformation, boolean, List<Target>) - Method in interface org.hibernate.tool.schema.spi.SchemaMigrator
Perform a migration to the specified targets.
doMigrationToTargets(Metadata, DatabaseInformation, boolean, List<Target>) - Method in class org.hibernate.tool.schema.internal.SchemaMigratorImpl
 
doPostInstantiate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
doPostInstantiate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
doProcess() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
doProcess() - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Should processing be done? Allows short-circuiting if not.
doProcessQueuedOps(PersistentCollection, Serializable, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
doProcessQueuedOps(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doProcessQueuedOps(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doProcessQueuedOps(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
doQueryAndInitializeNonLazyCollections(SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.Loader
Execute an SQL query and attempt to instantiate instances of the class mapped by the given persister from each row of the ResultSet.
doQueryAndInitializeNonLazyCollections(SessionImplementor, QueryParameters, boolean, ResultTransformer) - Method in class org.hibernate.loader.Loader
 
doResolve(Map) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.internal.SessionImpl
 
doReturningWork(ReturningWork<T>) - Method in interface org.hibernate.Session
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
doScript() - Method in enum org.hibernate.tool.hbm2ddl.Target
 
doSecondPass(Map) - Method in class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CollectionSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CreateKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.IndexOrUniqueKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.OneToOneSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.SecondaryTableSecondPass
 
doSecondPass(Map) - Method in interface org.hibernate.cfg.SecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.SetSimpleValueTypeSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass
 
DOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
DOT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
DOT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
DotNode - Class in org.hibernate.hql.internal.ast.tree
Represents a reference to a property or alias expression.
DotNode() - Constructor for class org.hibernate.hql.internal.ast.tree.DotNode
 
DotNode.DereferenceType - Enum in org.hibernate.hql.internal.ast.tree
 
DotNode.IllegalCollectionDereferenceExceptionBuilder - Interface in org.hibernate.hql.internal.ast.tree
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.internal.javassist.JavassistClassTransformer
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
DOUBLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Double to JDBC DOUBLE.
DoubleQuoteQuoting() - Constructor for class org.hibernate.testing.DialectChecks.DoubleQuoteQuoting
 
DoubleType - Class in org.hibernate.type
A type that maps between DOUBLE and Double
DoubleType() - Constructor for class org.hibernate.type.DoubleType
 
DoubleTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Double handling.
DoubleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
DoubleTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for DOUBLE handling.
DoubleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
DoubleValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.DoubleValueHandler
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
doValidation(Metadata, DatabaseInformation) - Method in class org.hibernate.tool.schema.internal.SchemaValidatorImpl
 
doValidation(Metadata, DatabaseInformation) - Method in interface org.hibernate.tool.schema.spi.SchemaValidator
Handle schema validation requests
downgradeLocks() - Method in class org.hibernate.engine.internal.EntityEntryContext
Down-grade locks to NONE for all entities in this context
doWork(ClassLoader) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work
 
doWork() - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.LazyInitializationWork
Do the represented work and return the result.
doWork(Work) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doWork(Work) - Method in class org.hibernate.internal.SessionImpl
 
doWork(Work) - Method in interface org.hibernate.Session
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
DRIVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC driver class
DRIVER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
DRIVER - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
DriverConnectionCreator - Class in org.hibernate.engine.jdbc.connections.internal
A specialized ConnectionCreator which uses Driver.connect(java.lang.String, java.util.Properties) to generate Connections
DriverConnectionCreator(Driver, ServiceRegistryImplementor, String, Properties, Boolean, Integer) - Constructor for class org.hibernate.engine.jdbc.connections.internal.DriverConnectionCreator
 
DriverManagerConnectionCreator - Class in org.hibernate.engine.jdbc.connections.internal
A specialized ConnectionCreator which uses DriverManager.getConnection(java.lang.String, java.util.Properties) to generate Connections
DriverManagerConnectionCreator(ServiceRegistryImplementor, String, Properties, Boolean, Integer) - Constructor for class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionCreator
 
DriverManagerConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.internal
A connection provider that uses the DriverManager directly to open connections and provides a very rudimentary connection pool.
DriverManagerConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
drop - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
drop(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the drop schema script.
drop(Target) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
DROP_ID_TABLES - Static variable in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
DROP_ID_TABLES - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
dropConstraints() - Method in class org.hibernate.dialect.AbstractHANADialect
 
dropConstraints() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DB2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
dropConstraints() - Method in class org.hibernate.dialect.Dialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class org.hibernate.dialect.FrontBaseDialect
 
dropConstraints() - Method in class org.hibernate.dialect.H2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.IngresDialect
 
dropConstraints() - Method in class org.hibernate.dialect.JDataStoreDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MimerSQLDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Oracle8iDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
dropConstraints() - Method in class org.hibernate.dialect.PointbaseDialect
 
dropConstraints() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.SAPDBDialect
 
dropConstraints() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
ASA does not require to drop constraint before dropping tables, so disable it.
dropConstraints() - Method in class org.hibernate.dialect.TimesTenDialect
 
DTDEntityResolver - Class in org.hibernate.internal.util.xml
Deprecated.
Hibernate now uses StAX for XML processing and the role of this class is served now by LocalXmlResourceResolver
DTDEntityResolver() - Constructor for class org.hibernate.internal.util.xml.DTDEntityResolver
Deprecated.
 
DtdMapping(String, String) - Constructor for class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.DtdMapping
 
dumpResolutions(LoadPlan) - Method in class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
USes its defined logger to generate a resolution report.
duplicateGeneratorName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateGeneratorTable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateImport(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateJoins(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateListener(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
DuplicateMappingException - Exception in org.hibernate
Raised whenever a duplicate for a certain type occurs.
DuplicateMappingException(DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given type and name.
DuplicateMappingException(String, String) - Constructor for exception org.hibernate.DuplicateMappingException
Deprecated.
Use the for taking DuplicateMappingException.Type instead.
DuplicateMappingException(String, DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given customMessage, type and name.
DuplicateMappingException(String, String, String) - Constructor for exception org.hibernate.DuplicateMappingException
Deprecated.
Use the for taking DuplicateMappingException.Type instead.
DuplicateMappingException.Type - Enum in org.hibernate
Enumeration of the types of things that can be duplicated.
duplicateMetadata() - Method in interface org.hibernate.internal.CoreMessageLogger
 
DuplicateSecondaryTableException(Identifier) - Constructor for exception org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
 
DuplicationStrategy - Interface in org.hibernate.event.service.spi
Defines listener duplication checking strategy, both in terms of when a duplication is detected (see DuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (see DuplicationStrategy.getAction()).
DuplicationStrategy.Action - Enum in org.hibernate.event.service.spi
The enumerated list of actions available on duplication match
DuplicationStrategyImpl - Class in org.hibernate.cfg.beanvalidation
 
DuplicationStrategyImpl() - Constructor for class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
DurationJavaDescriptor - Class in org.hibernate.type.descriptor.java
 
DurationJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
DurationType - Class in org.hibernate.type
 
DurationType() - Constructor for class org.hibernate.type.DurationType
 
DWithinExpression - Class in org.hibernate.spatial.criterion
A Criterion constraining a geometry property to be within a specified distance of a search geometry.
DWithinExpression(String, Geometry, double) - Constructor for class org.hibernate.spatial.criterion.DWithinExpression
Constructs an instance
DynamicBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer
 
DynamicBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
A BatchingCollectionInitializerBuilder that builds CollectionInitializer instances capable of dynamically building its batch-fetch SQL based on the actual number of collections keys waiting to be fetched.
DynamicBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer - Class in org.hibernate.loader.collection
 
DynamicBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
DynamicBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
DynamicBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity
A BatchingEntityLoaderBuilder that builds UniqueEntityLoader instances capable of dynamically building its batch-fetch SQL based on the actual number of entity ids waiting to be fetched.
DynamicBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader - Class in org.hibernate.loader.entity
 
DynamicComponentSource(ReflectionManager, Component, XProperty) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader.DynamicComponentSource
 
DynamicFilterAliasGenerator - Class in org.hibernate.internal
 
DynamicFilterAliasGenerator(String[], String) - Constructor for class org.hibernate.internal.DynamicFilterAliasGenerator
 
DynamicFilterParameterSpecification - Class in org.hibernate.param
A specialized ParameterSpecification impl for dealing with a dynamic filter parameters.
DynamicFilterParameterSpecification(String, String, Type) - Constructor for class org.hibernate.param.DynamicFilterParameterSpecification
Constructs a parameter specification for a particular filter parameter.
DynamicInsert - Annotation Type in org.hibernate.annotations
For inserting, should this entity use dynamic sql generation where only non-null columns get referenced in the prepared sql statement?
dynamicInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
DynamicMapComponentTuplizer - Class in org.hibernate.tuple.component
A ComponentTuplizer specific to the dynamic-map entity mode.
DynamicMapComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
DynamicMapEntityTuplizer - Class in org.hibernate.tuple.entity
An EntityTuplizer specific to the dynamic-map entity mode.
DynamicMapEntityTuplizer.BasicEntityNameResolver - Class in org.hibernate.tuple.entity
 
DynamicMapInstantiator - Class in org.hibernate.tuple
 
DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicParameterizedType - Interface in org.hibernate.usertype
Types who implements this interface will have in the setParameterValues an instance of the class DynamicParameterizedType$ParameterType instead of the key PARAMETER_TYPE = "org.hibernate.type.ParameterType" The interface ParameterType provides some methods to read information dynamically for build the type
DynamicParameterizedType.ParameterType - Interface in org.hibernate.usertype
 
DynamicProperty - Class in org.hibernate.envers.configuration.internal.metadata.reader
This class prenteds to be property but in fact it represents entry in the map (for dynamic component)
DynamicProperty(AuditedPropertiesReader.DynamicComponentSource, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
DynamicUpdate - Annotation Type in org.hibernate.annotations
For updating, should this entity use dynamic sql generation where only changed columns get referenced in the prepared sql statement?

Note, for re-attachment of detached entities this is not possible without select-before-update being enabled.

dynamicUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 

E

EAGER - Static variable in enum org.hibernate.FetchMode
Deprecated.
use FetchMode.JOIN
EHCACHE_HIBERNATE_TYPE - Static variable in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
Type for the ehcache backed hibernate second level cache statistics mbean
EhcacheAccessStrategyFactory - Interface in org.hibernate.cache.ehcache.internal.strategy
Factory to create RegionAccessStrategy instance
EhcacheAccessStrategyFactoryImpl - Class in org.hibernate.cache.ehcache.internal.strategy
Class implementing EhcacheAccessStrategyFactory
EhcacheAccessStrategyFactoryImpl() - Constructor for class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
 
EhcacheCollectionRegion - Class in org.hibernate.cache.ehcache.internal.regions
A collection region specific wrapper around an Ehcache instance.
EhcacheCollectionRegion(EhcacheAccessStrategyFactory, Ehcache, SessionFactoryOptions, CacheDataDescription, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheCollectionRegion
Constructs an EhcacheCollectionRegion around the given underlying cache.
EhcacheDataRegion - Class in org.hibernate.cache.ehcache.internal.regions
An Ehcache specific data region implementation.
EhcacheEntityRegion - Class in org.hibernate.cache.ehcache.internal.regions
An entity region specific wrapper around an Ehcache instance.
EhcacheEntityRegion(EhcacheAccessStrategyFactory, Ehcache, SessionFactoryOptions, CacheDataDescription, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheEntityRegion
Constructs an EhcacheCollectionRegion around the given underlying cache.
EhcacheHibernate - Class in org.hibernate.cache.ehcache.management.impl
Implementation of the EhcacheHibernateMBean

EhcacheHibernate(CacheManager) - Constructor for class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
Constructor accepting the backing CacheManager
EhcacheHibernateMbeanNames - Class in org.hibernate.cache.ehcache.management.impl
Utility class used for getting ObjectName's for ehcache hibernate MBeans

EhcacheHibernateMbeanNames() - Constructor for class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
 
EhcacheHibernateMBeanRegistration - Interface in org.hibernate.cache.ehcache.management.impl
Interface for helping registering mbeans for ehcache backed hibernate second-level cache

EhcacheHibernateMBeanRegistrationImpl - Class in org.hibernate.cache.ehcache.management.impl
EhcacheHibernateMBeanRegistrationImpl() - Constructor for class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
 
EhCacheMessageLogger - Interface in org.hibernate.cache.ehcache
The jboss-logging MessageLogger for the hibernate-ehcache module.
EhcacheNaturalIdRegion - Class in org.hibernate.cache.ehcache.internal.regions
A collection region specific wrapper around an Ehcache instance.
EhcacheNaturalIdRegion(EhcacheAccessStrategyFactory, Ehcache, SessionFactoryOptions, CacheDataDescription, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheNaturalIdRegion
Constructs an EhcacheNaturalIdRegion around the given underlying cache.
EhcacheQueryResultsRegion - Class in org.hibernate.cache.ehcache.internal.regions
A query results region specific wrapper around an Ehcache instance.
EhcacheQueryResultsRegion(EhcacheAccessStrategyFactory, Ehcache, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheQueryResultsRegion
Constructs an EhcacheQueryResultsRegion around the given underlying cache.
EhCacheRegionFactory - Class in org.hibernate.cache.ehcache
A non-singleton EhCacheRegionFactory implementation.
EhCacheRegionFactory() - Constructor for class org.hibernate.cache.ehcache.EhCacheRegionFactory
Creates a non-singleton EhCacheRegionFactory
EhCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.ehcache.EhCacheRegionFactory
Creates a non-singleton EhCacheRegionFactory
EhcacheStatsImpl - Class in org.hibernate.cache.ehcache.management.impl
Implementation of EhcacheStats

EhcacheStatsImpl(CacheManager) - Constructor for class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
Constructor accepting the backing CacheManager
EhcacheTimestampsRegion - Class in org.hibernate.cache.ehcache.internal.regions
A timestamps region specific wrapper around an Ehcache instance.
EhcacheTimestampsRegion(EhcacheAccessStrategyFactory, Ehcache, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheTimestampsRegion
Constructs an EhcacheTimestampsRegion around the given underlying cache.
EhcacheTransactionalDataRegion - Class in org.hibernate.cache.ehcache.internal.regions
An Ehcache specific TransactionalDataRegion.
Ejb3Column - Class in org.hibernate.cfg
Wrap state of an EJB3 @Column annotation and build the Hibernate column mapping element
Ejb3Column() - Constructor for class org.hibernate.cfg.Ejb3Column
 
ejb3ConfigurationName(String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
ejb3ConfigurationRenamedFromName(String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
ejb3ConfigurationUnboundFromName(String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
Ejb3DiscriminatorColumn - Class in org.hibernate.cfg
Discriminator column
Ejb3DiscriminatorColumn() - Constructor for class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
EJB3DTDEntityResolver - Class in org.hibernate.cfg
Resolve JPA xsd files locally Hibernate OGM uses this class, consider this some kind of exposed service at the SPI level
EJB3DTDEntityResolver() - Constructor for class org.hibernate.cfg.EJB3DTDEntityResolver
 
Ejb3JoinColumn - Class in org.hibernate.cfg
Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element
EJB3NamingStrategy - Class in org.hibernate.cfg
Naming strategy implementing the EJB3 standards
EJB3NamingStrategy() - Constructor for class org.hibernate.cfg.EJB3NamingStrategy
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
ELEMENT_COLLECTION - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
elementClass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
elementCollection - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
ElementCollection - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ElementCollection() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
elementCollection - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
elementColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsInPrimaryKey - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnReaders - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnReaderTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnWriters - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementComponentData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
elementComponentData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
elementCountInMemory - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
in-memory element count
elementCountOnDisk - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
on-disk element count
elementCountTotal - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
total element count
elementExists(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementExists(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
elementFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementIsPureFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
ElementPropertyMapping - Class in org.hibernate.persister.collection
 
ElementPropertyMapping(String[], Type) - Constructor for class org.hibernate.persister.collection.ElementPropertyMapping
 
elements() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
Get an iterator over the array elements
ELEMENTS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
elements() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns an enumeration of the values in this table.
elements() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
ELSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
elseClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
elseClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
embeddable(Class<X>) - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
EMBEDDABLE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
Embeddable - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines the settings and mappings for embeddable objects.
Embeddable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
embeddable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
EMBEDDABLE_SET_ORDINAL_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Name of column used for storing ordinal of the change in sets of embeddable elements.
EmbeddableAttributes - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for embeddable-attributes complex type.
EmbeddableAttributes() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
EmbeddableMapping - Interface in org.hibernate.boot.model.source.spi
Unifying contract for consuming JAXB types which describe an embeddable (in JPA terms).
EmbeddableSource - Interface in org.hibernate.boot.model.source.spi
Represents the binding source for an "embeddable" (in JPA terms) or "composite" (in legacy Hibernate terms).
EmbeddableSourceContainer - Interface in org.hibernate.boot.model.source.internal.hbm
Defines additional information for a EmbeddableSource in relation to the thing that contains it.
EmbeddableSourceContributor - Interface in org.hibernate.boot.model.source.spi
Contract for things that can contain EmbeddableSource definitions.
EmbeddableSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
EmbeddableSourceImpl(MappingDocument, EmbeddableSourceContainer, EmbeddableMapping, List, boolean, boolean, String, NaturalIdMutability) - Constructor for class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
EmbeddableSourceVirtualImpl - Class in org.hibernate.boot.model.source.internal.hbm
A virtual embeddable; what Hibernate historically (pre-JPA) called an embedded component.
EmbeddableSourceVirtualImpl(MappingDocument, AttributesHelper.Callback, EmbeddableSourceContainer, List, String, NaturalIdMutability, JaxbHbmPropertiesType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
EmbeddableTypeImpl<X> - Class in org.hibernate.jpa.internal.metamodel
 
EmbeddableTypeImpl(Class<X>, AbstractManagedType, ComponentType) - Constructor for class org.hibernate.jpa.internal.metamodel.EmbeddableTypeImpl
 
embedded - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
embedded - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
Embedded - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Embedded() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
EMBEDDED_ID - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
EmbeddedAttributeMapping - Interface in org.hibernate.boot.model.source.spi
Unifying contract for any JAXB types which describe an embedded (in JPA terms).
embeddedComponent(ComponentMetamodel) - Method in class org.hibernate.type.TypeFactory
 
EmbeddedComponentType - Class in org.hibernate.type
 
EmbeddedComponentType(TypeFactory.TypeScope, ComponentMetamodel) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
embeddedId - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
EmbeddedId - Class in org.hibernate.jpamodelgen.xml.jaxb
 
EmbeddedId() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
EmbeddedIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
 
EmbeddedIdMapper(PropertyData, Class, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
embedXmlAttributesNoLongerSupported() - Method in interface org.hibernate.internal.CoreMessageLogger
 
empty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
empty() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
empty() - Method in class org.hibernate.collection.internal.PersistentBag
 
empty() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
empty() - Method in class org.hibernate.collection.internal.PersistentList
 
empty() - Method in class org.hibernate.collection.internal.PersistentMap
 
empty() - Method in class org.hibernate.collection.internal.PersistentSet
 
empty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection empty? (don't try to initialize the collection)
EMPTY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
EMPTY_BOOLEAN_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_BYTE_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_CLASS_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_COLLECTION - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
EMPTY_INT_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_LIST - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
EMPTY_MAP - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
Deprecated.
EMPTY_OBJECT_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_STRING_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_STRINGS - Static variable in class org.hibernate.internal.util.StringHelper
 
EMPTY_TYPE_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EmptyExpression - Class in org.hibernate.criterion
An expression asserting that a collection property is empty
EmptyExpression(String) - Constructor for class org.hibernate.criterion.EmptyExpression
Constructs an EmptyExpression
EmptyInterceptor - Class in org.hibernate
An interceptor that does nothing.
EmptyInterceptor() - Constructor for class org.hibernate.EmptyInterceptor
 
EmptyIterator - Class in org.hibernate.internal.util.collections
 
EmptyType - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for emptyType complex type.
EmptyType() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EmptyType
 
ENABLE_LAZY_LOAD_NO_TRANS - Static variable in interface org.hibernate.cfg.AvailableSettings
 
ENABLE_SYNONYMS - Static variable in interface org.hibernate.cfg.AvailableSettings
If enabled, allows schema update and validation to support synonyms.
enableAutoClose() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
enableAutoClose() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should we process or ignore explicitly defined discriminators in the case of joined-subclasses.
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFetchProfile(String) - Method in class org.hibernate.internal.SessionImpl
 
enableFetchProfile(String) - Method in interface org.hibernate.Session
Enable a particular fetch profile on this session.
enableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFilter(String) - Method in class org.hibernate.internal.SessionImpl
 
enableFilter(String) - Method in interface org.hibernate.Session
Enable the named filter for this current session.
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should nationalized variants of character data be used in the database types? For example, should NVARCHAR be used instead of VARCHAR? NCLOB instead of CLOB?

Its default is defined by the AvailableSettings.USE_NATIONALIZED_CHARACTER_DATA setting if using property-based configuration.

enableGlobalNationalizedCharacterDataSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableHibernateStatistics(SessionFactory) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
Enable hibernate statistics with the input session factory
enableHibernateStatisticsSupport(SessionFactory) - Method in interface org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistration
Enable hibernate statistics in the mbean.
enableHibernateStatisticsSupport(SessionFactory) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
 
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Similarly to MetadataBuilder.enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean), but here how should we treat joined inheritance when there is no explicitly defined discriminator annotations? If enabled, we will handle joined inheritance with no explicit discriminator annotations by implicitly creating one (following the JPA implicit naming rules).
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
For entities which do not explicitly say, should we force discriminators into SQL selects? The (historical) default is false

Its default is defined by the AvailableSettings.FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULT setting if using property-based configuration.

enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableLegacyFallback() - Method in class org.hibernate.boot.internal.IdGeneratorInterpreterImpl
 
enableLike() - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties.
enableLike(MatchMode) - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties
enableNewIdentifierGeneratorSupport(boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
enableNewIdentifierGeneratorSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should we enable support for the "new" (since 3.2) identifier generator mappings for handling: GenerationType.SEQUENCE GenerationType.IDENTITY GenerationType.TABLE GenerationType.AUTO

Its default is defined by the AvailableSettings.USE_NEW_ID_GENERATOR_MAPPINGS setting if using property-based configuration.

enableNewIdentifierGeneratorSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableReleases() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
enableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Enable connection releases
enableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
enableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
enableStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
enableStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
EncapsulatedEntityIdentifierDefinition - Interface in org.hibernate.persister.walking.spi
 
EncapsulatedEntityIdentifierDescription - Class in org.hibernate.loader.plan.build.internal.returns
Models a composite entity identifier that is encapsulated (meaning there is a composite class and a single attribute that encapsulates the composite value).
EncapsulatedEntityIdentifierDescription(EntityReference, ExpandingCompositeQuerySpace, CompositeType, PropertyPath) - Constructor for class org.hibernate.loader.plan.build.internal.returns.EncapsulatedEntityIdentifierDescription
Build an encapsulated version of a composite EntityIdentifierDescription
encloseWithOuterQuery(StringBuilder) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Encloses original SQL statement with outer query that provides __hibernate_row_nr__ column.
end() - Method in class org.hibernate.BaseSessionEventListener
 
end() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
end() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
END - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.ClauseParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.FromParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.FromPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.GroupByParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.OrderByParser
 
end(QueryTranslatorImpl) - Method in interface org.hibernate.hql.internal.classic.Parser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PreprocessingParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.WhereParser
 
end() - Method in interface org.hibernate.SessionEventListener
 
end(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
END_INVALIDATION - Static variable in interface org.hibernate.cache.infinispan.util.CacheCommandIds
endFunctionTemplate(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
endFunctionTemplate(AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
endInvalidatingKey(Object, Object) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
 
endInvalidatingKey(Object, Object, boolean) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Called after the transaction completes, allowing caching of entries.
endInvalidatingRegion() - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Called when the region invalidation is finished.
endInvalidation() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
EndInvalidationCommand - Class in org.hibernate.cache.infinispan.util
Sent in commit phase (after DB commit) to remote nodes in order to stop invalidating putFromLoads.
EndInvalidationCommand(String) - Constructor for class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
EndInvalidationCommand(String, Object[], Object) - Constructor for class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
endLoading(ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.CollectionReferenceInitializerImpl
 
endLoading(ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.CollectionReferenceInitializer
 
endLoadingCollections(CollectionPersister) - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
Finish the process of collection-loading for this bound result set.
endRead() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
endRead() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
endRead() - Method in class org.hibernate.collection.internal.PersistentMap
 
endRead() - Method in class org.hibernate.collection.internal.PersistentSet
 
endRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after reading all rows from the JDBC result set
endRemoveOrphanBeforeUpdates() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
endTransaction(boolean) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
endTransaction(boolean) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a transaction completing.
enhance(CtClass) - Method in class org.hibernate.bytecode.enhance.internal.CompositeEnhancer
 
enhance(CtClass) - Method in class org.hibernate.bytecode.enhance.internal.EntityEnhancer
 
enhance(CtClass) - Method in class org.hibernate.bytecode.enhance.internal.MappedSuperclassEnhancer
 
enhance(CtClass) - Method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesEnhancer
 
enhance(String, byte[]) - Method in class org.hibernate.bytecode.enhance.spi.Enhancer
Performs the enhancement.
enhanceAttributesAccess(CtClass, IdentityHashMap<String, PersistentAttributesEnhancer.PersistentAttributeAccessMethods>) - Method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesEnhancer
 
enhanceComposite(String, byte[]) - Method in class org.hibernate.bytecode.enhance.spi.Enhancer
Deprecated.
Should use enhance(String, byte[]) and a proper EnhancementContext
EnhancedGetterMethodImpl - Class in org.hibernate.property.access.spi
Deprecated.
No longer used; GetterFieldImpl or GetterMethodImpl should be used instead.
EnhancedGetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
EnhancedProjection - Interface in org.hibernate.criterion
An "enhanced" Projection for a Criteria query.
EnhancedSetterImpl - Class in org.hibernate.property.access.spi
 
EnhancedSetterImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedSetterImpl
 
EnhancedSetterMethodImpl - Class in org.hibernate.property.access.spi
Deprecated.
No longer used; EnhancedSetterImpl should be used instead.
EnhancedSetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
Deprecated.
 
EnhancedUserType - Interface in org.hibernate.usertype
A custom type that may function as an identifier or discriminator type
EnhancementContext - Interface in org.hibernate.bytecode.enhance.spi
The context for performing an enhancement.
enhancementContext - Variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
EnhancementException - Exception in org.hibernate.bytecode.enhance.spi
An exception indicating some kind of problem performing bytecode enhancement.
EnhancementException(String, Throwable) - Constructor for exception org.hibernate.bytecode.enhance.spi.EnhancementException
Constructs an EnhancementException
EnhancementTask - Class in org.hibernate.tool.enhance
Ant task for performing build-time enhancement of entities and component/embeddable classes.
EnhancementTask() - Constructor for class org.hibernate.tool.enhance.EnhancementTask
 
Enhancer - Class in org.hibernate.bytecode.enhance.spi
Class responsible for performing enhancement.
Enhancer(EnhancementContext) - Constructor for class org.hibernate.bytecode.enhance.spi.Enhancer
Constructs the Enhancer, using the given context.
ENHANCER_ENABLE_ASSOCIATION_MANAGEMENT - Static variable in interface org.hibernate.jpa.AvailableSettings
Enable association management feature in runtime bytecode enhancement
ENHANCER_ENABLE_DIRTY_TRACKING - Static variable in interface org.hibernate.jpa.AvailableSettings
Enable dirty tracking feature in runtime bytecode enhancement
ENHANCER_ENABLE_LAZY_INITIALIZATION - Static variable in interface org.hibernate.jpa.AvailableSettings
Enable lazy loading feature in runtime bytecode enhancement
EnhancerConstants - Class in org.hibernate.bytecode.enhance.spi
Constants used during enhancement.
EnhancingClassTransformerImpl - Class in org.hibernate.jpa.internal.enhance
 
EnhancingClassTransformerImpl(EnhancementContext) - Constructor for class org.hibernate.jpa.internal.enhance.EnhancingClassTransformerImpl
 
enlistResource(XAResource) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
EntitiesAtRevisionQuery - Class in org.hibernate.envers.query.internal.impl
 
EntitiesAtRevisionQuery(EnversService, AuditReaderImplementor, Class<?>, Number, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionQuery
 
EntitiesAtRevisionQuery(EnversService, AuditReaderImplementor, Class<?>, String, Number, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionQuery
 
EntitiesConfigurations - Class in org.hibernate.envers.internal.entities
Configuration of the user entities: property mapping of the entities, relations, inheritance.
EntitiesConfigurations(Map<String, EntityConfiguration>, Map<String, EntityConfiguration>) - Constructor for class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
EntitiesConfigurator - Class in org.hibernate.envers.configuration.internal
 
EntitiesConfigurator() - Constructor for class org.hibernate.envers.configuration.internal.EntitiesConfigurator
 
entitiesDeleted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesEqual(SessionImplementor, String, Object, Object) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
entitiesFetched(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesInserted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesLoaded(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EntitiesModifiedAtRevisionQuery - Class in org.hibernate.envers.query.internal.impl
In comparison to EntitiesAtRevisionQuery this query returns an empty collection if an entity of a certain type has not been changed in a given revision.
EntitiesModifiedAtRevisionQuery(EnversService, AuditReaderImplementor, Class<?>, Number) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesModifiedAtRevisionQuery
 
EntitiesModifiedAtRevisionQuery(EnversService, AuditReaderImplementor, Class<?>, String, Number) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesModifiedAtRevisionQuery
 
entitiesUpdated(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
Entity - Annotation Type in org.hibernate.annotations
Deprecated.
See individual attributes for intended replacements. To be removed in 4.1
entity - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
entity - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
entity(Class) - Method in class org.hibernate.internal.TypeLocatorImpl
 
entity(String) - Method in class org.hibernate.internal.TypeLocatorImpl
 
entity(Class<X>) - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
ENTITY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
Entity - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines the settings and mappings for an entity.
Entity() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
entity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
entity(Class) - Method in interface org.hibernate.TypeHelper
Retrieve a type representing the given entity.
entity(String) - Method in interface org.hibernate.TypeHelper
Retrieve a type representing the given entity.
ENTITY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
ENTITY_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for entity caches.
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
ENTITY_ENTRY_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the EntityEntry
ENTITY_ENTRY_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the EntityEntry field.
ENTITY_ENTRY_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the EntityEntry field.
ENTITY_ID - Static variable in interface org.hibernate.persister.entity.EntityPersister
The property name of the "special" identifier property in HQL
ENTITY_INSTANCE_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to get reference the the entity instance (this in the case of enhanced classes).
ENTITY_MANAGER_FACTORY_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
EntityManagerFactory name
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_PERSISTER_CONSTRUCTOR_ARGS - Static variable in class org.hibernate.persister.internal.PersisterFactoryImpl
The constructor signature for EntityPersister implementations
ENTITY_TUP_CTOR_SIG - Static variable in class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityAction - Class in org.hibernate.action.internal
Base class for actions relating to insert/update/delete of an entity instance.
EntityAction(SessionImplementor, Serializable, Object, EntityPersister) - Constructor for class org.hibernate.action.internal.EntityAction
Instantiate an action.
EntityAliases - Interface in org.hibernate.loader
Metadata describing the SQL result set column aliases for a particular entity.
entityAnnotationOnNonRoot(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EntityAttributeFetchImpl - Class in org.hibernate.loader.plan.build.internal.returns
 
EntityAttributeFetchImpl(ExpandingFetchSource, AssociationAttributeDefinition, FetchStrategy, ExpandingEntityQuerySpace) - Constructor for class org.hibernate.loader.plan.build.internal.returns.EntityAttributeFetchImpl
 
EntityBasedAssociationAttribute - Class in org.hibernate.tuple.entity
 
EntityBasedAssociationAttribute(EntityPersister, SessionFactoryImplementor, int, String, AssociationType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
EntityBasedBasicAttribute - Class in org.hibernate.tuple.entity
 
EntityBasedBasicAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedBasicAttribute
 
EntityBasedCompositionAttribute - Class in org.hibernate.tuple.entity
 
EntityBasedCompositionAttribute(EntityPersister, SessionFactoryImplementor, int, String, CompositeType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedCompositionAttribute
 
EntityBinder - Class in org.hibernate.cfg.annotations
Stateful holder and processor for binding Entity information
EntityBinder() - Constructor for class org.hibernate.cfg.annotations.EntityBinder
Use as a fake one for Collection of elements
EntityBinder(Entity, Entity, XClass, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.annotations.EntityBinder
 
EntityCallback - Class in org.hibernate.jpa.event.internal.jpa
Represents a JPA callback on the entity itself
EntityCallback(Method, CallbackType) - Constructor for class org.hibernate.jpa.event.internal.jpa.EntityCallback
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in interface org.hibernate.envers.EntityTrackingRevisionListener
Called after audited entity data has been persisted.
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in class org.hibernate.envers.internal.revisioninfo.DefaultTrackingModifiedEntitiesRevisionInfoGenerator
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in interface org.hibernate.envers.internal.revisioninfo.RevisionInfoGenerator
 
entityChanged(Session, Object, AuditWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.EntityChangeNotifier
Notifies RevisionInfoGenerator about changes made in the current revision.
EntityChangeNotifier - Class in org.hibernate.envers.internal.synchronization
Notifies RevisionInfoGenerator about changes made in the current revision.
EntityChangeNotifier(RevisionInfoGenerator, SessionImplementor) - Constructor for class org.hibernate.envers.internal.synchronization.EntityChangeNotifier
 
entityClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
entityClassName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
EntityConfiguration - Class in org.hibernate.envers.internal.entities
 
EntityConfiguration(String, String, IdMappingData, ExtendedPropertyMapper, String) - Constructor for class org.hibernate.envers.internal.entities.EntityConfiguration
 
EntityCopyAllowedLoggedObserver - Class in org.hibernate.event.internal
An EntityCopyObserver implementation that allows multiple representations of the same persistent entity to be merged and provides logging of the entity copies that that are detected.
EntityCopyAllowedLoggedObserver() - Constructor for class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
EntityCopyAllowedObserver - Class in org.hibernate.event.internal
An EntityCopyObserver implementation that allows multiple representations of the same persistent entity to be merged.
EntityCopyAllowedObserver() - Constructor for class org.hibernate.event.internal.EntityCopyAllowedObserver
 
entityCopyDetected(Object, Object, Object, EventSource) - Method in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
entityCopyDetected(Object, Object, Object, EventSource) - Method in class org.hibernate.event.internal.EntityCopyAllowedObserver
 
entityCopyDetected(Object, Object, Object, EventSource) - Method in class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
entityCopyDetected(Object, Object, Object, EventSource) - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called when more than one representation of the same persistent entity is being merged.
EntityCopyNotAllowedObserver - Class in org.hibernate.event.internal
 
EntityCopyNotAllowedObserver() - Constructor for class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
EntityCopyObserver - Interface in org.hibernate.event.spi
An observer for detection of multiple entity representations for a persistent entity being merged.
EntityDefinition - Interface in org.hibernate.persister.walking.spi
Defines the contract for walking the attributes defined by an entity
EntityDeleteAction - Class in org.hibernate.action.internal
The action for performing an entity deletion.
EntityDeleteAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.EntityDeleteAction
Constructs an EntityDeleteAction.
entityElement() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
EntityEnhancer - Class in org.hibernate.bytecode.enhance.internal
enhancer for regular entities
EntityEnhancer(EnhancementContext) - Constructor for class org.hibernate.bytecode.enhance.internal.EntityEnhancer
 
EntityEntry - Interface in org.hibernate.engine.spi
We need an entry to tell us all about the current state of an object with respect to its persistent state Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class, therefore we need to take care of its impact on memory consumption.
EntityEntryContext - Class in org.hibernate.engine.internal
Defines a context for maintaining the relation between an entity associated with the Session ultimately owning this EntityEntryContext instance and that entity's corresponding EntityEntry.
EntityEntryContext(PersistenceContext) - Constructor for class org.hibernate.engine.internal.EntityEntryContext
Constructs a EntityEntryContext
EntityEntryContext.EntityEntryCrossRef - Interface in org.hibernate.engine.internal
EntityEntryExtraState - Interface in org.hibernate.engine.spi
Navigation methods for extra state objects attached to EntityEntry.
EntityEntryExtraStateHolder - Class in org.hibernate.engine.internal
Contains optional state from EntityEntry.
EntityEntryExtraStateHolder() - Constructor for class org.hibernate.engine.internal.EntityEntryExtraStateHolder
 
EntityEntryFactory - Interface in org.hibernate.engine.spi
Contract to build EntityEntry
EntityFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of an entity attribute.
EntityFetchReturn - Class in org.hibernate.loader.custom
Spefically a fetch return that refers to an entity association.
EntityFetchReturn(String, EntityAliases, NonScalarReturn, String, LockMode) - Constructor for class org.hibernate.loader.custom.EntityFetchReturn
 
EntityGraphImpl<T> - Class in org.hibernate.jpa.graph.internal
The Hibernate implementation of the JPA EntityGraph contract.
EntityGraphImpl(String, EntityType<T>, EntityManagerFactoryImpl) - Constructor for class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
EntityGraphQueryHint - Class in org.hibernate.engine.query.spi
Encapsulates a JPA EntityGraph provided through a JPQL query hint.
EntityGraphQueryHint(EntityGraph<?>) - Constructor for class org.hibernate.engine.query.spi.EntityGraphQueryHint
 
EntityHierarchyBuilder - Class in org.hibernate.boot.model.source.internal.hbm
Helper for dealing with entity inheritance hierarchies in hbm.xml processing.
EntityHierarchyBuilder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.EntityHierarchyBuilder
 
EntityHierarchySource - Interface in org.hibernate.boot.model.source.spi
Models the source-agnostic view of an entity hierarchy.
EntityHierarchySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
Models an entity hierarchy as defined by hbm.xml documents
EntityHierarchySourceImpl(RootEntitySourceImpl) - Constructor for class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
EntityIdentifierDefinition - Interface in org.hibernate.persister.walking.spi
Describes aspects of the identifier for an entity
EntityIdentifierDefinitionHelper - Class in org.hibernate.persister.walking.internal
 
EntityIdentifierDescription - Interface in org.hibernate.loader.plan.spi
Descriptor for the identifier of an entity as a FetchSource (which allows for key-many-to-one handling).
EntityIdentifierNature - Enum in org.hibernate.id
Describes the possible natures of an entity-defined identifier.
entityIdentifierValueBindingExists(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EntityIdentityInsertAction - Class in org.hibernate.action.internal
The action for performing entity insertions when entity is using IDENTITY column identifier generation
EntityIdentityInsertAction(Object[], Object, EntityPersister, boolean, SessionImplementor, boolean) - Constructor for class org.hibernate.action.internal.EntityIdentityInsertAction
Constructs an EntityIdentityInsertAction
EntityIncrementVersionProcess - Class in org.hibernate.action.internal
A BeforeTransactionCompletionProcess impl to verify and increment an entity version as party of before-transaction-completion processing
EntityIncrementVersionProcess(Object, EntityEntry) - Constructor for class org.hibernate.action.internal.EntityIncrementVersionProcess
Constructs an EntityIncrementVersionProcess for the given entity.
EntityInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all entity mappings (root entity and sub-entity mappings).
EntityInfo(Class, String, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
EntityInsertAction - Class in org.hibernate.action.internal
The action for performing an entity insertion, for entities not defined to use IDENTITY generation.
EntityInsertAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.EntityInsertAction
Constructs an EntityInsertAction.
EntityInstantiator - Class in org.hibernate.envers.internal.entities
 
EntityInstantiator(EnversService, AuditReaderImplementor) - Constructor for class org.hibernate.envers.internal.entities.EntityInstantiator
 
entityInstantiator - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
entityInstantiator - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
EntityInstrumentationMetadata - Interface in org.hibernate.bytecode.spi
Encapsulates bytecode instrumentation information about a particular entity.
entityIsDetached(MergeEvent, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
entityIsDetached(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
The given save-update event named a detached entity.
entityIsPersistent(MergeEvent, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
entityIsPersistent(PersistEvent, Map) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
 
entityIsPersistent(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
entityIsTransient(MergeEvent, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
entityIsTransient(PersistEvent, Map) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
Handle the given create event.
entityIsTransient(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
The given save-update event named a transient entity.
EntityJoinWalker - Class in org.hibernate.loader.entity
A walker for loaders that fetch entities
EntityJoinWalker(OuterJoinLoadable, String[], int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityJoinWalker
 
EntityJoinWalker(OuterJoinLoadable, String[], int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityJoinWalker
 
EntityKey - Class in org.hibernate.engine.spi
Uniquely identifies of an entity instance in a particular Session by identifier.
EntityKey(Serializable, EntityPersister) - Constructor for class org.hibernate.engine.spi.EntityKey
Construct a unique identifier for an entity class instance.
EntityListener - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines an entity listener to be invoked at lifecycle events for the entities that list this listener.
EntityListener() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
entityListener - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
 
entityListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
EntityListeners - Class in org.hibernate.jpamodelgen.xml.jaxb
 
EntityListeners() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
 
entityListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
entityListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
EntityLoadContext - Class in org.hibernate.engine.loading.internal
Tracks information about loading of entities specific to a given result set.
EntityLoadContext(LoadContexts, ResultSet) - Constructor for class org.hibernate.engine.loading.internal.EntityLoadContext
 
EntityLoader - Class in org.hibernate.loader.entity
Loads an entity instance using outerjoin fetching to fetch associated entities.
EntityLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader - Class in org.hibernate.loader.entity.plan
UniqueEntityLoader implementation that is the main functionality for LoadPlan-based Entity loading.
EntityLoader.Builder - Class in org.hibernate.loader.entity.plan
 
EntityLoadQueryDetails - Class in org.hibernate.loader.plan.exec.internal
Handles interpreting a LoadPlan (for loading of an entity) by: generating the SQL query to perform creating the readers needed to read the results from the SQL's ResultSet
EntityLoadQueryDetails(LoadPlan, String[], AliasResolutionContextImpl, EntityReturn, QueryBuildingParameters, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
Constructs a EntityLoadQueryDetails object from the given inputs.
entityManager() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
entityManagerClosedBySomeoneElse(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entityManagerFactoryAlreadyRegistered(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EntityManagerFactoryBuilder - Interface in org.hibernate.jpa.boot.spi
Represents a 2-phase JPA bootstrap process for building a Hibernate EntityManagerFactory.
EntityManagerFactoryBuilderImpl - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor, Map) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor, Map, ClassLoader) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
EntityManagerFactoryBuilderImpl.MergedSettings - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl.ServiceRegistryCloser - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryImpl - Class in org.hibernate.jpa.internal
Actual Hibernate implementation of EntityManagerFactory.
EntityManagerFactoryImpl(String, SessionFactoryImplementor, MetadataImplementor, SettingsImpl, Map<?, ?>) - Constructor for class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
EntityManagerFactoryRegistry - Class in org.hibernate.jpa.internal
An internal registry of all EntityManagerFactoryImpl instances for the same classloader as this class.
EntityManagerFactoryRegistry() - Constructor for class org.hibernate.jpa.internal.EntityManagerFactoryRegistry
 
EntityManagerImpl - Class in org.hibernate.jpa.internal
Hibernate implementation of EntityManager.
EntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, SynchronizationType, PersistenceUnitTransactionType, boolean, Class, Map) - Constructor for class org.hibernate.jpa.internal.EntityManagerImpl
 
EntityManagerMessageLogger - Interface in org.hibernate.jpa.internal
The jboss-logging MessageLogger for the hibernate-entitymanager module.
entityMappedAsNonAbstract(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EntityMappings - Class in org.hibernate.jpamodelgen.xml.jaxb
The entity-mappings element is the root element of a mapping file.
EntityMappings() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
EntityMetamodel - Class in org.hibernate.tuple.entity
Centralizes metamodel information about an entity.
EntityMetamodel(PersistentClass, AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
 
EntityMetamodel.GenerationStrategyPair - Class in org.hibernate.tuple.entity
 
EntityMetamodel.ValueGenerationStrategyException - Exception in org.hibernate.tuple.entity
 
entityMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
EntityMode - Enum in org.hibernate
Defines the representation modes available for entities.
entityMode - Variable in class org.hibernate.type.ComponentType
 
EntityModeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
EntityModeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.EntityModeConverter
 
entityName - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
entityName - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
entityName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
entityName - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
EntityNameResolver - Interface in org.hibernate
Contract for resolving an entity-name from a given entity instance.
EntityNaming - Interface in org.hibernate.boot.model.naming
 
EntityNamingSource - Interface in org.hibernate.boot.model.source.spi
Naming information about an entity.
EntityNamingSourceContributor - Interface in org.hibernate.boot.model.source.spi
 
EntityNotFoundDelegate - Interface in org.hibernate.proxy
Delegate to handle the scenario of an entity not found by a specified id.
EntityPersister - Interface in org.hibernate.persister.entity
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
EntityPersisterAttributeSource(EntityPersister) - Constructor for class org.hibernate.jpa.internal.metamodel.Helper.EntityPersisterAttributeSource
 
EntityPrinter - Class in org.hibernate.internal.util
Renders entities and query parameters to a nicely readable string.
EntityPrinter(SessionFactoryImplementor) - Constructor for class org.hibernate.internal.util.EntityPrinter
 
EntityPropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on a property of an audited entity.
EntityPropertyName(String) - Constructor for class org.hibernate.envers.query.internal.property.EntityPropertyName
 
EntityQuerySpace - Interface in org.hibernate.loader.plan.spi
Models a QuerySpace specific to an entity (EntityPersister).
EntityQuerySpaceImpl - Class in org.hibernate.loader.plan.build.internal.spaces
 
EntityQuerySpaceImpl(EntityPersister, String, ExpandingQuerySpaces, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl
 
EntityReference - Interface in org.hibernate.loader.plan.spi
Represents a reference to an entity either as a return, fetch, or collection element or index.
EntityReferenceAliases - Interface in org.hibernate.loader.plan.exec.spi
Aggregates the alias/suffix information in relation to an EntityReference todo : add a contract (interface) that can be shared by entity and collection alias info objects as lhs/rhs of a join ?
EntityReferenceAliasesImpl - Class in org.hibernate.loader.plan.exec.internal
 
EntityReferenceAliasesImpl(String, EntityAliases) - Constructor for class org.hibernate.loader.plan.exec.internal.EntityReferenceAliasesImpl
 
EntityReferenceInitializer - Interface in org.hibernate.loader.plan.exec.process.spi
 
EntityReferenceInitializerImpl - Class in org.hibernate.loader.plan.exec.process.internal
 
EntityReferenceInitializerImpl(EntityReference, EntityReferenceAliases) - Constructor for class org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl
 
EntityReferenceInitializerImpl(EntityReference, EntityReferenceAliases, boolean) - Constructor for class org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl
 
EntityRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store entity data.
EntityRegionAccessStrategy - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached entity data.
EntityRegionImpl - Class in org.hibernate.cache.infinispan.entity
Entity region implementation
EntityRegionImpl(AdvancedCache, String, TransactionManager, CacheDataDescription, InfinispanRegionFactory, CacheKeysFactory) - Constructor for class org.hibernate.cache.infinispan.entity.EntityRegionImpl
Construct a entity region
EntityRegionImpl - Class in org.hibernate.testing.cache
 
EntityRegionImpl(CachingRegionFactory, String, CacheDataDescription, SessionFactoryOptions) - Constructor for class org.hibernate.testing.cache.EntityRegionImpl
 
EntityResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
EntityResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
entityResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
EntityReturn - Interface in org.hibernate.loader.plan.spi
Models the an entity as root Return.
EntityReturnImpl - Class in org.hibernate.loader.plan.build.internal.returns
 
EntityReturnImpl(EntityDefinition, ExpandingQuerySpaces) - Constructor for class org.hibernate.loader.plan.build.internal.returns.EntityReturnImpl
 
EntityReturnReader - Class in org.hibernate.loader.plan.exec.process.internal
 
EntityReturnReader(EntityReturn) - Constructor for class org.hibernate.loader.plan.exec.process.internal.EntityReturnReader
 
EntitySource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of information related to mapping an entity.
EntityStatistics - Interface in org.hibernate.stat
Entity related statistics
EntityStats - Class in org.hibernate.cache.ehcache.management.impl
When we only support Java 6, all of this OpenMBean scaffolding can be removed in favor or MXBeans.
EntityStats(String) - Constructor for class org.hibernate.cache.ehcache.management.impl.EntityStats
Constructor only naming the stat
EntityStats(String, EntityStatistics) - Constructor for class org.hibernate.cache.ehcache.management.impl.EntityStats
Constructor naming the stat and sourcing stats
EntityStats(CompositeData) - Constructor for class org.hibernate.cache.ehcache.management.impl.EntityStats
Constructor from compositeDate
EntityTools - Class in org.hibernate.envers.internal.tools
 
EntityTools() - Constructor for class org.hibernate.envers.internal.tools.EntityTools
 
EntityTrackingRevisionListener - Interface in org.hibernate.envers
Extension of standard RevisionListener that notifies whenever an entity instance has been added, modified or removed within current revision boundaries.
EntityTuplizer - Interface in org.hibernate.tuple.entity
Defines further responsibilities reagarding tuplization based on a mapped entity.
EntityTuplizerFactory - Class in org.hibernate.tuple.entity
A registry allowing users to define the default EntityTuplizer class to use per EntityMode.
EntityTuplizerFactory() - Constructor for class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityType - Class in org.hibernate.type
Base for types which map associations to persistent entities.
EntityType(TypeFactory.TypeScope, String, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
EntityType(TypeFactory.TypeScope, String, boolean, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
Constructs the requested entity type mapping.
EntityTypeExpression<T> - Class in org.hibernate.jpa.criteria.expression
TODO : javadoc
EntityTypeExpression(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.expression.EntityTypeExpression
 
EntityTypeImpl<X> - Class in org.hibernate.jpa.internal.metamodel
Defines the Hibernate implementation of the JPA EntityType contract.
EntityTypeImpl(Class, AbstractIdentifiableType<? super X>, PersistentClass) - Constructor for class org.hibernate.jpa.internal.metamodel.EntityTypeImpl
 
EntityUniqueKey - Class in org.hibernate.engine.spi
Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.
EntityUniqueKey(String, String, Object, Type, EntityMode, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.EntityUniqueKey
 
EntityUpdateAction - Class in org.hibernate.action.internal
The action for performing entity updates.
EntityUpdateAction(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, Object, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.internal.EntityUpdateAction
Constructs an EntityUpdateAction
EntityVerifyVersionProcess - Class in org.hibernate.action.internal
A BeforeTransactionCompletionProcess impl to verify an entity version as part of before-transaction-completion processing
EntityVerifyVersionProcess(Object, EntityEntry) - Constructor for class org.hibernate.action.internal.EntityVerifyVersionProcess
Constructs an EntityVerifyVersionProcess
EntityXmlMappingData - Class in org.hibernate.envers.configuration.internal.metadata
 
EntityXmlMappingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.EntityXmlMappingData
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
entries(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterate all collection entries, during update of the database
ENTRY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ENTRY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ENTRY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
entry() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
entryArray() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentBag
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentList
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentSet
 
entryExists(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the given element/entry exist in the collection?
entrySet(AdvancedCache<K, V>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
entrySet(AdvancedCache<K, V>, KeyValueFilter<K, V>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
entrySet(AdvancedCache<K, V>, KeyValueFilter<K, V>, Converter<K, V, T>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
entrySet() - Method in class org.hibernate.collection.internal.PersistentMap
 
entrySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
entrySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
entrySet() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
entrySet() - Method in class org.hibernate.proxy.map.MapProxy
 
ENUM - Static variable in class org.hibernate.type.EnumType
 
enumConstants - Variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
enumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
enumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
EnumJavaTypeDescriptor<T extends Enum> - Class in org.hibernate.type.descriptor.java
Describes a Java Enum type.
EnumJavaTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
EnumType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for enum-type.
EnumType - Class in org.hibernate.type
Value type mapper for enumerations.
EnumType() - Constructor for class org.hibernate.type.EnumType
 
EnumType.EnumValueMapperSupport - Class in org.hibernate.type
 
EnumValueMapperSupport() - Constructor for class org.hibernate.type.EnumType.EnumValueMapperSupport
 
EnvelopeAdapter - Class in org.hibernate.spatial.jts
Converts an Envelope to a Polygon
EnversIntegrator - Class in org.hibernate.envers.boot.internal
Hooks up Envers event listeners.
EnversIntegrator() - Constructor for class org.hibernate.envers.boot.internal.EnversIntegrator
 
EnversListener - Interface in org.hibernate.envers.event.spi
Marker interface for Envers listeners for duplication handling.
EnversListenerDuplicationStrategy - Class in org.hibernate.envers.event.spi
Event listener duplication strategy for envers
EnversListenerDuplicationStrategy() - Constructor for class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
EnversLogging - Class in org.hibernate.envers.internal
Sad when you need helpers for generating loggers...
EnversMessageLogger - Interface in org.hibernate.envers.internal
The jboss-logging MessageLogger for the hibernate-envers module.
EnversPostCollectionRecreateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection recreation event listener
EnversPostCollectionRecreateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
 
EnversPostDeleteEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) deletion event listener
EnversPostDeleteEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
EnversPostInsertEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) insertion event listener
EnversPostInsertEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
EnversPostUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) update event listener
EnversPostUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
EnversPreCollectionRemoveEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection removal event listener
EnversPreCollectionRemoveEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
 
EnversPreCollectionUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection update event listener
EnversPreCollectionUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
 
EnversService - Interface in org.hibernate.envers.boot.internal
Provides central access to Envers' configuration.
enversService - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
enversService - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
EnversServiceContributor - Class in org.hibernate.envers.boot.internal
ServiceContributor implementation pushing the EnversService into the registry
EnversServiceContributor() - Constructor for class org.hibernate.envers.boot.internal.EnversServiceContributor
 
EnversServiceImpl - Class in org.hibernate.envers.boot.internal
Provides central access to Envers' configuration.
EnversServiceImpl() - Constructor for class org.hibernate.envers.boot.internal.EnversServiceImpl
 
EnversServiceInitiator - Class in org.hibernate.envers.boot.internal
 
EnversServiceInitiator() - Constructor for class org.hibernate.envers.boot.internal.EnversServiceInitiator
 
EnversSettings - Interface in org.hibernate.envers.configuration
Configuration property names.
Environment - Class in org.hibernate.cfg
Provides access to configuration info passed in Properties objects.
ENVIRONMENT_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
EOF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
EOF - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
EOF - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
eq(Object) - Method in class org.hibernate.criterion.Property
Creates an equality restriction.
eq(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query equality expression for this property
eq(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the named property
eq(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being equal to the value in the subquery result.
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply an "equal" constraint
eq(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Apply an "equal" constraint
EQ - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially equal" constraint to the named property
eqAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a equals-all sub-query expression for this property.
eqAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal equals ALL the values in the subquery result.
eqOrIsNull(Object) - Method in class org.hibernate.criterion.Property
Creates an equality restriction capable of also rendering as IS NULL if the given value is null
eqOrIsNull(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the named property.
eqProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an equality restriction between 2 properties
eqProperty(String) - Method in class org.hibernate.criterion.Property
Creates an equality restriction between 2 properties
eqProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to two properties
eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
equal(Expression<?>, Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
equal(Expression<?>, Object) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
equalityExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
equals(Object) - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
equals(Object) - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
equals(Object) - Method in class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
equals(Object) - Method in class org.hibernate.boot.jaxb.Origin
 
equals(Object) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
equals(Object) - Method in class org.hibernate.boot.model.naming.Identifier
 
equals(Object) - Method in class org.hibernate.boot.model.relational.Namespace
 
equals(Object) - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
equals(Object) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
equals(Object) - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
equals(Object) - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
equals(Object) - Method in class org.hibernate.boot.model.TypeDefinition
 
equals(Object) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
equals(Object, Object) - Method in class org.hibernate.cache.infinispan.TypeEquivalance
 
equals(Object) - Method in class org.hibernate.cache.infinispan.util.BeginInvalidationCommand
 
equals(Object) - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
equals(Object) - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
equals(Object) - Method in class org.hibernate.cache.spi.FilterKey
 
equals(Object) - Method in class org.hibernate.cache.spi.QueryKey
 
equals(Object) - Method in class org.hibernate.cfg.FkSecondPass
 
equals(Object) - Method in class org.hibernate.collection.internal.PersistentBag
Bag does not respect the collection API and do an JVM instance comparison to do the equals.
equals(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
equals(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
equals(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
equals(Object) - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
equals(Object) - Method in class org.hibernate.engine.spi.AssociationKey
 
equals(Object) - Method in class org.hibernate.engine.spi.CollectionKey
 
equals(Object) - Method in class org.hibernate.engine.spi.EntityKey
 
equals(Object) - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
equals(Object) - Method in class org.hibernate.engine.spi.TypedValue
 
equals(Object) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
equals(Object) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.PropertyData
 
equals(Object, Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
equals(Object) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
equals(Object) - Method in class org.hibernate.envers.internal.tools.Triple
 
equals(Object) - Method in class org.hibernate.envers.tools.Pair
 
equals(Object) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
equals(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityKey
 
equals(Object, Object) - Static method in class org.hibernate.internal.util.compare.EqualsHelper
 
equals(Object) - Method in class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
equals(Object) - Method in class org.hibernate.mapping.Column
 
equals(Column) - Method in class org.hibernate.mapping.Column
 
equals(Object) - Method in class org.hibernate.mapping.FetchProfile
 
equals(Object) - Method in class org.hibernate.mapping.Table
 
equals(Table) - Method in class org.hibernate.mapping.Table
 
equals(Object) - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
equals(Object) - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
equals(Object) - Method in class org.hibernate.spatial.jts.Circle
 
EQUALS - Static variable in interface org.hibernate.spatial.SpatialRelation
The geometries are spatially equal to each other.
equals(Object) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
equals(Object) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
2 AliasToBeanConstructorResultTransformer are considered equal if they have the same defined constructor.
equals(Object) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
equals(Object) - Method in class org.hibernate.transform.CacheableResultTransformer
 
equals(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
equals(Object, Object) - Method in class org.hibernate.type.EnumType
 
equals(Object, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(Object, Object) - Method in interface org.hibernate.usertype.UserType
Compare two instances of the class mapped by this type for persistence "equality".
EqualsHelper - Class in org.hibernate.internal.util.compare
Helper for equality determination
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the current state exactly match the snapshot?
error(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
Log a message with ERROR semantics.
error(SAXParseException) - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
error(SAXParseException) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser.ErrorHandlerImpl
 
error(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
ERROR_CANNOT_DETERMINE_TYPE - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ERROR_CANNOT_FETCH_WITH_ITERATE - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ERROR_CANNOT_FORMAT_LITERAL - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ERROR_NAMED_PARAMETER_DOES_NOT_APPEAR - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ErrorCounter - Class in org.hibernate.hql.internal.ast
An error handler that counts parsing errors and warnings.
ErrorCounter() - Constructor for class org.hibernate.hql.internal.ast.ErrorCounter
Constructs an ErrorCounter without knowledge of the HQL, meaning that generated QueryException instances *will not* contain the HQL (and will need to be wrapped at a higher level in another QueryException).
ErrorCounter(String) - Constructor for class org.hibernate.hql.internal.ast.ErrorCounter
Constructs an ErrorCounter with knowledge of the HQL, meaning that generated QueryException instances *will* contain the HQL.
errorIfClosed() - Method in class org.hibernate.internal.AbstractSessionImpl
 
errorIfClosed() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
errorIfInvalid() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
errorIfInvalid() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
ErrorLogger - Class in org.hibernate.internal.util.xml
Implements an ErrorHandler that mainly just logs errors/warnings.
ErrorLogger() - Constructor for class org.hibernate.internal.util.xml.ErrorLogger
 
ErrorLogger(String) - Constructor for class org.hibernate.internal.util.xml.ErrorLogger
 
ErrorReporter - Interface in org.hibernate.hql.internal.ast
Implementations will report or handle errors invoked by an ANTLR base parser.
ESCAPE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
escapeMultibyteChars(String) - Static method in class org.hibernate.hql.internal.ast.util.ASTPrinter
 
ESCqs - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ESCqs - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
evaluate() - Method in class org.hibernate.testing.junit4.AfterClassCallbackHandler
 
evaluate() - Method in class org.hibernate.testing.junit4.BeforeClassCallbackHandler
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
event - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
EVENT_LISTENER_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Event configuration should follow the following pattern hibernate.ejb.event.[eventType] f.q.c.n.EventListener1, f.q.c.n.EventListener12 ...
EventListenerGroup<T> - Interface in org.hibernate.event.service.spi
Contract for a groups of events listeners for a particular event type.
EventListenerGroupImpl<T> - Class in org.hibernate.event.service.internal
 
EventListenerGroupImpl(EventType<T>) - Constructor for class org.hibernate.event.service.internal.EventListenerGroupImpl
 
EventListenerRegistrationException - Exception in org.hibernate.event.service.spi
Indicates a problem registering an event listener.
EventListenerRegistrationException(String) - Constructor for exception org.hibernate.event.service.spi.EventListenerRegistrationException
 
EventListenerRegistrationException(String, Throwable) - Constructor for exception org.hibernate.event.service.spi.EventListenerRegistrationException
 
EventListenerRegistry - Interface in org.hibernate.event.service.spi
Service for accessing each EventListenerGroup by EventType, as well as convenience methods for managing the listeners registered in each EventListenerGroup.
EventListenerRegistryImpl - Class in org.hibernate.event.service.internal
 
EventListenerRegistryImpl() - Constructor for class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
eventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
eventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
eventListeners(SessionEventListener...) - Method in interface org.hibernate.SessionBuilder
Apply one or more SessionEventListener instances to the listeners for the Session to be built.
EventListenerServiceInitiator - Class in org.hibernate.event.service.internal
Service initiator for EventListenerRegistry
EventListenerServiceInitiator() - Constructor for class org.hibernate.event.service.internal.EventListenerServiceInitiator
 
eventName() - Method in class org.hibernate.event.spi.EventType
 
eventSource() - Method in class org.hibernate.action.internal.CollectionAction
 
eventSource() - Method in class org.hibernate.action.internal.EntityAction
 
EventSource - Interface in org.hibernate.event.spi
 
EventType<T> - Class in org.hibernate.event.spi
Enumeration of the recognized types of events, including meta-information about each.
evict() - Method in class org.hibernate.action.internal.CollectionAction
 
evict(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
evict(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
evict(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
evict(Object) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
evict(Object) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
evict(Object) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
evict(Object) - Method in class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
 
evict(Object) - Method in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
evict(Object) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
EVICT - Static variable in class org.hibernate.cache.infinispan.util.TombstoneUpdate
 
evict(Object) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in interface org.hibernate.cache.spi.GeneralDataRegion
Evict an item from the cache immediately (without regard for transaction isolation).
EVICT - Static variable in class org.hibernate.engine.spi.CascadeStyles
evict
EVICT - Static variable in class org.hibernate.engine.spi.CascadingActions
 
evict(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
EVICT - Static variable in class org.hibernate.event.spi.EventType
 
evict(Class, Serializable) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evict(Class) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evict(Object) - Method in class org.hibernate.internal.SessionImpl
remove any hard references to the entity that are held by the infrastructure (references held by application or other persistent instances are okay)
evict(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
EVICT_ALL - Static variable in interface org.hibernate.cache.infinispan.util.CacheCommandIds
evictAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
evictAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
evictAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
evictAll() - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
evictAll() - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
evictAll() - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
evictAll() - Method in class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
 
evictAll() - Method in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
evictAll() - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
evictAll() - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
evictAll() - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in interface org.hibernate.cache.spi.GeneralDataRegion
Evict all contents of this particular cache region (without regard for transaction isolation).
EvictAllCommand - Class in org.hibernate.cache.infinispan.util
Evict all command
EvictAllCommand(String, BaseRegion) - Constructor for class org.hibernate.cache.infinispan.util.EvictAllCommand
Evict all command constructor.
EvictAllCommand(String) - Constructor for class org.hibernate.cache.infinispan.util.EvictAllCommand
Evict all command constructor.
evictAllRegions() - Method in interface org.hibernate.Cache
Evict all data from the cache.
evictAllRegions() - Method in class org.hibernate.internal.CacheImpl
 
evictCollection(String, Serializable) - Method in interface org.hibernate.Cache
Evicts the cache data for the given identified collection instance.
evictCollection(Object, CollectionType) - Method in class org.hibernate.event.internal.EvictVisitor
 
evictCollection(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
evictCollection(String, Serializable) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictCollection(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictCollectionRegion(String) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictCollectionRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
evictCollectionRegions() - Method in interface org.hibernate.Cache
Evict data from all collection regions.
evictCollectionRegions() - Method in class org.hibernate.internal.CacheImpl
 
evictDefaultQueryRegion() - Method in interface org.hibernate.Cache
Evicts all cached query results from the default region.
evictDefaultQueryRegion() - Method in class org.hibernate.internal.CacheImpl
 
evictEntity(Class, Serializable) - Method in interface org.hibernate.Cache
Evicts the entity data for a particular entity "instance".
evictEntity(String, Serializable) - Method in interface org.hibernate.Cache
Evicts the entity data for a particular entity "instance".
evictEntity(Class, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
evictEntity(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
evictEntity(String, Serializable) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictEntity(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictEntityRegion(Class) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictEntityRegion(String) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictEntityRegion(Class) - Method in class org.hibernate.internal.CacheImpl
 
evictEntityRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
evictEntityRegions() - Method in interface org.hibernate.Cache
Evict data from all entity regions.
evictEntityRegions() - Method in class org.hibernate.internal.CacheImpl
 
EvictEvent - Class in org.hibernate.event.spi
Defines an event class for the evicting of an entity.
EvictEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.EvictEvent
 
EvictEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of evict events generated from a session.
evictNaturalIdRegion(Class) - Method in interface org.hibernate.Cache
Evicts all naturalId data from the given region (i.e.
evictNaturalIdRegion(String) - Method in interface org.hibernate.Cache
Evicts all naturalId data from the given region (i.e.
evictNaturalIdRegion(Class) - Method in class org.hibernate.internal.CacheImpl
 
evictNaturalIdRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
evictNaturalIdRegions() - Method in interface org.hibernate.Cache
Evict data from all naturalId regions.
evictNaturalIdRegions() - Method in class org.hibernate.internal.CacheImpl
 
evictQueries() - Method in interface org.hibernate.engine.spi.CacheImplementor
Clean up the default QueryCache.
evictQueries() - Method in class org.hibernate.internal.CacheImpl
 
evictQueries() - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictQueries(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictQueryRegion(String) - Method in interface org.hibernate.Cache
Evicts all cached query results under the given name.
evictQueryRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
evictQueryRegions() - Method in interface org.hibernate.Cache
Evict data from all query regions.
evictQueryRegions() - Method in class org.hibernate.internal.CacheImpl
 
EvictVisitor - Class in org.hibernate.event.internal
Evict any collections referenced by the object from the session cache.
Example - Class in org.hibernate.criterion
Support for query by example.
Example(Object, Example.PropertySelector) - Constructor for class org.hibernate.criterion.Example
Allow subclasses to instantiate as needed.
Example.AllPropertySelector - Class in org.hibernate.criterion
Property selector that includes all properties
Example.NotNullOrZeroPropertySelector - Class in org.hibernate.criterion
Property selector that includes only properties that are not null and non-zero (if numeric)
Example.NotNullPropertySelector - Class in org.hibernate.criterion
Property selector that includes only properties that are not null
Example.PropertySelector - Interface in org.hibernate.criterion
A strategy for choosing property values for inclusion in the query criteria.
exceptionClosingProxoolPool() - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about not being able to close the underlying proxool pool.
exceptionHeaderFound(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionHeaderNotFound(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionInAfterTransactionCompletionInterceptor(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionInBeforeTransactionCompletionInterceptor(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionInSubResolver(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ExceptionMapper - Interface in org.hibernate.resource.transaction.backend.jta.internal.synchronization
A pluggable strategy for defining how the Synchronization registered by Hibernate handles exceptions.
ExceptionWrapper(Throwable) - Constructor for exception org.hibernate.testing.async.ExecutableAdapter.ExceptionWrapper
 
exclude(AST) - Method in interface org.hibernate.hql.internal.ast.util.ASTUtil.FilterPredicate
Returns true if the node should be filtered out.
exclude(AST) - Method in class org.hibernate.hql.internal.ast.util.ASTUtil.IncludePredicate
 
EXCLUDE_EMPTY_EXTRACT_VALUE - Static variable in class org.hibernate.cache.infinispan.util.Externalizers
 
EXCLUDE_EMPTY_EXTRACT_VALUE - Static variable in class org.hibernate.cache.infinispan.util.VersionedEntry
 
EXCLUDE_TOMBSTONES - Static variable in class org.hibernate.cache.infinispan.util.Tombstone
 
EXCLUDE_TOMBSTONES_FILTER - Static variable in class org.hibernate.cache.infinispan.util.Externalizers
 
excludeDefaultListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
excludeDefaultListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
excludeEmpty() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
Should empty rows be excluded?
excludeEmpty() - Method in class org.hibernate.criterion.EmptyExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.NotEmptyExpression
 
ExcludeEmptyExtractValueExternalizer() - Constructor for class org.hibernate.cache.infinispan.util.VersionedEntry.ExcludeEmptyExtractValueExternalizer
 
excludeNone() - Method in class org.hibernate.criterion.Example
Include all properties.
excludeProperty(String) - Method in class org.hibernate.criterion.Example
Exclude a particular property by name.
excludeSuperclassListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
excludeSuperclassListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
ExcludeTombstonesFilterExternalizer() - Constructor for class org.hibernate.cache.infinispan.util.Tombstone.ExcludeTombstonesFilterExternalizer
 
excludeUnlistedClasses - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
excludeZeroes() - Method in class org.hibernate.criterion.Example
Exclude zero-valued properties.
Executable - Interface in org.hibernate.action.spi
An operation which may be scheduled for later execution.
Executable - Interface in org.hibernate.testing.async
Something we want to perform with protection to time it out.
ExecutableAdapter - Class in org.hibernate.testing.async
 
ExecutableAdapter(Executable) - Constructor for class org.hibernate.testing.async.ExecutableAdapter
 
ExecutableAdapter.ExceptionWrapper - Exception in org.hibernate.testing.async
 
ExecutableList<E extends Executable & Comparable & Serializable> - Class in org.hibernate.engine.spi
Specialized encapsulating of the state pertaining to each Executable list.
ExecutableList() - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList with the default settings.
ExecutableList(int) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList with the specified initialCapacity.
ExecutableList(boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(int, boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList using the specified Sorter.
ExecutableList(int, ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList with the specified initialCapacity and Sorter.
ExecutableList.Sorter<E extends Executable> - Interface in org.hibernate.engine.spi
Provides a sorting interface for ExecutableList.
execute() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
execute() - Method in class org.hibernate.action.internal.CollectionRecreateAction
 
execute() - Method in class org.hibernate.action.internal.CollectionRemoveAction
 
execute() - Method in class org.hibernate.action.internal.CollectionUpdateAction
 
execute() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
execute() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
execute() - Method in class org.hibernate.action.internal.EntityInsertAction
 
execute() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
execute() - Method in class org.hibernate.action.internal.QueuedOperationCollectionAction
 
execute() - Method in interface org.hibernate.action.spi.Executable
Execute this action.
execute(Set<File>) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
The main instrumentation entry point.
execute(Set<File>) - Method in interface org.hibernate.bytecode.buildtime.spi.Instrumenter
Perform the instrumentation.
execute() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
execute() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Execute this batch.
execute(PreparedStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
execute(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
execute(LobCreationContext.Callback<T>) - Method in interface org.hibernate.engine.jdbc.LobCreationContext
Execute the given callback, making sure it has access to a viable JDBC Connection.
execute(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the PreparedStatement return its first ResultSet, if any.
execute(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, returning its first ResultSet, if any.
execute(E) - Method in class org.hibernate.engine.spi.ActionQueue
 
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.exec.BasicExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.exec.DeleteExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.exec.MultiTableDeleteExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.exec.MultiTableUpdateExecutor
 
execute(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.internal.ast.exec.StatementExecutor
Execute the sql managed by this executor using the given parameters.
execute(SessionImplementor, QueryParameters) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.DeleteHandler
 
execute(SessionImplementor, QueryParameters) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.UpdateHandler
 
execute(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
execute(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
execute(SessionImplementor, Object, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Execute the value generation.
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.internal.AbstractSessionImpl
 
execute() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invokes eviction policy algorithm and returns set of evicted entries.
execute(Connection) - Method in interface org.hibernate.jdbc.ReturningWork
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute(Connection) - Method in interface org.hibernate.jdbc.Work
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute(MetadataImplementor, Map) - Method in class org.hibernate.jpa.internal.schemagen.JpaSchemaGenerator.GenerationProcess
Perform the generation, as indicated by the configuration settings
execute() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
execute(SessionImplementor, Object, Object) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
execute() - Method in class org.hibernate.orm.tooling.maven.MavenEnhancePlugin
 
execute() - Method in interface org.hibernate.testing.async.Executable
Perform the action
execute(Executable) - Method in class org.hibernate.testing.async.TimedExecutor
 
execute(Connection) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
 
execute(Connection) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork
 
execute() - Method in class org.hibernate.tool.enhance.EnhancementTask
 
execute(boolean, boolean, boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute(Target, SchemaExport.Type) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Execute the task
execute(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Execute the schema updates
execute(Target) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Execute the task
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Execute the task
execute() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
executeActions() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued actions.
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
executeBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
executeBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Execute the currently managed batch (if any)
executeIdTableCreationStatements(List<String>, JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.IdTableHelper
 
executeIdTableDropStatements(String[], JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.IdTableHelper
 
executeInserts() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued entity-insertion actions.
executeLoad(SessionImplementor, QueryParameters, LoadQueryDetails, boolean, ResultTransformer) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
 
executeLoad(SessionImplementor, QueryParameters, LoadQueryDetails, boolean, ResultTransformer, List<AfterLoadAction>) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a native SQL update or delete query
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
executeOnConnection(Connection) - Method in interface org.hibernate.engine.jdbc.LobCreationContext.Callback
Perform whatever actions are necessary using the provided JDBC Connection.
executeQueryStatement(QueryParameters, boolean, List<AfterLoadAction>, SessionImplementor) - Method in class org.hibernate.loader.Loader
Process query string by applying filters, LIMIT clause, locks and comments if necessary.
executeQueryStatement(String, QueryParameters, boolean, List<AfterLoadAction>, SessionImplementor) - Method in class org.hibernate.loader.Loader
 
executeQueryStatement(QueryParameters, boolean, List<AfterLoadAction>, SessionImplementor) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
 
executeQueryStatement(String, QueryParameters, boolean, List<AfterLoadAction>, SessionImplementor) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
 
executeReturningWork(ReturningWork<T>, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
Execute the discrete work encapsulated by a ReturningWork instance using the supplied connection, returning the result of ReturningWork.execute(java.sql.Connection)
executeUpdate(PreparedStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
executeUpdate(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
executeUpdate(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the PreparedStatement, returning its "affected row count".
executeUpdate(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the given SQL statement returning its "affected row count".
executeUpdate(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
executeUpdate(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a HQL update or delete query
executeUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
executeUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
executeUpdate(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform a bulk update/delete operation given the underlying query definition.
executeUpdate() - Method in class org.hibernate.internal.QueryImpl
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
executeUpdate() - Method in class org.hibernate.internal.SQLQueryImpl
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
executeUpdate() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
executeUpdate() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
executeUpdate() - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
executeUpdate() - Method in interface org.hibernate.Query
Execute the update or delete statement.
ExecuteUpdateResultCheckStyle - Enum in org.hibernate.engine.spi
For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used.
ExecuteUpdateResultCheckStyleConverter - Class in org.hibernate.boot.jaxb.hbm.internal
JAXB marshalling for the ExecuteUpdateResultCheckStyle enum
ExecuteUpdateResultCheckStyleConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.ExecuteUpdateResultCheckStyleConverter
 
executeWork(Work, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
Execute the discrete work encapsulated by a Work instance using the supplied connection.
executingImportScript(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
executionAvgTime - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionAvgTime
executionCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionCount
ExecutionException - Exception in org.hibernate.bytecode.buildtime.spi
Indicates problem performing the instrumentation execution.
ExecutionException(String) - Constructor for exception org.hibernate.bytecode.buildtime.spi.ExecutionException
Constructs an ExecutionException.
ExecutionException(Throwable) - Constructor for exception org.hibernate.bytecode.buildtime.spi.ExecutionException
Constructs an ExecutionException.
ExecutionException(String, Throwable) - Constructor for exception org.hibernate.bytecode.buildtime.spi.ExecutionException
Constructs an ExecutionException.
executionMaxTime - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionMaxTime
executionMinTime - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionMinTime
executionRowCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionRowCount
exists(DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks for the existence of rows in the subquery result
EXISTS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EXISTS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EXISTS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
exists(Subquery<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
ExistsPredicate - Class in org.hibernate.jpa.criteria.predicate
Models an EXISTS() predicate
ExistsPredicate(CriteriaBuilderImpl, Subquery<?>) - Constructor for class org.hibernate.jpa.criteria.predicate.ExistsPredicate
 
ExistsSubqueryExpression - Class in org.hibernate.criterion
Expression that checks the existence of rows in a sub-query
ExistsSubqueryExpression(String, DetachedCriteria) - Constructor for class org.hibernate.criterion.ExistsSubqueryExpression
Constructs the ExistsSubqueryExpression
exoticComparisonExpression(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
expandBatchIdPlaceholder(String, Serializable[], String, String[], Dialect) - Static method in class org.hibernate.internal.util.StringHelper
 
ExpandingCollectionQuerySpace - Interface in org.hibernate.loader.plan.build.spi
Describes a collection query space that allows adding joins with other query spaces; used while building a CollectionQuerySpace.
ExpandingCompositeQuerySpace - Interface in org.hibernate.loader.plan.build.spi
Describes a composite query space that allows adding joins with other query spaces; used while building a CompositeQuerySpace.
ExpandingEntityIdentifierDescription - Interface in org.hibernate.loader.plan.build.spi
Describes an entity identifier description that allows adding fetches; used while building a EntityIdentifierDescription.
ExpandingEntityQuerySpace - Interface in org.hibernate.loader.plan.build.spi
Describes an entity query space that allows adding joins with other query spaces; used while building an EntityQuerySpace.
ExpandingFetchSource - Interface in org.hibernate.loader.plan.build.spi
Describes the internal contract for things which can contain fetches.
expandingQuerySpace() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
ExpandingQuerySpace - Interface in org.hibernate.loader.plan.build.spi
Describes a query space that allows adding joins with other query spaces; used while building a QuerySpace.
ExpandingQuerySpaces - Interface in org.hibernate.loader.plan.build.spi
Models a collection of QuerySpace references and exposes the ability to create an ExpandingQuerySpace for "returns" and fetches; used when building a load plan.
expandParameterLists(Map) - Method in class org.hibernate.internal.AbstractQueryImpl
Warning: adds new parameters to the argument by side-effect, as well as mutating the query string!
Expectation - Interface in org.hibernate.jdbc
Defines an expected DML operation outcome.
Expectations - Class in org.hibernate.jdbc
Holds various often used Expectation definitions.
Expectations.BasicExpectation - Class in org.hibernate.jdbc
 
Expectations.BasicParamExpectation - Class in org.hibernate.jdbc
 
expectedType(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ExpectedTypeAwareNode - Interface in org.hibernate.hql.internal.ast.tree
Interface for nodes which wish to be made aware of any determined "expected type" based on the context within they appear in the query.
expectNamedParameterName() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Called after we have recognized ':'.
expectNamedParameterName() - Method in class org.hibernate.hql.internal.ast.HqlParser
 
expired(Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
explicitJoin() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
explicitJoin() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
explicitJoin() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
Indicates an explicit request to join a transaction.
ExplicitParameterInfo<T> - Class in org.hibernate.jpa.criteria.compile
 
ExplicitParameterInfo(String, Integer, Class<T>) - Constructor for class org.hibernate.jpa.criteria.compile.ExplicitParameterInfo
 
explicitParameterInfoMap() - Method in interface org.hibernate.jpa.criteria.compile.InterpretedParameterMetadata
 
ExplicitParameterSpecification - Interface in org.hibernate.param
An additional contract for parameters which originate from parameters explicitly encountered in the source statement (HQL or native-SQL).
explicitSkipLockedLockCombo() - Method in interface org.hibernate.internal.CoreMessageLogger
 
ExplicitTruthValueCheck - Class in org.hibernate.jpa.criteria.predicate
ANSI-SQL defines TRUE, FALSE and UNKNOWN as truth values.
ExplicitTruthValueCheck(CriteriaBuilderImpl, Expression<Boolean>, TruthValue) - Constructor for class org.hibernate.jpa.criteria.predicate.ExplicitTruthValueCheck
 
ExplodedArchiveDescriptor - Class in org.hibernate.boot.archive.internal
Descriptor for exploded (directory) archives
ExplodedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.internal.ExplodedArchiveDescriptor
Constructs an ExplodedArchiveDescriptor
explodedJarDoesNotExist(URL) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
explodedJarNotDirectory(URL) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
EXPONENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Exportable - Interface in org.hibernate.boot.model.relational
Contract for entities (in the ERD sense) which can be exported via CREATE, ALTER, etc
ExportableColumn - Class in org.hibernate.id
 
ExportableColumn(Database, Table, String, BasicType) - Constructor for class org.hibernate.id.ExportableColumn
 
ExportableColumn(Database, Table, String, BasicType, String) - Constructor for class org.hibernate.id.ExportableColumn
 
ExportableColumn.ColumnIterator - Class in org.hibernate.id
 
ExportableColumn.ValueImpl - Class in org.hibernate.id
 
ExportableProducer - Interface in org.hibernate.boot.model.relational
Identifies metamodel objects that can produce Exportable relational stuff.
Exporter<T extends Exportable> - Interface in org.hibernate.tool.schema.spi
Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL CREATE and DROP scripts
expr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
expr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
EXPR_LIST - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Expression - Class in org.hibernate.criterion
Deprecated.
Use Restrictions instead
expression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
expression() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule what this grammar recognizes as valid sort key.
expressionDescription() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
expressionDescription() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
expressionDescription() - Method in class org.hibernate.hql.internal.ast.tree.MapKeyNode
 
expressionDescription() - Method in class org.hibernate.hql.internal.ast.tree.MapValueNode
 
ExpressionImpl<T> - Class in org.hibernate.jpa.criteria.expression
Models an expression in the criteria query language.
ExpressionImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
ExpressionImplementor<T> - Interface in org.hibernate.jpa.criteria
Internal contract for implementations of the JPA Expression contract.
expressionOrSubQuery(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
expressionOrVector() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
ExpressionUtil - Class in org.hibernate.spatial.criterion
This class assists in the formation of a SQL-fragment in the various spatial query expressions.
exprList() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
exprOrSubquery(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
ExtendableCriterion - Interface in org.hibernate.envers.query.criteria
 
extendedEnhancement(CtClass) - Method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesEnhancer
Replace access to fields of entities (for example, entity.field) with a call to the enhanced getter / setter (in this example, entity.$$_hibernate_read_field()).
ExtendedFrameworkMethod - Class in org.hibernate.testing.junit4
Defines an extension to the standard JUnit FrameworkMethod information about a test method.
ExtendedFrameworkMethod(FrameworkMethod, Ignore, FailureExpected) - Constructor for class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
ExtendedPropertyMapper - Interface in org.hibernate.envers.internal.entities.mapper
 
ExtendsQueueEntry - Class in org.hibernate.cfg
Represents a mapping queued for delayed processing to await processing of an extends entity upon which it depends.
ExtendsQueueEntry(String, String, XmlDocument, Set<String>) - Constructor for class org.hibernate.cfg.ExtendsQueueEntry
 
extent(String) - Static method in class org.hibernate.spatial.criterion.SpatialProjections
Applies an extent projection to the specified geometry function
EXTENT - Static variable in interface org.hibernate.spatial.SpatialAggregate
Enum value for extent aggregation.
Externalizer() - Constructor for class org.hibernate.cache.infinispan.util.FutureUpdate.Externalizer
 
Externalizer() - Constructor for class org.hibernate.cache.infinispan.util.Tombstone.Externalizer
 
Externalizer() - Constructor for class org.hibernate.cache.infinispan.util.TombstoneUpdate.Externalizer
 
Externalizer() - Constructor for class org.hibernate.cache.infinispan.util.VersionedEntry.Externalizer
 
Externalizers - Class in org.hibernate.cache.infinispan.util
 
Externalizers() - Constructor for class org.hibernate.cache.infinispan.util.Externalizers
 
Externalizers.UUIDExternalizer - Class in org.hibernate.cache.infinispan.util
 
externalName() - Method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
ExternalSessionFactoryConfig - Class in org.hibernate.cfg
Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA adapter.
ExternalSessionFactoryConfig() - Constructor for class org.hibernate.cfg.ExternalSessionFactoryConfig
 
EXTRA_PHYSICAL_TABLE_TYPES - Static variable in interface org.hibernate.cfg.AvailableSettings
Identifies a comma-separate list of values to specify extra table types, other than the default "TABLE" value, to recognize as defining a physical table by schema update, creation and validation.
ExtraAssertions - Class in org.hibernate.testing.junit4
 
extract(PreparedStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(CallableStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the PreparedStatement.
extract(CallableStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the CallableStatement.
extract(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, expecting a ResultSet in return
extract(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.ConstructorResultColumnProcessor
 
extract(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.NonScalarResultColumnProcessor
 
extract(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.ScalarResultColumnProcessor
 
extract(Object) - Method in interface org.hibernate.persister.spi.HydratedCompoundValueHandler
 
extract(CallableStatement) - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
extract(CallableStatement) - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
Extract value from the statement after execution (used for OUT/INOUT parameters).
extract(CallableStatement, int, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, String[], SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, int, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, String[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, int, SessionImplementor) - Method in class org.hibernate.type.CustomType
 
extract(CallableStatement, String[], SessionImplementor) - Method in class org.hibernate.type.CustomType
 
extract(ResultSet, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
extract(CallableStatement, String[], WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
extract(ResultSet, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from result set
extract(CallableStatement, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
 
extract(CallableStatement, String[], WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
 
extract(CallableStatement, int, SessionImplementor) - Method in interface org.hibernate.type.ProcedureParameterExtractionAware
Perform the extraction
extract(CallableStatement, String[], SessionImplementor) - Method in interface org.hibernate.type.ProcedureParameterExtractionAware
Perform the extraction
extractBigDecimal(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractBigInteger(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractBytes(InputStream) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract by bytes from the given stream.
extractBytes(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of the bytes from the given stream.
extractClosestRealTypeAsString(TypeMirror, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
extractColumnAlias(ResultSetMetaData, int) - Method in interface org.hibernate.dialect.ColumnAliasExtractor
Extract the unique column alias.
extractCommands(Reader) - Method in interface org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractor
 
extractCommands(Reader) - Method in class org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor
 
extractCommands(Reader) - Method in class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor
 
extractConfigParameters(ConfigParameterContainer) - Static method in class org.hibernate.boot.model.source.internal.hbm.ConfigParameterHelper
 
extractConstraintName(SQLException) - Method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
 
extractConstraintName(SQLException) - Method in interface org.hibernate.exception.spi.ViolatedConstraintNameExtracter
Extract the name of the violated constraint from the given SQLException.
extractDataType(Node) - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
extractDetails(QuerySpace) - Method in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Returns a String containing high-level details about the QuerySpace, such as: query space class name unique ID entity name (for EntityQuerySpace collection role (for CollectionQuerySpace *
ExtractedDatabaseMetaData - Interface in org.hibernate.engine.jdbc.env.spi
Information extracted from DatabaseMetaData regarding what the JDBC driver reports as being supported or not.
ExtractedDatabaseMetaDataImpl - Class in org.hibernate.engine.jdbc.env.internal
Standard implementation of ExtractedDatabaseMetaData
ExtractedDatabaseMetaDataImpl.Builder - Class in org.hibernate.engine.jdbc.env.internal
 
extractEmbeddedEntityName(Map) - Static method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
extractEntityNamingSource(MappingDocument, EntityInfo) - Static method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
extractEntityResult(List) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
extractEqualsMethod(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Encapsulation of getting hold of a class's equals method.
EXTRACTER - Static variable in class org.hibernate.dialect.Cache71Dialect
The Cache ViolatedConstraintNameExtracter.
extractErrorCode(SQLException) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
For the given SQLException, locates the vendor-specific error code.
extractFieldInterceptor(Object) - Static method in class org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper
Assuming the given object is an enhanced entity, extract and return its interceptor.
extractFieldInterceptor(Object) - Static method in class org.hibernate.bytecode.instrumentation.internal.javassist.JavassistHelper
Perform the Javassist-specific field interceptor extraction
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
extractHashCode(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
extractHashCode(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
extractHashCode(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
extractHashCode(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
extractHashCode(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
extractHashCode(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
extractHashCode(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Extract a proper hash code for this value.
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
extractHashCode(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
extractHashCode(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
extractHashCodeMethod(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Encapsulation of getting hold of a class's hashCode method.
extractIgnoreMessage(FailureExpected, FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
 
extractInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
Extract the field interceptor instance from the instrumented entity.
extractInterceptor(Object) - Method in class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
ExtractionContext - Interface in org.hibernate.tool.schema.extract.spi
Defines a context for performing extraction including providing access to information about ongoing extraction as well as to delegates needed in performing extraction.
ExtractionContext.DatabaseObjectAccess - Interface in org.hibernate.tool.schema.extract.spi
In conjunction with ExtractionContext.getDatabaseObjectAccess() provides access to information about known database objects to the extractor.
ExtractionContextImpl - Class in org.hibernate.tool.schema.extract.internal
 
ExtractionContextImpl(ServiceRegistry, JdbcEnvironment, JdbcConnectionAccess, ExtractionContext.DatabaseObjectAccess, Identifier, Identifier) - Constructor for class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
extractIsolation(Map) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
extractJdbcValue(Enum) - Method in class org.hibernate.type.EnumType.EnumValueMapperSupport
 
extractJndiProperties(Map) - Static method in class org.hibernate.engine.jndi.internal.JndiServiceImpl
Given a hodgepodge of properties, extract out the ones relevant for JNDI interaction.
extractJndiProperties(Map) - Static method in class org.hibernate.internal.util.jndi.JndiHelper
Deprecated.
Given a hodgepodge of properties, extract out the ones relevant for JNDI interaction.
extractKeysFromResultSet(Loadable[], QueryParameters, ResultSet, SessionImplementor, EntityKey[], LockMode[], List) - Method in class org.hibernate.loader.Loader
 
extractLocalFilePath(URL) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
extractLoggableRepresentation(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Extract a loggable representation of the value.
extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
extractLogicalRowForward(ResultSet, SessionImplementor, QueryParameters) - Method in interface org.hibernate.loader.plan.exec.process.spi.ScrollableResultSetProcessor
Given a scrollable ResultSet, extract a logical row.
extractLogicalRowReverse(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in interface org.hibernate.loader.plan.exec.process.spi.ScrollableResultSetProcessor
extractLong(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractMemento(Map<String, Object>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
extractMemento(Map<String, Object>) - Method in interface org.hibernate.procedure.ProcedureCall
Extract the disconnected representation of this call.
extractMessage(FailureExpected) - Static method in class org.hibernate.testing.junit4.Helper
 
extractMetadata(ExtractionContext) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorH2DatabaseImpl
 
extractMetadata(ExtractionContext) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
extractMetadata(ExtractionContext) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorNoOpImpl
 
extractMetadata(ExtractionContext) - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformationExtractor
Get the information about sequences.
extractMethodName(Method) - Static method in class org.hibernate.testing.junit4.Helper
Extract a nice method name representation for display
extractMutationTexts(Node, int) - Static method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
extractName(ZipEntry) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
extractNaturalIdValues(Object[], EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given an array of "full entity state", extract the portions that represent the natural id
extractNaturalIdValues(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given an entity instance, extract the values that represent the natural id
extractNonNull(Serializable[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
extractParameters(List<JaxbHbmConfigParameterType>) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
extractPropertyValue(String, Properties) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Extract a property value by name from the given properties object.
extractPropertyValue(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Extract a property value by name from the given properties object.
extractRelativeName(ZipEntry) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
extractRequestedProviderName(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Extract the requested persistence provider name using the algorithm Hibernate uses.
extractResults(ResultSet, SessionImplementor, QueryParameters, NamedParameterContext, boolean, boolean, ResultTransformer, List<AfterLoadAction>) - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl
 
extractResults(ResultSet, SessionImplementor, QueryParameters, NamedParameterContext, boolean, boolean, ResultTransformer, List<AfterLoadAction>) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessor
Process an entire ResultSet, performing all extractions.
extractResults(ResultSet) - Method in class org.hibernate.result.internal.OutputsImpl
 
extractResults(ResultSet) - Static method in class org.hibernate.testing.jdbc.ResultSetUtil
 
extractReturnDescription(JaxbHbmNativeQueryScalarReturnType, HbmLocalMetadataBuildingContext) - Static method in class org.hibernate.boot.model.source.internal.hbm.ResultSetMappingBinder
 
extractReturnDescription(JaxbHbmNativeQueryReturnType, HbmLocalMetadataBuildingContext, int) - Static method in class org.hibernate.boot.model.source.internal.hbm.ResultSetMappingBinder
 
extractReturnDescription(JaxbHbmNativeQueryJoinReturnType, HbmLocalMetadataBuildingContext, int) - Static method in class org.hibernate.boot.model.source.internal.hbm.ResultSetMappingBinder
 
extractReturnDescription(JaxbHbmNativeQueryCollectionLoadReturnType, HbmLocalMetadataBuildingContext, int) - Static method in class org.hibernate.boot.model.source.internal.hbm.ResultSetMappingBinder
 
extractRootQuerySpace(QuerySpaces, Class<EntityQuerySpace>) - Method in class org.hibernate.loader.plan.exec.internal.RootHelper
Extract the root QuerySpace of the LoadPlan, assuming there is just one.
extractRootReturn(LoadPlan, Class<T>) - Method in class org.hibernate.loader.plan.exec.internal.RootHelper
Extract the root return of the LoadPlan, assuming there is just one.
extractSingleRow(ResultSet, SessionImplementor, QueryParameters) - Method in interface org.hibernate.loader.plan.exec.process.spi.ScrollableResultSetProcessor
Give a ResultSet, extract just a single result row.
extractSqlState(SQLException) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState.
extractSqlStateClassCode(SQLException) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState's class code.
extractString(Reader) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given reader/stream as a string.
extractString(Reader, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given reader/stream as a string.
extractString(Clob) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given Clob as a string.
extractTableInformation(Identifier, Identifier, Identifier, ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
extractTestName(FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
Extract a nice test name representation for display
extractText(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Extract a node's text.
extractTypeInfo(DatabaseMetaData) - Static method in class org.hibernate.engine.jdbc.spi.TypeInfo
Extract the type information from the JDBC driver's DatabaseMetaData
extractUsingTemplate(String, String, String) - Method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
Extracts the constraint name based on a template (i.e., templateStartconstraintNametemplateEnd).
extractValue(Object) - Method in interface org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeAccess
 
extractValue(Object) - Method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper.FieldAttributeAccess
 
extractValue(Object) - Method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MethodAttributeAccess
 

F

factory - Variable in class org.hibernate.cache.infinispan.impl.BaseRegion
 
factory - Variable in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
factory() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
Access to the SessionFactory
factory() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
factory - Variable in class org.hibernate.internal.AbstractSessionImpl
 
Factory - Class in org.hibernate.sql.ordering.antlr
Acts as a ASTFactory for injecting our specific AST node classes into the Antlr generated trees.
Factory() - Constructor for class org.hibernate.sql.ordering.antlr.Factory
 
factoryBoundToJndiName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryJndiRename(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryUnboundFromJndiName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryUnboundFromName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
failed(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
failSafeCollectionsCleanup(CollectionLoadContext) - Method in interface org.hibernate.internal.CoreMessageLogger
 
failSafeEntitiesCleanup(EntityLoadContext) - Method in interface org.hibernate.internal.CoreMessageLogger
 
failSilentReadCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that fails silently if cache reads fail.
failSilentWriteCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that fails silently if cache writes fail.
failSilentWriteCache(AdvancedCache, Flag) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that fails silently if cache writes fail, adding an extra flag.
FailureExpected - Annotation Type in org.hibernate.testing
Annotation used to mark a test as an expected failure.
FakeBidirectionalRelationWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
A work unit that handles "fake" bidirectional one-to-many relations (mapped with @OneToMany+@JoinColumn and @ManyToOne+@Column(insertable=false, updatable=false).
FakeBidirectionalRelationWorkUnit(SessionImplementor, String, EnversService, Serializable, String, Object, RelationDescription, RevisionType, Object, AuditWorkUnit) - Constructor for class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
FakeBidirectionalRelationWorkUnit(FakeBidirectionalRelationWorkUnit, Map<String, FakeBidirectionalRelationWorkUnit.FakeRelationChange>, AuditWorkUnit) - Constructor for class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
FakeBidirectionalRelationWorkUnit(FakeBidirectionalRelationWorkUnit, AuditWorkUnit) - Constructor for class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
FallbackJavaTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
 
FALSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FALSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FALSE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
FALSE - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
FastClass - Class in org.hibernate.bytecode.internal.javassist
Fast access to class information
fatalError(SAXParseException) - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
fatalError(SAXParseException) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser.ErrorHandlerImpl
 
Fetch - Annotation Type in org.hibernate.annotations
Define the fetching strategy used for the given association.
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
Fetch - Class in org.hibernate.engine.profile
Models an individual fetch within a profile.
Fetch(Association, Fetch.Style) - Constructor for class org.hibernate.engine.profile.Fetch
Constructs a Fetch
FETCH - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FETCH - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FETCH - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
fetch(QueryTranslatorImpl, String) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
fetch(SingularAttribute<? super X, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(PluralAttribute<? super X, ?, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(String) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(String, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
Fetch - Interface in org.hibernate.loader.plan.spi
Contract for associations that are being fetched.
Fetch(String, String, String) - Constructor for class org.hibernate.mapping.FetchProfile.Fetch
 
Fetch.Style - Enum in org.hibernate.engine.profile
The type or style of fetch.
FETCH_SIZE - Static variable in class org.hibernate.annotations.QueryHints
Defines the JDBC fetch size to use.
FETCH_STRATEGY - Static variable in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeFetch
 
Fetchable - Interface in org.hibernate.mapping
Any mapping with an outer-join attribute
FetchableAttributeSource - Interface in org.hibernate.boot.model.source.spi
Describes source for attributes which can be fetched.
fetchAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
Fetches the lazy attribute.
FetchCharacteristics - Interface in org.hibernate.boot.model.source.spi
 
FetchCharacteristicsPluralAttribute - Interface in org.hibernate.boot.model.source.spi
 
FetchCharacteristicsPluralAttributeImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
FetchCharacteristicsPluralAttributeImpl(FetchTiming, FetchStyle, Integer, boolean) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
FetchCharacteristicsPluralAttributeImpl.Builder - Class in org.hibernate.boot.model.source.internal.hbm
 
FetchCharacteristicsSingularAssociation - Interface in org.hibernate.boot.model.source.spi
 
FetchCharacteristicsSingularAssociationImpl - Class in org.hibernate.boot.model.source.internal.hbm
hbm.xml specific handling for FetchCharacteristicsSingularAssociation
FetchCharacteristicsSingularAssociationImpl.Builder - Class in org.hibernate.boot.model.source.internal.hbm
 
fetchCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
fetchCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback to indicate a collection being fetched.
fetchCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
fetchCount
fetchCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
fetchCount
fetchEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
fetchEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being fetched.
FETCHGRAPH - Static variable in class org.hibernate.annotations.QueryHints
Hint providing a "fetchgraph" EntityGraph.
FetchGraphLoadPlanBuildingStrategy - Class in org.hibernate.loader.plan.build.internal
Loadplan building strategy for EntityGraph is applied in javax.persistence.fetchgraph mode.
FetchGraphLoadPlanBuildingStrategy(SessionFactoryImplementor, LoadQueryInfluencers, LockMode) - Constructor for class org.hibernate.loader.plan.build.internal.FetchGraphLoadPlanBuildingStrategy
 
fetchingDatabaseMetadata() - Method in interface org.hibernate.internal.CoreMessageLogger
 
FetchingScrollableResultsImpl - Class in org.hibernate.internal
Implementation of ScrollableResults which can handle collection fetches.
FetchingScrollableResultsImpl(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.internal.FetchingScrollableResultsImpl
Constructs a FetchingScrollableResultsImpl.
FetchMode - Enum in org.hibernate.annotations
Fetch options on associations.
FetchMode - Enum in org.hibernate
Represents an association fetching strategy.
FetchProfile - Annotation Type in org.hibernate.annotations
Define the fetching strategy profile.
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
FetchProfile - Class in org.hibernate.engine.profile
A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
FetchProfile(String) - Constructor for class org.hibernate.engine.profile.FetchProfile
Constructs a FetchProfile, supplying its unique name (unique within the SessionFactory).
FetchProfile - Class in org.hibernate.mapping
A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
FetchProfile(String, MetadataSource) - Constructor for class org.hibernate.mapping.FetchProfile
Create a fetch profile representation.
FetchProfile.Fetch - Class in org.hibernate.mapping
Defines an individual association fetch within the given profile.
FetchProfile.FetchOverride - Annotation Type in org.hibernate.annotations
Descriptor for a particular association override.
FetchProfileBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
FetchProfileBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchProfileBinder
 
FetchProfiles - Annotation Type in org.hibernate.annotations
Collects together multiple fetch profiles.
FetchReturn - Class in org.hibernate.loader.custom
Represents a return which names a fetched association.
FetchReturn(NonScalarReturn, String, String, LockMode) - Constructor for class org.hibernate.loader.custom.FetchReturn
Creates a return descriptor for an association fetch.
fetchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
fetchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
fetchSize - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
FetchSource - Interface in org.hibernate.loader.plan.spi
Contract for a FetchSource (aka, the thing that owns the fetched attribute).
FetchStats - Interface in org.hibernate.loader.plan.exec.internal
Contract used to report collected information about fetches.
FetchStrategy - Class in org.hibernate.engine
Describes the strategy for fetching an association, which includes both when and how.
FetchStrategy(FetchTiming, FetchStyle) - Constructor for class org.hibernate.engine.FetchStrategy
Constructs a FetchStrategy.
FetchStrategyHelper - Class in org.hibernate.persister.walking.internal
 
FetchStyle - Enum in org.hibernate.engine
Enumeration of values describing HOW fetching should occur.
FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Class in org.hibernate.loader.plan.build.internal
LoadPlanBuildingAssociationVisitationStrategy implementation used for building LoadPlans based on metamodel-defined fetching.
FetchStyleLoadPlanBuildingAssociationVisitationStrategy(SessionFactoryImplementor, LoadQueryInfluencers, LockMode) - Constructor for class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
Constructs a FetchStyleLoadPlanBuildingAssociationVisitationStrategy.
FetchTiming - Enum in org.hibernate.engine
Enumeration of values describing WHEN fetching should occur.
FetchType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for fetch-type.
FieldAttributeAccess(Field) - Constructor for class org.hibernate.jpa.internal.util.PersistenceUtilHelper.FieldAttributeAccess
 
FieldFilter - Interface in org.hibernate.bytecode.buildtime.spi
Used to determine whether a field reference should be instrumented.
FieldFilter - Interface in org.hibernate.bytecode.internal.javassist
Contract for deciding whether fields should be read and/or write intercepted.
fieldFilter - Variable in class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
fieldGetter(Class<?>, String, Field) - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
FieldHandled - Interface in org.hibernate.bytecode.internal.javassist
Interface introduced to the enhanced class in order to be able to inject a FieldHandler to define the interception behavior.
FieldHandler - Interface in org.hibernate.bytecode.internal.javassist
The interface defining how interception of a field should be handled.
FieldInterceptionHelper - Class in org.hibernate.bytecode.instrumentation.internal
Helper class for dealing with enhanced entity classes.
FieldInterceptor - Interface in org.hibernate.bytecode.instrumentation.spi
Contract for field interception handlers.
fieldOrNull(Class, String) - Static method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
fieldResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
FieldResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
FieldResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
 
fieldSetter(Class<?>, String, Field) - Method in class org.hibernate.property.access.internal.PropertyAccessEnhancedImpl
 
fieldSetter(Class<?>, String, Field) - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
FieldTransformer - Class in org.hibernate.bytecode.internal.javassist
The thing that handles actual class enhancement in regards to intercepting field accesses.
FieldWriter - Class in org.hibernate.bytecode.enhance.internal
 
file - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
fileDoesNotExist(String, URL) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Access to the exception message used when a URL references names a file that does not exist.
FileInputStreamAccess - Class in org.hibernate.boot.archive.internal
An InputStreamAccess implementation based on a File reference
FileInputStreamAccess(String, File) - Constructor for class org.hibernate.boot.archive.internal.FileInputStreamAccess
 
filesets() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
FileTimeStampChecker - Class in org.hibernate.jpamodelgen.util
 
FileTimeStampChecker() - Constructor for class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
FileXmlSource - Class in org.hibernate.boot.jaxb.internal
 
FileXmlSource(Origin, File) - Constructor for class org.hibernate.boot.jaxb.internal.FileXmlSource
 
fillAliasInSelectClause(StringBuilder) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Adds missing aliases in provided SELECT clause and returns coma-separated list of them.
fillArray(String, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillArray(int, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillArray(LockMode, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillArray(LockOptions, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillComponent(PropertyHolder, PropertyData, AccessType, boolean, EntityBinder, boolean, boolean, boolean, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillComponent(PropertyHolder, PropertyData, PropertyData, AccessType, boolean, EntityBinder, boolean, boolean, boolean, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillDataWithId(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
fillSimpleValue() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
Filter - Annotation Type in org.hibernate.annotations
Add filters to an entity or a target entity of a collection.
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
Filter - Interface in org.hibernate
Type definition of Filter.
filter(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a bounding box overlap constraint to the named property
filter(String, Envelope, int) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a bounding box overlap constraint to the named property
FILTER - Static variable in interface org.hibernate.spatial.SpatialRelation
The bounding box of the first geometry intersects the bounding box of the second
FILTER_ENTITY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Filterable - Interface in org.hibernate.mapping
Defines mapping elements to which filters may be applied.
FilterAliasGenerator - Interface in org.hibernate.internal
 
FilterConfiguration - Class in org.hibernate.internal
 
FilterConfiguration(String, String, boolean, Map<String, String>, Map<String, String>, PersistentClass) - Constructor for class org.hibernate.internal.FilterConfiguration
 
FilterDef - Annotation Type in org.hibernate.annotations
Filter definition.
filterDef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
FilterDefinition - Class in org.hibernate.engine.spi
A FilterDefinition defines the global attributes of a dynamic filter.
FilterDefinition(String, String, Map<String, Type>) - Constructor for class org.hibernate.engine.spi.FilterDefinition
Construct a new FilterDefinition instance.
FilterDefinitionBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
FilterDefinitionBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.FilterDefinitionBinder
 
FilterDefs - Annotation Type in org.hibernate.annotations
Array of filter definitions.
filterEvent(XMLEvent, boolean) - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
filterEvent(XMLEvent, boolean) - Method in class org.hibernate.internal.util.xml.FilteringXMLEventReader
 
filterFragment(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String, Map, Set<String>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause filter, given a query alias and considering enabled session filters
filterFragment(String, Map, Set<String>) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause filter, given a query alias and considering enabled session filters
filterFragment(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
FilterHelper - Class in org.hibernate.internal
Implementation of FilterHelper.
FilterHelper(List<FilterConfiguration>, SessionFactoryImplementor) - Constructor for class org.hibernate.internal.FilterHelper
The map of defined filters.
FilterImpl - Class in org.hibernate.internal
Implementation of FilterImpl.
FilterImpl(FilterDefinition) - Constructor for class org.hibernate.internal.FilterImpl
Constructs a new FilterImpl.
FilteringXMLEventReader - Class in org.hibernate.boot.jaxb.internal.stax
Base class for XMLEventReaders that want to modify or remove events from the reader stream.
FilteringXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
FilteringXMLEventReader - Class in org.hibernate.internal.util.xml
Base class for XMLEventReaders that want to modify or remove events from the reader stream.
FilteringXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.internal.util.xml.FilteringXMLEventReader
 
FilterJoinTable - Annotation Type in org.hibernate.annotations
Add filters to a join table collection.
FilterJoinTables - Annotation Type in org.hibernate.annotations
Add multiple @FilterJoinTable to a collection.
FilterKey - Class in org.hibernate.cache.spi
Allows cached queries to be keyed by enabled filters.
FilterQueryPlan - Class in org.hibernate.engine.query.spi
Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.
FilterQueryPlan(String, String, boolean, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.FilterQueryPlan
Constructs a query plan for an HQL filter
Filters - Annotation Type in org.hibernate.annotations
Add multiple @Filters.
FILTERS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
filters(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
FILTERS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
FilterSource - Interface in org.hibernate.boot.model.source.spi
Defines the source of filter information.
FilterSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
FilterSourceImpl(MappingDocument, JaxbHbmFilterType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
FilterTranslator - Interface in org.hibernate.hql.spi
Specialized interface for filters.
finalize() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
finalSecondaryTableBinding(PropertyHolder) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
find(Class<T>, Object, Number) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision.
find(Class<T>, String, Object, Number) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision with the specified entityName.
find(Class<T>, String, Object, Number, boolean) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision with the specified entityName, possibly including deleted entities in the search.
find(Class<T>, Object, Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<T>, String, Object, Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<T>, String, Object, Number, boolean) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<A>, Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
find(Class<A>, Object, LockModeType) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
find(Class<A>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
findAsResource(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
Try to locate a local URL representing the incoming path.
findCachedNaturalId(EntityPersister, Serializable) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Given a persister and primary key, find the locally cross-referenced natural id.
findCachedNaturalId(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given a persister and primary key, find the corresponding cross-referenced natural id values.
findCachedNaturalIdResolution(EntityPersister, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Given a persister and natural-id value(s), find the locally cross-referenced primary key.
findCachedNaturalIdResolution(EntityPersister, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given a persister and natural-id values, find the corresponding cross-referenced primary key.
findClass(String) - Method in class org.hibernate.bytecode.internal.javassist.TransformingClassLoader
 
findClass(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
findCollectionOwner(Serializable, ResultSet, ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.CollectionReferenceInitializerImpl
 
findCollectionOwnerKey(ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.CollectionReferenceInitializerImpl
 
findColumn(String, Criteria, CriteriaQuery) - Static method in class org.hibernate.spatial.criterion.ExpressionUtil
Determines the column name corresponding to the specified property path.
findColumnOwner(PersistentClass, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
Find the column owner (ie PersistentClass or Join) of columnName.
findColumns(String, Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the names of the columns mapped by a property path; if the property path is not found in criteria, try the "outer" query.
findColumns(String, Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
Get the names of the columns mapped by a property path; if the property path is not found in subcriteria, try the "outer" query.
findCurrentTransaction() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
findDirty(Object, EntityPersister, Session, CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
findDirty(Object, EntityPersister, Session, CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used to hook into Hibernate algorithm for determination of which attributes have changed.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called from flush().
findDirty(Object[], Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findDirty(Object[], Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent dirty state.
findDirty(NonIdentifierAttribute[], Object[], Object[], boolean[][], boolean, SessionImplementor) - Static method in class org.hibernate.type.TypeHelper
Determine if any of the given field values are dirty, returning an array containing indices of the dirty fields.
findEntities(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated and removed) in a given revision.
findEntities(Number, RevisionType) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated or removed) in a given revision.
findEntities(Number) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEntities(Number, RevisionType) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEntitiesGroupByRevisionType(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated and removed) in a given revision grouped by modification type.
findEntitiesGroupByRevisionType(Number) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEntityBinding(String, String) - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
findEntityBinding(String, String) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
findEntityGraphByName(String) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
findEntityGraphsByType(Class<T>) - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Find all EntityGraphs associated with a given entity type.
findEntityGraphsByType(Class<T>) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
findEntityNameByEntityClass(Class) - Method in class org.hibernate.tuple.entity.EntityMetamodel
Return the entity-name mapped to the given class within our inheritance hierarchy, if any.
findEntityTypes(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Returns set of entity names and corresponding Java classes modified in a given revision.
findEntityTypes(Number) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findField(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
 
findFromElementBySqlAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
findFromElementByUserOrSqlAlias(String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
findFunctionReturnType(String, AST) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Find the function return type given the function name and the first argument expression node.
findFunctionReturnType(String, SQLFunction, AST) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
 
findGetterMethod(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
 
findGreatestLockMode() - Method in class org.hibernate.LockOptions
Currently needed for follow-on locking.
findModified(Object[], Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findModified(Object[], Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent modified state.
findModified(NonIdentifierAttribute[], Object[], Object[], boolean[][], boolean, SessionImplementor) - Static method in class org.hibernate.type.TypeHelper
Determine if any of the given field values are modified, returning an array containing indices of the modified fields.
findNonNullableTransientEntities() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Find the transient unsaved entity dependencies that are non-nullable.
findNonNullableTransientEntities(String, Object, Object[], boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Find all non-nullable references to entities that have not yet been inserted in the database, where the foreign key is a reference to an unsaved transient entity.
findOrAddMapKeyEntityFromElement(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
findParameterRegistration(Parameter<X>) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
findParameterRegistration(String) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
findParameterRegistration(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
findPreviousSibling(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Find the previous sibling in the parent for the given child.
findPropertyByName(PersistentClass, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way, including IndetifierProperty in the loop If propertyName is null or empty, the IdentifierProperty is returned
findPropertyByName(Component, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way
findQueryableUsingImports(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its persister.
findQueryableUsingImports(SessionFactoryImplementor, String) - Static method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its persister.
findQuerySpaceByUid(String) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
findQuerySpaceByUid(String) - Method in interface org.hibernate.loader.plan.spi.QuerySpaces
Locate a QuerySpace by its uid.
findResource(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
findResources(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
findResultSetMapping(String) - Method in interface org.hibernate.procedure.internal.Util.ResultSetMappingResolutionContext
Locate a ResultSetMappingDefinition by name
findRevision(Class<T>, Number) - Method in interface org.hibernate.envers.AuditReader
A helper method; should be used only if a custom revision entity is used.
findRevision(Class<T>, Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
findRevisions(Class<T>, Set<Number>) - Method in interface org.hibernate.envers.AuditReader
Find a map of revisions using the revision numbers specified.
findRevisions(Class<T>, Set<Number>) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
findSessionFactory(String, String) - Method in class org.hibernate.internal.SessionFactoryRegistry
 
findSetterMethod(Class, String, Class) - Static method in class org.hibernate.internal.util.ReflectHelper
 
findSQLFunction(String) - Method in class org.hibernate.dialect.function.SQLFunctionRegistry
Find a SQLFunction by name
findSQLFunction(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Locate a registered sql function by name.
findType(String) - Method in interface org.hibernate.jpa.internal.metamodel.Helper.AttributeSource
 
findType(String) - Method in class org.hibernate.jpa.internal.metamodel.Helper.ComponentAttributeSource
 
findType(String) - Method in class org.hibernate.jpa.internal.metamodel.Helper.EntityPersisterAttributeSource
 
findTypeInChildren(AST, int) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Finds the first node of the specified type in the chain of children.
finish() - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
finish() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
finish() - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are finished visitation.
finishingAttribute(AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
finishingAttribute(AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
finishingAttribute(AttributeDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are finishing walking an attribute.
finishingCollection(CollectionDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
finishingCollection(CollectionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are finishing walking a collection
finishingCollectionElements(CollectionElementDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
finishingCollectionElements(CollectionElementDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
finishingCollectionElements(CollectionElementDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are finishing walking the elements of a collection (List/Map).
finishingCollectionIndex(CollectionIndexDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
finishingCollectionIndex(CollectionIndexDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
finishingCollectionIndex(CollectionIndexDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are finishing walking the index of a collection (List/Map).
finishingComposite(CompositionDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
finishingComposite(CompositionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are done walking a composite.
finishingEntity(EntityDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
finishingEntity(EntityDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
finishingEntity(EntityDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are finishing walking an entity.
finishingEntityIdentifier(EntityIdentifierDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
finishingEntityIdentifier(EntityIdentifierDefinition) - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
 
finishingEntityIdentifier(EntityIdentifierDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are finishing walking an entity.
finishPreparation(JdbcServices, JdbcConnectionAccess, MetadataImplementor, CT) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
finishPreparation(JdbcServices, JdbcConnectionAccess, MetadataImplementor, PreparationContextImpl) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
finishPreparation(JdbcServices, JdbcConnectionAccess, MetadataImplementor, PreparationContextImpl) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
finishUp() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
finishUp() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
finishUp() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
finishUp(MetadataBuildingContext) - Method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
finishUp() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
General finish up step.
finishUp(ResultSetProcessingContextImpl, List<AfterLoadAction>) - Method in class org.hibernate.loader.plan.exec.process.internal.AbstractRowReader
 
finishUp(ResultSetProcessingContextImpl, List<AfterLoadAction>) - Method in interface org.hibernate.loader.plan.exec.process.spi.RowReader
 
finishUpRow(ResultSet, ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.CollectionReferenceInitializerImpl
 
finishUpRow(ResultSet, ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl
 
finishUpRow(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.CollectionReferenceInitializer
 
finishUpRow(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 
FirebirdDialect - Class in org.hibernate.dialect
An SQL dialect for Firebird.
FirebirdDialect() - Constructor for class org.hibernate.dialect.FirebirdDialect
 
first() - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
first() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
FIRST - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FIRST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FIRST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
first() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
first() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
first() - Method in interface org.hibernate.ScrollableResults
Go to the first result.
FIRST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
FIRST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
firstIndexOfChar(String, BitSet, int) - Static method in class org.hibernate.internal.util.StringHelper
 
firstIndexOfChar(String, String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
firstKey() - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
firstKey() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
FirstLevelCache - Class in org.hibernate.envers.internal.reader
First level cache for versioned entities, versions reader-scoped.
FirstLevelCache() - Constructor for class org.hibernate.envers.internal.reader.FirstLevelCache
 
firstLevelSecondaryTablesBinding(SecondaryTable, SecondaryTables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
FirstLimitHandler - Class in org.hibernate.dialect.pagination
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in interface org.hibernate.internal.CoreMessageLogger
 
firstResult - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
fixedPointNumberCastTarget() - Method in class org.hibernate.dialect.MySQLDialect
Determine the cast target for Types.NUMERIC
FkSecondPass - Class in org.hibernate.cfg
 
FkSecondPass(SimpleValue, Ejb3JoinColumn[]) - Constructor for class org.hibernate.cfg.FkSecondPass
 
FLOAT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Float to JDBC FLOAT.
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
floatingPointNumberCastTarget() - Method in class org.hibernate.dialect.MySQLDialect
Determine the cast target for Types.FLOAT and Types.REAL (DOUBLE)
FloatType - Class in org.hibernate.type
A type that maps between FLOAT and Float
FloatType() - Constructor for class org.hibernate.type.FloatType
 
FloatTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Float handling.
FloatTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
FloatTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for FLOAT handling.
FloatTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
 
FloatValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.FloatValueHandler
 
flush() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
flush() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
flush() - Method in class org.hibernate.internal.SessionImpl
 
flush() - Method in class org.hibernate.internal.StatelessSessionImpl
 
flush() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
flush() - Method in interface org.hibernate.Session
Force this session to flush.
flush() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
flush() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a flush occurring
FLUSH_BEFORE_COMPLETION - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable automatic flush during the JTA beforeCompletion() callback
FLUSH_ENTITY - Static variable in class org.hibernate.event.spi.EventType
 
FLUSH_MODE - Static variable in class org.hibernate.annotations.QueryHints
The flush mode to associate with the execution of the query.
FLUSH_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to determine flush mode.
flushBeforeCompletion(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
flushBeforeCompletion() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushBeforeCompletion(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushBeforeCompletion(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session be automatically flushed during the "before completion" phase of transaction handling.
flushBeforeCompletion() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the flushBeforeCompletion flag from the original session should be used to create the new session.
flushBeforeCompletion(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
flushBeforeTransactionCompletion() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
flushBeforeTransactionCompletion() - Method in class org.hibernate.internal.SessionImpl
 
flushBeforeTransactionCompletion() - Method in class org.hibernate.internal.StatelessSessionImpl
 
flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
 
flushBeginning() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
flushBeginning() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Callback to let us know that a flush is beginning.
flushEnd(int, int) - Method in class org.hibernate.BaseSessionEventListener
 
flushEnd(int, int) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
flushEnd(int, int) - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
flushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
 
flushEnding() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
flushEnding() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Callback to let us know that a flush is ending.
FlushEntityEvent - Class in org.hibernate.event.spi
 
FlushEntityEvent(EventSource, Object, EntityEntry) - Constructor for class org.hibernate.event.spi.FlushEntityEvent
 
FlushEntityEventListener - Interface in org.hibernate.event.spi
 
flushes(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
FlushEvent - Class in org.hibernate.event.spi
Defines an event class for the flushing of a session.
FlushEvent(EventSource) - Constructor for class org.hibernate.event.spi.FlushEvent
 
FlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session flush events.
flushEverythingToExecutions(FlushEvent) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
Coordinates the processing necessary to get things ready for executions as db calls by preping the session caches and moving the appropriate entities and collections to their respective execution queues.
flushMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
flushMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
flushMode - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
FlushMode - Enum in org.hibernate
Represents a flushing strategy.
FlushModeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
JAXB marshalling for the FlushMode enum

NOTE : The XML schemas define the use of "never", which corresponds to the deprecated FlushMode.NEVER.

FlushModeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.FlushModeConverter
 
FlushModeType - Enum in org.hibernate.annotations
Enumeration extending javax.persistence flush modes.
flushRegionCache(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
flushRegionCache(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
flushRegionCaches() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
flushRegionCaches() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
flushStart() - Method in class org.hibernate.BaseSessionEventListener
 
flushStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
flushStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
flushStart() - Method in interface org.hibernate.SessionEventListener
 
FlushVisitor - Class in org.hibernate.event.internal
Process collections reachable from an entity.
force - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULT - Static variable in interface org.hibernate.cfg.AvailableSettings
 
FORCE_TBL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
A flag to force using a table as the underlying structure rather than a sequence.
forceConversion(ValueHandlerFactory.ValueHandler<X>) - Method in class org.hibernate.jpa.criteria.expression.AbstractTupleElement
 
forceConversion(ValueHandlerFactory.ValueHandler<T>) - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
forceFlush(EntityEntry) - Method in interface org.hibernate.event.spi.EventSource
Force an immediate flush
forceFlush(EntityEntry) - Method in class org.hibernate.internal.SessionImpl
 
forceInitialization() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
forceInitialization() - Method in interface org.hibernate.collection.spi.PersistentCollection
To be called internally by the session, forcing immediate initialization.
forceLimitUsage() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
forceLimitUsage() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Generally, if there is no limit applied to a Hibernate query we do not apply any limits to the SQL query.
forceLimitUsage() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
forceLobAsLastValue() - Method in class org.hibernate.dialect.Dialect
HHH-4635 Oracle expects all Lob values to be last in inserts and updates.
forceLobAsLastValue() - Method in class org.hibernate.dialect.Oracle8iDialect
 
forceLocked(Object, Object) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
forceLocked(Object, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
forceNotNull() - Method in class org.hibernate.cfg.Ejb3Column
 
forceVersionIncrement(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forceVersionIncrement(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
forcingContainerResourceCleanup() - Method in interface org.hibernate.internal.CoreMessageLogger
 
forcingTableUse() - Method in interface org.hibernate.internal.CoreMessageLogger
 
forClass(Class) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity, by its Class.
forClass(Class, String) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity, by its Class.
forCollection(QueryableCollection) - Static method in class org.hibernate.loader.collection.plan.CollectionLoader
 
ForeignGenerator - Class in org.hibernate.id
foreign

An Identifier generator that uses the value of the id property of an associated object

One mapping parameter is required: property.
ForeignGenerator() - Constructor for class org.hibernate.id.ForeignGenerator
 
ForeignKey - Annotation Type in org.hibernate.annotations
Deprecated.
Prefer the JPA 2.1 introduced ForeignKey instead.
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
foreignKey() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
ForeignKey - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ForeignKey() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
ForeignKey - Class in org.hibernate.mapping
A foreign key constraint
ForeignKey() - Constructor for class org.hibernate.mapping.ForeignKey
 
ForeignKeyBuilderImpl(Identifier) - Constructor for class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilderImpl
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the property name or propertyTableName
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the property name or propertyTableName
foreignKeyColumnName(String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return the foreign key column name for the given parameters
ForeignKeyContributingSource - Interface in org.hibernate.boot.model.source.spi
Additional contract for things which describe foreign keys.
foreignKeyDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
ForeignKeyDirection - Enum in org.hibernate.type
Represents directionality of the foreign key constraint
ForeignKeyInformation - Interface in org.hibernate.tool.schema.extract.spi
 
ForeignKeyInformation.ColumnReferenceMapping - Interface in org.hibernate.tool.schema.extract.spi
 
ForeignKeyInformationImpl - Class in org.hibernate.tool.schema.extract.internal
 
ForeignKeyInformationImpl(Identifier, List<ForeignKeyInformation.ColumnReferenceMapping>) - Constructor for class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl
 
ForeignKeyInformationImpl.ColumnReferenceMappingImpl - Class in org.hibernate.tool.schema.extract.internal
 
ForeignKeyMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC foreign key metadata
ForeignKeys - Class in org.hibernate.engine.internal
Algorithms related to foreign key constraint transparency
foreignKeys(Set) - Method in interface org.hibernate.internal.CoreMessageLogger
 
foreignKeys() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
ForeignKeys.Nullifier - Class in org.hibernate.engine.internal
Delegate for handling nullifying ("null"ing-out) non-cascaded associations
forEntitiesAtRevision(Class<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision.
forEntitiesAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
forEntitiesAtRevision(Class<?>, String, Number, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
forEntitiesModifiedAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntitiesModifiedAtRevision(Class<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntity(OuterJoinLoadable) - Static method in class org.hibernate.loader.entity.plan.EntityLoader
 
forEntityName(String) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity.
forEntityName(String, String) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity.
forget(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
format(QualifiedTableName, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
format(QualifiedSequenceName, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
format(QualifiedName, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
format(QualifiedTableName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted a table name
format(QualifiedSequenceName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted sequence name
format(QualifiedName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted non-table and non-sequence qualified name
format(String) - Method in class org.hibernate.engine.jdbc.internal.BasicFormatterImpl
 
format(String) - Method in class org.hibernate.engine.jdbc.internal.DDLFormatterImpl
 
format(String) - Method in interface org.hibernate.engine.jdbc.internal.Formatter
Format the source SQL string.
format(int) - Static method in class org.hibernate.id.uuid.Helper
 
format(short) - Static method in class org.hibernate.id.uuid.Helper
 
format(int) - Method in class org.hibernate.id.UUIDHexGenerator
 
format(short) - Method in class org.hibernate.id.UUIDHexGenerator
 
FORMAT_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable formatting of SQL logged to the console
FormatStyle - Enum in org.hibernate.engine.jdbc.internal
Represents the the understood types or styles of formatting.
Formatter - Interface in org.hibernate.engine.jdbc.internal
Formatter contract
FORMATTER - Static variable in class org.hibernate.type.InstantType
 
FORMATTER - Static variable in class org.hibernate.type.LocalDateTimeType
 
FORMATTER - Static variable in class org.hibernate.type.LocalDateType
 
FORMATTER - Static variable in class org.hibernate.type.LocalTimeType
 
FORMATTER - Static variable in class org.hibernate.type.OffsetDateTimeType
 
FORMATTER - Static variable in class org.hibernate.type.OffsetTimeType
 
FORMATTER - Static variable in class org.hibernate.type.ZonedDateTimeType
 
Formula - Annotation Type in org.hibernate.annotations
Defines a formula (derived value) which is a SQL fragment that acts as a @Column alternative in most cases.
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
Formula - Class in org.hibernate.mapping
A formula is a derived column value
Formula() - Constructor for class org.hibernate.mapping.Formula
 
Formula(String) - Constructor for class org.hibernate.mapping.Formula
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
FormulaNotSupportedException - Exception in org.hibernate.envers.configuration.internal.metadata
Exception indicating that a formula mapping was encountered where it is not currently supported
FormulaNotSupportedException() - Constructor for exception org.hibernate.envers.configuration.internal.metadata.FormulaNotSupportedException
Constructs a FormulaNotSupportedException using a standard message
FormulaReference - Interface in org.hibernate.sql.ordering.antlr
Reference to a formula fragment.
forName(String) - Static method in class org.hibernate.criterion.Property
Factory for Property instances.
forRevisionsOfEntity(Class<?>, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which selects the revisions, at which the given entity was modified.
forRevisionsOfEntity(Class<?>, String, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which selects the revisions, at which the given entity was modified and with a given entityName.
forUnitTesting() - Static method in class org.hibernate.testing.boot.ServiceRegistryTestingImpl
 
forUnitTesting(Map) - Static method in class org.hibernate.testing.boot.ServiceRegistryTestingImpl
 
ForUpdateFragment - Class in org.hibernate.sql
 
ForUpdateFragment(Dialect) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
ForUpdateFragment(Dialect, LockOptions, Map<String, String[]>) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.AbstractHANADialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Dialect
Is FOR UPDATE OF syntax supported?
forUpdateOfColumns() - Method in class org.hibernate.dialect.Ingres9Dialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.MimerSQLDialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Oracle8iDialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
The RDMS DB supports the 'FOR UPDATE OF' clause.
forUpdateOfColumns() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
foundAny(AnyMappingDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
foundAny(AnyMappingDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
foundCircularAssociation(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
foundCircularAssociation(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
foundCircularAssociation(AssociationAttributeDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
foundMappingDocument(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
from(Class<? extends AttributeConverter>, boolean) - Static method in class org.hibernate.cfg.AttributeConverterDefinition
Build an AttributeConverterDefinition from the AttributeConverter Class reference and whether or not to auto-apply it.
from(Class<? extends AttributeConverter>) - Static method in class org.hibernate.cfg.AttributeConverterDefinition
Build an AttributeConverterDefinition from the AttributeConverter Class reference.
from(AttributeConverter) - Static method in class org.hibernate.cfg.AttributeConverterDefinition
Build an AttributeConverterDefinition from an AttributeConverter instance.
from(AttributeConverter, boolean) - Static method in class org.hibernate.cfg.AttributeConverterDefinition
Build an AttributeConverterDefinition from the AttributeConverter instance and whether or not to auto-apply it.
from(Map, ClassLoaderAccess) - Static method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
from(JdbcEnvironment) - Static method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
from(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
FROM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
from(Class<T>) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
from(EntityType<T>) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
from(EntityType<X>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
from(Class<X>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
from(EntityType<X>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
from(Class<X>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
from(Class<X>) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
from(EntityType<X>) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
from(Object) - Static method in class org.hibernate.spatial.dialect.h2geodb.GeoDbWkb
Decode the object into a Geometry
FROM_FRAGMENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FROM_FRAGMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
fromAccessType(AccessType) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
fromBeanManagerReference(Object) - Static method in class org.hibernate.jpa.event.internal.jpa.ListenerFactoryBeanManagerDelayedImpl
Used via reflection from ListenerFactoryBuilder, the intent being to isolate CDI dependency to just this class and its delegates in the case that a BeanManager is passed.
fromBeanManagerReference(Object) - Static method in class org.hibernate.jpa.event.internal.jpa.ListenerFactoryBeanManagerStandardImpl
Used via reflection from ListenerFactoryBuilder, the intent being to isolate CDI dependency to just this class and its delegates in the case that a BeanManager is passed.
fromBytes(byte[]) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
fromCacheMode(CacheMode) - Static method in enum org.hibernate.annotations.CacheModeType
Conversion from CacheMode to CacheModeType.
fromClassOrOuterQueryPath() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
fromClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
fromClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
FromClause - Class in org.hibernate.hql.internal.ast.tree
Represents the 'FROM' part of a query or subquery, containing all mapped class references.
FromClause() - Constructor for class org.hibernate.hql.internal.ast.tree.FromClause
 
fromConfigSettings(Map) - Static method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Deprecated.
No longer used/supported!
fromElement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
FromElement - Class in org.hibernate.hql.internal.ast.tree
Represents a single mapped class mentioned in an HQL FROM clause.
FromElement() - Constructor for class org.hibernate.hql.internal.ast.tree.FromElement
 
FromElement(FromClause, FromElement, String) - Constructor for class org.hibernate.hql.internal.ast.tree.FromElement
Constructor form used to initialize ComponentJoin
FromElementFactory - Class in org.hibernate.hql.internal.ast.tree
Encapsulates the creation of FromElements and JoinSequences.
FromElementFactory(FromClause, FromElement, String) - Constructor for class org.hibernate.hql.internal.ast.tree.FromElementFactory
Creates entity from elements.
FromElementFactory(FromClause, FromElement, String, String, String[], boolean) - Constructor for class org.hibernate.hql.internal.ast.tree.FromElementFactory
Creates collection from elements.
fromElementList(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
fromExternalForm(String) - Static method in enum org.hibernate.LockMode
 
fromExternalName(String) - Static method in enum org.hibernate.cache.spi.access.AccessType
Resolve an AccessType from its external name.
fromExternalName(String) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
fromExternalName(String) - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Interpret the incoming external name into the appropriate enum value
fromFragmentSeparator(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
fromFragmentSeparator(AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
FromImplementor<Z,X> - Interface in org.hibernate.jpa.criteria
Implementation contract for the JPA From interface.
fromInt(int) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret an int as its binary form
fromJoin() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
fromJoinFragment(String, boolean, boolean) - Method in interface org.hibernate.persister.entity.Joinable
Get the from clause part of any joins (optional operation)
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in interface org.hibernate.persister.entity.Joinable
Get the from clause part of any joins (optional operation)
fromLong(long) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret a long as its binary form
FromParser - Class in org.hibernate.hql.internal.classic
Parses the from clause of a hibernate query, looking for tables and aliases for the SQL query.
FromParser() - Constructor for class org.hibernate.hql.internal.classic.FromParser
 
FromPathExpressionParser - Class in org.hibernate.hql.internal.classic
 
FromPathExpressionParser() - Constructor for class org.hibernate.hql.internal.classic.FromPathExpressionParser
 
fromRange() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
FromReferenceNode - Class in org.hibernate.hql.internal.ast.tree
Represents a reference to a FROM element, for example a class alias in a WHERE clause.
FromReferenceNode() - Constructor for class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
fromRegistration(ParameterRegistrationImplementor) - Static method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl.ParameterMemento
Build a ParameterMemento from the given parameter registration
fromRepresentation(Object) - Static method in enum org.hibernate.envers.RevisionType
 
fromSharedCache(SessionImplementor, Object, RegionAccessStrategy) - Static method in class org.hibernate.engine.internal.CacheHelper
 
fromShort(int) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret a short as its binary form
fromStream(byte, Object[], String) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
fromStream(byte, Object[]) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
fromString(String) - Method in class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.spatial.JTSGeometryJavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
fromString(String) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
fromStringValue(String) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromStringValue(String) - Method in class org.hibernate.type.ByteType
 
fromStringValue(String) - Method in class org.hibernate.type.CustomType
 
fromStringValue(String) - Method in interface org.hibernate.type.SingleColumnType
 
fromStringValue(String) - Method in interface org.hibernate.type.StringRepresentableType
Consume the given string representation back into this types java form.
fromStringValue(String) - Method in class org.hibernate.type.TimestampType
 
fromTable(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
fromTableFragment(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
fromTableFragment(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the main from table fragment, given a query alias.
fromTableFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
fromTableFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
fromTabularData(TabularData) - Static method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Re-build the CacheRegionStats from JMX tabular data
fromTabularData(TabularData) - Static method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
Re-builds CollectionStats from JMX TabularData
fromTabularData(TabularData) - Static method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Reads an array of entityStats from TabularData
fromTabularData(TabularData) - Static method in class org.hibernate.cache.ehcache.management.impl.QueryStats
Reads an array of queryStats from TabularData
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.AccessType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.EnumType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.FetchType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.TemporalType
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.CacheAccessTypeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.CacheModeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.EntityModeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.ExecuteUpdateResultCheckStyleConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.FlushModeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.GenerationTimingConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.LockModeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.OptimisticLockStyleConverter
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.CustomType
 
fromXMLString(String) - Method in class org.hibernate.type.EnumType
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.MetaType
 
fromXMLString(String) - Method in interface org.hibernate.usertype.EnhancedUserType
Deprecated.
To be removed in 5. Implement StringRepresentableType.fromStringValue(String) instead. See HHH-7776 for details
FrontBaseDialect - Class in org.hibernate.dialect
An SQL Dialect for Frontbase.
FrontBaseDialect() - Constructor for class org.hibernate.dialect.FrontBaseDialect
Constructs a FrontBaseDialect
FULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FULL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
FULL_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Deprecated.
FULL_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
use JoinType.FULL_JOIN instead.
FULLY_ANNOTATION_CONFIGURED_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
function(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection using a custom function
function(String, Class<T>, Expression<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
function(String, Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Create a reference to a function taking no params.
functionCall(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
functionCall() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for a function call
functionCallCheck() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Intended for use as a syntactic predicate to determine whether an IDENT represents a known SQL function name.
FunctionExpression<T> - Interface in org.hibernate.jpa.criteria.expression.function
Contract for expressions which model a SQL function call.
functionName() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
A function-name is an IDENT followed by zero or more (DOT IDENT) sequences
FunctionNode - Interface in org.hibernate.hql.internal.ast.tree
Identifies a node which models a SQL function.
functionParameter() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognized function parameters.
functionParameterList() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule used to "wrap" all function parameters into an EXPR_LIST node
FUTURE_UPDATE - Static variable in class org.hibernate.cache.infinispan.util.Externalizers
 
FutureUpdate - Class in org.hibernate.cache.infinispan.util
This value can be overwritten only by an entity with the same uuid
FutureUpdate(UUID, Object) - Constructor for class org.hibernate.cache.infinispan.util.FutureUpdate
 
FutureUpdate.Externalizer - Class in org.hibernate.cache.infinispan.util
 
FutureUpdate.ValueExtractor - Class in org.hibernate.cache.infinispan.util
 
FutureUpdate.ValueExtractorExternalizer - Class in org.hibernate.cache.infinispan.util
 
FutureUpdateSynchronization - Class in org.hibernate.cache.infinispan.access
 
FutureUpdateSynchronization(TransactionCoordinator, AdvancedCache, boolean, Object, Object) - Constructor for class org.hibernate.cache.infinispan.access.FutureUpdateSynchronization
 

G

ge(Object) - Method in class org.hibernate.criterion.Property
Create a greater-than-or-equal-to restriction based on this property
ge(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query greater-than-or-equal-to expression for this property
ge(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than or equal" constraint to the named property
ge(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being greater-than-or-equal-to the value in the subquery result.
ge(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint
GE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
GE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
GE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
ge(Expression<? extends Number>, Number) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
geAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-or-equal-to-all sub-query expression for this property.
geAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than-or-equal-to ALL the values in the subquery result.
GeneralDataRegion - Interface in org.hibernate.cache.spi
Contract for general-purpose cache regions.
generate() - Method in class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
generate() - Method in interface org.hibernate.envers.internal.revisioninfo.RevisionInfoGenerator
 
generate(String, Map<String, Class<?>>) - Static method in class org.hibernate.envers.internal.tools.MapProxyTool
Protected for test only
generate(SessionImplementor, Object) - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.Assigned
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
generate(AccessCallback) - Method in interface org.hibernate.id.enhanced.Optimizer
Generate an identifier value accounting for this specific optimization.
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.enhanced.TableGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.ForeignGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.GUIDGenerator
 
generate(SessionImplementor, Object) - Method in interface org.hibernate.id.IdentifierGenerator
Generate a new identifier.
generate(SessionImplementor, Object) - Method in class org.hibernate.id.IncrementGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceHiLoGenerator
Deprecated.
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceIdentityGenerator
Deprecated.
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.UUIDGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.UUIDHexGenerator
 
generate() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
Main entry point for properly handling the FROM clause and and joins and restrictions
GENERATE_STATISTICS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable statistics collection
generateActiveConfigDeclaration() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
generateActiveConfigDeclaration(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
generateActiveConfigDeclaration() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
generateActiveConfigDeclaration(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
generateAlias(String) - Static method in class org.hibernate.internal.util.StringHelper
 
generateAlias(String, int) - Static method in class org.hibernate.internal.util.StringHelper
Generate a nice alias for the given class name or collection role name and unique integer.
generateAlias() - Method in interface org.hibernate.jpa.criteria.compile.RenderingContext
Generate a correlation name.
generateAlias(String) - Method in interface org.hibernate.sql.AliasGenerator
 
generateBidirectionalCollectionChangeWorkUnits(AuditProcess, EntityPersister, String, Object[], Object[], SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.CollectionRegionAccessStrategy
To create instances of CollectionCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
To create instances of keys for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
To create instances of NaturalIdCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCollectionReferenceAliases(String, CollectionPersister, String) - Method in class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
Generate the collection reference aliases for a particular CollectionReference and register the generated value using the query space UID.
generateColumnNames(Type[]) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
 
generateColumnNames(Type[], SessionFactoryImplementor) - Static method in class org.hibernate.hql.internal.NameGenerator
 
generateCreationCommands(Metadata, boolean) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
For testing...
generateCreationCommands(Metadata, boolean, Dialect) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
For temporary use from JPA schema generation
generateCustomReturns(boolean) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
Generated - Annotation Type in org.hibernate.annotations
The annotated property is generated by the database.
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
generateData(Object) - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
GeneratedCollectionAliases - Class in org.hibernate.loader
CollectionAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.
GeneratedCollectionAliases(Map, CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
 
GeneratedCollectionAliases(CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.Constraint
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.ForeignKey
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.PrimaryKey
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.UniqueKey
 
generateDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateDeleteRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL DELETE that deletes a particular row
generateDeleteRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that updates a particular row's foreign key to null
generateDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateDeleteString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL DELETE that deletes all rows
generateDeleteString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that updates all the foreign keys to null
generateDeleteString(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that deletes a row by id (and version)
generateDetectRowByElementString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateDetectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
GeneratedOrderByFragmentParser - Class in org.hibernate.sql.ordering.antlr
Antlr grammar for dealing with order-by mapping fragments.
GeneratedOrderByFragmentParser(TokenBuffer, int) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenStream, int) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(ParserSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentRenderer - Class in org.hibernate.sql.ordering.antlr
Antlr grammar for rendering ORDER_BY trees as described by the OrderByFragmentParser
GeneratedOrderByFragmentRenderer() - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
GeneratedOrderByFragmentRendererTokenTypes - Interface in org.hibernate.sql.ordering.antlr
 
GeneratedOrderByLexer - Class in org.hibernate.sql.ordering.antlr
Lexer for the order-by fragment parser
GeneratedOrderByLexer(InputStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
GeneratedOrderByLexer(Reader) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
GeneratedOrderByLexer(InputBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
GeneratedOrderByLexer(LexerSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
generateDropCommands(MetadataImplementor, boolean, Dialect) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
Intended for use from JPA schema export code.
GeneratedValue - Class in org.hibernate.jpamodelgen.xml.jaxb
 
GeneratedValue() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
 
generatedValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
GeneratedValueGeneration - Class in org.hibernate.tuple
A AnnotationValueGeneration which marks a property as generated in the database.
GeneratedValueGeneration() - Constructor for class org.hibernate.tuple.GeneratedValueGeneration
 
GeneratedValueGeneration(GenerationTiming) - Constructor for class org.hibernate.tuple.GeneratedValueGeneration
 
generateEntityDefinition() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateEntityDefinition() - Method in interface org.hibernate.persister.entity.EntityPersister
Generate the entity definition for this object.
generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
generateEntityKey(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.SessionImplementor
Hide the changing requirements of entity key creation
generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.internal.AbstractSessionImpl
 
generateEntityReferenceAliases(String, EntityPersister) - Method in class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
Generate the entity reference aliases for a particular EntityReference and register the generated value using the query space UID.
generateFieldReader(CtClass, CtField, AttributeTypeDescriptor) - Method in class org.hibernate.bytecode.enhance.internal.MappedSuperclassEnhancer
 
generateFieldReader(CtClass, CtField, AttributeTypeDescriptor) - Method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesEnhancer
 
generateFieldWriter(CtClass, CtField, AttributeTypeDescriptor) - Method in class org.hibernate.bytecode.enhance.internal.MappedSuperclassEnhancer
 
generateFieldWriter(CtClass, CtField, AttributeTypeDescriptor) - Method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesEnhancer
 
generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateFilterConditionAlias(String) - Method in interface org.hibernate.persister.entity.Queryable
The alias used for any filter conditions (mapped where-fragments or enabled-filters).
generateFirstPass(PersistentClass, ClassAuditingData, EntityXmlMappingData, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
generateHashCode(SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
generateHashedConstraintName(String, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedConstraintName(String, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedFkName(String, Identifier, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedFkName(String, Identifier, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHolder(SessionImplementor) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
generateIdByUniqueKeySelectString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateIdentityInsertString(boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Used to generate an insery statement against the root table in the case of identifier generation strategies where the insert statement executions actually generates the identifier value.
generateIdInsertSelect(String, IdTableInfo, AbstractTableBasedBulkIdHandler.ProcessedWhereClause) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
Generate the INSERT-SELECT statement for holding matching ids.
generateIdSubselect(Queryable, IdTableInfo) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
generateIdSubselect(Queryable, IdTableInfo) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
generateIdSubselect(Queryable, IdTableInfo) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
generateIdTableName(String) - Method in class org.hibernate.dialect.TeradataDialect
 
generateIdTableName(String) - Method in interface org.hibernate.hql.spi.id.IdTableSupport
 
generateIdTableName(String) - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
generateImplicitUid() - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
generateImplicitUid() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Generate a unique ID to be used when creating an ExpandingQuerySpace.
generateImports() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
generateImports() - Method in class org.hibernate.jpamodelgen.ImportContextImpl
 
generateImports() - Method in interface org.hibernate.jpamodelgen.model.ImportContext
 
generateImports() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
generateImports() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
generateInsertGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateInsertRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL INSERT that creates a new row
generateInsertRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that updates a foreign key to a value
generateInsertString(boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertString(boolean, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertString(boolean, boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that inserts a row
generateLazySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLeastSignificantBits(long) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateLocker(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
generateMap() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
generateName(String, Table, Column...) - Static method in class org.hibernate.mapping.Constraint
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateName(String, Table, List<Column>) - Static method in class org.hibernate.mapping.Constraint
generateNamedParameter(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
generateNamedParameter(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
generateNodePrefix(int) - Method in class org.hibernate.loader.plan.build.spi.TreePrinterHelper
Returns a string containing the specified number of indentations, where each indentation contains TreePrinterHelper.INDENTATION blank characters.
generatePositionalParameter(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
generatePositionalParameter(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
generateProxy(InvocationHandler, Class...) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
generateProxy(InvocationHandler, Class...) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
generateProxy(byte[]) - Static method in class org.hibernate.engine.jdbc.BlobProxy
Generates a BlobImpl proxy using byte data.
generateProxy(InputStream, long) - Static method in class org.hibernate.engine.jdbc.BlobProxy
Generates a BlobImpl proxy using a given number of bytes from an InputStream.
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using the string data.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using a character reader of given length.
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a Clob proxy using the string data.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a NClob proxy using a character reader of given length.
generateProxy(ResultSet, ColumnNameCache, ServiceRegistry) - Static method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
Generates a proxy wrapping the ResultSet.
generateProxy(Blob) - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Generates a SerializableBlob proxy wrapping the provided Blob object.
generateProxy(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
generateProxy(NClob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
Generates a SerializableNClobProxy proxy wrapping the provided NClob object.
generateQueryException(String) - Method in exception org.hibernate.hql.internal.ast.QuerySyntaxException
 
generateQueryException(String) - Method in exception org.hibernate.QueryException
Called from QueryException.wrapWithQueryString(String) when we really need to generate a new QueryException (or subclass).
generateQueryException(String) - Method in exception org.hibernate.QueryParameterException
 
generateQueryKey(String, QueryParameters, Set, SessionImplementor, CacheableResultTransformer) - Static method in class org.hibernate.cache.spi.QueryKey
Generates a QueryKey.
generateRootAlias(String) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
generateRootAlias(String) - Method in class org.hibernate.loader.JoinWalker
 
generateScalarColumns(HqlSqlWalkerNode, String[], int) - Static method in class org.hibernate.hql.internal.ast.util.ColumnHelper
Generates the scalar column AST nodes for a given array of SQL columns
generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.ejb.HibernatePersistence
Deprecated.
 
generateSchema(String, Map) - Method in class org.hibernate.ejb.HibernatePersistence
Deprecated.
 
generateSchema() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
generateSchema() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Perform an explicit schema generation (rather than an "auto" one) based on the
generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
generateSchema(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
generateSecondPass(PersistentClass, ClassAuditingData, EntityXmlMappingData) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
generateSelectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateSelectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateSelectSizeString(boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateSelectString(LockMode) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
Generate the SQL that selects a row by id
generateSelectVersionString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that selects the version number by id
generateSingleScalarColumn(HqlSqlWalkerNode, int) - Static method in class org.hibernate.hql.internal.ast.util.ColumnHelper
 
generateSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateSQLAlias() - Method in interface org.hibernate.criterion.CriteriaQuery
Generate a unique SQL alias
generateSQLAlias() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
generateSubquery(PersistentClass, Mapping) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
generateSuffixes(int) - Static method in class org.hibernate.loader.BasicLoader
Utility method that generates 0_, 1_ suffixes.
generateSuffixes(int, int) - Static method in class org.hibernate.loader.BasicLoader
 
generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.JoinWalker
 
generateTableAlias(String, int) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateTokenNameCache(Class) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Method to generate a map of token type names, keyed by their token type values.
generateUpdateGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateUpdateRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateUpdateRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL UPDATE that updates a row
generateUpdateRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that inserts a collection index
generateUpdateString(boolean[], int, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateUpdateString(boolean[], int, Object[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that updates a row by id (and version)
generateUUID(SessionImplementor) - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateUUID(SessionImplementor) - Method in class org.hibernate.id.uuid.StandardRandomStrategy
Delegates to UUID.randomUUID()
generateUUID(SessionImplementor) - Method in interface org.hibernate.id.UUIDGenerationStrategy
Generate the UUID.
generateValue(Session, Object) - Method in interface org.hibernate.tuple.ValueGenerator
Generate the value.
GenerationProcess(ServiceRegistry) - Constructor for class org.hibernate.jpa.internal.schemagen.JpaSchemaGenerator.GenerationProcess
Constructs a generation process
GenerationSourceFromMetadata - Class in org.hibernate.jpa.internal.schemagen
Handle schema generation source from (annotation/xml) metadata.
GenerationSourceFromMetadata(MetadataImplementor, Dialect, boolean, boolean) - Constructor for class org.hibernate.jpa.internal.schemagen.GenerationSourceFromMetadata
 
GenerationSourceFromScript - Class in org.hibernate.jpa.internal.schemagen
Handles schema generation source from a "script"
GenerationSourceFromScript(ScriptSourceInput, ImportSqlCommandExtractor) - Constructor for class org.hibernate.jpa.internal.schemagen.GenerationSourceFromScript
 
GenerationStrategyPair() - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
GenerationStrategyPair(EntityMetamodel.FullInMemoryValueGenerationStrategy) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
GenerationStrategyPair(EntityMetamodel.InDatabaseValueGenerationStrategyImpl) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
GenerationStrategyPair(InMemoryValueGenerationStrategy, InDatabaseValueGenerationStrategy) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
GenerationTime - Enum in org.hibernate.annotations
At what time(s) will the generation occur?
GenerationTiming - Enum in org.hibernate.tuple
 
GenerationTimingConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
GenerationTimingConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.GenerationTimingConverter
 
GenerationType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for generation-type.
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
generator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
 
generatorKey() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
generatorKey() - Method in class org.hibernate.id.enhanced.TableGenerator
 
generatorKey() - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
generatorKey() - Method in interface org.hibernate.id.PersistentIdentifierGenerator
Return a key unique to the underlying database objects.
generatorKey() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
GeneratorType - Annotation Type in org.hibernate.annotations
Marks a property as generated, specifying the ValueGenerator type to be used for generating the value.
GenericGenerator - Annotation Type in org.hibernate.annotations
Generator annotation describing any kind of Hibernate generator in a generic (de-typed) manner.
GenericGenerators - Annotation Type in org.hibernate.annotations
Array of generic generator definitions.
GenericJDBCException - Exception in org.hibernate.exception
Generic, non-specific JDBCException.
GenericJDBCException(String, SQLException) - Constructor for exception org.hibernate.exception.GenericJDBCException
 
GenericJDBCException(String, SQLException, String) - Constructor for exception org.hibernate.exception.GenericJDBCException
 
GeoDBDialect - Class in org.hibernate.spatial.dialect.h2geodb
Extends the H2Dialect by also including information on spatial functions.
GeoDBDialect() - Constructor for class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
Constructor.
GeoDBGeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.h2geodb
Descriptor for GeoDB Geometries.
GeoDBGeometryTypeDescriptor() - Constructor for class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
GeoDbWkb - Class in org.hibernate.spatial.dialect.h2geodb
A utility class to serialize from/to GeoDB WKB's.
GeolatteGeometryJavaTypeDescriptor - Class in org.hibernate.spatial
Descriptor for geolatte-geom Geometrys.
GeolatteGeometryJavaTypeDescriptor() - Constructor for class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
Initialize a type descriptor for the geolatte-geom Geometry type.
GeolatteGeometryType - Class in org.hibernate.spatial
a Type that maps between the database geometry type and geolatte-geom Geometry.
GeolatteGeometryType(SqlTypeDescriptor) - Constructor for class org.hibernate.spatial.GeolatteGeometryType
Constructs an instance with the specified SqlTypeDescriptor
geProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an greater-than-or-equal-to restriction between 2 properties
geProperty(String) - Method in class org.hibernate.criterion.Property
Creates an greater-than-or-equal-to restriction between 2 properties
geProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than or equal" constraint to two properties
geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to another property
geSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-or-equal-to-some sub-query expression for this property.
geSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than-or-equal-to SOME of the values in the subquery result.
get() - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
get() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
get() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
get(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Get the value mapped to this key, or null if no value is mapped to this key.
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
Attempt to retrieve an object from the cache.
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
get(SessionImplementor, Object, long) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
get(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
 
get(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
get(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
get(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
get(QueryKey, Type[], boolean, Set<Serializable>, SessionImplementor) - Method in class org.hibernate.cache.internal.StandardQueryCache
 
get(SessionImplementor, Object, long) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Attempt to retrieve an object from the cache.
get(SessionImplementor, Object) - Method in interface org.hibernate.cache.spi.GeneralDataRegion
Get an item from the cache.
get(QueryKey, Type[], boolean, Set<Serializable>, SessionImplementor) - Method in interface org.hibernate.cache.spi.QueryCache
Get results from the cache.
get(GroupsPerOperation.Operation) - Method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
get(int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
get(int) - Method in class org.hibernate.collection.internal.PersistentBag
 
get(int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
get(int) - Method in class org.hibernate.collection.internal.PersistentList
 
get(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
get(int) - Method in class org.hibernate.dialect.TypeNames
get default type name for specified type
get(int, long, int, int) - Method in class org.hibernate.dialect.TypeNames
get type name for specified type and size
get(int) - Method in class org.hibernate.engine.spi.ExecutableList
 
get(Class<T>, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Session) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open session.
get(EntityManager) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open entity manager.
get(PersistentClass) - Static method in enum org.hibernate.envers.configuration.internal.metadata.InheritanceType
 
get(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
get(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
get(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
get(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
get(String, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
get(EventSource) - Method in class org.hibernate.envers.internal.synchronization.AuditProcessManager
 
get() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
get(EnversService) - Method in class org.hibernate.envers.query.internal.property.EntityPropertyName
 
get(EnversService) - Method in class org.hibernate.envers.query.internal.property.ModifiedFlagPropertyName
 
get(EnversService) - Method in class org.hibernate.envers.query.internal.property.OriginalIdPropertyName
 
get(EnversService) - Method in interface org.hibernate.envers.query.internal.property.PropertyNameGetter
 
get(EnversService) - Method in class org.hibernate.envers.query.internal.property.RevisionNumberPropertyName
 
get(EnversService) - Method in class org.hibernate.envers.query.internal.property.RevisionPropertyPropertyName
 
get(EnversService) - Method in class org.hibernate.envers.query.internal.property.RevisionTypePropertyName
 
GET - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
get(ResultSet, String, Type) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Extract the value from the result set (which is assumed to already have been positioned to the apopriate row) and wrp it in the appropriate Java numeric type.
get() - Method in class org.hibernate.internal.AbstractScrollableResults
 
get(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
get(Class<T>, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
get(String, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
get(Class<T>, Serializable, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
get(Class<T>, Serializable, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
get(String, Serializable, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
get(String, Serializable, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
get(Class, Serializable) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(Class, Serializable, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(String, Serializable) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(String, Serializable, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
get(SingularAttribute<? super X, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
get(PluralAttribute<X, C, E>) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
get(MapAttribute<X, K, V>) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
get(String) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
get(String, Class<X>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(int, Class<X>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(int) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(TupleElement<X>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(Object) - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
get(Object) - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
get(Object) - Method in interface org.hibernate.property.access.spi.Getter
Get the property value from the given owner instance.
get(Object) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
get(Object) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
get(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
get() - Method in interface org.hibernate.ScrollableResults
Get the current row of results.
get(int) - Method in interface org.hibernate.ScrollableResults
Get the ith object in the current row of results, without initializing any other results in the row.
get(K) - Method in class org.hibernate.service.internal.ConcurrentServiceBinding
 
get(Class<T>, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(Class<T>, Serializable, LockMode) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(Class<T>, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(String, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given named entity with the given identifier, or null if there is no such persistent instance.
get(String, Serializable, LockMode) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(String, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(String, Serializable) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(Class, Serializable) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(String, Serializable, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(Class, Serializable, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(ResultSet, String, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
get(ResultSet, String, SessionImplementor) - Method in interface org.hibernate.type.SingleColumnType
Get a column value from a result set, without worrying about the possibility of null values.
getAccess() - Method in interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
 
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the access property.
getAccessOptimizer() - Method in class org.hibernate.bytecode.internal.javassist.ReflectionOptimizerImpl
 
getAccessOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
Retrieve the optimizer for accessing the entity's persistent state.
getAccessorPropertyName(EntityMode) - Method in class org.hibernate.mapping.Property
 
getAccessStrategy(String) - Static method in enum org.hibernate.cfg.AccessType
Resolve an externalized name to the AccessType enum value it names.
getAccessStrategy(AccessType) - Static method in enum org.hibernate.cfg.AccessType
Convert the JPA access type enum to the corresponding AccessType enum value.
getAccessStrategyFactory() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
The EhcacheAccessStrategyFactory used for creating various access strategies
getAccessType() - Method in class org.hibernate.boot.model.Caching
 
getAccessType() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
getAccessType() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getAccessType() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getAccessType() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
getAccessType(Class<?>, String) - Static method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
getAccessTypeInfo(String) - Method in class org.hibernate.jpamodelgen.Context
 
getAction() - Method in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
getAction() - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
getAction() - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
How should a duplication be handled?
getActionQueue() - Method in interface org.hibernate.event.spi.EventSource
Get the ActionQueue for this session
getActionQueue() - Method in class org.hibernate.internal.SessionImpl
 
getActions() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Gets the value of the actions property.
getActualLongValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
getActualRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getAddColumnString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.DB2Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Dialect
The syntax used to add a column to a table (optional).
getAddColumnString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.H2Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.HSQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.InformixDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.IngresDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.MckoiDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.MimerSQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.MySQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getAddColumnString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.ProgressDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Teradata14Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.TeradataDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getAddColumnSuffixString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getAddColumnSuffixString() - Method in class org.hibernate.dialect.Dialect
The syntax for the suffix used to add a column to a table (optional).
getAddedInstance() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.AbstractValueDelayedOperation
 
getAddedInstance() - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.DelayedOperation
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.AbstractHANADialect
The default behaviour for 'on update restrict' on HANA is currently to not allow any updates to any column of a row if the row has a foreign key.
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Cache71Dialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a foreign key constraint to a table.
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.InformixDialect
Informix constraint name must be at the end.
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.MySQLDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.SAPDBDialect
 
getAdditionalJoinConditions() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeFetch
 
getAdditionalJoinConditions() - Method in class org.hibernate.loader.plan.build.internal.returns.AnyAttributeFetchImpl
 
getAdditionalJoinConditions() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionAttributeFetchImpl
 
getAdditionalJoinConditions() - Method in class org.hibernate.loader.plan.build.internal.returns.EntityAttributeFetchImpl
 
getAdditionalJoinConditions() - Method in interface org.hibernate.loader.plan.spi.Fetch
 
getAdditionalXmlMappings() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityXmlMappingData
 
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a primary key constraint to a table.
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.InformixDialect
Informix constraint name must be at the end.
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getAddressBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getAddressHexString() - Static method in class org.hibernate.id.uuid.Helper
 
getAddressInt() - Static method in class org.hibernate.id.uuid.Helper
 
getAddUniqueConstraintString(String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getAffectedOwnerEntityName() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the entity name for the collection owner entity that is affected by this event.
getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the ID for the collection owner entity that is affected by this event.
getAffectedOwnerOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the collection owner entity that is affected by this event.
getAfterCompletionAction() - Method in interface org.hibernate.engine.spi.SessionOwner
 
getAfterCompletionAction() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.CollectionAction
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.EntityAction
 
getAfterTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the after-transaction-completion process, if any, for this action.
getAggregatedAliases() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Retrieve the aliases for the columns aggregated here.
getAggregatedAliases() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAggregatedAliases() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getAggregatedCfgXml() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended for internal testing use only!!
getAggregatedConfig() - Method in class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceImpl
 
getAggregatedConfig() - Method in interface org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
 
getAggregatedSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getAggregatedSelectExpression() - Method in class org.hibernate.loader.hql.QueryLoader
 
getAggregatedSelectionTypeList() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Retrieves a list of the selection types being aggregated
getAggregatedSelectionTypeList() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAggregatedSelectionTypeList() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getAggregationResultType() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Obtain the java type of the aggregation
getAggregationResultType() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAggregationResultType() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the alias property.
getAlias() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
Access the alias associated with this return
getAlias() - Method in interface org.hibernate.Criteria
Get the alias of the entity encapsulated by this criteria instance.
getAlias() - Method in class org.hibernate.criterion.DetachedCriteria
Obtain the alias associated with this DetachedCriteria
getAlias() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the defined result alias
getAlias() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
getAlias() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAlias() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getAlias() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
 
getAlias(String) - Static method in class org.hibernate.hql.internal.ast.util.PathHelper
 
getAlias() - Method in class org.hibernate.internal.CriteriaImpl
 
getAlias() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getAlias(String) - Method in class org.hibernate.internal.DynamicFilterAliasGenerator
 
getAlias(String) - Method in interface org.hibernate.internal.FilterAliasGenerator
 
getAlias(String) - Method in class org.hibernate.internal.StaticFilterAliasGenerator
 
getAlias() - Method in class org.hibernate.jpa.criteria.expression.AbstractTupleElement
 
getAlias() - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.RootImpl.TreatedRoot
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath.TreatedSingularAttributePath
 
getAlias() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
getAlias() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getAlias() - Method in class org.hibernate.loader.custom.NonScalarReturn
 
getAlias(Dialect) - Method in class org.hibernate.mapping.Column
 
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Column
Generate a column alias that is unique across multiple tables
getAlias(Dialect) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect) - Method in interface org.hibernate.mapping.Selectable
 
getAlias(Dialect, Table) - Method in interface org.hibernate.mapping.Selectable
 
getAlias() - Method in interface org.hibernate.sql.SelectExpression
 
getAliasedLHSColumnNames(AssociationType, String, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the qualified (prefixed by alias) names of the columns of the owning entity which are to be used in the join
getAliasedLHSColumnNames(AssociationType, String, int, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the qualified (prefixed by alias) names of the columns of the owning entity which are to be used in the join
getAliases() - Method in class org.hibernate.criterion.AliasedProjection
 
getAliases() - Method in class org.hibernate.criterion.Distinct
 
getAliases() - Method in interface org.hibernate.criterion.Projection
Get the criteria-level aliases for this projection (ie.
getAliases() - Method in class org.hibernate.criterion.ProjectionList
 
getAliases() - Method in class org.hibernate.criterion.SimpleProjection
 
getAliases() - Method in class org.hibernate.criterion.SQLProjection
 
getAliases() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getAliases() - Method in class org.hibernate.loader.hql.QueryLoader
 
getAliases() - Method in class org.hibernate.loader.JoinWalker
 
getAliases() - Method in class org.hibernate.loader.Loader
Get the SQL table aliases of entities whose associations are subselect-loadable, returning null if this loader does not support subselect loading
getAliases() - Method in class org.hibernate.loader.OuterJoinLoader
 
getAliasGenerator() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getAliasGenerator() - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
getAliasLockCount() - Method in class org.hibernate.LockOptions
Get the number of aliases that have specific lock modes defined.
getAliasLockIterator() - Method in class org.hibernate.LockOptions
Iterator for accessing Alias (key) and LockMode (value) as Map.Entry.
getAliasName(String) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getAliasResolutionContext() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getAliasResolutionContext() - Method in class org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor
 
getAliasSpecificLockMode(String) - Method in class org.hibernate.LockOptions
Get the LockMode explicitly specified for the given alias via LockOptions.setAliasSpecificLockMode(java.lang.String, org.hibernate.LockMode)

Differs from LockOptions.getEffectiveLockMode(java.lang.String) in that here we only return explicitly specified alias-specific lock modes.

getAliasTableMap(SessionFactoryImplementor) - Method in class org.hibernate.internal.FilterConfiguration
 
getAliasToEntityMap() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
getAliasToEntityMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the map of explicit alias to entity name mappings.
getAliasToTableMap() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
getAliasToTableMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the map of explicit alias to table name mappings.
getAllClassAuditedData() - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
 
getAllClassMetadata() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getAllClassMetadata() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getAllClassMetadata() - Method in interface org.hibernate.SessionFactory
Retrieve the ClassMetadata for all mapped entities.
getAllCollectionMetadata() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getAllCollectionMetadata() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getAllCollectionMetadata() - Method in interface org.hibernate.SessionFactory
Get the CollectionMetadata for all mapped collections.
getAllDocuments() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getAllocationSize() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the allocationSize property.
getAllocationSize() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the allocationSize property.
getAllSecondLevelCacheRegions() - Method in interface org.hibernate.engine.spi.CacheImplementor
Get all cache regions, including query cache.
getAllSecondLevelCacheRegions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getAllSecondLevelCacheRegions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a map of all the second level cache regions currently maintained in this session factory.
getAllSecondLevelCacheRegions() - Method in class org.hibernate.internal.CacheImpl
 
getAllSecondLevelCacheRegions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.InformixUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.
getAndIncrease() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
getAndResetInvocationCount() - Static method in class org.hibernate.testing.byteman.BytemanHelper
 
getAngle(Coordinate) - Method in class org.hibernate.spatial.jts.Circle
Returns the angle of the point from the center and the horizontal line from the center.
getAnnotatedClasses() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getAnnotatedClassNames() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedClassNames() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getAnnotatedClassNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any entity and component classes in the user domain model known by name.
getAnnotatedClassReferences() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getAnnotatedClassReferences() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any entity and component classes in the user domain model known by Class reference .
getAnnotatedPackageNames() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getAnnotatedPackageNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any known annotated package names (packages with a package-info.class file that Hibernate has been told about).
getAnnotatedPackages() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getAnnotation(CtField, Class<T>) - Static method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesHelper
 
getAnnotation(CtClass, String, Class<T>) - Static method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesHelper
 
getAnnotation() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getAnnotation(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
getAnnotation(Class<T>) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getAnnotation(Class<T>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getAnnotationMirror(Element, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
Checks whether the Element hosts the annotation with the given fully qualified class name.
getAnnotationReader(AnnotatedElement) - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
getAnnotations() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getAnnotations() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getAnnotationsMethod() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getAnnotationValue(AnnotationMirror, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getAnticipatedNumberOfArguments() - Method in class org.hibernate.dialect.function.TemplateRenderer
 
getAnyAdditionalJoinConditions(String) - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinImpl
 
getAnyAdditionalJoinConditions(String) - Method in interface org.hibernate.loader.plan.spi.Join
Gets any additional conditions on the right-hand-side of the join using the specified table alias.
getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getAnyConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Allows access to the database metadata of the underlying database(s) in situations where we do not have a tenant id (like startup processing, for example).
getAnyConnectionProvider() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getAnyMetaDef(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getAnyMetaDef(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getAnything() - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
getAnything() - Method in class org.hibernate.jpa.event.internal.core.JpaAutoFlushEventListener
 
getAnything() - Method in class org.hibernate.jpa.event.internal.core.JpaFlushEventListener
 
getAppropriateInitializer(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getAppropriateLoader(LockOptions, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getArcAngle() - Method in class org.hibernate.spatial.jts.Circle.Arc
 
getArcAngleDegrees() - Method in class org.hibernate.spatial.jts.Circle.Arc
 
getArcHeight() - Method in class org.hibernate.spatial.jts.Circle.Arc
given a an arc defined from p1 to p2 existing on this circle, returns the height of the arc.
getArchiveDescriptorFactory() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getArchiveDescriptorFactory() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getArchiveDescriptorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getArchiveDescriptorFactory() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the ArchiveDescriptorFactory to be used for scanning
getArchiveUrl() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getArgumentExpressions() - Method in class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
getArray() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getArrayReferenceInitializers() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails.ReaderCollectorImpl
 
getArrayReferenceInitializers() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
getAsciiStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getAssertedValue() - Method in class org.hibernate.jpa.criteria.predicate.BooleanAssertionPredicate
 
getAssertedValue() - Method in class org.hibernate.jpa.criteria.predicate.BooleanStaticAssertionPredicate
 
getAssignmentSpecifications() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getAssociatedClass() - Method in class org.hibernate.mapping.OneToMany
 
getAssociatedEntityName(CollectionType) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Given a collection type, determine the entity name of the elements contained within instance of that collection.
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
getAssociatedEntityName(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
Get the entity name of the associated entity
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
getAssociatedEntityName() - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedEntityPersister(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
Get the "persister" for this association - a class or collection persister
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Retrieves the Joinable defining the associated entity.
getAssociation() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the association property.
getAssociation() - Method in class org.hibernate.engine.profile.Fetch
 
getAssociation() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getAssociationAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
The attribute source information
getAssociationKey() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getAssociationKey() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getAssociationKey() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getAssociationNature() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getAssociationNature() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getAssociationNature() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the associationOverride property.
getAssociationOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the name of the attribute, from the owning side, that defines the association.
getAssociationPath() - Method in class org.hibernate.engine.profile.Association
 
getAssociations() - Method in class org.hibernate.loader.JoinWalker
 
getAssociationType() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getAssumedUnsaved() - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getAssumedUnsaved() - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
getAssumedUnsaved() - Method in class org.hibernate.event.internal.DefaultPersistEventListener
 
getASTFactory() - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
getASTNodeType(int) - Method in class org.hibernate.hql.internal.ast.HqlASTFactory
Returns the class for a given token type (a.k.a.
getASTNodeType(int) - Method in class org.hibernate.hql.internal.ast.SqlASTFactory
Returns the class for a given token type (a.k.a.
getASTNodeType(int) - Method in class org.hibernate.sql.ordering.antlr.Factory
 
getASTPrinter() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getAtIndexOrNull(Object[], int) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
getAttribute() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getAttribute() - Method in exception org.hibernate.jpa.criteria.BasicPathUsageException
 
getAttribute() - Method in class org.hibernate.jpa.criteria.expression.MapEntryExpression
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.PluralAttributePath
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath
 
getAttribute() - Method in interface org.hibernate.jpa.criteria.PathImplementor
Retrieve reference to the attribute this path represents.
getAttribute() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
getAttribute(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getAttributeAccess(String) - Method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper.ClassMetadataCache
 
getAttributeConverter() - Method in class org.hibernate.cfg.AttributeConverterDefinition
 
getAttributeConverter() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getAttributeConverterDefinitions() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getAttributeConverterDefinitions() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to the AttributeConverter definitions known about.
getAttributeConverters() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getAttributeConverters() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getAttributeConverters() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getAttributeConverters() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getAttributeConverters() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getAttributeDefinition() - Method in interface org.hibernate.persister.walking.spi.EncapsulatedEntityIdentifierDefinition
 
getAttributeIndex() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Many of Hibernate internals use arrays to define information about attributes.
getAttributeName() - Method in class org.hibernate.cfg.AttributeConversionInfo
 
getAttributeName() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
getAttributeName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the attributeName property.
getAttributeNodes() - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
getAttributeNodes() - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the attributeOverride property.
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyDiscriminatorColumnNameSource
Access the AttributePath to the ANY mapping
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
Access to the AttributePath of the ANY mapping
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
Access to the AttributePath for the basic value
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access to the name of the attribute that defines the association.
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getAttributePath() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getAttributePathBase() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getAttributePathBase() - Method in interface org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceContainer
 
getAttributePathBase() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getAttributePathBase() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getAttributePathBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
 
getAttributeRole() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getAttributeRole() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getAttributeRole() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getAttributeRole() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getAttributeRole() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getAttributeRoleBase() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getAttributeRoleBase() - Method in interface org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceContainer
 
getAttributeRoleBase() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getAttributeRoleBase() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getAttributeRoleBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
 
getAttributes() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getAttributes() - Method in interface org.hibernate.persister.walking.spi.AttributeSource
 
getAttributes() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
getAttributeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
 
getAttributeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
getAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
getAttributeSourceContainer() - Method in interface org.hibernate.boot.model.source.internal.hbm.AttributesHelper.Callback
 
getAttributeSourcesMakingUpIdentifier() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
Obtain the source descriptor for the identifier attribute.
getAuditData() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AnnotationsMetadataReader
 
getAuditEntitiesConfiguration() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getAuditEntitiesConfiguration() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getAuditEntityName(String) - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getAuditEntityName() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getAuditEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getAuditingOverrides() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getAuditMappedBy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getAuditProcessManager() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getAuditProcessManager() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getAuditReaderImplementor() - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
getAuditStrategy() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getAuditStrategy() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getAuditStrategyName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getAuditTable() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getAuditTableName() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getAutoAliasInjection() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the autoAliasInjection property.
getAutoListener() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
getAuxiliaryDatabaseObjectExporter() - Method in class org.hibernate.dialect.Dialect
 
getAuxiliaryDatabaseObjectList() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getAuxiliaryDatabaseObjectList() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getAuxiliaryDatabaseObjectList() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to any AuxiliaryDatabaseObject explicitly registered with the MetadataBuilder.
getAuxiliaryDatabaseObjects() - Method in class org.hibernate.boot.model.relational.Database
 
getAverageGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getAverageGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getBagRoles() - Method in exception org.hibernate.loader.MultipleBagFetchException
Retrieves the collection-roles for the bags encountered.
getBase() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Gets the value of the base property.
getBase() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getBase() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSequentialIndexSource
Hibernate allows specifying the base value to use when storing the index to the database.
getBase() - Method in class org.hibernate.cfg.IndexColumn
 
getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getBaseIndex() - Method in class org.hibernate.mapping.List
 
getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getBaselineSessionEventsListenerBuilder() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getBaselineSessionEventsListenerBuilder() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getBasePropertyMapping() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the basic property.
getBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the basic property.
getBasicSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
Allows access to the basic Dialect.getSelectClauseNullString(int) implementation...
getBasicType() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
 
getBasicTypeRegistrations() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getBasicTypeRegistrations() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getBasicTypeRegistrations() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access the list of BasicType registrations.
getBatch(BatchKey) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getBatch(BatchKey) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Get a batch instance.
getBatchedStatementCount() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
getBatchedStatementCount() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
How many statements will be in this batch?

Note that this is distinctly different than the size of the batch.

getBatchFetchQueue() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getBatchFetchQueue() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the BatchFetchQueue, instantiating one if necessary.
getBatchFetchStyle() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getBatchFetchStyle() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getBatchFetchStyle() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getBatchFetchStyle() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getBatchFetchStyle() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getBatchFetchStyle() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getBatchFetchStyle() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
getBatchSize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the batchSize property.
getBatchSize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getBatchSize() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getBatchSize() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the batch-size to be applied when initializing proxies of this entity.
getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
 
getBatchSize() - Method in class org.hibernate.loader.plan.exec.query.internal.QueryBuildingParametersImpl
 
getBatchSize() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
Gets the batch size.
getBatchSize() - Method in class org.hibernate.mapping.Collection
 
getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
 
getBatchSize() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getBatchSize() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getBatchSizes(int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
getBatchStatement(String, boolean) - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
getBatchStatement(String, boolean) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
getBatchStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Get a statement which is part of the batch, creating if necessary (and storing for next time).
getBatchVersionedDataEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getBeanManagerReference() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getBeanManagerReference() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getBeanManagerReference() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getBeanManagerReference() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getBeanManagerReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getBeanManagerReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getBeanName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getBeanName() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getBeanProperty(Object, String) - Static method in class org.hibernate.cache.ehcache.management.impl.BeanUtils
Retrieve a named bean property value.
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.CollectionAction
 
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.EntityAction
 
getBeforeTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the before-transaction-completion process, if any, for this action.
getBidirectionalEntityReferences() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractAnyReference
 
getBidirectionalEntityReferences() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
getBidirectionalEntityReferences() - Method in class org.hibernate.loader.plan.build.internal.returns.BidirectionalEntityReferenceImpl
 
getBidirectionalEntityReferences() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Retrieve the bidirectional entity references owned by this fetch source.
getBigDecimal(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBigDecimal(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a BigDecimal.
getBigInteger(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBigInteger(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a BigInteger.
getBinary(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBinary(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a binary (byte[]).
getBind() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
If bindable, get the current binding.
getBind() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
getBind() - Method in interface org.hibernate.procedure.ParameterRegistration
Retrieve the binding associated with this parameter.
getBindableJavaType() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getBindableJavaType() - Method in class org.hibernate.jpa.internal.metamodel.EntityTypeImpl
 
getBindableJavaType() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
 
getBindableJavaType() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
getBindableType() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getBindableType() - Method in class org.hibernate.jpa.internal.metamodel.EntityTypeImpl
 
getBindableType() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
 
getBindableType() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Get the binder (setting JDBC in-going parameter values) capable of handling values of the type described by the passed descriptor.
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
getBlob(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBlob(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a blob.
getBlobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getBoolean(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getBoolean(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBoolean(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean (default of false)
getBoolean(String, Map, boolean) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean.
getBoolean(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getBoolean(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a boolean.
getBooleanExpression() - Method in class org.hibernate.jpa.criteria.predicate.ExplicitTruthValueCheck
 
getBooleanWrapper(String, Map, Boolean) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean (default of false)
getBootstrapJdbcConnectionAccess() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getBootstrapJdbcConnectionAccess() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
 
getBootstrapJdbcConnectionAccess() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getBootstrapServiceRegistry() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
getBuffer() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
getBuffer() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
 
getBuilder() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
getBuilder() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
getBuildingContext() - Method in interface org.hibernate.boot.model.naming.ImplicitIndexColumnNameSource
 
getBuildingContext() - Method in interface org.hibernate.boot.model.naming.ImplicitNameSource
Access to the current building context.
getBuildingContext() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Access the contextual information related to the current process of building metadata.
getBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getBuildingContext() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getBuildingContext() - Method in class org.hibernate.cfg.Ejb3Column
 
getBuildingOptions() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getBuildingOptions() - Method in class org.hibernate.boot.model.relational.Database
 
getBuildingOptions() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to the options specified by the MetadataBuilder
getBuildingOptions() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getByte(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getByte(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a byte.
getBytecodeProvider() - Static method in class org.hibernate.cfg.Environment
 
getBytes() - Method in interface org.hibernate.bytecode.buildtime.spi.ClassDescriptor
The bytes making up the class' bytecode.
getBytes() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Access to the bytes.
getBytes() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getBytesFromInputStream(InputStream) - Static method in class org.hibernate.boot.archive.internal.ArchiveHelper
Extracts the bytes out of an InputStream.
getBytesFromInputStreamSafely(InputStream) - Static method in class org.hibernate.boot.archive.internal.ArchiveHelper
Extracts the bytes out of an InputStream.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the cache property.
getCache() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCache() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
Ehcache instance backing this Hibernate data region.
getCache() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getCache(String, String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCache() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getCache() - Method in interface org.hibernate.SessionFactory
Obtain direct access to the underlying cache regions.
getCacheable() - Method in class org.hibernate.internal.CriteriaImpl
 
getCacheAccessStrategy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCacheAccessStrategy() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the cache
getCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache (optional operation)
getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Collection
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.PersistentClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.RootClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Subclass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getCacheDataDescription() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
 
getCacheDataDescription() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
getCacheDataDescription() - Method in interface org.hibernate.cache.spi.TransactionalDataRegion
Get the description of the type of data to be stored here, which would have been given to the RegionFactory when creating this region
getCachedDatabaseSnapshot(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the cached database snapshot for the requested entity key.
getCachedPkResolutions(EntityPersister) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Return all locally cross-referenced primary keys for the given persister.
getCachedPkResolutions(EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Find all the locally cached primary key cross-reference entries for the given persister.
getCachedResultTypes(Type[]) - Method in class org.hibernate.transform.CacheableResultTransformer
 
getCachedSize() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getCacheEntryStructure() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the cache structure
getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
 
getCacheEntryStructure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache structure
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of hits for this query
getCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
Queries retrieved successfully from the cache
getCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getCacheHitRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheHitSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.CollectionRegionAccessStrategy
getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
getCacheKeysFactory() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
getCacheKeysFactory() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
getCacheManager() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getCacheManagerObjectName(String, String) - Static method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
Returns an ObjectName for the passed name
getCacheMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of misses for this query
getCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
 
getCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getCacheMissRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheMissRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheMissSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheMissSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheMode() - Method in enum org.hibernate.annotations.CacheModeType
 
getCacheMode() - Method in interface org.hibernate.BasicQueryContract
Obtain the CacheMode in effect for this query.
getCacheMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the cacheMode property.
getCacheMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getCacheMode() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getCacheMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCacheMode() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getCacheMode() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
getCacheMode() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getCacheMode() - Method in class org.hibernate.internal.SessionImpl
 
getCacheMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getCacheMode(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getCacheMode() - Method in interface org.hibernate.Session
Get the current cache mode.
getCacheName() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getCacheProviderConfig() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCachePutCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCachePutCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCachePutCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of puts for this query
getCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
 
getCachePutCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getCachePutRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCachePutRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCachePutSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCachePutSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheRegion() - Method in interface org.hibernate.BasicQueryContract
Obtain the name of the second level query cache region in which query results will be stored (if they are cached, see the discussion on BasicQueryContract.isCacheable() for more information).
getCacheRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getCacheRegion() - Method in class org.hibernate.engine.spi.QueryParameters
 
getCacheRegion() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
getCacheRegion() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getCacheRegion() - Method in class org.hibernate.internal.CriteriaImpl
 
getCacheRegionDefinitions() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getCacheRegionDefinitions() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getCacheRegionDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getCacheRegionDefinitions() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to all explicit cache region mappings.
getCacheRegionFactory() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCacheRegionName() - Method in class org.hibernate.mapping.Collection
 
getCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getCacheRegionPrefix() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getCacheRegionPrefix() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getCacheRegionPrefix() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getCacheRegionPrefix() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getCacheRegionPrefix() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCacheRegionPrefix() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCacheRegionPrefix() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCacheRegionPrefix() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getCacheRegionStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheRegionStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getCacheRegionStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getCaching() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCaching() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the caching configuration for this entity.
getCaching() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCalendar(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCalendar(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a Calendar.
getCallableStatementSupport() - Method in class org.hibernate.dialect.Dialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCallbackAnnotation() - Method in enum org.hibernate.jpa.event.spi.jpa.CallbackType
 
getCallbackMethod(Class<? extends Annotation>) - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
getCallbackType() - Method in class org.hibernate.jpa.event.internal.jpa.AbstractCallback
 
getCallbackType() - Method in interface org.hibernate.jpa.event.spi.jpa.Callback
 
getCallerPrincipals() - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl
 
getCanonicalName() - Method in class org.hibernate.boot.model.naming.Identifier
 
getCanonicalName() - Method in class org.hibernate.mapping.Column
 
getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in interface org.hibernate.engine.spi.CascadingAction
Given a collection, get an iterator of the children upon which the current cascading action should be visited.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the cascade property.
getCascade() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.mapping.Property
 
getCascadeAction() - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultPersistEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultPersistOnFlushEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
getCascadeAction() - Method in class org.hibernate.jpa.event.internal.core.JpaPersistEventListener
 
getCascadeAction() - Method in class org.hibernate.jpa.event.internal.core.JpaPersistOnFlushEventListener
 
getCascadeAll() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeAll property.
getCascadeConstraintsString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Dialect
Completely optional cascading drop clause
getCascadeConstraintsString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.MimerSQLDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getCascadeDetach() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeDetach property.
getCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
How deep are we cascaded?
getCascadeMerge() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeMerge property.
getCascadePersist() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCascadePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadePersist property.
getCascadePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the cascadePersist property.
getCascadeRefresh() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeRefresh property.
getCascadeRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeRemove property.
getCascadeStyle(String) - Static method in class org.hibernate.engine.spi.CascadeStyles
Factory method for obtaining named cascade styles
getCascadeStyle() - Method in class org.hibernate.mapping.Property
 
getCascadeStyle(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCascadeStyle(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the cascade style of this (subclass closure) property
getCascadeStyle() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getCascadeStyle() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getCascadeStyle() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getCascadeStyle(int) - Method in class org.hibernate.type.AnyType
 
getCascadeStyle(int) - Method in class org.hibernate.type.ComponentType
 
getCascadeStyle(int) - Method in class org.hibernate.type.CompositeCustomType
 
getCascadeStyle(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the cascade style of the indicated component property.
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getCascadeStyleName() - Method in interface org.hibernate.boot.model.source.spi.CascadeStyleSource
Obtain the cascade styles to be applied to this association.
getCascadeStyles() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getCascadingAction() - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
getCascadingAction() - Method in class org.hibernate.jpa.event.internal.core.JpaAutoFlushEventListener
 
getCascadingAction() - Method in class org.hibernate.jpa.event.internal.core.JpaFlushEventListener
 
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
The name of the SQL function that can do case insensitive like comparison.
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCastSource() - Method in class org.hibernate.jpa.criteria.expression.function.CastFunction
 
getCastType(Class) - Method in interface org.hibernate.jpa.criteria.compile.RenderingContext
Given a java type, determine the proper cast type name.
getCastTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type appropriate for casting operations (via the CAST() SQL function) for the given Types typecode.
getCastTypeName(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the catalog property.
getCatalog() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getCatalog() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
getCatalog() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCatalog(String, Table) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
getCatalog() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.mapping.Table
 
getCatalog() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getCatalog() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getCatalogName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
 
getCatalogName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
getCategorization() - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
getCategorization() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
 
getCategoryName() - Method in class org.hibernate.stat.internal.CategorizedStatistics
 
getCenter() - Method in class org.hibernate.spatial.jts.Circle
 
getChangedElement() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getChangedElementIndex() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getCharacter(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCharacter(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a char.
getCharacterStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the check property.
getCheck() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCheckCondition() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the specified check constraint condition
getCheckConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getCheckConstraint() - Method in interface org.hibernate.boot.model.source.spi.TableSource
 
getCheckConstraint() - Method in class org.hibernate.mapping.Column
 
getCheckConstraintsIterator() - Method in class org.hibernate.mapping.Table
 
getCheckStyle() - Method in class org.hibernate.boot.model.CustomSql
 
getChildren() - Method in class org.hibernate.testing.junit4.CustomParameterized
 
getChildrenByTagName(Element, String) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Returns an iterator over the children of the given element with the given tag name.
getChordCenterPoint() - Method in class org.hibernate.spatial.jts.Circle.Arc
Returns the center of this Arc
getClass(Object) - Static method in class org.hibernate.Hibernate
Get the true, underlying class of a proxied persistent class.
getClassAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getClassAuditingData(String) - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
 
getClassCacheOrCollectionCache() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the classCacheOrCollectionCache property.
getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.internal.JavassistInstrumenter
 
getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Given the bytecode of a java class, retrieve the descriptor for that class.
getClassLoader() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getClassLoader() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getClassLoaderAccess() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getClassLoaderAccess() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Provides access to ClassLoader services when needed during binding
getClassLoaderAccess() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getClassLoaderService() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getClassLoaderService() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getClassLoaderService() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
getClassMapping() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityXmlMappingData
 
getClassMetadata(Class) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getClassMetadata(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getClassMetadata(Class) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getClassMetadata(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getClassMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getClassMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the user-visible metadata for the class (optional operation)
getClassMetadata(Class) - Method in interface org.hibernate.SessionFactory
Retrieve the ClassMetadata associated with the given entity class.
getClassMetadata(String) - Method in interface org.hibernate.SessionFactory
Retrieve the ClassMetadata associated with the given entity class.
getClassName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
Retrieve the fully-qualified entity class name.
getClassName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getClassName() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getClassName() - Method in class org.hibernate.mapping.PersistentClass
 
getClassOrElement() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class itself or the element type if an array
getClassOrElement() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElement() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElement() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassOrElementClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getClassOrElementName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself or the element type if an array
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElementName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.internal.JavassistInstrumenter
 
getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Create class transformer for the class.
getClassType(XClass) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getClassType(XClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getClassType() - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
getClassWithIdClass(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
getClassWithoutInitializingProxy(Object) - Static method in class org.hibernate.proxy.HibernateProxyHelper
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!).
getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Gets the value of the clazz property.
getClazz() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getClazz() - Method in class org.hibernate.cfg.InheritanceState
 
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the clazz property.
getClob(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getClob(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a clob.
getClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getCloseStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCloseStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getCloseStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getCloseStatementCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCloseStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were released
getCollation() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
Locate the specified collation specification, if one.
getCollectedParameters() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
getCollectedParameterSpecifications() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getCollection() - Method in class org.hibernate.action.internal.CollectionAction
 
getCollection() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the collection property.
getCollection() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getCollection(CollectionKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollection() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
getCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection instance associated with the CollectionKey
getCollection() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getCollection(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getCollection(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getCollection(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
instantiate a collection wrapper (called when loading an object)
getCollectionAliases() - Method in class org.hibernate.loader.BasicLoader
 
getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
 
getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
 
getCollectionAliases() - Method in class org.hibernate.loader.custom.CustomLoader
 
getCollectionAliases() - Method in class org.hibernate.loader.Loader
 
getCollectionBatch(CollectionPersister, Serializable, int) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Get a batch of uninitialized collection keys for a given role
getCollectionBinder(String, XProperty, boolean, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
collection binder factory
getCollectionBinding(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getCollectionBinding(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getCollectionBinding(String) - Method in interface org.hibernate.boot.Metadata
Retrieves the collection mapping metadata for the given collection role.
getCollectionBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getCollectionBinding() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getCollectionBindings() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getCollectionBindings() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getCollectionBindings() - Method in interface org.hibernate.boot.Metadata
Retrieves the Collection metadata representation for known all collections.
getCollectionBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getCollectionChanges() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
getCollectionClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getCollectionColumnAliases() - Method in class org.hibernate.loader.plan.exec.internal.CollectionReferenceAliasesImpl
 
getCollectionColumnAliases() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
Obtain the aliases for the columns related to the collection structure such as the FK, index/key, or identifier (idbag).
getCollectionCount() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of collection instances associated with the session
getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
Returns the collection definition.
getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
Returns the collection definition.
getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CompositeCollectionElementDefinition
Returns the collection definition.
getCollectionElementColumns(String, String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Retrieves the column names corresponding to the collection elements for the given collection role.
getCollectionElementType(DeclaredType, String, String, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getCollectionEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from collection instance to collection entry
getCollectionEntry(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionEntry(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a persistent collection
getCollectionEntry(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
getCollectionEntryOrNull(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionEntryOrNull(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.
getCollectionFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionFetchCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections fetched
getCollectionFetches() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getCollectionFilterRole() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getCollectionFromElements() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getCollectionHolder(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the PersistentCollection object for an array
getCollectionId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the collectionId property.
getCollectionId(Object) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
getCollectionId(Object) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
getCollectionId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getCollectionIdSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionIdSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getCollectionIdSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionKey(CollectionPersister, Object, EntityEntry, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCollectionKeys() - Method in class org.hibernate.engine.spi.QueryParameters
 
getCollectionKeys() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all CollectionKeys
getCollectionLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.internal.LoadContexts
Get the CollectionLoadContext associated with the given ResultSet, creating one if needed.
getCollectionLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections loaded
getCollectionMetadata(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionMetadata(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionMetadata() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionMetadata() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getCollectionMetadata(String) - Method in interface org.hibernate.SessionFactory
Get the CollectionMetadata associated with the named collection role.
getCollectionOwner(Serializable, CollectionPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionOwner(Serializable, CollectionPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity that owns this persistent collection
getCollectionOwners() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getCollectionOwners() - Method in class org.hibernate.loader.custom.CustomLoader
 
getCollectionOwners() - Method in class org.hibernate.loader.hql.QueryLoader
 
getCollectionOwners() - Method in class org.hibernate.loader.JoinWalker
 
getCollectionOwners() - Method in class org.hibernate.loader.Loader
Get the index of the entity that owns the collection, or -1 if there is no owner in the query results (ie.
getCollectionOwners() - Method in class org.hibernate.loader.OuterJoinLoader
 
getCollectionPath() - Method in class org.hibernate.jpa.criteria.expression.SizeOfCollectionExpression
 
getCollectionPath() - Method in class org.hibernate.jpa.criteria.predicate.MemberOfPredicate
 
getCollectionPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the persister object for a collection role.
getCollectionPersister(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Locate the collection persister by the collection role.
getCollectionPersister(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionPersister() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
getCollectionPersister() - Method in class org.hibernate.loader.collection.plan.BatchingCollectionInitializer
 
getCollectionPersister(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getCollectionPersister() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
 
getCollectionPersister() - Method in class org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl
 
getCollectionPersister() - Method in interface org.hibernate.loader.plan.spi.CollectionQuerySpace
Retrieve the collection persister this QuerySpace refers to.
getCollectionPersister() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Retrieves the CollectionPersister describing the collection associated with this CollectionReference.
getCollectionPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionPersister() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getCollectionPersisterClass() - Method in class org.hibernate.mapping.Collection
 
getCollectionPersisterClass(Collection) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getCollectionPersisterClass(Collection) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the collection persister class for a given collection role or null if the collection persister class should be the default.
getCollectionPersisters() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get all collection persisters as a Map, which collection role as the key and the persister is the value.
getCollectionPersisters() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getCollectionPersisters() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
 
getCollectionPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
An (optional) persister for a collection to be initialized; only collection loaders return a non-null value
getCollectionPersisters() - Method in class org.hibernate.loader.JoinWalker
 
getCollectionPersisters() - Method in class org.hibernate.loader.Loader
An (optional) persister for a collection to be initialized; only collection loaders return a non-null value
getCollectionPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
 
getCollectionPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
 
getCollectionPropertyMapping(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Retrieve a PropertyMapping describing the given collection role.
getCollectionPropertyReference(String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getCollectionRecreateCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionRecreateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections recreated
getCollectionReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementAnyGraph
 
getCollectionReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementCompositeGraph
 
getCollectionReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementEntityGraph
 
getCollectionReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexAnyGraph
 
getCollectionReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexCompositeGraph
 
getCollectionReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexEntityGraph
 
getCollectionReference() - Method in class org.hibernate.loader.plan.exec.process.internal.CollectionReferenceInitializerImpl
 
getCollectionReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.CollectionReferenceInitializer
 
getCollectionReference() - Method in interface org.hibernate.loader.plan.spi.CollectionFetchableElement
Reference back to the collection to which this element belongs
getCollectionReference() - Method in interface org.hibernate.loader.plan.spi.CollectionFetchableIndex
Reference back to the collection to which this index belongs
getCollectionReferenceAliases() - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
getCollectionReferencingPropertyData() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getCollectionRemoveCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections removed
getCollectionRole() - Method in class org.hibernate.engine.query.spi.FilterQueryPlan
 
getCollectionRole() - Method in class org.hibernate.mapping.Backref
 
getCollectionRole() - Method in class org.hibernate.mapping.IndexBackref
 
getCollectionRoleNames() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get the names of all collection roles
getCollectionRoleNames() - Method in interface org.hibernate.stat.Statistics
Get the names of all collection roles
getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieves a set of all the collection roles in which the given entity is a participant, as either an index or an element.
getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionsByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from collection key to collection instance
getCollectionSpaces() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionSpaces() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "space" that holds the persistent state
getCollectionStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get collection statistics per role
getCollectionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Get collection statistics per role
getCollectionStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCollectionStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getCollectionStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getCollectionSubquery(Map) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getCollectionSuffix() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getCollectionSuffix(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getCollectionSuffixes() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getCollectionSuffixes() - Method in class org.hibernate.loader.BasicLoader
 
getCollectionSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
 
getCollectionSuffixes() - Method in class org.hibernate.loader.JoinWalker
 
getCollectionSuffixes() - Method in class org.hibernate.loader.OuterJoinLoader
 
getCollectionTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the collectionTable property.
getCollectionTable() - Method in class org.hibernate.mapping.Collection
 
getCollectionTableAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getCollectionTableAlias() - Method in class org.hibernate.loader.plan.exec.internal.CollectionReferenceAliasesImpl
 
getCollectionTableAlias() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
Obtain the table alias used for the collection table of the CollectionReference.
getCollectionTableCheck() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionTableCheck() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionTableComment() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionTableComment() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionTableSpecificationSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionTableSpecificationSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the collectionType property.
getCollectionType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCollectionType() - Method in class org.hibernate.mapping.Collection
 
getCollectionType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the associated Type
getCollectionType() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getCollectionUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections updated
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the column property.
getColumn(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Resolve a property path to the name of the column it maps to.
getColumn() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the column property.
getColumn(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getColumn(int) - Method in class org.hibernate.mapping.Constraint
 
getColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Identifier) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Column) - Method in class org.hibernate.mapping.Table
Return the column which is identified by column provided as argument.
getColumn(Identifier) - Method in class org.hibernate.mapping.Table
 
getColumn(int) - Method in class org.hibernate.mapping.Table
 
getColumn(TableInformation, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
getColumn(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getColumn(TableInformation, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Return information about column for the given table.
getColumn(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named ColumnInformation
getColumnAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
getColumnAlias() - Method in class org.hibernate.loader.custom.ScalarReturn
 
getColumnAliases(int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery).
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery) for a particular criteria-level alias.
getColumnAliases(int) - Method in interface org.hibernate.criterion.Projection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery).
getColumnAliases(String, int) - Method in interface org.hibernate.criterion.Projection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery) for a particular criteria-level alias.
getColumnAliases(int) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.SQLProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.SQLProjection
 
getColumnAliases() - Method in class org.hibernate.loader.plan.exec.internal.EntityReferenceAliasesImpl
 
getColumnAliases() - Method in interface org.hibernate.loader.plan.exec.spi.EntityReferenceAliases
Obtain the column aliases for the select fragment columns associated with the described entity reference.
getColumnAliasExtractor() - Method in class org.hibernate.dialect.Dialect
 
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getColumnAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getColumnAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getColumnAttribute() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
Access to any column defined via XML attribute.
getColumnComment(String) - Method in class org.hibernate.dialect.Dialect
Get the comment into a form supported for column definition.
getColumnComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getColumnCount(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
Count the number of columns this projection uses.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinitionUniquenessFragment(Column) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the fragment that can be used to make a column unique as part of its column definition.
getColumnIdentifier() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getColumnIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The simple (not qualified) column name.
getColumnInsertability() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumnInsertability() - Method in class org.hibernate.mapping.Collection
 
getColumnInsertability() - Method in class org.hibernate.mapping.Component
 
getColumnInsertability() - Method in class org.hibernate.mapping.OneToMany
 
getColumnInsertability() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnInsertability() - Method in interface org.hibernate.mapping.Value
 
getColumnIterator() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumnIterator() - Method in class org.hibernate.mapping.Collection
 
getColumnIterator() - Method in class org.hibernate.mapping.Component
 
getColumnIterator() - Method in class org.hibernate.mapping.Constraint
 
getColumnIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumnIterator() - Method in class org.hibernate.mapping.Index
 
getColumnIterator() - Method in class org.hibernate.mapping.OneToMany
 
getColumnIterator() - Method in class org.hibernate.mapping.Property
 
getColumnIterator() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnIterator() - Method in class org.hibernate.mapping.Table
 
getColumnIterator() - Method in interface org.hibernate.mapping.Value
 
getColumnList() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the columnList property.
getColumnMapper() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the column mapper for this context.
getColumnMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
Gets the value of the columnName property.
getColumnName() - Method in interface org.hibernate.sql.ordering.antlr.ColumnReference
Retrieve the column name.
getColumnNameIterator(Iterator<Selectable>) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
getColumnNameIterator(JoinColumn[]) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
getColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
getColumnNames() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getColumnNames() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
The column alias names being used in the generated SQL.
getColumnNames() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getColumnNames() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the column names in the generated SQL.
getColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getColumnNamesStartPosition(int) - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getColumnNumber() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
getColumnOrderMap() - Method in class org.hibernate.mapping.UniqueKey
 
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the columnOrFormula property.
getColumnOrFormulaElements() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getColumnOrFormulaElements() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getColumnOrFormulaElements() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getColumnOrFormulaElements() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
Access to any nested <column/> or <formula /> XML elements.
getColumnProcessors() - Method in class org.hibernate.loader.custom.ResultRowProcessor
 
getColumnReferenceMappings() - Method in class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl
 
getColumnReferenceMappings() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
Get the column mappings that define the reference.
getColumnReferences() - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
getColumnResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the columnResult property.
getColumnReturns() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
 
getColumns() - Method in class org.hibernate.cfg.JPAIndexHolder
 
getColumns() - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
getColumns(String, Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Resolve a property path to the names of the columns it maps to.
getColumns() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
getColumns(String, Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getColumns() - Method in class org.hibernate.mapping.Constraint
 
getColumns() - Method in class org.hibernate.sql.SelectFragment
 
getColumns() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
 
getColumns() - Method in class org.hibernate.tool.schema.extract.internal.PrimaryKeyInformationImpl
 
getColumns() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
Obtain the columns making up the primary key.
getColumns() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getColumnsAndFormulasSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnsAndFormulasSourceContainer
 
getColumnSize() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getColumnSize() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getColumnSize() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The column size (length).
getColumnSource() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain source information about the column for the collection id.
getColumnSpan(Type) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Retrieve the number of columns represented by this type.
getColumnSpan() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumnSpan() - Method in class org.hibernate.mapping.Collection
 
getColumnSpan() - Method in class org.hibernate.mapping.Component
 
getColumnSpan() - Method in class org.hibernate.mapping.Constraint
 
getColumnSpan() - Method in class org.hibernate.mapping.Index
 
getColumnSpan() - Method in class org.hibernate.mapping.OneToMany
 
getColumnSpan() - Method in class org.hibernate.mapping.Property
 
getColumnSpan() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnSpan() - Method in class org.hibernate.mapping.Table
 
getColumnSpan() - Method in interface org.hibernate.mapping.Value
 
getColumnSpan(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AnyType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CollectionType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ComponentType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CustomType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.MetaType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.OneToOneType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
getColumnSpan(Mapping) - Method in interface org.hibernate.type.Type
How many columns are used to persist this type.
getColumnsUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the names of the columns mapped by a property path.
getColumnsUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
Get the names of the columns constrained by this criterion.
getColumnUpdateability() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumnUpdateability() - Method in class org.hibernate.mapping.Collection
 
getColumnUpdateability() - Method in class org.hibernate.mapping.Component
 
getColumnUpdateability() - Method in class org.hibernate.mapping.OneToMany
 
getColumnUpdateability() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnUpdateability() - Method in interface org.hibernate.mapping.Value
 
getCommandId() - Method in class org.hibernate.cache.infinispan.util.BeginInvalidationCommand
 
getCommandId() - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
getCommandId() - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
getCommands() - Method in class org.hibernate.jpa.internal.schemagen.GenerationSourceFromMetadata
 
getCommands() - Method in class org.hibernate.jpa.internal.schemagen.GenerationSourceFromScript
 
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the comment property.
getComment() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getComment() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getComment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the specified SQL comment
getComment() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getComment() - Method in interface org.hibernate.boot.model.source.spi.TableSource
 
getComment() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getComment() - Method in class org.hibernate.engine.spi.QueryParameters
 
getComment() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getComment() - Method in class org.hibernate.internal.CriteriaImpl
 
getComment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getComment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getComment() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
getComment() - Method in class org.hibernate.loader.entity.EntityJoinWalker
 
getComment() - Method in class org.hibernate.mapping.Column
 
getComment() - Method in class org.hibernate.mapping.Table
 
getComment() - Method in interface org.hibernate.Query
Obtain the comment currently associated with this query.
getComment() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getComment() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Get the comments/remarks defined for the table.
getCommentsEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getComparator() - Method in class org.hibernate.mapping.Collection
 
getComparator() - Method in class org.hibernate.type.BinaryType
Deprecated.
use RowVersionType for binary entity versions/timestamps
getComparator() - Method in class org.hibernate.type.ByteType
 
getComparator() - Method in class org.hibernate.type.CalendarType
 
getComparator() - Method in class org.hibernate.type.CustomType
 
getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
getComparator() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Retrieve the natural comparator for this type.
getComparator() - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.InstantType
 
getComparator() - Method in class org.hibernate.type.IntegerType
 
getComparator() - Method in class org.hibernate.type.LocalDateTimeType
 
getComparator() - Method in class org.hibernate.type.LongType
 
getComparator() - Method in class org.hibernate.type.OffsetDateTimeType
 
getComparator() - Method in class org.hibernate.type.RowVersionType
 
getComparator() - Method in class org.hibernate.type.ShortType
 
getComparator() - Method in class org.hibernate.type.TimestampType
 
getComparator() - Method in interface org.hibernate.type.VersionType
Get a comparator for version values.
getComparator() - Method in class org.hibernate.type.ZonedDateTimeType
 
getComparatorClassName() - Method in class org.hibernate.mapping.Collection
 
getComparatorName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getComparatorName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getComparatorName() - Method in interface org.hibernate.boot.model.source.spi.Sortable
The comparator class name which will be used to sort the attribute.
getComparisonOperator() - Method in class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
getComparisonOperator(boolean) - Method in class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
getComponentClass() - Method in class org.hibernate.mapping.Component
 
getComponentClassName() - Method in class org.hibernate.mapping.Component
 
getComponentIdType() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getComponentIndex() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
 
getComponentMapper() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
 
getComponentPath() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getComponentProperty() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getComponentTuplizer() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getComponentTuplizer() - Method in class org.hibernate.type.ComponentType
 
getComponentType() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getComponentValue(ComponentType, Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Extract a component property value.
getCompositeCollectionElementSubAttributes(CompositeCollectionElementDefinition) - Static method in class org.hibernate.persister.walking.internal.CompositionSingularSubAttributesHelper
Get sub-attribute definitions for a composite collection element.
getCompositeCollectionIndexSubAttributes(CompositeCollectionElementDefinition) - Static method in class org.hibernate.persister.walking.internal.CompositionSingularSubAttributesHelper
 
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the compositeElement property.
getCompositeElement() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getCompositeId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the compositeId property.
getCompositeIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the compositeIndex property.
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityJoinWalker
 
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityLoader
 
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.Loader
 
getCompositeMapKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the compositeMapKey property.
getCompositeType() - Method in interface org.hibernate.persister.walking.spi.NonEncapsulatedEntityIdentifierDefinition
 
getCompoundSelectionItems() - Method in class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl
 
getCompoundSelectionItems() - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
getCompoundSelectionItems() - Method in class org.hibernate.jpa.criteria.expression.SelectionImpl
 
getCompoundSelectionItems() - Method in class org.hibernate.jpa.criteria.predicate.AbstractPredicateImpl
 
getCompressedValue(AbstractEntityEntry.EnumState<E>) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
Gets the current value of the given enum property.
getCompressedValue(AbstractEntityEntry.BooleanState) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
Gets the current value of the given boolean flag.
getConcreteProxyClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getConcreteProxyClass() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the proxy interface that instances of this concrete class will be cast to (optional operation).
getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
getConcreteProxyClass() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Returns the java class to which generated proxies will be typed.
getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
getCondition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
getCondition() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the condition associated with the filter.
getCondition() - Method in class org.hibernate.internal.FilterConfiguration
 
getCondition() - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression.WhenClause
 
getCondition() - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression.WhenClause
 
getConfigParameters() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ConfigParameterContainer
 
getConfigParameters() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
Gets the value of the configParameters property.
getConfigStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
Open an InputStream to the URL represented by the incoming path.
getConfigurationValues() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getConfigurationValues() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
getConfigurationValues() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings
 
getConnectCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getConnectCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getConnectCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getConnectCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getConnectCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of connections asked by the sessions (the actual number of connections used may be much smaller depending whether you use a connection pool or not)
getConnection() - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
getConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
getConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
getConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection(String) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection() - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
getConnection() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
getConnection() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
getConnection() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Get a reference to the connection we are using.
getConnectionAcquisitionMode() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
getConnectionAcquisitionMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getConnectionCatalogName() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getConnectionCatalogName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the name of the catalog in effect when we connected to the database.
getConnectionForTransactionManagement() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
getConnectionForTransactionManagement() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
getConnectionForTransactionManagement() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
getConnectionProperties(Map<?, ?>) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
Build the connection properties capable of being passed to the DriverManager.getConnection(java.lang.String, java.util.Properties) forms taking Properties argument.
getConnectionProvider() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
getConnectionProvider() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
getConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderUnderTest() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
getConnectionReleaseMode() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getConnectionReleaseMode() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getConnectionReleaseMode() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getConnectionReleaseMode() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getConnectionReleaseMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getConnectionReleaseMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getConnectionReleaseMode() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getConnectionReleaseMode() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
getConnectionReleaseMode() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
getConnectionReleaseMode() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getConnectionReleaseMode() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
The release mode under which this logical connection is operating.
getConnectionReleaseMode() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
getConnectionReleaseMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getConnectionSchemaName() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getConnectionSchemaName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the name of the schema in effect when we connected to the database.
getConstantName(Class, int) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Deprecated.
Use #getTokenTypeName instead
getConstantValue(String, ClassLoaderService) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getConstraintColumns() - Method in class org.hibernate.mapping.OneToOne
 
getConstraintColumns() - Method in class org.hibernate.mapping.SimpleValue
 
getConstraintName() - Method in exception org.hibernate.exception.ConstraintViolationException
Returns the name of the violated constraint, if known.
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getConstraintOrderedTableNameClosure() - Method in interface org.hibernate.persister.entity.Queryable
Get the names of all tables used in the hierarchy (up and down) ordered such that deletes in the given order would not cause constraint violations.
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getConstructor() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getConstructor(Class, Type[]) - Static method in class org.hibernate.internal.util.ReflectHelper
Retrieve a constructor for the given class, with arguments matching the specified Hibernate mapping types.
getConstructorArgumentTypeList() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getConstructorResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the constructorResult property.
getContainedEntityNames() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getContainingPersister() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get a reference to the persister for the entity containing this attribute.
getContainingQuery() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getContainingTableInformation() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getContainingTableInformation() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
Access to the containing table.
getContainingTableName() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
 
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
FILTER element; used to apply a filter.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
The sql-query element declares a named SQL query string Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the content property.
getContext() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Gets the value of the context property.
getContext() - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get the mappings
getContext() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Return the identifier of the persistent object, or null if not associated with the session
getContextEntityIdentifier(Object) - Method in class org.hibernate.internal.SessionImpl
Get the id value for an object that is actually associated with the session.
getContextEntityIdentifier(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getContextId() - Method in class org.hibernate.secure.internal.DisabledJaccServiceImpl
 
getContextId() - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl
 
getContextId() - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
 
getContextId() - Method in interface org.hibernate.secure.spi.JaccService
Obtain the JACC context-id in effect for this service.
getContextSubject() - Method in interface org.hibernate.secure.internal.StandardJaccServiceImpl.ContextSubjectAccess
 
getContextSubject() - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl.NonPrivilegedContextSubjectAccess
 
getContextSubject() - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl.PrivilegedContextSubjectAccess
 
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getContraintOrderedTableKeyColumnClosure() - Method in interface org.hibernate.persister.entity.Queryable
For each table specified in Queryable.getConstraintOrderedTableNameClosure(), get the columns that define the key between the various hierarchy classes.
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getConversionContext() - Method in class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the convert property.
getConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the converter property.
getConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the converter property.
getConverterClass() - Method in class org.hibernate.cfg.AttributeConversionInfo
 
getCorrelatedJoins() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getCorrelatedSubqueryOperator() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
getCorrelationParent() - Method in interface org.hibernate.jpa.criteria.FromImplementor
 
getCorrelationParent() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getCorrespondingDialect() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getCorrespondingNationalizedCode(int) - Method in class org.hibernate.type.descriptor.sql.NationalizedTypeMappings
 
getCount() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)
getCountBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getCountShort() - Static method in class org.hibernate.id.uuid.Helper
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)
getCreate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the create property.
getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to create the named catalog
getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getCreateIdTableCommand() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateIdTableCommand() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
 
getCreateIdTableCommand() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
getCreateIdTableStatementOptions() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateIdTableStatementOptions() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
 
getCreateIdTableStatementOptions() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
Slight variation on Dialect.getCreateTableString().
getCreateMultisetTableString() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateParams() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to create the named schema
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Dialect
Typically dialects which support sequences can create a sequence with a single command.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.Dialect
Overloaded form of Dialect.getCreateSequenceString(String), additionally taking the initial value and increment size to be applied to the sequence definition.
getCreateSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
HSQL will start with 0, by default.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.HSQLDialect
Because of the overridden HSQLDialect.getCreateSequenceString(String), we must also override HSQLDialect.getCreateSequenceString(String, int, int) to prevent 2 instances of "start with".
getCreateSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
only necessary for postgre < 7.4 See http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_sequence.sgml

Overloaded form of Dialect.getCreateSequenceString(String), additionally taking the initial value and increment size to be applied to the sequence definition.

getCreateSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getCreateSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.Dialect
An optional multi-line form for databases which Dialect.supportsPooledSequences().
getCreateTableString() - Method in class org.hibernate.dialect.Dialect
Command used to create a table.
getCreateTableString() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getCriteria() - Method in class org.hibernate.internal.CriteriaImpl.CriterionEntry
 
getCriteria() - Method in class org.hibernate.internal.CriteriaImpl.OrderEntry
 
getCriteria(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getCriteriaBuilder() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getCriteriaBuilder() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getCriterion() - Method in class org.hibernate.internal.CriteriaImpl.CriterionEntry
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DB2Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Dialect
Returns the separator to use for defining cross joins when translating HQL queries.
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Oracle10gDialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Sybase11Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCrossTypeRevisionChangesReader() - Method in interface org.hibernate.envers.AuditReader
 
getCrossTypeRevisionChangesReader() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getCurrent() - Method in class org.hibernate.result.internal.OutputsImpl
 
getCurrent() - Method in interface org.hibernate.result.Outputs
Retrieve the current Output object.
getCurrentCatalog() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getCurrentCatalog() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the current database catalog.
getCurrentClauseType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getCurrentFromClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getCurrentKey() - Method in class org.hibernate.engine.spi.CollectionEntry
This is only available late during the flush cycle
getCurrentLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCurrentLockMode(Object) - Method in class org.hibernate.internal.SessionImpl
 
getCurrentLockMode(Object) - Method in interface org.hibernate.Session
Determine the current lock mode of the given object.
getCurrentPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getCurrentRevision(Class<T>, boolean) - Method in interface org.hibernate.envers.AuditReader
Gets an instance of the current revision entity, to which any entries in the audit tables will be bound.
getCurrentRevision(Class<T>, boolean) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getCurrentRevisionData(Session, boolean) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
getCurrentRow() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCurrentRow() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
getCurrentRow() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
getCurrentSchema() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getCurrentSchema() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the current database catalog.
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to retrieve the current schema name.
getCurrentSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCurrentSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCurrentSession() - Method in interface org.hibernate.SessionFactory
Obtains the current session.
getCurrentStatementType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getCurrentStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
getCurrentStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
getCurrentStatus() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Obtain the current transaction status using whatever means is preferred for this platform
getCurrentStatus() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.cfg.Configuration
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
Retrieve the command used to retrieve the current timestamp from the database.
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InformixDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.MySQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SQLServerDialect
The current_timestamp is more accurate, but only known to be supported in SQL Server 7.0 and later and Sybase not known to support it at all

Retrieve the command used to retrieve the current timestamp from the database.

getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Dialect
The name of the database-specific SQL function for retrieving the current timestamp.
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.HSQLDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.IngresDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getCurrentTopLevelClauseType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getCurrentTransaction() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getCurrentValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the current value of this attribute.
getCurrentVersion() - Method in enum org.hibernate.boot.jaxb.internal.stax.LocalSchema
 
getCurrentVersion(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Retrieve the version number
getCurrentVersion(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current version of the object, or return null if there is no row for the given identifier.
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCustomLoaderName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomLoaderName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the name of a named-query that will be used for loading this entity
getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomPersisterClassName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomPersisterClassName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the name of a custom persister class to be used.
getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomQuery() - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
getCustomQueryReturns() - Method in interface org.hibernate.loader.custom.CustomQuery
A collection of descriptors describing the JDBC result set to be expected and how to map this result set.
getCustomQueryReturns() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getCustomRead() - Method in class org.hibernate.mapping.Column
 
getCustomSqlDelete() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomSqlDelete() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the custom SQL to be used for deletes for this entity
getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the custom SQL to be used for deletes for this entity
getCustomSQLDelete() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.Join
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlDeleteAll() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSqlDeleteAll() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSQLDeleteAll() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteAllCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlFunctionMap() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getCustomSqlFunctionMap() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getCustomSqlFunctionMap() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getCustomSqlFunctionMap() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getCustomSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqlFunctionMap() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCustomSqlInsert() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomSqlInsert() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the custom SQL to be used for inserts for this entity
getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the custom SQL to be used for inserts for this entity
getCustomSQLInsert() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.Join
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlUpdate() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomSqlUpdate() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the custom SQL to be used for updates for this entity
getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the custom SQL to be used for updates for this entity
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomWrite() - Method in class org.hibernate.mapping.Column
 
getData() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getData() - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
getData(EnversService) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
getData(EnversService) - Method in interface org.hibernate.envers.query.order.AuditOrder
 
getData(EnversService) - Method in class org.hibernate.envers.query.order.internal.PropertyAuditOrder
 
getData(EnversService) - Method in interface org.hibernate.envers.query.projection.AuditProjection
 
getData(EnversService) - Method in class org.hibernate.envers.query.projection.internal.PropertyAuditProjection
 
getDatabase() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getDatabase() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getDatabase() - Method in interface org.hibernate.boot.Metadata
Retrieve the database model.
getDatabase() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getDatabase() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getDatabaseColumnType() - Method in class org.hibernate.cfg.AttributeConverterDefinition
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in interface org.hibernate.tuple.ValueGeneration
For values which are generated in the database (ValueGeneration.getValueGenerator() == null), if the column will be referenced in the SQL (ValueGeneration.referenceColumnInSql() == true), what value should be used in the SQL as the column value.
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.VmValueGeneration
 
getDatabaseMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseMajorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database major version, as returned from DatabaseMetaData.getDatabaseMajorVersion() for the target database.
getDatabaseMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseMinorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database minor version, as returned from DatabaseMetaData.getDatabaseMinorVersion() for the target database.
getDatabaseName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database name, as returned from DatabaseMetaData.getDatabaseProductName() for the target database
getDatabaseObject() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the databaseObject property.
getDatabaseObjectAccess() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getDatabaseObjectAccess() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDatabaseSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the current state of the entity as known to the underlying database, or null if there is no corresponding row

Get the current state of the entity as known to the underlying database, or null if there is no corresponding row

getDatabaseSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the current state of the entity as known to the underlying database, or null if there is no corresponding row
getDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDatabaseSnapshot(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDatabaseSnapshot(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current database state of the object, in a "hydrated" form, without resolving identifiers
getDatabaseStructure() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'databaseStructure'.
getDataSource() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
getDatatype() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
The deduced (and dialect convertible) type for this column
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
Figure out the type of the binary expression by looking at the types of the operands.
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
Deprecated.
(tell clover to ignore this method)
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.CountNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.LiteralNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.NullNode
 
getDataType() - Method in interface org.hibernate.hql.internal.ast.tree.OperatorNode
Retrieves the data type for the overall operator expression.
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.SearchedCaseNode
 
getDataType() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns the data type of the select expression.
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.SimpleCaseNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.SqlNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
getDate() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getDate(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getDate(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a Date.
getDBSQLExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
Deprecated.
DO NOT USE, WILL ONLY THROW AT YOU!
getDBSQLExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
Not supported right now
getDebugString(AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Returns the 'list' representation with some brackets around it for debugging.
getDebugText() - Method in interface org.hibernate.sql.ordering.antlr.Node
Get a string representation of this node usable for debug logging or similar.
getDebugText() - Method in class org.hibernate.sql.ordering.antlr.NodeSupport
 
getDecimalDigits() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getDecimalDigits() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getDecimalDigits() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The precision, for numeric types
getDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaMap
 
getDeclarationString() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaMap
 
getDeclaredAttribute(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredCollection(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredCollection(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredId(Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
getDeclaredList(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredList(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredMap(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredPluralAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.Join
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredSet(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredSet(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredSingularAttribute(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredSingularAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredVersion(Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
getDeclaredVersion() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
For used to retrieve the declared version when populating the static metamodel.
getDeclaredVersion() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.Subclass
 
getDeclaringClass() - Method in interface org.hibernate.cfg.PropertyData
Return the Class the property is declared on If the property is declared on a @MappedSuperclass, this class will be different than the PersistentClass's class
getDeclaringClass() - Method in class org.hibernate.cfg.PropertyInferredData
 
getDeclaringClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getDeclaringClass() - Method in class org.hibernate.cfg.WrappedInferredData
 
getDeclaringClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getDeclaringClass() - Method in class org.hibernate.jpa.internal.metamodel.MapMember
 
getDeclaringType() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getDeclaringType() - Method in class org.hibernate.jpa.internal.metamodel.AbstractAttribute
 
getDefault() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the default property.
getDefault(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaultAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultAccess property.
getDefaultAccess() - Method in interface org.hibernate.cfg.PropertyData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyInferredData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getDefaultAccess() - Method in class org.hibernate.cfg.WrappedInferredData
 
getDefaultAccessType() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getDefaultAccessType() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
getDefaultAccessType() - Method in interface org.hibernate.cache.spi.RegionFactory
Get the default access type for entity and collection regions.
getDefaultAccessType() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
getDefaultAccessType() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
getDefaultBatchFetchSize() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getDefaultBatchFetchSize() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getDefaultBatchFetchSize() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getDefaultBatchFetchSize() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getDefaultBatchFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultBatchFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultBatchFetchSize() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getDefaultCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultCascade property.
getDefaultCatalog() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultCatalog() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getDefaultCatalog() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDefaultCatalogName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
 
getDefaultCatalogName() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getDefaultCatalogName() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Array
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Bag
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Collection
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.IdentifierBag
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.List
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Map
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Set
 
getDefaultConnectionAcquisitionMode() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
getDefaultConnectionAcquisitionMode() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
getDefaultConnectionAcquisitionMode() - Method in interface org.hibernate.resource.transaction.TransactionCoordinatorBuilder
 
getDefaultConnectionReleaseMode() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
getDefaultConnectionReleaseMode() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
getDefaultConnectionReleaseMode() - Method in interface org.hibernate.resource.transaction.TransactionCoordinatorBuilder
 
getDefaultConstructor(Class<T>) - Static method in class org.hibernate.internal.util.ReflectHelper
Retrieve the default (no arg) constructor from the given class.
getDefaultEntityListeners() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaultEntityMode() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getDefaultEntityMode() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getDefaultEntityMode() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getDefaultEntityMode() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getDefaultEntityMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultEntityMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultEntityMode() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getDefaultFilterCondition() - Method in class org.hibernate.engine.spi.FilterDefinition
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Cache71Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.DB2Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.H2Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.HSQLDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.InformixDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.IngresDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.MySQLDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.SAPDBDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.TeradataDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.TimesTenDialect
 
getDefaultNamespace() - Method in class org.hibernate.boot.model.relational.Database
 
getDefaultNullPrecedence() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getDefaultNullPrecedence() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getDefaultNullPrecedence() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getDefaultNullPrecedence() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getDefaultNullPrecedence() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultNullPrecedence() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultNullPrecedence() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
Retrieve a set of default Hibernate properties for this database.
getDefaults() - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getDefaultSchema() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultSchema() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getDefaultSchema() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDefaultSchemaName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
 
getDefaultSchemaName() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getDefaultSchemaName() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
getDefaultSize() - Static method in class org.hibernate.type.AbstractStandardBasicType
 
getDefaultValue() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain a specified default value for the column
getDefaultValue() - Method in class org.hibernate.cfg.Ejb3Column
 
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
 
getDefaultValue(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Get a default value meant to indicate transience.
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
getDefaultValue() - Method in class org.hibernate.mapping.Column
 
getDefaultValue() - Method in class org.hibernate.type.BooleanType
 
getDefaultValue() - Method in class org.hibernate.type.ByteType
 
getDefaultValue() - Method in class org.hibernate.type.CharacterNCharType
 
getDefaultValue() - Method in class org.hibernate.type.CharacterType
 
getDefaultValue() - Method in class org.hibernate.type.DoubleType
 
getDefaultValue() - Method in class org.hibernate.type.FloatType
 
getDefaultValue() - Method in class org.hibernate.type.IntegerType
 
getDefaultValue() - Method in class org.hibernate.type.LongType
 
getDefaultValue() - Method in class org.hibernate.type.NumericBooleanType
 
getDefaultValue() - Method in interface org.hibernate.type.PrimitiveType
Get this type's default value.
getDefaultValue() - Method in class org.hibernate.type.ShortType
 
getDefaultValue() - Method in class org.hibernate.type.TrueFalseType
 
getDefaultValue() - Method in class org.hibernate.type.YesNoType
 
getDefinedConfigurations() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getDefinedFilterNames() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDefinedFilterNames() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
Obtain a set of the names of all filters defined on this SessionFactory.
getDefinedHints() - Static method in class org.hibernate.jpa.QueryHints
 
getDefinition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the definition property.
getDelayedEntityKey() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
Deprecated.
No Hibernate code currently uses this method
getDelayedId() - Method in class org.hibernate.action.internal.EntityAction
 
getDelegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
getDelegate() - Method in class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
 
getDelegate() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
returns the underlying session
getDeleteAllCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Amount of delete ops on the entity
getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getDeleteCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getDeletedState() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getDeletedState() - Method in class org.hibernate.engine.internal.EntityEntryExtraStateHolder
 
getDeletedState() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getDeletedState() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getDeletedState() - Method in class org.hibernate.event.spi.PreDeleteEvent
Getter for property 'deletedState'.
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentBag
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentList
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentMap
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentSet
 
getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get all the elements that need deleting
getDelimitedIdentifier() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getDelimitedIdentifiers() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the delimitedIdentifiers property.
getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributePath
 
getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
 
getDelimiter() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
getDependentEntityInsertActions() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Returns the unresolved insert actions.
getDepth() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the description property.
getDescriptor(Class<T>) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
 
getDescriptor(int) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
 
getDescriptorByPrimitiveType(Class<X>) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
getDescriptorByWrapperType(Class<X>) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
getDeserializationResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDeserializationResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getDeserializationResolver() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getDestinations() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getDialect() - Method in class org.hibernate.boot.model.relational.Database
 
getDialect() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDialect() - Static method in class org.hibernate.dialect.Dialect
Get an instance of the dialect specified by the current System properties.
getDialect(Properties) - Static method in class org.hibernate.dialect.Dialect
Get an instance of the dialect specified by the given properties or by the current System properties.
getDialect() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getDialect() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the dialect for this environment.
getDialect() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getDialect() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain the dialect of the database.
getDialect() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDialect() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the SQL dialect.
getDialect() - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Get the dialect.
getDialect() - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
getDialect() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getDialect() - Method in class org.hibernate.loader.JoinWalker
 
getDialect() - Method in class org.hibernate.loader.OuterJoinLoader
 
getDialect() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDialect() - Method in class org.hibernate.sql.Insert
 
getDialect() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the dialect for this context.
getDialect() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getDialect() - Static method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getDialect() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getDialectResolutionInfo() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource
Get the DialectResolutionInfo
getDialectScope() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the dialectScope property.
getDialectScopes() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
getDictatedSize() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
getDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDirtyProperties() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getDisassembledState() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Get the underlying disassembled state todo : this was added to support initializing an entity's EntityEntry snapshot during reattach; this should be refactored to instead expose a method to assemble a EntityEntry based on this state for return.
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the discriminator property.
getDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
getDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the discriminatorColumn property.
getDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Gets the value of the discriminatorColumn property.
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorColumnName() - Method in interface org.hibernate.persister.entity.Loadable
 
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorMatchValue() - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in class org.hibernate.boot.model.source.internal.hbm.SubclassEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Get the actual discriminator value in case of a single table inheritance
getDiscriminatorRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Obtain the column/formula information about the discriminator.
getDiscriminatorSource() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getDiscriminatorSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToAnyImpl
 
getDiscriminatorSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getDiscriminatorSource() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
 
getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the source information about the discriminator attribute for single table inheritance
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorSQLValue() - Method in interface org.hibernate.persister.entity.Queryable
Get the discriminator value for this particular concrete subclass, as a string that may be embedded in a select statement
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the discriminatorType property.
getDiscriminatorType() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorType() - Method in interface org.hibernate.persister.entity.Loadable
Get the discriminator type
getDiscriminatorType() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.persister.walking.internal.StandardAnyTypeDefinition
 
getDiscriminatorType() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Access to the type of the value that makes up the discriminator portion of the AnyType.
getDiscriminatorType() - Method in class org.hibernate.type.AnyType
 
getDiscriminatorTypeName() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorValue() - Method in interface org.hibernate.persister.entity.Loadable
Get the discriminator value
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorValue() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition.DiscriminatorMapping
Access to the defined discriminator value (the database value) being mapped.
getDiscriminatorValuesToEntityNameMap() - Method in class org.hibernate.type.MetaType
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.AbstractStatement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getDisplayText() - Method in interface org.hibernate.hql.internal.ast.tree.DisplayableNode
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getDisposition() - Method in class org.hibernate.loader.plan.build.internal.LoadPlanImpl
 
getDisposition() - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
 
getDisposition() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
What is the disposition of this LoadPlan, in terms of its returns.
getDisposition() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
What type of QuerySpace (more-specific) is this?
getDistance() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getDocumentFactory() - Method in class org.hibernate.internal.util.xml.XMLHelper
Deprecated.
 
getDocumentRoot() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getDocumentTree() - Method in interface org.hibernate.internal.util.xml.XmlDocument
Retrieve the parsed DOM tree.
getDocumentTree() - Method in class org.hibernate.internal.util.xml.XmlDocumentImpl
 
getDontFlushFromFind() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getDontFlushFromFind() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getDontFlushFromFind() - Method in class org.hibernate.internal.SessionImpl
 
getDontFlushFromFind() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getDouble(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getDouble(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a double.
getDriverMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDriverMajorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the major version of the JDBC driver, as returned from DatabaseMetaData.getDriverMajorVersion() ()} for the target database.
getDriverMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDriverMinorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the minor version of the JDBC driver, as returned from DatabaseMetaData.getDriverMinorVersion() for the target database.
getDriverName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDriverName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the name of the JDBC driver, as returned from DatabaseMetaData.getDriverName() for the target database
getDrop() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the drop property.
getDropCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to drop the named catalog
getDropCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.Dialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
 
getDropIdTableCommand() - Method in class org.hibernate.dialect.TeradataDialect
 
getDropIdTableCommand() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
 
getDropIdTableCommand() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to drop the named schema
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Dialect
Typically dialects which support sequences can drop a sequence with a single command.
getDropSequenceString(String) - Method in class org.hibernate.dialect.FirebirdDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getDropSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
The multiline script used to drop a sequence.
getDropTableString(String) - Method in class org.hibernate.dialect.Dialect
Generate a DROP TABLE statement
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getDWithinSQL(String) - Method in interface org.hibernate.spatial.SpatialDialect
Returns The SQL fragment when parsing a DWithinExpression.
getDynamicInstantiationResultType() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getDynamicInstantiationResultType() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getDynamicInstantiationResultType() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getDynamicInstantiationResultType() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
getEffectiveLockMode(String) - Method in class org.hibernate.LockOptions
Determine the LockMode to apply to the given alias.
getEhcache() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
Return the Ehcache instance backing this Hibernate data region.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the element property.
getElement() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
getElement(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the value of the given collection entry.
getElement() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getElement() - Method in class org.hibernate.mapping.Collection
 
getElementAssociationType(CollectionType) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Essentially the same as SessionFactoryHelper.getElementType(org.hibernate.type.CollectionType), but requiring that the element type be an association type.
getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getElementClass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the elementClass property.
getElementClass() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getElementClass() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getElementClass() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSourceArray
 
getElementClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getElementClass() - Method in class org.hibernate.mapping.Array
 
getElementClass() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Return the element class of an array, or null otherwise.
getElementClass() - Method in interface org.hibernate.persister.collection.CollectionPersister
Return the element class of an array, or null otherwise
getElementClassName() - Method in class org.hibernate.mapping.Array
 
getElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the elementCollection property.
getElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the elementCollection property.
getElementColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's element column aliases, based on the given suffix.
getElementColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association), aliased by the given table alias
getElementColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association)
getElementContent(Element) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Get the content of the given element.
getElementContent(Element, String) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Get the content of the given element.
getElementCountInMemory() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
getElementCountInMemory() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getElementCountInMemory() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getElementCountInMemory() - Method in interface org.hibernate.cache.spi.Region
The count of entries currently contained in the regions in-memory store.
getElementCountInMemory() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getElementCountInMemory() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getElementCountInMemory() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getElementCountInMemory() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getElementCountOnDisk() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
getElementCountOnDisk() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getElementCountOnDisk() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
The count of entries currently contained in the regions disk store.
getElementCountOnDisk() - Method in interface org.hibernate.cache.spi.Region
The count of entries currently contained in the regions disk store.
getElementCountOnDisk() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getElementCountOnDisk() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getElementCountOnDisk() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getElementCountOnDisk() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getElementCountTotal() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getElementDefinition() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
 
getElementExpression() - Method in class org.hibernate.jpa.criteria.predicate.MemberOfPredicate
 
getElementGraph() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
 
getElementGraph() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Retrieve the metadata about the elements of this collection *as a FetchSource*.
getElementKindForAccessType(AccessType) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getElementName() - Method in enum org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
The corresponding hbm.xml element name.
getElementPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementPersister() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the persister of the element class, if this is a collection of entities (optional operation).
getElements() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
getElementsIterator(Object) - Method in class org.hibernate.type.ArrayType
Not defined for collections of primitive type
getElementsIterator(Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection, which may not yet be wrapped
getElementsIterator(Object) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection in POJO mode
getElementsIterator(Object) - Method in class org.hibernate.type.CustomCollectionType
 
getElementsIterator(Object) - Method in class org.hibernate.type.MapType
 
getElementsIterator(Object) - Method in interface org.hibernate.usertype.UserCollectionType
Return an iterator over the elements of this collection - the passed collection instance may or may not be a wrapper
getElementSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getElementSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getElementsToProcess() - Method in class org.hibernate.cfg.InheritanceState
 
getElementTableAlias() - Method in class org.hibernate.loader.plan.exec.internal.CollectionReferenceAliasesImpl
 
getElementTableAlias() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
Obtain the alias of the table that contains the collection element values.
getElementText() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
getElementText() - Method in class org.hibernate.internal.util.xml.BaseXMLEventReader
 
getElementType() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
 
getElementType() - Method in interface org.hibernate.metadata.CollectionMetadata
The collection element type
getElementType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "element" type
getElementType(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
Get the Hibernate type of the collection elements
getElementUtils() - Method in class org.hibernate.jpamodelgen.Context
 
getEmbeddable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the embeddable property.
getEmbeddableMapping() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
 
getEmbeddables() - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
getEmbeddableSetOrdinalPropertyName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getEmbeddableSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getEmbeddableSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceEmbeddedImpl
 
getEmbeddableSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
getEmbeddableSource() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
Gets the source information about the embeddable/composition.
getEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the embedded property.
getEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the embedded property.
getEmbeddedId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the embeddedId property.
getEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getEmbeddedParameters() - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated.
Retrieve all embedded parameter specifications.
getEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
getEnabledFetchProfileNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEnabledFilter(String) - Method in class org.hibernate.internal.SessionImpl
 
getEnabledFilter(String) - Method in interface org.hibernate.Session
Retrieve a currently enabled filter by name.
getEnabledFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Returns an unmodifiable Set of enabled filter names.
getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilters() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getEnabledFilters() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getEnabledFilters() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getEnabledFilters() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the filters enabled for this query translator.
getEndTime() - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
getEnhancementContext(boolean, boolean, boolean) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
Builds the context to be used in runtime bytecode enhancement
getEntities() - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
getEntitiesByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntitiesByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from key value to entity instance
getEntitiesConfigurations() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getEntitiesConfigurations() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getEntitiesConfigurations() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the entity property.
getEntity() - Method in exception org.hibernate.dialect.lock.LockingStrategyException
 
getEntity(String, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
getEntity() - Method in interface org.hibernate.engine.internal.EntityEntryContext.EntityEntryCrossRef
The entity
getEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntity(EntityUniqueKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity instance associated with the given key
getEntity(EntityUniqueKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an entity cached by unique key
getEntity() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Retrieves the entity involved in the database operation.
getEntity() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntity() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getEntity() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntity() - Method in interface org.hibernate.id.insert.Binder
 
getEntity(String, Serializable) - Method in interface org.hibernate.Interceptor
Get a fully loaded entity instance that is cached externally.
getEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getEntity() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
 
getEntityAccessTypeInfo() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getEntityAliases() - Method in class org.hibernate.loader.BasicLoader
 
getEntityAliases() - Method in class org.hibernate.loader.custom.CustomLoader
 
getEntityAliases() - Method in class org.hibernate.loader.custom.EntityFetchReturn
 
getEntityAliases() - Method in class org.hibernate.loader.custom.RootReturn
 
getEntityAliases() - Method in class org.hibernate.loader.Loader
Get the result set descriptor
getEntityAttributeType() - Method in class org.hibernate.cfg.AttributeConverterDefinition
 
getEntityBatch(EntityPersister, Serializable, int, EntityMode) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Get a batch of unloaded identifiers for this class, using a slightly complex algorithm that tries to grab keys registered immediately after the given key.
getEntityBinding(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getEntityBinding(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getEntityBinding(String) - Method in interface org.hibernate.boot.Metadata
Retrieves the PersistentClass entity mapping metadata representation for the given entity name.
getEntityBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getEntityBindingMap() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getEntityBindingMap() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Needed for SecondPass handling
getEntityBindings() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getEntityBindings() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getEntityBindings() - Method in interface org.hibernate.boot.Metadata
Retrieves the PersistentClass entity metadata representation for known all entities.
getEntityBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getEntityClass() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
getEntityClass(SessionImplementor, Session, String) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getEntityClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Gets the value of the entityClass property.
getEntityClassName() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getEntityClassName() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityCount() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getEntityCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of entity instances associated with the session
getEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.EntityIdentifierDefinition
 
getEntityDeleteCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity deletes
getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.hql.QueryLoader
 
getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.Loader
An array indicating whether the entities have eager property fetching enabled.
getEntityElementAliases() - Method in class org.hibernate.loader.plan.exec.internal.CollectionReferenceAliasesImpl
 
getEntityElementAliases() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
Obtain the entity reference aliases for the element values when the element of the collection is an entity.
getEntityEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Deprecated.
Due to the introduction of EntityEntryContext and bytecode enhancement; only valid really for sizing, see PersistenceContext.getNumberOfManagedEntities(). For iterating the entity/EntityEntry combos, see PersistenceContext.reentrantSafeEntityEntries()
getEntityEntry() - Method in interface org.hibernate.engine.internal.EntityEntryContext.EntityEntryCrossRef
The associated EntityEntry
getEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
Retrieve the associated EntityEntry for the entity
getEntityEntry() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntityEntryFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityEntryFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the EntityEntryFactory indicated for the entity mapped by this persister.
getEntityFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityFetchCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity fetchs
getEntityGraph(String) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
getEntityGraphQueryHint() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getEntityGraphQueryHint() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
getEntityId(Object) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
getEntityId(Object) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
getEntityId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getEntityId() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
getEntityId() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
getEntityId() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityId() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityIdentifierIfNotUnsaved(String, Object, SessionImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Return the identifier of the persistent or transient object, or throw an exception if the instance is "unsaved"

Used by OneToOneType and ManyToOneType to determine what id value should be used for an object that may or may not be associated with the session.

getEntityInfo(EnversService, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
getEntityInsertCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity inserts
getEntityInstance() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
getEntityInstrumentationMetadata(Class) - Method in class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
getEntityInstrumentationMetadata(Class) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the interception metadata for the particular entity type.
getEntityKey() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Returns the EntityKey.
getEntityKey() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
getEntityKey() - Method in class org.hibernate.action.internal.EntityInsertAction
 
getEntityKey() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getEntityKey() - Method in interface org.hibernate.engine.spi.EntityEntry
Get the EntityKey based on this EntityEntry.
getEntityKey() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Obtain the registered EntityKey for this EntityReference for the row currently being processed.
getEntityKeyDefinition() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityKeyDefinition() - Method in interface org.hibernate.persister.walking.spi.EntityDefinition
 
getEntityKeys() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all EntityKeys
getEntityListener() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
Gets the value of the entityListener property.
getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the entityListeners property.
getEntityLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.internal.LoadContexts
Currently unused
getEntityLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityLoadCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity loads
getEntityManager() - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
getEntityManagerFactory() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Provides protected access to the underlying EntityManagerFactoryImpl.
getEntityManagerFactory() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilderOrNull(String, Map, ClassLoader) - Method in class org.hibernate.ejb.HibernatePersistence
Deprecated.
 
getEntityManagerFactoryBuilderOrNull(String, Map) - Method in class org.hibernate.ejb.HibernatePersistence
Deprecated.
 
getEntityManagerFactoryBuilderOrNull(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilderOrNull(String, Map, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryName() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Returns the name of the factory.
getEntityManagerFactoryName() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getEntityMetamodel() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMetamodel() - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the underlying entity metamodel instance...
getEntityMetamodel() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getEntityMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Gets the value of the entityMode property.
getEntityMode() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getEntityMode() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the entity mode for this entity.
getEntityMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntityMode() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMode() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getEntityMode() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getEntityMode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
getEntityMode() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getEntityMode() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Return the entity-mode handled by this tuplizer instance.
getEntityMode() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
getEntityMode() - Method in class org.hibernate.type.ComponentType
 
getEntityName() - Method in class org.hibernate.action.internal.EntityAction
entity name accessor
getEntityName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Gets the value of the entityName property.
getEntityName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the entityName property.
getEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
The Hibernate entity name.
getEntityName() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
Access to the intercepted entity name
getEntityName() - Method in interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
The name of the entity to which this metadata applies.
getEntityName() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
getEntityName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getEntityName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityName(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the entity name of an entity
getEntityName(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the entity name of an entity, taking into account the qualifier of the property path
getEntityName(Object) - Method in class org.hibernate.EmptyInterceptor
 
getEntityName() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getEntityName() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityKey
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityName(Object, Number, Object) - Method in interface org.hibernate.envers.AuditReader
 
getEntityName() - Method in exception org.hibernate.envers.exception.NotAuditedException
 
getEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
getEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getEntityName(Object, Number, Object) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getEntityName() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
getEntityName() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
getEntityName() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
 
getEntityName() - Method in class org.hibernate.event.spi.DeleteEvent
 
getEntityName() - Method in class org.hibernate.event.spi.LockEvent
 
getEntityName() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PersistEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntityName() - Method in class org.hibernate.event.spi.RefreshEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityName() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntityName() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
getEntityName() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'entityName'.
getEntityName(Object) - Method in interface org.hibernate.Interceptor
Get the entity name for a persistent or transient instance.
getEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
getEntityName(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getEntityName(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getEntityName() - Method in class org.hibernate.loader.custom.RootReturn
 
getEntityName() - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
getEntityName() - Method in class org.hibernate.mapping.Backref
 
getEntityName() - Method in class org.hibernate.mapping.IndexBackref
 
getEntityName() - Method in class org.hibernate.mapping.OneToOne
 
getEntityName() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityName() - Method in interface org.hibernate.metadata.ClassMetadata
The name of the entity
getEntityName() - Method in exception org.hibernate.NonUniqueObjectException
 
getEntityName() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
getEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityName() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getEntityName() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
The entity name which this persister maps.
getEntityName() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition.DiscriminatorMapping
Access to the defined entity name corresponding to the defined AnyMappingDefinition.DiscriminatorMapping.getDiscriminatorValue()
getEntityName() - Method in exception org.hibernate.PropertyValueException
 
getEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getEntityName() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
The entity-name of the entity our owning proxy represents.
getEntityName() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getEntityName() - Method in class org.hibernate.secure.spi.GrantedPermission
 
getEntityName() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
 
getEntityName(Object) - Method in interface org.hibernate.Session
Return the entity name for a persistent entity.
getEntityName() - Method in exception org.hibernate.StaleObjectStateException
 
getEntityName() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Retreives the defined entity-name for the tuplized entity.
getEntityName() - Method in class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
getEntityName() - Method in exception org.hibernate.UnresolvableObjectException
 
getEntityName() - Method in exception org.hibernate.WrongClassException
 
getEntityNameForVersionsEntityName(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getEntityNameResolvers() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getEntityNameResolvers() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getEntityNameResolvers() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getEntityNameResolvers() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getEntityNameResolvers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getEntityNameResolvers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
getEntityNameResolvers() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Get any EntityNameResolvers associated with this Tuplizer.
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
getEntityNames() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getEntityNames() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get the names of all entities
getEntityNames() - Method in interface org.hibernate.stat.Statistics
Get the names of all entities
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitDiscriminatorColumnNameSource
Access the naming for the entity
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitEntityNameSource
Access to the entity's name information
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
Access the entity name information
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access to entity naming information.
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitTenantIdColumnNameSource
Access the entity name information
getEntityNamingSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getEntityNamingSource() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSourceContributor
 
getEntityNotFoundDelegate() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getEntityNotFoundDelegate() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getEntityNotFoundDelegate() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getEntityNotFoundDelegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the delegate for handling entity-not-found exception conditions.
getEntityNotFoundDelegate() - Method in class org.hibernate.cfg.Configuration
Retrieve the user-supplied delegate to handle non-existent entity scenarios.
getEntityNotFoundDelegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getEntityNotFoundDelegate() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityOrClassName() - Method in class org.hibernate.internal.CriteriaImpl
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityOwnerClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityPersister(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the persister for the named entity
getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the EntityPersister for any instance
getEntityPersister() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityPersister() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getEntityPersister(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityPersister(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
getEntityPersister(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntityPersister(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getEntityPersister() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractEntityReference
 
getEntityPersister() - Method in class org.hibernate.loader.plan.build.internal.returns.BidirectionalEntityReferenceImpl
 
getEntityPersister() - Method in class org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl
 
getEntityPersister() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityKeyResolutionContext
 
getEntityPersister() - Method in interface org.hibernate.loader.plan.spi.EntityQuerySpace
Retrieve the EntityPersister that this QuerySpace refers to.
getEntityPersister() - Method in interface org.hibernate.loader.plan.spi.EntityReference
Retrieves the EntityPersister describing the entity associated with this Return.
getEntityPersister() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityPersister() - Method in interface org.hibernate.persister.walking.spi.EntityDefinition
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.RootClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.Subclass
 
getEntityPersisterClass(PersistentClass) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getEntityPersisterClass(PersistentClass) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the entity persister class for a given entityName or null if the entity persister class should be the default.
getEntityPersisters() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEntityPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get all entity persisters as a Map, which entity name its the key and the persister is the value.
getEntityPersisters() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Persisters for the return values of a find() style query.
getEntityPersisters() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
 
getEntityPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
 
getEntityPersisters() - Method in class org.hibernate.loader.Loader
An array of persisters of entity classes contained in each row of results; implemented by all subclasses
getEntityPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
 
getEntityReference() - Method in class org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl
 
getEntityReference() - Method in class org.hibernate.loader.plan.exec.process.internal.HydratedEntityRegistration
 
getEntityReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 
getEntityReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityKeyResolutionContext
 
getEntityReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
The EntityReference for which this is collecting process state
getEntityReferenceInitializers() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails.ReaderCollectorImpl
 
getEntityReferenceInitializers() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
getEntityResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the entityResult property.
getEntityState(Object, String, EntityEntry, SessionImplementor) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Determine whether the entity is persistent, detached, or transient
getEntityStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
find entity statistics per name
getEntityStatistics(String) - Method in interface org.hibernate.stat.Statistics
find entity statistics per name
getEntityStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getEntityStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getEntityStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getEntitySuffix(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getEntityTableXref(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getEntityTableXref(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getEntityTuplizer() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityTuplizer() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getEntityTuplizerFactory() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getEntityTuplizerFactory() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getEntityTuplizerFactory() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getEntityTuplizerFactory() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getEntityTuplizerFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getEntityTuplizerFactory() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Configuration
 
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getEntityType() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
getEntityType() - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
getEntityType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityType() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
 
getEntityType() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getEntityTypeByName(String) - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Find an entity type by name
getEntityTypeByName(String) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getEntityTypeByName(String) - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
getEntityUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityUpdateCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity updates
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityUsingInterceptor(EntityKey) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the entity instance associated with the given Key, calling the Interceptor if necessary
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.internal.SessionImpl
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntries() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getEntries() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getEntries() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getEntries() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getEntry(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the EntityEntry representation of the given entity.
getEntry() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntryBasePrefix() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the enumerated property.
getEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the enumerated property.
getEnversService() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
getEnversService() - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
getEnversService() - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
getEquivalent() - Method in enum org.hibernate.annotations.GenerationTime
 
getErrorCode() - Method in exception org.hibernate.JDBCException
Get the vendor specific error code from the underlying SQLException.
getErrorCount() - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
getErrorCount() - Method in interface org.hibernate.hql.internal.ast.ParseErrorHandler
 
getErrors() - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
getEscapeCharacter() - Method in class org.hibernate.jpa.criteria.predicate.LikePredicate
 
getEvent() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the event property.
getEventListenerGroup(EventType<T>) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
getEventListenerGroup(EventType<T>) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
getEventListenerManager() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEventListenerManager() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getEventListenerManager() - Method in class org.hibernate.internal.SessionImpl
 
getEventListenerManager() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEventListenerMap() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getEventName(int) - Static method in class org.hibernate.boot.jaxb.internal.stax.XMLStreamConstantsUtils
Get the human readable event name for the numeric event id
getEventName(int) - Static method in class org.hibernate.internal.util.xml.XMLStreamConstantsUtils
Get the human readable event name for the numeric event id
getEventType() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
getEventType() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Retrieve the event type associated with this groups of listeners.
getEvictionMaxEntries() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getEvictionStrategy() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getEvictionWakeUpInterval() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getExceptionMapper() - Method in interface org.hibernate.engine.spi.SessionOwner
 
getExceptionMapper() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Returns a List of all Exceptions which occured during the export.
getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Returns a List of all Exceptions which occured during the export.
getExcludeDefaultListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the excludeDefaultListeners property.
getExcludeDefaultListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the excludeDefaultListeners property.
getExcludedPropertyNames() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExcludeSuperclassListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the excludeSuperclassListeners property.
getExcludeSuperclassListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the excludeSuperclassListeners property.
getExecutableCriteria(Session) - Method in class org.hibernate.criterion.DetachedCriteria
Get an executable instance of Criteria to actually run the query.
getExecutionAvgTime() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The avg time to execute this query
getExecutionAvgTime() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
average time in ms taken by the excution of this query onto the DB
getExecutionAvgTime() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
average time in ms taken by the excution of this query onto the DB
getExecutionAvgTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionAvgTime() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of execution of this query
getExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
queries executed to the DB
getExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
queries executed to the DB
getExecutionCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionMaxTime() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The max time to execute this query
getExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
max time in ms taken by the excution of this query onto the DB
getExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
max time in ms taken by the excution of this query onto the DB
getExecutionMaxTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionMaxTime() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionMinTime() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The minimum time to execute this query
getExecutionMinTime() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
min time in ms taken by the excution of this query onto the DB
getExecutionMinTime() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
min time in ms taken by the excution of this query onto the DB
getExecutionMinTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionMinTime() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionRowCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of rows returned for this query
getExecutionRowCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
Number of lines returned by all the executions of this query (from DB) For now, Query.iterate() and Query.scroll()() do not fill this statistic
getExecutionRowCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getExpandingQuerySpaces() - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractExpandingSourceQuerySpace
 
getExpandingQuerySpaces() - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
 
getExpandingQuerySpaces() - Method in class org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl
 
getExpandingQuerySpaces() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
 
getExpansionConnectorText() - Method in class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
When (if) we need to expand a row value constructor, what is the text of the connector to use between the expansion fragments.
getExpansionConnectorText() - Method in class org.hibernate.hql.internal.ast.tree.IsNotNullLogicOperatorNode
 
getExpansionConnectorText() - Method in class org.hibernate.hql.internal.ast.tree.IsNullLogicOperatorNode
 
getExpansionConnectorType() - Method in class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
When (if) we need to expand a row value constructor, what is the type of connector to use between the expansion fragments.
getExpansionConnectorType() - Method in class org.hibernate.hql.internal.ast.tree.IsNotNullLogicOperatorNode
 
getExpansionConnectorType() - Method in class org.hibernate.hql.internal.ast.tree.IsNullLogicOperatorNode
 
getExpectation() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
getExpectation() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
Get the expectation pertaining to the outcome of the Batch associated with this key.
getExpectedRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getExpectedType() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
getExpectedType() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getExpectedType() - Method in interface org.hibernate.hql.internal.ast.tree.ExpectedTypeAwareNode
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.LiteralNode
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getExpectedType() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
 
getExpectedType() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
getExpectedType() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
getExpectedType() - Method in interface org.hibernate.param.ParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpectedType() - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
 
getExpirationLifespan() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getExpirationMaxIdle() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getExplicitAccessType(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getExplicitCatalogName() - Method in class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
getExplicitCatalogName() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getExplicitCatalogName() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
Obtain the supplied catalog name
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Retrieve the name of the foreign key as supplied by the user, or null if the user supplied none.
getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
 
getExplicitFromElements() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getExplicitHibernateTypeName() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Obtain the discriminator type.
getExplicitHibernateTypeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getExplicitHibernateTypeSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceBasic
 
getExplicitlyListedClassNames() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns any classes which are explicitly listed as part of the "persistence unit".
getExplicitlyListedClassNames() - Method in class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
getExplicitlyListedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns the mapping files which are explicitly listed as part of the "persistence unit".
getExplicitlyListedMappingFiles() - Method in class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
getExplicitName() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getExplicitName() - Method in interface org.hibernate.cfg.ObjectNameSource
Retrieve the name explicitly provided by the user.
getExplicitSchemaName() - Method in class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
getExplicitSchemaName() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getExplicitSchemaName() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
Obtain the supplied schema name
getExplicitTableName() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getExplicitTableName() - Method in interface org.hibernate.boot.model.source.spi.TableSource
Obtain the supplied table name.
getExplicitTableName() - Method in class org.hibernate.cfg.Ejb3Column
 
getExplicitTemporalType() - Method in class org.hibernate.procedure.internal.ParameterBindImpl
 
getExplicitTemporalType() - Method in interface org.hibernate.procedure.ParameterBind
If <T> represents a DATE/TIME type value, JPA usually allows specifying the particular parts of the DATE/TIME value to be bound.
getExportIdentifier() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
getExportIdentifier() - Method in interface org.hibernate.boot.model.relational.Exportable
Get a unique identifier to make sure we are not exporting the same database structure multiple times.
getExportIdentifier() - Method in class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
getExportIdentifier() - Method in class org.hibernate.boot.model.relational.Sequence
 
getExportIdentifier() - Method in class org.hibernate.mapping.ForeignKey
 
getExportIdentifier() - Method in class org.hibernate.mapping.Index
 
getExportIdentifier() - Method in class org.hibernate.mapping.PrimaryKey
 
getExportIdentifier() - Method in class org.hibernate.mapping.Table
 
getExportIdentifier() - Method in class org.hibernate.mapping.UniqueKey
 
getExpression() - Method in interface org.hibernate.boot.model.source.spi.DerivedValueSource
Obtain the expression used to derive the value.
getExpression() - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
getExpression() - Method in class org.hibernate.jpa.criteria.OrderImpl
 
getExpression() - Method in class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
getExpression() - Method in class org.hibernate.jpa.criteria.predicate.BooleanAssertionPredicate
 
getExpression() - Method in class org.hibernate.jpa.criteria.predicate.BooleanExpressionPredicate
Get the boolean expression defining the predicate.
getExpression() - Method in class org.hibernate.jpa.criteria.predicate.InPredicate
 
getExpression() - Method in interface org.hibernate.sql.SelectExpression
 
getExpressionInternal() - Method in class org.hibernate.jpa.criteria.predicate.InPredicate
 
getExpressions() - Method in class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
getExpressions() - Method in class org.hibernate.jpa.criteria.predicate.AbstractSimplePredicate
 
getExpressions() - Method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
getExpressions() - Method in class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
getExtends() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
Gets the value of the extends property.
getExtends() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SubEntityInfo
 
getExternalName() - Method in enum org.hibernate.cache.spi.access.AccessType
Get the corresponding externalized name for this value.
getExternalName() - Method in enum org.hibernate.EntityMode
 
getExternalName() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
getExternalName() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
getExternalName() - Method in enum org.hibernate.secure.spi.PermissibleAction
 
getExtractedDatabaseMetaData() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getExtractedDatabaseMetaData() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Access to the bits of information we pulled off the JDBC DatabaseMetaData (that did not get "interpreted" into the helpers/delegates available here).
getExtractedMetaDataSupport() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getExtractedMetaDataSupport() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain information about supported behavior reported by the JDBC driver.
getExtractedMetaDataSupport() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Get the extractor (pulling out-going values from JDBC objects) capable of handling values of the type described by the passed descriptor.
getExtractor(JavaTypeDescriptor) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
getExtraKeywords() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getExtraKeywords() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Get the list of extra keywords (beyond standard SQL92 keywords) reported by the driver.
getExtraProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExtraSelectList() - Method in class org.hibernate.sql.SelectFragment
 
getExtraState(Class<T>) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getExtraState(Class<T>) - Method in class org.hibernate.engine.internal.EntityEntryExtraStateHolder
 
getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntry
 
getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntryExtraState
Retrieve additional state by class type or null if no extra state of that type is present.
getFactor() - Method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
 
getFactory() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Getter for property 'factory'.
getFactory() - Method in interface org.hibernate.criterion.CriteriaQuery
Provides access to the SessionFactory
getFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFactory() - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the creating SessionFactoryImplementor
getFactory() - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Get a handle to the encapsulated SessionFactory.
getFactory() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getFactory() - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
getFactory() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
getFactory() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getFactory() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerFactoryAware
Get access to the Hibernate extended EMF contract.
getFactory() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getFactory() - Method in class org.hibernate.loader.JoinWalker
 
getFactory() - Method in class org.hibernate.loader.Loader
 
getFactory() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
 
getFactory() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFactory() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
Return the SessionFactory to which this persister "belongs".
getFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getFailureExpectedAnnotation() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getFakeBidirectionalRelationIndexMapper() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getFakeBidirectionalRelationMapper() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getFakeRelationChanges() - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the fetch property.
getFetch() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the fetch property.
getFetchByRole(String) - Method in class org.hibernate.engine.profile.FetchProfile
Obtain the fetch associated with the given role.
getFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.FetchableAttributeSource
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getFetchCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
getFetchCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Amount of fetch ops on the entity
getFetchCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getFetchCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getFetchedAttributeDefinition() - Method in class org.hibernate.loader.plan.build.internal.returns.AnyAttributeFetchImpl
 
getFetchedAttributeDefinition() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionAttributeFetchImpl
 
getFetchedAttributeDefinition() - Method in class org.hibernate.loader.plan.build.internal.returns.CompositeAttributeFetchImpl
 
getFetchedAttributeDefinition() - Method in class org.hibernate.loader.plan.build.internal.returns.EntityAttributeFetchImpl
 
getFetchedAttributeDefinition() - Method in class org.hibernate.loader.plan.build.internal.returns.NestedCompositeAttributeFetchImpl
 
getFetchedAttributeDefinition() - Method in interface org.hibernate.loader.plan.spi.AttributeFetch
Returns the AttributeDefinition for attribute being fetched.
getFetchedType() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeEntityIdentifierDescription
 
getFetchedType() - Method in class org.hibernate.loader.plan.build.internal.returns.AnyAttributeFetchImpl
 
getFetchedType() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionAttributeFetchImpl
 
getFetchedType() - Method in class org.hibernate.loader.plan.build.internal.returns.CompositeAttributeFetchImpl
 
getFetchedType() - Method in class org.hibernate.loader.plan.build.internal.returns.EntityAttributeFetchImpl
 
getFetchedType() - Method in class org.hibernate.loader.plan.build.internal.returns.NestedCompositeAttributeFetchImpl
 
getFetchedType() - Method in interface org.hibernate.loader.plan.spi.CollectionAttributeFetch
Get the Hibernate Type that describes the fetched attribute as a CollectionType.
getFetchedType() - Method in interface org.hibernate.loader.plan.spi.EntityFetch
Get the Hibernate Type that describes the fetched attribute as an EntityType.
getFetchedType() - Method in interface org.hibernate.loader.plan.spi.Fetch
Get the Hibernate Type that describes the fetched attribute
getFetches() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'fetches'.
getFetches() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getFetches() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractAnyReference
 
getFetches() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
getFetches() - Method in class org.hibernate.loader.plan.build.internal.returns.BidirectionalEntityReferenceImpl
 
getFetches() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Retrieve the fetches owned by this fetch source.
getFetches() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetches associated with this profile
getFetchGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFetchMode(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
 
getFetchMode() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getFetchMode(String) - Method in class org.hibernate.internal.CriteriaImpl
 
getFetchMode() - Method in class org.hibernate.mapping.Collection
 
getFetchMode() - Method in interface org.hibernate.mapping.Fetchable
 
getFetchMode() - Method in class org.hibernate.mapping.OneToMany
 
getFetchMode() - Method in class org.hibernate.mapping.SimpleValue
 
getFetchMode() - Method in class org.hibernate.mapping.ToOne
 
getFetchMode() - Method in interface org.hibernate.mapping.Value
 
getFetchMode() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFetchMode() - Method in interface org.hibernate.persister.collection.QueryableCollection
Should we load this collection role by outerjoining?
getFetchMode(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFetchMode(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
May this (subclass closure) property be fetched using an SQL outerjoin?
getFetchMode() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getFetchMode() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getFetchMode() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getFetchMode(int) - Method in class org.hibernate.type.AnyType
 
getFetchMode(int) - Method in class org.hibernate.type.ComponentType
 
getFetchMode(int) - Method in class org.hibernate.type.CompositeCustomType
 
getFetchMode(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the fetch mode of the indicated component property.
getFetchProfile(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFetchProfile(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFetchProfile() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the fetchProfile property.
getFetchProfile(String) - Method in interface org.hibernate.boot.Metadata
 
getFetchProfile(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getFetchProfile(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieve fetch profile by name.
getFetchProfile(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getFetchProfiles() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFetchProfiles() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFetchProfiles() - Method in interface org.hibernate.boot.Metadata
 
getFetchProfiles() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFetchSize() - Method in interface org.hibernate.BasicQueryContract
Obtain the JDBC fetch size hint in effect for this query.
getFetchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFetchSize() - Method in class org.hibernate.engine.spi.RowSelection
 
getFetchSize() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
getFetchSize() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getFetchSize() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
getFetchSize() - Method in class org.hibernate.internal.CriteriaImpl
 
getFetchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getFetchStrategy() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeFetch
 
getFetchStrategy() - Method in class org.hibernate.loader.plan.build.internal.returns.AnyAttributeFetchImpl
 
getFetchStrategy() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionAttributeFetchImpl
 
getFetchStrategy() - Method in class org.hibernate.loader.plan.build.internal.returns.EntityAttributeFetchImpl
 
getFetchStrategy() - Method in interface org.hibernate.loader.plan.spi.Fetch
Gets the fetch strategy for this fetch.
getFetchStyle() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
getFetchStyle() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
 
getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getFetchTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
getFetchTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
getFetchTiming() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
 
getFieldHandler() - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandled
Access to the current field interception handler.
getFieldResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Gets the value of the fieldResult property.
getFieldTransformer(ClassFile, ClassPool) - Method in class org.hibernate.bytecode.internal.javassist.JavassistClassTransformer
 
getFile() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the file property.
getFilename() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the filter property.
getFilter() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getFilterAliasGenerator(String) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getFilterDef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the filterDef property.
getFilterDefinition(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFilterDefinition(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFilterDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieves a filter definition by name.
getFilterDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFilterDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getFilterDefinition() - Method in interface org.hibernate.Filter
Get the filter definition containing additional information about the filter (such as default-condition and expected parameter names/types).
getFilterDefinition() - Method in class org.hibernate.internal.FilterImpl
 
getFilterDefinition(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
Obtain the definition of a filter by name.
getFilterDefinitions() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFilterDefinitions() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFilterDefinitions() - Method in interface org.hibernate.boot.Metadata
Retrieves the complete map of filter definitions.
getFilterDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFilteredPositionalParameterTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
getFilteredPositionalParameterValues() - Method in class org.hibernate.engine.spi.QueryParameters
 
getFilteredSQL() - Method in class org.hibernate.engine.spi.QueryParameters
 
getFilterName() - Method in class org.hibernate.engine.spi.FilterDefinition
Get the name of the filter this configuration defines.
getFilterParameterType(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFilterQueryPlan(String, String, boolean, Map<String, Filter>) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Get the query plan for the given collection HQL filter fragment, creating it and caching it if not already cached
getFilters() - Method in class org.hibernate.mapping.Collection
 
getFilters() - Method in interface org.hibernate.mapping.Filterable
 
getFilters() - Method in class org.hibernate.mapping.PersistentClass
 
getFilters() - Method in class org.hibernate.mapping.Subclass
 
getFilterSources() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getFilterSources() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getFilterSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the filters for this entity.
getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getFinal(int, Type) - Method in class org.hibernate.internal.AbstractScrollableResults
Check that the requested type is compatible with the result type, and return the column value.
getFinalFromClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getFirst() - Method in class org.hibernate.envers.internal.tools.Triple
 
getFirst() - Method in class org.hibernate.envers.tools.Pair
 
getFirstArgumentType() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
getFirstArgumentType() - Method in class org.hibernate.hql.internal.ast.tree.CastFunctionNode
 
getFirstArgumentType() - Method in interface org.hibernate.hql.internal.ast.tree.FunctionNode
 
getFirstArgumentType() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getFirstJoin() - Method in class org.hibernate.engine.internal.JoinSequence
 
getFirstLevelCache() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getFirstLevelCache() - Method in interface org.hibernate.envers.internal.reader.AuditReaderImplementor
 
getFirstNonWhitespaceCharacter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
getFirstResult() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFirstResult() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getFirstResult() - Method in class org.hibernate.internal.CriteriaImpl
 
getFirstResult() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getFirstResult() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getFirstResult() - Method in interface org.hibernate.Query
Obtain the value specified (if any) for the first row to be returned from the query results; zero-based.
getFirstRow(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
Retrieve the indicated first row for pagination
getFirstRow() - Method in class org.hibernate.engine.spi.RowSelection
 
getFirstSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getFirstSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getFirstSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionList
Returns the first select expression node that should be considered when building the array of select expressions.
getFixtureOperand() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getFloat(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getFloat(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a float.
getFlushCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getFlushCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getFlushCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getFlushCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getFlushCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of flush executed by sessions (either implicit or explicit)
getFlushMode() - Method in interface org.hibernate.BasicQueryContract
Obtain the FlushMode in effect for this query.
getFlushMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the flushMode property.
getFlushMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getFlushMode() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFlushMode() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getFlushMode() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
getFlushMode() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getFlushMode() - Method in class org.hibernate.internal.SessionImpl
 
getFlushMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFlushMode() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getFlushMode(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getFlushMode() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
Hibernate can be set in various flush modes that are unknown to JPA 2.0.
getFlushMode() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getFlushMode() - Method in interface org.hibernate.Session
Get the current flush mode for this session.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the foreignKey property.
getForeignKey(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getForeignKey(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named ForeignKeyInformation
getForeignKeyDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the foreignKeyDefinition property.
getForeignKeyDirection() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getForeignKeyDirection() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getForeignKeyDirection() - Method in class org.hibernate.type.AnyType
 
getForeignKeyDirection() - Method in interface org.hibernate.type.AssociationType
Get the foreign key directionality of this association
getForeignKeyDirection() - Method in class org.hibernate.type.CollectionType
 
getForeignKeyDirection() - Method in class org.hibernate.type.ManyToOneType
 
getForeignKeyDirection() - Method in class org.hibernate.type.OneToOneType
 
getForeignKeyExporter() - Method in class org.hibernate.dialect.Dialect
 
getForeignKeyIdentifier() - Method in class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl
 
getForeignKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
Obtain the identifier for this FK.
getForeignKeyIterator() - Method in class org.hibernate.mapping.Table
 
getForeignKeyMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getForeignKeyMetadata(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
 
getForeignKeys() - Method in class org.hibernate.mapping.Table
 
getForeignKeys(TableInformation) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
getForeignKeys() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getForeignKeys(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about foreign keys defined on the given table (targeting or point-at other tables).
getForeignKeys() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined foreign keys.
getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
Returns the foreignKeyType.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getForInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.property.access.spi.Getter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getFormatter() - Method in enum org.hibernate.engine.jdbc.internal.FormatStyle
 
getFormatter() - Method in enum org.hibernate.hql.internal.ast.util.LiteralProcessor.DecimalLiteralFormat
 
getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.mapping.Formula
 
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getFormulaAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getFormulaAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getFormulaAttribute() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
Access to any formula defined via XML attribute.
getFormulaFragment() - Method in interface org.hibernate.sql.ordering.antlr.FormulaReference
Retrieve the formula fragment.
getFormulaSources() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
 
getFormulaString() - Method in class org.hibernate.cfg.Ejb3Column
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect.
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list NOWAIT fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE SKIP LOCKED syntax specific to this dialect.
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list SKIP LOCKED fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Oracle10gDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2400Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
Given LockOptions (lockMode, timeout), determine the appropriate for update fragment to use.
getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
Given a lock mode, determine the appropriate for update fragment to use.
getForUpdateString() - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire locks for this dialect.
getForUpdateString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString() - Method in class org.hibernate.dialect.FrontBaseDialect
FrontBase doesn't support this syntax, which was dropped with SQL92.
getForUpdateString() - Method in class org.hibernate.dialect.H2Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.HSQLDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.MckoiDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateString() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
Since the RDMS-JDBC driver does not support for updates, this string is set to an empty string.
getForUpdateString() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.TeradataDialect
Does this dialect support the FOR UPDATE syntax?
getForUpdateString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getFromClause() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
getFromClause() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getFromClause() - Method in interface org.hibernate.hql.internal.ast.tree.RestrictableStatement
Retreives the from-clause in effect for this statement.
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getFromElement(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Retreives the from-element represented by the given alias.
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getFromElement() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns the FROM element that this expression refers to.
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
getFromElements() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns the list of from elements in order.
getFromElementsForLoad() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
FromElements which need to be accounted for in the load phase (either for return or for fetch).
getFromEntityNameCache(Object, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
Gets the entityName from the cache.
getFromMappedBy(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFromMappedBy(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getFromPart() - Method in class org.hibernate.engine.internal.JoinSequence
Retrieve a JoinSequence that represents just the FROM clause parts
getFromPropertyName() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getFullPath() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
getFullPath() - Method in class org.hibernate.loader.PropertyPath
 
getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
getFunction(String, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
 
getFunctionName() - Method in class org.hibernate.criterion.AggregateProjection
 
getFunctionName() - Method in class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression
 
getFunctionName() - Method in interface org.hibernate.jpa.criteria.expression.function.FunctionExpression
Retrieve the name of the function.
getFunctions() - Method in class org.hibernate.dialect.Dialect
Retrieves a map of the dialect's registered functions (functionName => SQLFunction).
getGenerated() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the generated property.
getGenerated() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the generated property.
getGeneratedId() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
Access to the generated identifier
getGeneratedIdentity(ResultSet, String, Type) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Get the generated identifier when using identity columns
GetGeneratedKeysDelegate - Class in org.hibernate.dialect.identity
Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
GetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
getGeneratedValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the generatedValue property.
getGeneratedVersion() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
getGeneratedVersion() - Method in class org.hibernate.id.uuid.StandardRandomStrategy
A variant 4 (random) strategy
getGeneratedVersion() - Method in interface org.hibernate.id.UUIDGenerationStrategy
Which variant, according to IETF RFC 4122, of UUID does this strategy generate? RFC 4122 defines 5 variants (though it only describes algorithms to generate 4): 1 = time based 2 = DCE based using POSIX UIDs 3 = name based (md5 hash) 4 = random numbers based 5 = name based (sha-1 hash) Returning the values above should be reserved to those generators creating variants compliant with the corresponding RFC definition; others can feel free to return other values as they see fit.
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getGenerationTiming() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Obtain a description of if/when the attribute value is generated by the database.
getGenerationTiming() - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
getGenerationTiming() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
getGenerationTiming() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
getGenerationTiming() - Method in interface org.hibernate.tuple.InMemoryValueGenerationStrategy
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
getGenerationTiming() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
getGenerationTiming() - Method in interface org.hibernate.tuple.ValueGeneration
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
getGenerationTiming() - Method in class org.hibernate.tuple.VmValueGeneration
 
getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Gets the value of the generator property.
getGeneratorName() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain the name of the identifier value generator.
getGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getGetter(Class, PropertyData, ServiceRegistry) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getGetter(Class, String, String, ServiceRegistry) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getGetter(Class) - Method in class org.hibernate.mapping.Property
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessBasicImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessFieldImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
getGetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Obtain the delegate for getting values for the described persistent property
getGetter(int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getGetter(int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getGetter(int) - Method in interface org.hibernate.tuple.Tuplizer
Retrieve the getter for the specified property.
getGetters() - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Returns the setter names of properties.
getGlobalConfiguration() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getGlobalConfiguration() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getGrant() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Gets the value of the grant property.
getGroupBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getGroupings() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
getGroupList() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
getGroupList() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
getGroupRestriction() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
getGroupRestriction() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object) - Method in class org.hibernate.type.CollectionType
 
getHashCode(Object) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object) - Method in class org.hibernate.type.CompositeCustomType
 
getHashCode(Object) - Method in class org.hibernate.type.CustomType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getHashCode(Object) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHaving() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getHavingSridSQL(String) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment when parsing an HavingSridExpression.
getHcannClassLoaderDelegate() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getHibernateLazyInitializer() - Method in interface org.hibernate.proxy.HibernateProxy
Get the underlying lazy initialization handler.
getHibernateLazyInitializer() - Method in class org.hibernate.proxy.map.MapProxy
 
getHibernateProcedureCall() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
getHibernateQuery() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getHibernateQuery() - Method in interface org.hibernate.jpa.HibernateQuery
Gives access to the underlying Hibernate query object..
getHibernateQuery() - Method in class org.hibernate.jpa.internal.QueryImpl
 
getHibernateType() - Method in class org.hibernate.jpa.internal.metamodel.EmbeddableTypeImpl
 
getHibernateType() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
getHibernateType() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
getHibernateType() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl.ParameterMemento
 
getHibernateType() - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
Access to the Hibernate type for this parameter registration
getHibernateTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the Hibernate Type associated with the given Types type code.
getHibernateTypeName(int, int, int, int) - Method in class org.hibernate.dialect.Dialect
Get the name of the Hibernate Type associated with the given Types typecode with the given storage specification parameters.
getHierarchy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getHierarchy() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Get the hierarchy this belongs to.
getHierarchyInheritanceType() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getHierarchyInheritanceType() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
The inheritance type/strategy for the hierarchy.
getHighOperand() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the hint property.
getHints() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getHints() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getHintsMap() - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getHintsMap() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl
 
getHintsMap() - Method in interface org.hibernate.procedure.ProcedureCallMemento
Access to any hints associated with the memento.
getHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getHitCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getHitCount() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getHitCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getHitCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getHiTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique down to millisecond
getHitRatio() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getHiValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
Getter for property 'upperLimit'.
getHolderClass() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getHolderInstantiator(ResultTransformer, ResultTransformer, String[]) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
getHolderInstantiator() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getHostingEntity() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getHostingEntity() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getHostingEntity() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getHqlParameterSpecification() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getHqlPosition() - Method in class org.hibernate.param.PositionalParameterSpecification
Getter for property 'hqlPosition'.
getHQLQueryPlan(String, boolean, Map<String, Filter>) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Get the query plan for the given HQL query, creating it and caching it if not already cached
getHQLQueryPlan(String, boolean) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getHydratedCompoundValueExtractor() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getHydratedCompoundValueExtractor() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getHydratedCompoundValueExtractor() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getHydratedEntityRegistrationList() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
getHydratedState() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
getId() - Method in class org.hibernate.action.internal.EntityAction
entity id accessor
getId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the id property.
getId() - Method in class org.hibernate.cache.infinispan.util.Externalizers.UUIDExternalizer
 
getId() - Method in class org.hibernate.cache.infinispan.util.FutureUpdate.Externalizer
 
getId() - Method in class org.hibernate.cache.infinispan.util.FutureUpdate.ValueExtractorExternalizer
 
getId() - Method in class org.hibernate.cache.infinispan.util.Tombstone.ExcludeTombstonesFilterExternalizer
 
getId() - Method in class org.hibernate.cache.infinispan.util.Tombstone.Externalizer
 
getId() - Method in class org.hibernate.cache.infinispan.util.TombstoneUpdate.Externalizer
 
getId() - Method in class org.hibernate.cache.infinispan.util.VersionedEntry.ExcludeEmptyExtractValueExternalizer
 
getId() - Method in class org.hibernate.cache.infinispan.util.VersionedEntry.Externalizer
 
getId() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getId() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getId() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getId() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getId() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
The id to be used in the database operation.
getId() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getId() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getId() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getId() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getId() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getId(Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
getId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the id property.
getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getId() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdByUniqueKey(Serializable, String, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdByUniqueKey(Serializable, String, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the idClass property.
getIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the idClass property.
getIdClassAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
getIdClassAttributesSafely() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
A form of AbstractIdentifiableType.getIdClassAttributes() which prefers to return null rather than throw exceptions
getIdClassSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
Retrieve the source information for the IdClass definition
getIdentifier() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getIdentifier() - Method in interface org.hibernate.cfg.PropertyHolder
 
getIdentifier(Object, int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getIdentifier(Object, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getIdentifier(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the identifier of the given collection entry.
getIdentifier() - Method in class org.hibernate.engine.spi.EntityKey
 
getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getIdentifier(SessionImplementor, String, Object) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getIdentifier() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
 
getIdentifier() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getIdentifier(Object) - Method in class org.hibernate.internal.SessionImpl
 
getIdentifier() - Method in class org.hibernate.mapping.IdentifierCollection
 
getIdentifier() - Method in class org.hibernate.mapping.OneToOne
Returns the identifier.
getIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifier() - Method in class org.hibernate.mapping.RootClass
 
getIdentifier() - Method in class org.hibernate.mapping.Subclass
 
getIdentifier(Object) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier() - Method in exception org.hibernate.NonUniqueObjectException
 
getIdentifier(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
Retrieve the identifier value for the entity our owning proxy represents.
getIdentifier() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
 
getIdentifier(Object) - Method in interface org.hibernate.Session
Return the identifier value of the given entity as associated with this session.
getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
 
getIdentifier(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the identifier value from the given entity.
getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.type.EntityType
 
getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
 
getIdentifier() - Method in exception org.hibernate.WrongClassException
 
getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getIdentifierAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getIdentifierAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
Access to the AttributePath for the entity's identifier attribute.
getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
Obtain the source descriptor for the identifier attribute.
getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
Obtain the source descriptor for the identifier attribute.
getIdentifierBase() - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.DtdMapping
 
getIdentifierColumnAlias(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnAlias(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's identifier column aliases, based on the given suffix.
getIdentifierColumnName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnName() - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
 
getIdentifierColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Loadable
Get the names of columns used to persist the identifier
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Queryable
Get the names of columns used to persist the identifier
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumns(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the identifier column names of this entity
getIdentifierColumns(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getIdentifierColumnSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierDescription() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractEntityReference
 
getIdentifierDescription() - Method in class org.hibernate.loader.plan.build.internal.returns.BidirectionalEntityReferenceImpl
 
getIdentifierDescription() - Method in interface org.hibernate.loader.plan.spi.EntityReference
Get the description of this entity's identifier descriptor.
getIdentifierGenerator(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getIdentifierGenerator(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getIdentifierGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the identifierGenerator property.
getIdentifierGenerator(String) - Method in interface org.hibernate.boot.Metadata
 
getIdentifierGenerator(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierGenerator(String, Map<String, IdentifierGeneratorDefinition>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
getIdentifierGenerator(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierGenerator(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the identifier generator for the hierarchy
getIdentifierGenerator(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the surrogate key generation strategy (optional operation)
getIdentifierGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine which identifier generation strategy is used for this entity.
getIdentifierGenerator() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
getIdentifierGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
 
getIdentifierGeneratorClass(String) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Retrieve the class that will be used as the IdentifierGenerator for the given strategy.
getIdentifierGeneratorClass(String) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
getIdentifierGeneratorDescriptor() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
Obtain the identifier generator source.
getIdentifierGeneratorFactory() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getIdentifierGeneratorFactory() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getIdentifierGeneratorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierGeneratorFactory() - Method in interface org.hibernate.engine.spi.Mapping
Deprecated.
temporary solution
getIdentifierGeneratorFactory() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierGeneratorFactory() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierGeneratorProperties() - Method in class org.hibernate.mapping.SimpleValue
 
getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.IdGenerator
 
getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.SimpleValue
Returns the identifierGeneratorStrategy.
getIdentifierGetter() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifierGetter() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Retrieve the getter for the identifier property.
getIdentifierGetterMethodClass() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierGetterMethodName() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierHelper() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getIdentifierHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the helper for dealing with identifiers in this environment.
getIdentifierHydratedForm() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Obtain the hydrated form (the raw Type-read ResultSet values) of the entity's identifier
getIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
 
getIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifierMapper() - Method in class org.hibernate.mapping.Subclass
 
getIdentifierMapperType() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
getIdentifierOrUniqueKeyPropertyName(EntityType) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Determine the name of the property for the entity encapsulated by the given type which represents the id or unique-key.
getIdentifierOrUniqueKeyPropertyName(Mapping) - Method in class org.hibernate.type.EntityType
The name of the property on the associated entity to which our FK refers
getIdentifierOrUniqueKeyType(Mapping) - Method in class org.hibernate.type.EntityType
Determine the type of either (1) the identifier if we reference the associated entity's PK or (2) the unique key to which we refer (i.e.
getIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
getIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
getIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
getIdentifierProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getIdentifierPropertyName(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getIdentifierPropertyName(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getIdentifierPropertyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierPropertyName(String) - Method in interface org.hibernate.engine.spi.Mapping
 
getIdentifierPropertyName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierPropertyName(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierPropertyName() - Method in interface org.hibernate.metadata.ClassMetadata
Get the name of the identifier property (or return null)
getIdentifierPropertyName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierPropertyName() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the name of the identifier property (or return null) - need not return the name of an actual Java property
getIdentifierResolutionContext(ResultSetProcessingContext) - Method in class org.hibernate.loader.plan.exec.process.internal.EntityReturnReader
 
getIdentifierSetterMethodClass() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierSetterMethodName() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierSetterMethodParams() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierSource() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getIdentifierSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain source information about this entity's identifier.
getIdentifierSubAttributes(AbstractEntityPersister) - Static method in class org.hibernate.persister.walking.internal.CompositionSingularSubAttributesHelper
Get composite ID sub-attribute definitions.
getIdentifierType(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getIdentifierType(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getIdentifierType(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierType(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the identifier type of this entity
getIdentifierType(String) - Method in interface org.hibernate.engine.spi.Mapping
 
getIdentifierType(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierType() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'identifierType'.
getIdentifierType() - Method in class org.hibernate.id.enhanced.TableGenerator
Type mapping for the identifier.
getIdentifierType() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
getIdentifierType(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierType(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getIdentifierType() - Method in class org.hibernate.mapping.Any
 
getIdentifierType() - Method in interface org.hibernate.metadata.ClassMetadata
Get the identifier Hibernate type
getIdentifierType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the type of the surrogate key
getIdentifierType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierType() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the identifier type
getIdentifierType() - Method in class org.hibernate.persister.walking.internal.StandardAnyTypeDefinition
 
getIdentifierType() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Access to the type of the value that makes up the identifier portion of the AnyType.
getIdentifierType() - Method in class org.hibernate.type.AnyType
 
getIdentifierValue() - Method in class org.hibernate.mapping.Table
 
getIdentityColumn() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getIdentityColumn() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getIdentityColumns() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getIdentityColumns() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getIdentityColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getIdentityColumnSupport() should be overridden instead; if getIdentityColumnSupport().getIdentityColumnString(int) does not delegate to this method, then this method is ignored.
getIdentityColumnString() - Method in class org.hibernate.dialect.Dialect
Deprecated.
getIdentityColumnString() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentityColumnString(int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The syntax used during DDL to define a column as being an IDENTITY of a particular type.
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.InformixDialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.Ingres10Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.MySQLDialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.Oracle12cDialect
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.Teradata14Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.Dialect
Get the appropriate IdentityColumnSupport
getIdentityColumnSupport() - Method in class org.hibernate.dialect.Oracle12cDialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getIdentityColumnSupport() should be overridden instead; if getIdentityColumnSupport().getIdentityInsertString() does not delegate to this method, then this method is ignored.
getIdentityInsertString() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentityInsertString() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The keyword used to insert a generated value into an identity column (or null).
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
getIdentityInsertString() - Method in class org.hibernate.dialect.Ingres10Dialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.Teradata14Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.DB2390Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.DB2400Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getIdentityColumnSupport() should be overridden instead; if getIdentityColumnSupport().getIdentitySelectString(String,String,int) does not delegate to this method, then this method is ignored.
getIdentitySelectString() - Method in class org.hibernate.dialect.Dialect
getIdentitySelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentitySelectString(String, String, int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Get the select command to use to retrieve the last generated IDENTITY value for a particular table
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.InformixDialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.Ingres10Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.MySQLDialect
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getIdentitySelectString() - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get the database-specific SQL command to retrieve the last generated IDENTITY value.
getIdentitySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentityTable() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentityTable() - Method in class org.hibernate.mapping.UnionSubclass
 
getIdentityTables() - Method in class org.hibernate.mapping.RootClass
 
getIdGenerationTypeInterpreter() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getIdGenerationTypeInterpreter() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getIdGenerationTypeInterpreter() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getIdMapper() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getIdMapper() - Method in class org.hibernate.envers.internal.entities.IdMappingData
 
getIdMapper() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getIdMappingData() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getIdOfOwnerOrNull(Serializable, SessionImplementor) - Method in class org.hibernate.type.CollectionType
Get the id value from the owning entity key, usually the same as the key, but might be some other property, in the case of property-ref
getIdSelectParameterSpecifications() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
getIdTableCreationStatement() - Method in class org.hibernate.hql.spi.id.local.IdTableInfoImpl
 
getIdTableDropStatement() - Method in class org.hibernate.hql.spi.id.local.IdTableInfoImpl
 
getIdTableInfo(Queryable) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
getIdTableInfo(String) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
getIdTableSupport() - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the idType property.
getIdType() - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext
 
getIdType() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
getiInitializedFields() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
getImplementation() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation(SessionImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation() - Method in interface org.hibernate.proxy.LazyInitializer
Return the underlying persistent object, initializing if necessary
getImplementation(SessionImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
Return the underlying persistent object in the given session, or null if not contained in this session's persistence context.
getImplementors(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getImplementors(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the names of all persistent classes that implement/extend the given interface/class
getImplementors(String) - Method in class org.hibernate.internal.SessionFactoryImpl
Given the name of an entity class, determine all the class and interface names by which it can be referenced in an HQL query.
getImplicitCacheAccessType() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitCacheAccessType() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getImplicitCacheAccessType() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitCacheAccessType() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MappingDefaults
The cache access type to use if none is specified
getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to any implicit cache AccessType.
getImplicitCascadeStyleName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitCascadeStyleName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the cascade style to apply to associations if none specified in the mapping.
getImplicitCatalogName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitCatalogName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitCatalogName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the database catalog name to use if none specified in the mapping.
getImplicitDiscriminatorColumnName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitDiscriminatorColumnName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitDiscriminatorColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the column name to use for the discriminator column if none specified in the mapping.
getImplicitIdColumnName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitIdColumnName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the column name to use for the identifier column if none specified in the mapping.
getImplicitNamingStrategy() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getImplicitNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getImplicitNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getImplicitPackageName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitPackageName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitPackageName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the package name to use if none specified in the mapping.
getImplicitPropertyAccessorName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitPropertyAccessorName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the default PropertyAccessStrategy name to use if none specified in the mapping.
getImplicitSchemaName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitSchemaName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitSchemaName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the database schema name to use if none specified in the mapping.
getImplicitTenantIdColumnName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitTenantIdColumnName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitTenantIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the column name to use for the tenant identifier column if none is specified in the mapping.
getImpliedActions() - Method in enum org.hibernate.secure.spi.PermissibleAction
 
getImpliedJoin() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getImpliedJoin() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
Sub-classes can override this method if they produce implied joins (e.g.
getImpliedJoinType() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getImport() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the import property.
getImportedClass(String, SessionFactoryImplementor) - Static method in class org.hibernate.hql.internal.QuerySplitter
 
getImportedClassName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getImportedClassName(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a class name, using query language imports
getImportedClassName(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its imported qualified name.
getImportedClassName(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getImports() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getImports() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getImports() - Method in interface org.hibernate.boot.Metadata
Retrieves all defined imports (class renames).
getImports() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getInclude() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the include property.
getInclude() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the include property.
getIncludedTable() - Method in class org.hibernate.mapping.DenormalizedTable
 
getIncrementSize() - Method in class org.hibernate.boot.model.relational.Sequence
 
getIncrementSize() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
 
getIncrementSize() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The configured increment size
getIncrementSize() - Method in interface org.hibernate.id.enhanced.Optimizer
Retrieves the defined increment size.
getIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getIncrementSize() - Method in class org.hibernate.id.enhanced.TableGenerator
The amount of increment to use.
getIncrementSize() - Method in class org.hibernate.id.enhanced.TableStructure
 
getIncrementSize() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationImpl
 
getIncrementSize() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted increment-size defined for the sequence.
getInDatabaseStrategy() - Method in class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
getInDatabaseValueGenerationStrategies() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the index property.
getIndex() - Method in exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Returns the index of the property that causes this exception.
getIndex(String, Class[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
Locate the index of a method
getIndex(Class[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
Locate the index of a constructor
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
getIndex(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the index of the given collection entry
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the index property.
getIndex() - Method in class org.hibernate.mapping.IndexedCollection
 
getIndex(String) - Method in class org.hibernate.mapping.Table
 
getIndex(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getIndex(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named IndexInformation
getIndexCollectionSelectorParamSpec() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getIndexColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's index column aliases, based on the given suffix.
getIndexColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection index columns if this is an indexed collection (optional operation)
getIndexColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection index columns if this is an indexed collection (optional operation), aliased by the given table alias
getIndexConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getIndexConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getIndexConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getIndexConstraintNames() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
getIndexConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
 
getIndexDefinition() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getIndexedColumns() - Method in class org.hibernate.tool.schema.extract.internal.IndexInformationImpl
 
getIndexedColumns() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
Obtain the columns indexed under this index.
getIndexes(TableInformation) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
getIndexes() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getIndexes(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about indexes defined against the given table.
getIndexes() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined indexes.
getIndexExporter() - Method in class org.hibernate.dialect.Dialect
 
getIndexExporter() - Method in class org.hibernate.dialect.Teradata14Dialect
 
getIndexForColumnName(String, ResultSet) - Method in class org.hibernate.engine.jdbc.ColumnNameCache
Resolve the column name/alias to its index
getIndexFormulas() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexFormulas() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the index formulas if this is an indexed collection (optional operation)
getIndexGraph() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
 
getIndexGraph() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Retrieve the metadata about the index of this collection *as a FetchSource*.
getIndexIdentifier() - Method in class org.hibernate.tool.schema.extract.internal.IndexInformationImpl
 
getIndexIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
Obtain the identifier for this index.
getIndexInOwner(String, String, Object, Map) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getIndexInOwner(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
Search the persistence context for an index of the child object, given a collection role
getIndexIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getIndexIterator() - Method in class org.hibernate.mapping.Table
 
getIndexManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the indexManyToAny property.
getIndexManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the indexManyToMany property.
getIndexMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getIndexSource() - Method in interface org.hibernate.boot.model.source.internal.hbm.IndexedPluralAttributeSource
 
getIndexSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getIndexSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
getIndexSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getIndexSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getIndexType() - Method in interface org.hibernate.metadata.CollectionMetadata
The collection index type (or null if the collection has no index)
getIndexType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "index" type for a list or map (optional operation)
getIndividualAttributeIdGenerator(String) - Method in interface org.hibernate.boot.model.source.spi.CompositeIdentifierSource
Handle silly SpecJ reading of the JPA spec.
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Dialect
Return the limit that the underlying database places on the number elements in an IN predicate.
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SybaseDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.TeradataDialect
 
getInheritance() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the inheritance property.
getInheritanceStateOfSuperEntity(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.InheritanceState
 
getInitCommands() - Method in class org.hibernate.boot.model.relational.Database
 
getInitCommands() - Method in class org.hibernate.boot.model.relational.InitCommand
 
getInitCommands() - Method in class org.hibernate.mapping.Table
 
getInitialContext(Properties) - Static method in class org.hibernate.internal.util.jndi.JndiHelper
Deprecated.
 
getInitializer() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Intended for internal use only.
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.SortedMapCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.SortedSetCollectionMapper
 
getInitialValue() - Method in class org.hibernate.boot.model.relational.Sequence
 
getInitialValue() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The configured initial value
getInitialValue() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getInitialValue() - Method in class org.hibernate.id.enhanced.TableGenerator
The initial value to use when we find no previous state in the generator table corresponding to our sequence.
getInitialValue() - Method in class org.hibernate.id.enhanced.TableStructure
 
getInitialValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the initialValue property.
getInitialValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the initialValue property.
getInList() - Method in class org.hibernate.hql.internal.ast.tree.InLogicOperatorNode
 
getInMemoryStrategy() - Method in class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
getInMemoryValueGenerationStrategies() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getInputStream() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Retrieve the input stream.
getInputStream() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getInputStreamForResource(String) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
Returns an input stream for the specified resource.
getInsertCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getInsertCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Amount of insert ops on the entity
getInsertCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getInsertCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.IdentityGenerator
 
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
 
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.SelectGenerator
 
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.SequenceIdentityGenerator
Deprecated.
 
getInsertionTypes() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
getInstance() - Method in class org.hibernate.action.internal.EntityAction
entity instance accessor
getInstance() - Static method in class org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler
Returns the singleton instance
getInstance(String) - Static method in class org.hibernate.hql.internal.ast.HqlParser
Get a HqlParser instance for the given HQL string.
getInstance() - Method in class org.hibernate.loader.plan.exec.process.internal.HydratedEntityRegistration
 
getInstanceToLoad() - Method in class org.hibernate.event.spi.LoadEvent
 
getInstantiationOptimizer() - Method in class org.hibernate.bytecode.internal.javassist.ReflectionOptimizerImpl
 
getInstantiationOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
Retrieve the optimizer for calling an entity's constructor via reflection.
getInstantiator() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getInstrumentationMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getInstrumentationMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getInstrumentationMetadata() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getInt(String, Map, int) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as an int
getInteger(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getInteger(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getInteger(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as an Integer
getInteger(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getInteger(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read an integer.
getIntegralDataTypeHolder(Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
getIntegrators() - Method in class org.hibernate.integrator.internal.IntegratorServiceImpl
 
getIntegrators() - Method in interface org.hibernate.integrator.spi.IntegratorService
Retrieve all integrators.
getIntegrators() - Method in interface org.hibernate.jpa.boot.spi.IntegratorProvider
 
getInterceptor() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getInterceptor() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getInterceptor() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getInterceptor() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getInterceptor() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getInterceptor() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the interceptor to use by default for all sessions opened from this factory.
getInterceptor() - Method in class org.hibernate.cfg.Configuration
Retrieve the configured Interceptor.
getInterceptor() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getInterceptor() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getInterceptor() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the factory scoped interceptor for this factory.
getInterceptor() - Method in interface org.hibernate.engine.spi.SessionImplementor
Retrieves the interceptor currently in use by this event source.
getInterceptor() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getInterceptor() - Method in class org.hibernate.internal.SessionImpl
 
getInterceptor() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getInterfaces() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getInternalFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getIntoClause() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
Retrieve this insert statement's into-clause.
getInvalidations() - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
getInvalidations() - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
getInverseForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the inverseForeignKey property.
getInverseJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the inverseJoinColumn property.
getIP() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique in a local network
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getIsEmptySQL(String, boolean) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment when parsing a IsEmptyExpression or IsNotEmpty expression.
getJaccPermissions(String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getJaccPermissions(String) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings
 
getJaccPermissionsByContextId() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getJandexView() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getJandexView() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getJandexView() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the Jandex index passed by call to MetadataBuilder.applyIndexView(org.jboss.jandex.IndexView), if any.
getJar() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the jar property.
getJarFile() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the jarFile property.
getJarFileUrls() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getJarFileUrls() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getJarFileUrls() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getJarURLFromURLEntry(URL, String) - Static method in class org.hibernate.boot.archive.internal.ArchiveHelper
Get the JAR URL of the JAR containing the given entry Method used in a non managed environment
getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
getJarURLFromURLEntry(URL, String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Given a URL which defines an entry within a JAR (really any "bundled archive" such as a jar file, zip, etc) and an entry within that JAR, find the URL to the JAR itself.
getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
 
getJavaClass() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
Get the wrapped java class reference
getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicBinder
 
getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
getJavaMember() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getJavaMember() - Method in class org.hibernate.jpa.internal.metamodel.AbstractAttribute
 
getJavaType() - Method in class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
getJavaType() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
Obtain the attribute's java type if possible.
getJavaType() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getJavaType() - Method in interface org.hibernate.jpa.criteria.compile.ImplicitParameterBinding
Get the java type of the "thing" that led to the implicit parameter.
getJavaType() - Method in class org.hibernate.jpa.criteria.expression.AbstractTupleElement
 
getJavaType() - Method in class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
getJavaType() - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
getJavaType() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getJavaType() - Method in class org.hibernate.jpa.internal.metamodel.AbstractAttribute
 
getJavaType() - Method in class org.hibernate.jpa.internal.metamodel.AbstractType

IMPL NOTE : The Hibernate version may return null here in the case of either dynamic models or entity classes mapped multiple times using entity-name.

getJavaType() - Method in class org.hibernate.jpa.internal.metamodel.BasicTypeImpl
 
getJavaType() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
getJavaTypeClass() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Retrieve the Java type handled here.
getJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJaxbRoot(InputStream, Class<T>, Schema) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
 
getJdbcBatchSize() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getJdbcBatchSize() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getJdbcBatchSize() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getJdbcBatchSize() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getJdbcBatchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJdbcBatchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJdbcBatchSize() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcBatchSize() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getJdbcConnection() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getJdbcConnection() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcConnectionAccess() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcConnectionAccess() - Method in interface org.hibernate.engine.spi.SessionImplementor
Provides access to JDBC connections
getJdbcConnectionAccess() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getJdbcConnectionAccess() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
getJdbcCoordinator() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
getJdbcCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcCoordinator() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getJdbcCoordinator() - Method in class org.hibernate.internal.SessionImpl
 
getJdbcCoordinator() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getJdbcDatabaseMetaData() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getJdbcDatabaseMetaData() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcEnvironment() - Method in class org.hibernate.boot.model.relational.Database
 
getJdbcEnvironment() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Obtain the JDBC Environment from which this metadata came.
getJdbcEnvironment() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain the JdbcEnvironment backing this JdbcServices instance.
getJdbcEnvironment() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getJdbcEnvironment() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getJdbcEnvironment() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcFetchSize() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getJdbcFetchSize() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getJdbcFetchSize() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getJdbcFetchSize() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getJdbcFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJdbcFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJdbcFetchSize() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcFetchSize() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getJdbcScrollableResultSetEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcServices() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getJdbcServices() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
since 5.0; use SessionFactoryImplementor.getServiceRegistry() instead to locate the JdbcServices
getJdbcServices() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getJdbcSessionContext() - Method in class org.hibernate.internal.SessionImpl
 
getJdbcSessionContext() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getJdbcSessionContext() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
getJdbcSessionOwner() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getJdbcSessionOwner() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
 
getJdbcType() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getJdbcTypeCode() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the join property.
getJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the join property.
getJoin() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SecondaryTableContainer
 
getJoin() - Method in class org.hibernate.cfg.Ejb3Column
 
getJoinable() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getJoinable() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getJoinable() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getJoinable() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getJoinableType() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getJoinClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getJoinClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getJoinClosureSpan() - Method in class org.hibernate.mapping.Subclass
 
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the joinColumn property.
getJoinedBagAttributeFetches() - Method in interface org.hibernate.loader.plan.exec.internal.FetchStats
Returns a set of bag attributes that are join-fetched.
getJoinedPropertyName() - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinImpl
 
getJoinedPropertyName() - Method in interface org.hibernate.loader.plan.spi.JoinDefinedByMetadata
Obtain the name of the property that defines the join, relative to the PropertyMapping (QuerySpace.toAliasedColumns(String, String)) of the left-hand-side (Join.getLeftHandSide()) of the join
getJoinedPropertyType() - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinImpl
 
getJoinedPropertyType() - Method in interface org.hibernate.loader.plan.spi.JoinDefinedByMetadata
Get the property type of the joined property.
getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the joinedSubclass property.
getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the joinedSubclass property.
getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the joinedSubclass property.
getJoinFragment() - Method in class org.hibernate.sql.QuerySelect
 
getJoinIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getJoinNumber(Property) - Method in class org.hibernate.mapping.PersistentClass
 
getJoins(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getJoins(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getJoins() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getJoins() - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
 
getJoins() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
Obtain all joins which originate from this QuerySpace, in other words, all the joins which this QuerySpace is the left-hand-side of.
getJoinSequence() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getJoinTable(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.
getJoinTable(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
return - null if no join table is present, - the join table if not overridden, - the overridden join table otherwise
getJoinTable() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the joinTable property.
getJoinType() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getJoinType() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getJoinType() - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.collection.BasicCollectionJoinWalker
 
getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getJoinType(AssociationType, FetchMode, PropertyPath, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getJoinType(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.entity.EntityJoinWalker
 
getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.JoinWalker
Determine the appropriate type of join (if any) to use to fetch the given association.
getJoinType(AssociationType, FetchMode, PropertyPath, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
Determine the appropriate associationType of join (if any) to use to fetch the given association.
getJoinType(boolean, int) - Method in class org.hibernate.loader.JoinWalker
Use an inner join if it is a non-null association and this is the "first" join in a series
getJoinType() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getJoinTypeValue() - Method in enum org.hibernate.sql.JoinType
 
getJpaCallbackClasses() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getJpaCallbackClasses() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Access to the sources describing JPA lifecycle callbacks.
getJpaEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
The JPA-specific entity name.
getJpaEntityName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getJpaEntityName() - Method in class org.hibernate.mapping.PersistentClass
 
getJtaDataSource() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getJtaDataSource() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getJtaDataSource() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the jtaDataSource property.
getJtaPlatform() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getJVM() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique across JVMs on this machine (unless they load this class in the same quater second - very unlikely)
getJvmIdentifierBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getJvmIdentifierHexString() - Static method in class org.hibernate.id.uuid.Helper
 
getJvmIdentifierInt() - Static method in class org.hibernate.id.uuid.Helper
 
getKey() - Method in class org.hibernate.action.internal.CollectionAction
 
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the key property.
getKey() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getKey() - Method in class org.hibernate.cache.infinispan.access.TombstoneSynchronization
 
getKey() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getKey() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the current collection key value
getKey() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
getKey() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Retrieves the object being used to key (uniquely identify) this batch.
getKey() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
getKey() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getKey() - Method in class org.hibernate.engine.spi.CollectionKey
 
getKey() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getKey() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityMapEntry
 
getKey() - Method in class org.hibernate.loader.plan.exec.process.internal.HydratedEntityRegistration
 
getKey() - Method in class org.hibernate.mapping.Collection
 
getKey() - Method in class org.hibernate.mapping.Join
 
getKey() - Method in class org.hibernate.mapping.JoinedSubclass
 
getKey() - Method in class org.hibernate.mapping.PersistentClass
 
getKey() - Method in class org.hibernate.mapping.RootClass
 
getKey() - Method in class org.hibernate.mapping.Subclass
 
getKeyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getKeyClosureIterator() - Method in class org.hibernate.mapping.RootClass
 
getKeyClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getKeyColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's key column aliases, based on the given suffix.
getKeyColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getKeyColumnNames() - Method in interface org.hibernate.persister.entity.Joinable
The columns to join on
getKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getKeyOfOwner(Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
Get the key value from the owning entity instance, usually the identifier, but might be some other unique key, in the case of property-ref
getKeyPropertyOrKeyManyToOne() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the keyPropertyOrKeyManyToOne property.
getKeys() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
getKeySource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getKeySource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToAnyImpl
 
getKeySource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getKeySource() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getKeySource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
 
getKeySource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getKeySubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Gets the value of the keySubgraph property.
getKeySubgraphs() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
getKeyType() - Method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
 
getKeyType() - Method in interface org.hibernate.cache.spi.CacheDataDescription
 
getKeyType(DeclaredType, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getKeyType() - Method in class org.hibernate.loader.collection.CollectionLoader
 
getKeyType() - Method in class org.hibernate.loader.collection.plan.CollectionLoader
 
getKeyType() - Method in interface org.hibernate.metadata.CollectionMetadata
The collection key type
getKeyType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "key" type (the type of the foreign key)
getKeywords() - Method in class org.hibernate.dialect.Dialect
Deprecated.
These are only ever used (if at all) from the code that handles identifier quoting. So see Dialect.buildIdentifierHelper(org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder, java.sql.DatabaseMetaData) instead
getLastChar() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
Returns the last character written to the output, or -1 if there isn't one.
getLastChild(AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Returns the last direct child of 'n'.
getLastComponent(String) - Static method in class org.hibernate.envers.internal.tools.StringTools
 
getLastNonWhitespaceCharacter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
getLastRegionInvalidation() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
getLastSourceValue() - Method in interface org.hibernate.id.enhanced.Optimizer
A common means to access the last value obtained from the underlying source.
getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
getLastTimestamp() - Method in class org.hibernate.cache.infinispan.util.Tombstone
 
getLastValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
Getter for property 'lastValue'.
getLastValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
Getter for property 'lastValue'.
getLastValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
Getter for property 'lastValue'.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the lazy property.
getLazy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getLazyProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getLeftHandOperand() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
Retrieves the left-hand operand of the operator.
getLeftHandOperand() - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
Retrieves the left-hand operand of the operator.
getLeftHandOperand() - Method in interface org.hibernate.hql.internal.ast.tree.BinaryOperatorNode
Retrieves the left-hand operand of the operator.
getLeftHandOperand() - Method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
getLeftHandOperand() - Method in interface org.hibernate.jpa.criteria.expression.BinaryOperatorExpression
Get the left-hand operand.
getLeftHandOperand() - Method in class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
getLeftHandSide() - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinImpl
 
getLeftHandSide() - Method in interface org.hibernate.loader.plan.spi.Join
Get the QuerySpace from the left-hand-side of the join.
getLegacyTypeText() - Method in enum org.hibernate.boot.jaxb.SourceType
 
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
 
getLength() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
The specified length.
getLength() - Method in class org.hibernate.cfg.Ejb3Column
 
getLength() - Method in class org.hibernate.criterion.ProjectionList
 
getLength() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Retrieve the length of the input stream
getLength() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Retrieve the number of characters.
getLength() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getLength() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getLength() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
getLength() - Method in class org.hibernate.engine.jdbc.Size
 
getLength() - Method in class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the length property.
getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.mapping.Column
 
getLevel() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getLhs() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getLhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getLHSColumnNames(AssociationType, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the unqualified names of the columns of the owning entity which are to be used in the join.
getLHSColumnNames(AssociationType, int, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the columns of the owning entity which are to be used in the join
getLHSColumns() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getLHSPropertyName() - Method in class org.hibernate.type.AnyType
 
getLHSPropertyName() - Method in interface org.hibernate.type.AssociationType
Get the name of a property in the owning entity that provides the join key (null if the identifier)
getLHSPropertyName() - Method in class org.hibernate.type.CollectionType
 
getLHSPropertyName() - Method in class org.hibernate.type.EntityType
 
getLHSTableName(AssociationType, int, OuterJoinLoadable) - Static method in class org.hibernate.engine.internal.JoinHelper
Determine the name of the table that is the left-hand-side of the join.
getLifecycleOwner() - Method in class org.hibernate.service.spi.ServiceBinding
 
getLimitHandler() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Cache71Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2390Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2400Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getLimitHandler() - Method in class org.hibernate.dialect.Dialect
Returns the delegate managing LIMIT clause.
getLimitHandler() - Method in class org.hibernate.dialect.FirebirdDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.H2Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.HSQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.InformixDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.IngresDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.InterbaseDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.MySQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Oracle12cDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SQLServerDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.TimesTenDialect
 
getLimitHandler(RowSelection) - Method in class org.hibernate.loader.Loader
Build LIMIT clause handler applicable for given selection criteria.
getLimitHandler(RowSelection) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
Build LIMIT clause handler applicable for given selection criteria.
getLimitString(String, boolean) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Cache71Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2390Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2400Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
Given a limit and an offset, apply the limit clause to the query.
getLimitString(String, int, int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
getLimitString(String, boolean) - Method in class org.hibernate.dialect.FirebirdDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.H2Dialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.HSQLDialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.InformixDialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.Ingres9Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.IngresDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.InterbaseDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.MySQLDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle9iDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.SQLServerDialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.TimesTenDialect
 
getLine() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getLineNumber() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
getLinkedSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
getList(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getList(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getListAttribute() - Method in class org.hibernate.jpa.criteria.expression.ListIndexExpression
 
getListener() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Gets the value of the listener property.
getListener() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the listener property.
getListener() - Method in interface org.hibernate.jpa.event.spi.jpa.Listener
 
getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the listIndex property.
getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the listIndex property.
getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the listIndex property.
getLiteral() - Method in class org.hibernate.jpa.criteria.expression.LiteralExpression
 
getLiteralPrefix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getLiteralProcessor() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getLiteralSuffix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getLiteralValue() - Method in class org.hibernate.hql.internal.ast.tree.LiteralNode
 
getLoadContext() - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
 
getLoadContexts() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getLoadContexts() - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve this persistence context's managed load context.
getLoadCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
getLoadCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Amount of load ops on the entity
getLoadCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getLoadCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getLoadedCollectionOwnerIdOrNull(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getLoadedCollectionOwnerIdOrNull(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the ID for the entity that owned this persistent collection when it was loaded
getLoadedCollectionOwnerOrNull(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getLoadedCollectionOwnerOrNull(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity that owned this persistent collection when it was loaded
getLoadedCollectionPersister(PersistentCollection, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getLoadedElementsIterator(SessionImplementor, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
Iterate just the elements of the collection that are already there.
getLoadedKey() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getLoadedOwnerIdOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getLoadedOwnerOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getLoadedPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
This is only available late during the flush cycle
getLoadedState() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getLoadedState() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getLoadedValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the loaded value of this attribute.
getLoadedValue(String) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getLoadedValue(String) - Method in interface org.hibernate.engine.spi.EntityEntry
 
getLoader() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the loader property.
getLoader() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getLoader() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getLoaderName() - Method in class org.hibernate.mapping.Collection
 
getLoaderName() - Method in class org.hibernate.mapping.PersistentClass
 
getLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getLoadGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getLoadingClassLoader() - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
getLoadingClassLoader() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Obtain access to the ClassLoader that can be used to load Class references.
getLoadingCollection(CollectionPersister, Serializable) - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
Retrieve the collection that is being loaded as part of processing this result set.
getLoadPlan() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
getLoadPlan() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
getLoadQueryInfluencers() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLoadQueryInfluencers() - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the load query influencers associated with this session.
getLoadQueryInfluencers() - Method in class org.hibernate.internal.SessionImpl
 
getLoadQueryInfluencers() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getLoadQueryInfluencers() - Method in class org.hibernate.loader.JoinWalker
 
getLoadQueryInfluencers() - Method in class org.hibernate.loader.OuterJoinLoader
 
getLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the lob property.
getLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the lob property.
getLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Create an instance of a LobCreator appropriate for the current environment, mainly meant to account for variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5).
getLobCreator(Session) - Static method in class org.hibernate.Hibernate
Obtain a lob creator for the given session.
getLobCreator(SessionImplementor) - Static method in class org.hibernate.Hibernate
Obtain a lob creator for the given session.
getLobCreator() - Method in class org.hibernate.internal.WrapperOptionsImpl
 
getLobCreator(LobCreationContext) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getLobCreator() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Obtain access to the LobCreator
getLobCreatorBuilder() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getLobCreatorBuilder() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Retrieve the delegate for building LobCreator instances.
getLobHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLobHelper() - Method in class org.hibernate.internal.SessionImpl
 
getLobHelper() - Method in interface org.hibernate.Session
Retrieve this session's helper/delegate for creating LOB instances.
getLobMergeStrategy() - Method in class org.hibernate.dialect.Dialect
 
getLobMultiplier() - Method in class org.hibernate.engine.jdbc.Size
 
getLocale(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getLocale(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a Locale.
getLocalMetadataBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getLocalMetadataBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getLocalMetadataBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
Obtain the local binding context associated with this container.
getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Obtain the metadata-building context local to this entity source.
getLocalSynchronizations() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
getLocalSynchronizations() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getLocalSynchronizations() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
Get access to the local registry of Synchronization instances
getLocatedClasses() - Method in class org.hibernate.boot.archive.scan.internal.ScanResultImpl
 
getLocatedClasses() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
Returns descriptors for all classes discovered as part of the scan
getLocatedMappingFiles() - Method in class org.hibernate.boot.archive.scan.internal.ScanResultImpl
 
getLocatedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
Returns descriptors for all mapping files discovered as part of the scan
getLocatedPackages() - Method in class org.hibernate.boot.archive.scan.internal.ScanResultImpl
 
getLocatedPackages() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
Returns descriptors for all packages discovered as part of the scan
getLockable() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.Cache71Dialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.Dialect
Get a strategy instance which knows how to acquire a database-level lock of the specified mode for this dialect.
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.FrontBaseDialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.HSQLDialect
For HSQLDB 2.0, this is a copy of the base class implementation.
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.MckoiDialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.PointbaseDialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.TimesTenDialect
 
getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the lockMode property.
getLockMode() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
Access the LockMode associated with this return
getLockMode() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
Retrieve the specific lock mode defined.
getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
getLockMode() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getLockMode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the lock-mode to apply to this return
getLockMode() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getLockMode() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockMode() - Method in class org.hibernate.event.spi.LockEvent
 
getLockMode() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockMode() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getLockMode() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getLockMode() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
getLockMode(LockModeType) - Static method in class org.hibernate.jpa.internal.util.LockModeTypeHelper
 
getLockMode(Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getLockMode() - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
getLockMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.loader.custom.NonScalarReturn
 
getLockMode() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityKeyResolutionContext
 
getLockMode() - Method in class org.hibernate.loader.plan.exec.query.internal.QueryBuildingParametersImpl
 
getLockMode() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
Gets the lock mode.
getLockMode() - Method in class org.hibernate.LockOptions
Retrieve the overall lock mode in effect for this set of options.
getLockMode() - Method in interface org.hibernate.Session.LockRequest
Get the lock mode.
getLockMode() - Method in class org.hibernate.sql.Select
Deprecated.
Instead use getLockOptions
getLockModeArray() - Method in class org.hibernate.loader.JoinWalker
 
getLockModeOptions() - Method in class org.hibernate.loader.JoinWalker
 
getLockModes(LockOptions) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getLockModes() - Method in class org.hibernate.internal.CriteriaImpl
 
getLockModes(LockOptions) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getLockModes(LockOptions) - Method in class org.hibernate.loader.custom.CustomLoader
 
getLockModes(LockOptions) - Method in class org.hibernate.loader.hql.QueryLoader
 
getLockModes(LockOptions) - Method in class org.hibernate.loader.Loader
What lock options does this load entities with?
getLockModes(LockOptions) - Method in class org.hibernate.loader.OuterJoinLoader
 
getLockModeType(LockMode) - Static method in class org.hibernate.jpa.internal.util.LockModeTypeHelper
 
getLockOptions() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getLockOptions() - Method in class org.hibernate.engine.spi.QueryParameters
 
getLockOptions() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockOptions() - Method in class org.hibernate.event.spi.LockEvent
 
getLockOptions() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockOptions() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getLockOptions() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getLockOptions() - Method in class org.hibernate.internal.QueryImpl
 
getLockOptions() - Method in class org.hibernate.internal.SQLQueryImpl
 
getLockOptions() - Method in class org.hibernate.loader.OuterJoinLoader
 
getLockOptions() - Method in class org.hibernate.loader.plan.exec.query.internal.QueryBuildingParametersImpl
 
getLockOptions() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
Gets the lock options.
getLockOptions() - Method in interface org.hibernate.Query
Obtains the LockOptions in effect for this query.
getLockOptions() - Method in class org.hibernate.sql.Select
Get the current lock options
getLockRequest(LockModeType, Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getLockRequest(LockModeType, Map<String, Object>) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Convert from JPA 2 LockModeType & properties into LockOptions
getLockScope() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockScope() - Method in class org.hibernate.event.spi.LockEvent
 
getLockScope() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockTimeout() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockTimeout() - Method in class org.hibernate.event.spi.LockEvent
 
getLockTimeout() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLog() - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
getLog() - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
getLog() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
getLog() - Method in class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
getLog() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getLog() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
getLoggableName(String, Object) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getLogger(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getLogicalColumnName(Table, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getLogicalColumnName(Table, Identifier) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getLogicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalColumnName() - Method in class org.hibernate.cfg.Ejb3Column
 
getLogicalConnection() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getLogicalConnection() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Retrieves the logical connection associated with this JDBC coordinator.
getLogicalName() - Method in class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
getLogicalName() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
 
getLogicalName() - Method in interface org.hibernate.cfg.ObjectNameSource
Retrieve the logical name for this object.
getLogicalTableName(Table) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getLogicalTableName(Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalTableNameForContainedColumns() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getLong(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getLong(String, Map, int) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
 
getLong(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a long.
getLongBeanProperty(Object, String) - Static method in class org.hibernate.cache.ehcache.management.impl.BeanUtils
Retrieve a Long bean property value.
getLoTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
 
getLowerBound() - Method in class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
getLowercaseFunction() - Method in class org.hibernate.dialect.Cache71Dialect
 
getLowercaseFunction() - Method in class org.hibernate.dialect.DB2Dialect
 
getLowercaseFunction() - Method in class org.hibernate.dialect.Dialect
The name of the SQL function that transforms a string to lowercase
getLowercaseFunction() - Method in class org.hibernate.dialect.IngresDialect
 
getLowOperand() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getMainXmlMapping() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityXmlMappingData
 
getManagedClassNames() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getManagedClassNames() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getManagedClassNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getManagedFlushChecker() - Method in interface org.hibernate.engine.spi.SessionOwner
 
getManagedFlushChecker() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
getManagedTypes() - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
getManagementBean() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
getManagementBean() - Method in interface org.hibernate.service.spi.Manageable
The the management bean (MBean) for this service.
getManagementDomain() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
getManagementDomain() - Method in interface org.hibernate.service.spi.Manageable
Get the domain name to be used in registering the management bean.
getManagementServiceType() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
getManagementServiceType() - Method in interface org.hibernate.service.spi.Manageable
Allows the service to specify a special 'serviceType' portion of the object name.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the manyToAny property.
getManyToAny() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the manyToMany property.
getManyToMany() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the manyToMany property.
getManyToManyFilterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getManyToManyFilterFragment(String, Map) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getManyToManyFilters() - Method in class org.hibernate.mapping.Collection
 
getManyToManyOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getManyToManyOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the order-by to be applied at the target table of a many to many
getManyToManyOrdering() - Method in class org.hibernate.mapping.Collection
 
getManyToManyOwnerSideEntityName() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getManyToManyWhere() - Method in class org.hibernate.mapping.Collection
 
getManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the manyToOne property.
getManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the manyToOne property.
getMap(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getMap(String, Class<K>, Class<V>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getMapFromElement() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
getMapKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getMapKey() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKey property.
getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyClass property.
getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyColumn property.
getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyConvert property.
getMapKeyEntityFromElement() - Method in class org.hibernate.hql.internal.ast.tree.MapKeyNode
 
getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mapKeyManyToMany property.
getMapKeyNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getMapKeyNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getMapKeyNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
 
getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyTemporal property.
getMappedBy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getMappedBy() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getMappedBy(CtField, CtClass, EnhancementContext) - Static method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesHelper
 
getMappedBy() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the mappedBy property.
getMappedByProperty() - Method in class org.hibernate.mapping.Collection
 
getMappedByProperty() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getMappedByProperty() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getMappedByPropertyName() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getMappedClass() - Method in class org.hibernate.mapping.MappedSuperclass
 
getMappedClass() - Method in class org.hibernate.mapping.PersistentClass
 
getMappedClass() - Method in interface org.hibernate.metadata.ClassMetadata
The persistent class, or null
getMappedClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedClass() - Method in interface org.hibernate.persister.entity.EntityPersister
The persistent class, or null
getMappedClass() - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
getMappedClass() - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
getMappedClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
getMappedClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
getMappedClass() - Method in interface org.hibernate.tuple.Tuplizer
Return the pojo class managed by this tuplizer.
getMappedIdAttributeName() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
Obtain the MapsId.value() naming the attribute within the EmbeddedId mapped by this relationship.
getMappedLocalUrl() - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.DtdMapping
 
getMappedLocalUrl() - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.NamespaceSchemaMapping
 
getMappedSuperclass(Class) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getMappedSuperclass(Class) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getMappedSuperclass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the mappedSuperclass property.
getMappedSuperclass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedSuperclass() - Method in interface org.hibernate.persister.entity.Queryable
Get the class that this class is mapped as a subclass of - not necessarily the direct superclass
getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getMappedSuperclassMappingsCopy() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
getMappedSuperclassOrNull(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
getMapping() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the mapping property.
getMappingBinder() - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
getMappingColumn() - Method in class org.hibernate.cfg.Ejb3Column
 
getMappingDefaults() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getMappingDefaults() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getMappingDefaults() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getMappingDefaults() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getMappingDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to mapping defaults in effect for this context
getMappingDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the mapping defaults.
getMappingDefaults() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getMappingDefinedDiscriminatorMappings() - Method in class org.hibernate.persister.walking.internal.StandardAnyTypeDefinition
 
getMappingDefinedDiscriminatorMappings() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Access to discriminator mappings explicitly defined in the mapping metadata.
getMappingFile() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the mappingFile property.
getMappingFileNames() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getMappingFileNames() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getMappingFileNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getMappingPackage() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getMappingReferences() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getMapReference() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
getMapResources() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMapsId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the mapsId property.
getMapsId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the mapsId property.
getMapsIdSources() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
Obtain the mapping of attributes annotated with MapsId.
getMask() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getMatchExpression() - Method in class org.hibernate.jpa.criteria.predicate.LikePredicate
 
getMaxAliasLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxAliasLength() - Method in class org.hibernate.dialect.Dialect
What is the maximum length Hibernate can use for generated aliases?

The maximum here should account for the fact that Hibernate often needs to append "uniqueing" information to the end of generated aliases.

getMaxAliasLength() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getMaxAliasLength() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getMaxGetTimeMillis() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getMaxGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getMaxGetTimeMillis() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getMaxGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getMaximumFetchDepth() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getMaximumFetchDepth() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getMaximumFetchDepth() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getMaximumFetchDepth() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getMaximumFetchDepth() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getMaximumFetchDepth() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getMaximumFetchDepth() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMaximumFetchDepth() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getMaximumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getMaxOrLimit(RowSelection) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Some dialect-specific LIMIT clauses require the maximum last row number (aka, first_row_number + total_row_count), while others require the maximum returned row count (the total maximum number of rows to return).
getMaxResolution() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getMaxResults() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getMaxResults() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getMaxResults() - Method in class org.hibernate.internal.CriteriaImpl
 
getMaxResults() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getMaxResults() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getMaxResults() - Method in interface org.hibernate.Query
Obtains the limit set on the maximum number of rows to retrieve.
getMaxRows() - Method in class org.hibernate.engine.spi.RowSelection
 
getMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getMdcMap() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getMember() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getMember() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getMember() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the member to which this property maps.
getMember() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getMember() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getMembers() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getMembers() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
getMembers() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getMergeMap(Object) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getMergeMap(Object) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
getMessage() - Method in exception org.hibernate.boot.MappingException
 
getMessage() - Method in exception org.hibernate.InstantiationException
 
getMessage() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
getMessage() - Method in exception org.hibernate.NonUniqueObjectException
 
getMessage() - Method in exception org.hibernate.PropertyAccessException
 
getMessage() - Method in exception org.hibernate.PropertyValueException
 
getMessage() - Method in exception org.hibernate.QueryException
 
getMessage() - Method in exception org.hibernate.StaleObjectStateException
 
getMessage() - Method in exception org.hibernate.TransientPropertyValueException
 
getMessage() - Method in exception org.hibernate.UnresolvableObjectException
 
getMetaAttribute(String) - Method in class org.hibernate.mapping.Component
 
getMetaAttribute(String) - Method in interface org.hibernate.mapping.MetaAttributable
 
getMetaAttribute(String) - Method in class org.hibernate.mapping.PersistentClass
 
getMetaAttribute(String) - Method in class org.hibernate.mapping.Property
 
getMetaAttributeMap() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
The org.hibernate.mapping package accepts these as a Map, so for now expose the underlying Map.
getMetaAttributes() - Method in class org.hibernate.mapping.Component
 
getMetaAttributes() - Method in interface org.hibernate.mapping.MetaAttributable
 
getMetaAttributes() - Method in class org.hibernate.mapping.PersistentClass
 
getMetaAttributes() - Method in class org.hibernate.mapping.Property
 
getMetadata() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the mapping metadata
getMetadata() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
getMetadata() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
Intended for internal testing only...
getMetadata() - Method in class org.hibernate.mapping.Collection
 
getMetadata() - Method in class org.hibernate.mapping.SimpleValue
 
getMetadata() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
 
getMetadataBuilder() - Method in class org.hibernate.boot.MetadataSources
Get a builder for metadata where non-default options can be specified.
getMetadataBuilder(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
Get a builder for metadata where non-default options can be specified.
getMetadataBuilder(MetadataSources, MetadataBuilderImplementor) - Method in interface org.hibernate.boot.spi.MetadataBuilderFactory
getMetadataBuildingOptions() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getMetadataBuildingOptions() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
getMetadataBuildingOptions() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getMetadataBuildingOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
Get the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.
getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataImplementor
Access to the options used to build this Metadata
getMetadataCollector() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getMetadataCollector() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getMetadataCollector() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to the collector of metadata as we build it.
getMetadataCollector() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getMetadataComplete() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getMetadataFilename() - Method in class org.hibernate.cache.infinispan.util.SecondLevelCacheMetadataModuleFinder
 
getMetadataXml() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getMetaEmbeddable(String) - Method in class org.hibernate.jpamodelgen.Context
 
getMetaEmbeddables() - Method in class org.hibernate.jpamodelgen.Context
 
getMetaEntities() - Method in class org.hibernate.jpamodelgen.Context
 
getMetaEntity(String) - Method in class org.hibernate.jpamodelgen.Context
 
getMetamodel() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getMetamodel() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
 
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
 
getMetaType() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaCollection
 
getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaSingleAttribute
 
getMetaType() - Method in class org.hibernate.mapping.Any
 
getMetaValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the metaValue property.
getMetaValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the metaValue property.
getMetaValues() - Method in class org.hibernate.mapping.Any
 
getMethod(Class, Method) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getMethod() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getMethod() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
 
getMethod() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getMethod() - Method in class org.hibernate.property.access.spi.EnhancedSetterImpl
 
getMethod() - Method in class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
Deprecated.
 
getMethod() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getMethod() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getMethod() - Method in interface org.hibernate.property.access.spi.Setter
Optional operation (may return null)
getMethod() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getMethod() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
getMethod() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getMethodName() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
 
getMethodName() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getMethodName() - Method in class org.hibernate.property.access.spi.EnhancedSetterImpl
 
getMethodName() - Method in class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
Deprecated.
 
getMethodName() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getMethodName() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getMethodName() - Method in interface org.hibernate.property.access.spi.Setter
Optional operation (may return null)
getMethodName() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getMethodName() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
getMinGetTimeMillis() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getMinGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getMinGetTimeMillis() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getMinGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getMinimalPutsEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMinimumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getMinResolution() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getMissCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getMissCount() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getMissCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getMissCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getMode() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
Retrieves the parameter "mode" which describes how the parameter is defined in the actual database procedure definition (is it an INPUT parameter? An OUTPUT parameter? etc).
getMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the mode property.
getMode() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
getMode() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl.ParameterMemento
 
getMode() - Method in interface org.hibernate.procedure.ParameterRegistration
Retrieves the parameter "mode" which describes how the parameter is defined in the actual database procedure definition (is it an INPUT parameter? An OUTPUT parameter? etc).
getModel() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
getModel() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
getModel() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
getModel() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
getModel() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
getModel() - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
getModel() - Method in class org.hibernate.jpa.criteria.path.PluralAttributePath
 
getModel() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
getModel() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
getModel() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
getModel() - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath
 
getModelType() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getModes(Object) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
 
getModifiedEntityNames() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
getModifiedEntityNames() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
getModifiedEntityNames(Object) - Method in class org.hibernate.envers.internal.revisioninfo.ModifiedEntityNamesReader
 
getModifiedEntityNamesReader() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getModifiedEntityNamesReader() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getModifiedEntityNamesReader() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfigurationResult
 
getModifiedFlagName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getModifiedFlagPropertyName(String, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
getModifiedFlagPropertyName() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getModifiedFlagSuffix() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
getModifier() - Method in class org.hibernate.jpa.criteria.expression.SubqueryComparisonModifierExpression
 
getModifiers() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getModifiers() - Method in class org.hibernate.jpa.internal.metamodel.MapMember
 
getModuleCommandFactory() - Method in class org.hibernate.cache.infinispan.util.CacheCommandExtensions
 
getModuleCommandInitializer() - Method in class org.hibernate.cache.infinispan.util.CacheCommandExtensions
 
getModuleCommands() - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
getMostSignificantBits() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
getMultiTableBulkIdStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getMultiTableBulkIdStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getMultiTableBulkIdStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getMultiTableBulkIdStrategy() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getMultiTableBulkIdStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getMultiTableBulkIdStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getMultiTableBulkIdStrategy() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getMultiTenancy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the multiTenancy property.
getMultiTenancySource() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getMultiTenancySource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the source information about the multi-tenancy discriminator for this entity
getMultiTenancyStrategy() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getMultiTenancyStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getMultiTenancyStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getMultiTenancyStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getMultiTenancyStrategy() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getMultiTenancyStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getMultiTenancyStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getMultiTenancyStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the MultiTenancyStrategy for this environment.
getMultiTenancyStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getMultiTenancyStrategy() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getMutabilityPlan() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getMutabilityPlan() - Method in class org.hibernate.type.AdaptedImmutableType
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
getMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Retrieve the mutability plan for this Java type.
getName() - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
getName() - Method in class org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
 
getName() - Method in class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
getName() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
Retrieves the class name, not the file name.
getName() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
The mapping file name.
getName() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
Retrieves the package name.
getName() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get the entry's name
getName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition
 
getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
 
getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
Gets the value of the name property.
getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingBindingDefinition
The ResultSet mapping name
getName() - Method in class org.hibernate.boot.jaxb.Origin
The name of the document origin.
getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
getName() - Method in interface org.hibernate.boot.model.JavaTypeDescriptor
 
getName() - Method in class org.hibernate.boot.model.relational.Namespace
 
getName() - Method in class org.hibernate.boot.model.relational.Sequence
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain the attribute name.
getName() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the name of the column.
getName() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the name of the filter being described.
getName() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
Obtain the supplied Hibernate type name.
getName() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
getName() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getName() - Method in class org.hibernate.boot.model.TypeDefinition
 
getName() - Method in interface org.hibernate.bytecode.buildtime.spi.ClassDescriptor
The name of the class.
getName() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
Get the wrapped class name
getName() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
getName() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
The name of the entity those stats are about
getName() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getName() - Method in interface org.hibernate.cache.spi.Region
Retrieve the name of this region.
getName() - Method in class org.hibernate.cfg.annotations.TableBinder
 
getName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
getName() - Method in class org.hibernate.cfg.Ejb3Column
 
getName() - Method in class org.hibernate.cfg.JPAIndexHolder
 
getName() - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
getName() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the name of this attribute.
getName() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
getName() - Method in class org.hibernate.dialect.function.StandardSQLFunction
Function name accessor
getName() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
getName() - Method in exception org.hibernate.DuplicateMappingException
 
getName() - Method in enum org.hibernate.engine.jdbc.internal.FormatStyle
 
getName() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'name'.
getName() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
getName() - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
getName() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getName() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getName() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
getName() - Method in interface org.hibernate.Filter
Get the name of this filter.
getName() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getName() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The name of the database structure (table or sequence).
getName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getName() - Method in class org.hibernate.id.enhanced.TableStructure
 
getName() - Method in class org.hibernate.internal.FilterConfiguration
 
getName() - Method in class org.hibernate.internal.FilterImpl
Get the name of this filter.
getName() - Method in interface org.hibernate.internal.util.xml.Origin
The name of the document origin.
getName() - Method in class org.hibernate.internal.util.xml.OriginImpl
 
getName() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getName() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the persistence unit name,
getName() - Method in class org.hibernate.jpa.criteria.compile.ExplicitParameterInfo
 
getName() - Method in class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl
 
getName() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getName() - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
getName() - Method in class org.hibernate.jpa.internal.metamodel.AbstractAttribute
 
getName() - Method in class org.hibernate.jpa.internal.metamodel.EntityTypeImpl
 
getName() - Method in class org.hibernate.jpa.internal.metamodel.MapMember
 
getName() - Method in class org.hibernate.jpa.internal.QueryImpl.JpaPositionalParameterRegistrationImpl
 
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKey
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Transient
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the name property.
getName() - Method in class org.hibernate.loader.plan.build.internal.returns.ScalarReturnImpl
 
getName() - Method in interface org.hibernate.loader.plan.spi.ScalarReturn
Gets the name of the scalar return.
getName() - Method in class org.hibernate.mapping.Column
 
getName() - Method in class org.hibernate.mapping.Constraint
 
getName() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the name of the fetch profile.
getName() - Method in class org.hibernate.mapping.IdGenerator
 
getName() - Method in class org.hibernate.mapping.Index
 
getName() - Method in class org.hibernate.mapping.MetaAttribute
 
getName() - Method in class org.hibernate.mapping.Property
 
getName() - Method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
getName() - Method in class org.hibernate.mapping.Table
 
getName() - Method in class org.hibernate.param.NamedParameterSpecification
Getter for property 'name'.
getName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getName() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getName() - Method in interface org.hibernate.persister.entity.Joinable
An identifying name; a class name or collection role name.
getName() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
 
getName() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
getName() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl.ParameterMemento
 
getName() - Method in interface org.hibernate.procedure.ParameterRegistration
The name under which this parameter was registered.
getName() - Method in class org.hibernate.spatial.GeolatteGeometryType
 
getName() - Method in class org.hibernate.spatial.JTSGeometryType
 
getName() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
getName() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
 
getName() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getName() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getName() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Get the qualified name of the table.
getName() - Method in class org.hibernate.tuple.AbstractAttribute
 
getName() - Method in interface org.hibernate.tuple.Attribute
 
getName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getName() - Method in class org.hibernate.type.AdaptedImmutableType
 
getName() - Method in class org.hibernate.type.AnyType
 
getName() - Method in class org.hibernate.type.BigDecimalType
 
getName() - Method in class org.hibernate.type.BigIntegerType
 
getName() - Method in class org.hibernate.type.BinaryType
 
getName() - Method in class org.hibernate.type.BlobType
 
getName() - Method in class org.hibernate.type.BooleanType
 
getName() - Method in class org.hibernate.type.ByteType
 
getName() - Method in class org.hibernate.type.CalendarDateType
 
getName() - Method in class org.hibernate.type.CalendarTimeType
 
getName() - Method in class org.hibernate.type.CalendarType
 
getName() - Method in class org.hibernate.type.CharacterArrayClobType
 
getName() - Method in class org.hibernate.type.CharacterArrayNClobType
 
getName() - Method in class org.hibernate.type.CharacterArrayType
 
getName() - Method in class org.hibernate.type.CharacterNCharType
 
getName() - Method in class org.hibernate.type.CharacterType
 
getName() - Method in class org.hibernate.type.CharArrayType
 
getName() - Method in class org.hibernate.type.ClassType
 
getName() - Method in class org.hibernate.type.ClobType
 
getName() - Method in class org.hibernate.type.CollectionType
 
getName() - Method in class org.hibernate.type.ComponentType
 
getName() - Method in class org.hibernate.type.CompositeCustomType
 
getName() - Method in class org.hibernate.type.CurrencyType
 
getName() - Method in class org.hibernate.type.CustomType
 
getName() - Method in class org.hibernate.type.DateType
 
getName() - Method in class org.hibernate.type.DbTimestampType
 
getName() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getName() - Method in class org.hibernate.type.DoubleType
 
getName() - Method in class org.hibernate.type.DurationType
 
getName() - Method in class org.hibernate.type.EntityType
For entity types, the name correlates to the associated entity name.
getName() - Method in class org.hibernate.type.FloatType
 
getName() - Method in class org.hibernate.type.ImageType
 
getName() - Method in class org.hibernate.type.InstantType
 
getName() - Method in class org.hibernate.type.IntegerType
 
getName() - Method in class org.hibernate.type.LocalDateTimeType
 
getName() - Method in class org.hibernate.type.LocalDateType
 
getName() - Method in class org.hibernate.type.LocaleType
 
getName() - Method in class org.hibernate.type.LocalTimeType
 
getName() - Method in class org.hibernate.type.LongType
 
getName() - Method in class org.hibernate.type.MaterializedBlobType
 
getName() - Method in class org.hibernate.type.MaterializedClobType
 
getName() - Method in class org.hibernate.type.MaterializedNClobType
 
getName() - Method in class org.hibernate.type.MetaType
 
getName() - Method in class org.hibernate.type.NClobType
 
getName() - Method in class org.hibernate.type.NTextType
 
getName() - Method in class org.hibernate.type.NumericBooleanType
 
getName() - Method in class org.hibernate.type.ObjectType
 
getName() - Method in class org.hibernate.type.OffsetDateTimeType
 
getName() - Method in class org.hibernate.type.OffsetTimeType
 
getName() - Method in class org.hibernate.type.PostgresUUIDType
 
getName() - Method in class org.hibernate.type.PrimitiveCharacterArrayClobType
 
getName() - Method in class org.hibernate.type.PrimitiveCharacterArrayNClobType
 
getName() - Method in class org.hibernate.type.RowVersionType
 
getName() - Method in class org.hibernate.type.SerializableToBlobType
 
getName() - Method in class org.hibernate.type.SerializableType
 
getName() - Method in class org.hibernate.type.ShortType
 
getName() - Method in class org.hibernate.type.StringNVarcharType
 
getName() - Method in class org.hibernate.type.StringType
 
getName() - Method in class org.hibernate.type.TextType
 
getName() - Method in class org.hibernate.type.TimestampType
 
getName() - Method in class org.hibernate.type.TimeType
 
getName() - Method in class org.hibernate.type.TimeZoneType
 
getName() - Method in class org.hibernate.type.TrueFalseType
 
getName() - Method in interface org.hibernate.type.Type
Returns the abbreviated name of the type.
getName() - Method in class org.hibernate.type.UrlType
 
getName() - Method in class org.hibernate.type.UUIDBinaryType
 
getName() - Method in class org.hibernate.type.UUIDCharType
 
getName() - Method in class org.hibernate.type.WrappedMaterializedBlobType
 
getName() - Method in class org.hibernate.type.WrapperBinaryType
 
getName() - Method in class org.hibernate.type.YesNoType
 
getName() - Method in class org.hibernate.type.ZonedDateTimeType
 
getName() - Method in exception org.hibernate.UnknownProfileException
The unknown fetch profile name.
getNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the namedAttributeNode property.
getNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Gets the value of the namedAttributeNode property.
getNamedEntityGraph(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedEntityGraph(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedEntityGraph(String) - Method in interface org.hibernate.boot.Metadata
 
getNamedEntityGraph(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedEntityGraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedEntityGraph property.
getNamedEntityGraphs() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedEntityGraphs() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedEntityGraphs() - Method in interface org.hibernate.boot.Metadata
 
getNamedEntityGraphs() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedEntityGraphs() - Method in class org.hibernate.cfg.Configuration
 
getNamedEntityManagerFactory(String) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryRegistry
Lookup the specified entity manager factory by name
getNamedNativeQueries() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getNamedNativeQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
getNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedNativeQuery property.
getNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the namedNativeQuery property.
getNamedNativeQueryDefinition(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedNativeQueryDefinition(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedNativeQueryDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named SQL query metadata.
getNamedNativeQueryDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedNativeQueryDefinitions() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedNativeQueryDefinitions() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedNativeQueryDefinitions() - Method in interface org.hibernate.boot.Metadata
 
getNamedNativeQueryDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedParameterBindPoints() - Method in interface org.hibernate.loader.custom.CustomQuery
A map representing positions within the supplied query to which we need to bind named parameters.
getNamedParameterBindPoints() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getNamedParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Returns the map of named parameter locations.
getNamedParameterDescriptor(String) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
Get the descriptor for a named parameter given the name
getNamedParameterExpectedType(String) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
getNamedParameterExpectedType(String) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getNamedParameterExpectedType(String) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getNamedParameterExplicitTypes() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions
Get the explicit parameter types.
getNamedParameterInfo(String) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getNamedParameterLists() - Method in class org.hibernate.internal.AbstractQueryImpl
Retreive the value map for any named parameter lists (i.e., for auto-expansion) bound to this query.
getNamedParameterLocations(String) - Method in interface org.hibernate.engine.internal.ParameterBinder.NamedParameterSource
Retrieve the locations for the given parameter name
getNamedParameterLocations(String) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
Returns the locations of all occurrences of the named parameter.
getNamedParameterLocations(String) - Method in interface org.hibernate.loader.plan.exec.query.spi.NamedParameterContext
Returns the locations of all occurrences of the named parameter.
getNamedParameterLocMap() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getNamedParameterLocs(String) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getNamedParameterLocs(String) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.plan.CollectionLoader
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.SubselectCollectionLoader
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.SubselectOneToManyLoader
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.custom.CustomLoader
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.hql.QueryLoader
Returns the locations of all occurrences of the named parameter.
getNamedParameterLocs(String) - Method in class org.hibernate.loader.Loader
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
 
getNamedParameterNames() - Method in class org.hibernate.engine.query.spi.ParameterMetadata
Access to the names of all named parameters
getNamedParameterNames() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getNamedParameterNames() - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getNamedParameters() - Method in class org.hibernate.cache.spi.QueryKey
Provide (unmodifiable) access to the named parameters that are part of this query.
getNamedParameters() - Method in class org.hibernate.engine.spi.QueryParameters
 
getNamedParameters() - Method in class org.hibernate.internal.AbstractQueryImpl
Returns an array representing all named parameter names encountered during (intial) parsing of the query.
getNamedParameters() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
getNamedParameters() - Method in interface org.hibernate.Query
Return the names of all named parameters of the query.
getNamedParameterSourceLocations(String) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
getNamedParameterSqlLocations(String) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getNamedParameterSqlLocations(String) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getNamedParams() - Method in class org.hibernate.internal.AbstractQueryImpl
Returns a shallow copy of the named parameter value map.
getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedProcedureCall(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getNamedProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Gets a ProcedureCall based on a named template
getNamedProcedureCallDefinitions() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedProcedureCallDefinitions() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedProcedureCallDefinitions() - Method in interface org.hibernate.boot.Metadata
 
getNamedProcedureCallDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedProcedureCallMap() - Method in class org.hibernate.cfg.Configuration
 
getNamedProcedureCallMemento(String) - Method in class org.hibernate.internal.NamedQueryRepository
 
getNamedQueries() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getNamedQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
getNamedQueries() - Method in class org.hibernate.cfg.Configuration
 
getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get a Query instance for a named query or named native SQL query
getNamedQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getNamedQuery(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getNamedQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
getNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedQuery property.
getNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the namedQuery property.
getNamedQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a Query instance for the named query string defined in the metadata.
getNamedQueryDefinition(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedQueryDefinition(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedQueryDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named query metadata by name.
getNamedQueryDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedQueryDefinition(String) - Method in class org.hibernate.internal.NamedQueryRepository
 
getNamedQueryDefinitions() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedQueryDefinitions() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedQueryDefinitions() - Method in interface org.hibernate.boot.Metadata
 
getNamedQueryDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedQueryRepository() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getNamedQueryRepository() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Provides access to the named query repository
getNamedQueryRepository() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getNamedSessionFactory(String) - Method in class org.hibernate.internal.SessionFactoryRegistry
Get a registered SessionFactory by name
getNamedSQLQueries() - Method in class org.hibernate.cfg.Configuration
 
getNamedSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getNamedSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getNamedSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get a Query instance for a named native SQL query
getNamedSQLQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getNamedSQLQuery(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getNamedSQLQueryDefinition(String) - Method in class org.hibernate.internal.NamedQueryRepository
 
getNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedStoredProcedureQuery property.
getNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the namedStoredProcedureQuery property.
getNameIdentifier() - Method in class org.hibernate.mapping.Table
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.Dialect
By default interpret this based on DatabaseMetaData.
getNameQualifierSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getNameQualifierSupport() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getNameQualifierSupport() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the level of support for qualified names.
getNamespaces() - Method in class org.hibernate.boot.model.relational.Database
 
getNamespaceUri() - Method in enum org.hibernate.boot.jaxb.internal.stax.LocalSchema
 
getNameWithinArchive() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get the relative name of the entry within the archive.
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Dialect
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Cache71Dialect
 
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Dialect
Resolves the native generation strategy associated to this dialect.
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Oracle12cDialect
 
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Get the query plan for a native SQL query, creating it and caching it if not already cached
getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getNaturalId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the naturalId property.
getNaturalIdCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the naturalIdCache property.
getNaturalIdCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the NaturalId cache (optional operation)
getNaturalIdCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached naturalId lookups successfully retrieved from cache
getNaturalIdCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached naturalId lookups *not* found in cache
getNaturalIdCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cacheable naturalId lookups put in cache
getNaturalIdCacheRegion(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Get natural id cache region by its name.
getNaturalIdCacheRegion(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getNaturalIdCacheRegion(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a named naturalId cache region
getNaturalIdCacheRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
getNaturalIdCacheRegion(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getNaturalIdCacheRegionAccessStrategy(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getNaturalIdCacheRegionAccessStrategy(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get access strategy to naturalId cache region
getNaturalIdCacheRegionAccessStrategy(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.PersistentClass
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.Subclass
 
getNaturalIdCacheStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
Natural id cache statistics per region
getNaturalIdCaching() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getNaturalIdCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the natural id caching configuration for this entity.
getNaturalIdentifierProperties() - Method in interface org.hibernate.metadata.ClassMetadata
Which properties hold the natural id?
getNaturalIdentifierProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdentifierProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
If the entity defines a natural id (EntityPersister.hasNaturalIdentifier()), which properties make up the natural id.
getNaturalIdentifierProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getNaturalIdentifierSnapshot(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdentifierSnapshot(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the current state of the natural-id properties from the database.
getNaturalIdHelper() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNaturalIdHelper() - Method in interface org.hibernate.engine.spi.PersistenceContext
Access to the natural-id helper for this persistence context
getNaturalIdMutability() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getNaturalIdMutability() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
getNaturalIdMutability() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getNaturalIdMutability() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getNaturalIdMutability() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Retrieve the natural id mutability
getNaturalIdQueryExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of naturalId queries executed against the database
getNaturalIdQueryExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
Get the global maximum query time for naturalId queries executed against the database
getNaturalIdQueryExecutionMaxTimeRegion() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdQueryExecutionMaxTimeRegion() - Method in interface org.hibernate.stat.Statistics
Get the region for the maximum naturalId query time
getNaturalIdSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNaturalIdSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the values of the natural id fields as known to the underlying database, or null if the entity has no natural id or there is no corresponding row.
getNaturalIdValues(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
getNaturalIdValues() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Performs reverse operation to NaturalIdRegionAccessStrategy.generateCacheKey(Object[], EntityPersister, SessionImplementor), returning the original naturalIdValues.
getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getNaturalIdValues() - Method in class org.hibernate.criterion.NaturalIdentifier
Get a map of set of the natural identifier values set on this criterion (for composite natural identifiers this need not be the full set of properties).
getNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getNature() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceEmbeddedImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToAnyImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
Obtain the nature of this identifier source.
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
Retrieve the nature of this relational value.
getNature() - Method in class org.hibernate.criterion.Junction
 
getNClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getNdcDepth() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getNeighbours(PersistentClass) - Method in class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
getNeighbours(V) - Method in interface org.hibernate.envers.internal.tools.graph.GraphDefiner
 
getNeighbours() - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
getNestedWorkUnit() - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
getNextValue() - Method in interface org.hibernate.id.enhanced.AccessCallback
Retrieve the next value from the underlying source.
getNoColumnsInsertString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.Dialect
The fragment used to insert a row without specifying any column values.
getNoColumnsInsertString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.SQLServerDialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
Sybase Anywhere syntax would require a "DEFAULT" for each column specified, but I suppose Hibernate use this syntax only with tables with just 1 column

The fragment used to insert a row without specifying any column values.

getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the node property.
getNode() - Method in class org.hibernate.tuple.AbstractAttribute
 
getNode() - Method in interface org.hibernate.tuple.Property
Deprecated.
DOM4j entity mode is no longer supported
getNonArrayCollectionReferenceInitializers() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails.ReaderCollectorImpl
 
getNonArrayCollectionReferenceInitializers() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.UnionSubclass
 
getNonFinal(int, Type) - Method in class org.hibernate.internal.AbstractScrollableResults
Check that the requested type is compatible with the result type, and return the column value.
getNonJtaDataSource() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getNonJtaDataSource() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getNonJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getNonJtaDataSource() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the nonJtaDataSource property.
getNonLazyPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getNonNullableTransientEntities() - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
 
getNonNullableTransientPropertyPaths(Object) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
Retrieve the paths that refer to the transient entity
getNonOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to entity naming information for the owning side.
getNonOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the physical name of the non-owning entity's primary table.
getNonRootUrls() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns any non-root URLs for scanning.
getNonRootUrls() - Method in class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
getNormalizedPropertyName(String) - Static method in class org.hibernate.hql.internal.CollectionProperties
 
getNotAuditedEntitiesConfigurations() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
Get the notAuditedEntitiesConfigurations property.
getNotExpression(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.Dialect
Negate an expression
getNotExpression(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the notFound property.
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getNotVersionEntityConfiguration(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getNoWaitSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getNullability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getNullable() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getNullable() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getNullable() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
Is the column nullable.
getNullColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getNullColumnString() - Method in class org.hibernate.dialect.Dialect
The keyword used to specify a nullable column.
getNullColumnString() - Method in class org.hibernate.dialect.IngresDialect
 
getNullColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getNullColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
 
getNullColumnString() - Method in class org.hibernate.dialect.SybaseDialect
 
getNullifiableEntityKeys() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNullifiableEntityKeys() - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the set of EntityKeys representing nullifiable references
getNullValue() - Method in interface org.hibernate.mapping.KeyValue
 
getNullValue() - Method in class org.hibernate.mapping.SimpleValue
 
getNumberOfCollectionsProcessed() - Method in class org.hibernate.event.spi.FlushEvent
 
getNumberOfElementsInMemory(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getNumberOfElementsInMemory(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getNumberOfElementsOffHeap(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getNumberOfElementsOffHeap(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getNumberOfElementsOnDisk(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getNumberOfElementsOnDisk(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getNumberOfEntitiesProcessed() - Method in class org.hibernate.event.spi.FlushEvent
 
getNumberOfManagedEntities() - Method in class org.hibernate.engine.internal.EntityEntryContext
 
getNumberOfManagedEntities() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNumberOfManagedEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
getNumberOfParametersInSetClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getNumberOfRegisteredSynchronizations() - Method in class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
Intended for test access
getObject() - Method in class org.hibernate.event.spi.DeleteEvent
Returns the encapsulated entity to be deleed.
getObject() - Method in class org.hibernate.event.spi.EvictEvent
 
getObject() - Method in class org.hibernate.event.spi.LockEvent
 
getObject() - Method in class org.hibernate.event.spi.PersistEvent
 
getObject() - Method in class org.hibernate.event.spi.RefreshEvent
 
getObject() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getObject() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getObjectFromList(List, Serializable, SessionImplementor) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
getObjectFromList(List, Serializable, SessionImplementor) - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.hibernate.internal.SessionFactoryRegistry.ObjectFactoryImpl
 
getObjectName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
 
getObjectName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
getObjectNameNormalizer() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getObjectNameNormalizer() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getObjectNameNormalizer() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Not sure how I feel about this exposed here
getObjectNameNormalizer() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getObserver() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
getObserver() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getOldCode() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
getOldState() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getOldState() - Method in class org.hibernate.event.spi.PreUpdateEvent
The old state of the entity at the time it was last loaded from the database; can be null in the case of detached entities.
getOn() - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.AnyType
 
getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in class org.hibernate.type.AnyType
 
getOnCondition(String, SessionFactoryImplementor, Map) - Method in interface org.hibernate.type.AssociationType
Get the "filtering" SQL fragment that is applied in the SQL on clause, in addition to the usual join condition
getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in interface org.hibernate.type.AssociationType
Get the "filtering" SQL fragment that is applied in the SQL on clause, in addition to the usual join condition
getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.CollectionType
 
getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in class org.hibernate.type.CollectionType
 
getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.EntityType
 
getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in class org.hibernate.type.EntityType
 
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the onDelete property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the oneToMany property.
getOneToMany() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the oneToMany property.
getOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the oneToOne property.
getOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the oneToOne property.
getOp() - Method in class org.hibernate.criterion.LogicalExpression
 
getOp() - Method in class org.hibernate.criterion.PropertyExpression
 
getOp() - Method in class org.hibernate.criterion.SimpleExpression
 
getOperand() - Method in class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
getOperand() - Method in class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
getOperand() - Method in interface org.hibernate.hql.internal.ast.tree.UnaryOperatorNode
Retrievs the node representing the operator's single operand.
getOperand() - Method in class org.hibernate.jpa.criteria.expression.UnaryArithmeticOperation
 
getOperand() - Method in interface org.hibernate.jpa.criteria.expression.UnaryOperatorExpression
Get the operand.
getOperand() - Method in class org.hibernate.jpa.criteria.predicate.IsEmptyPredicate
 
getOperand() - Method in class org.hibernate.jpa.criteria.predicate.NullnessPredicate
 
getOperation() - Method in class org.hibernate.jpa.criteria.expression.UnaryArithmeticOperation
 
getOperator() - Method in enum org.hibernate.criterion.Junction.Nature
The corresponding SQL operator
getOperator() - Method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
getOperator() - Method in class org.hibernate.jpa.criteria.predicate.AbstractSimplePredicate
 
getOperator() - Method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
getOperator() - Method in class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
getOptimisticFailureCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getOptimisticFailureCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Amount of optimistic failures on the entity
getOptimisticFailureCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getOptimisticFailureCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getOptimisticFailureCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getOptimisticFailureCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getOptimisticFailureCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getOptimisticFailureCount() - Method in interface org.hibernate.stat.Statistics
The number of StaleObjectStateExceptions that occurred
getOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the optimisticLock property.
getOptimisticLockMode() - Method in class org.hibernate.mapping.PersistentClass
getOptimisticLockStyle() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getOptimisticLockStyle() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the optimistic locking style for this entity.
getOptimisticLockStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getOptimisticLockStyle() - Method in class org.hibernate.mapping.Subclass
 
getOptimisticLockStyle() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getOptimizer() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'optimizer'.
getOptimizer() - Method in class org.hibernate.id.enhanced.TableGenerator
The optimizer being used by this generator.
getOptimizerClass() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
getOptionalChild(Element, String) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Gets the child of the specified element having the specified name.
getOptionalChild(Element, String, Element) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Gets the child of the specified element having the specified name.
getOptionalChildBooleanContent(Element, String) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
 
getOptionalChildContent(Element, String) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Macro to get the content of an optional child element.
getOptionalEntityName() - Method in class org.hibernate.engine.spi.QueryParameters
 
getOptionalId() - Method in class org.hibernate.engine.spi.QueryParameters
 
getOptionalObject() - Method in class org.hibernate.engine.spi.QueryParameters
 
getOptionalObjectKey(QueryParameters, SessionImplementor) - Static method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorHelper
 
getOracleCursorTypeSqlType() - Method in class org.hibernate.dialect.OracleTypesHelper
 
getOrCreateIndex(String) - Method in class org.hibernate.mapping.Table
 
getOrCreateJaccPermissions(String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getOrCreateUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getOrder() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getOrder() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
getOrder() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getOrder() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getOrder() - Method in interface org.hibernate.boot.model.source.spi.Orderable
The order by clause used during loading this plural attribute.
getOrder() - Method in class org.hibernate.internal.CriteriaImpl.OrderEntry
 
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getOrderBy() - Method in class org.hibernate.mapping.Collection
 
getOrderByClause() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the orderColumn property.
getOrderedNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getOrdering() - Method in class org.hibernate.cfg.JPAIndexHolder
 
getOrdering() - Method in class org.hibernate.sql.ordering.antlr.OrderingSpecification
 
getOrdering() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
Locate the specified ordering specification, if one.
getOrderList() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
getOrdinalParameterCount() - Method in class org.hibernate.engine.query.spi.ParameterMetadata
 
getOrdinalParameterCount() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getOrdinalParameterCount() - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getOrdinalParameterDescriptor(int) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
Get the descriptor for an ordinal parameter given its position
getOrdinalParameterExpectedType(int) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
getOrdinalParameterExpectedType(int) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getOrdinalParameterExpectedType(int) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getOrdinalParameterInfo(int) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getOrdinalParameterLocationList() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Returns the list of ordinal parameter locations.
getOrdinalParameterSourceLocation(int) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
getOrdinalParameterSqlLocation(int) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getOrdinalParameterSqlLocation(int) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getOrdinalPosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getOrigin() - Method in exception org.hibernate.boot.InvalidMappingException
 
getOrigin() - Method in class org.hibernate.boot.jaxb.spi.Binding
Obtain the metadata about the document's origin
getOrigin() - Method in class org.hibernate.boot.jaxb.spi.XmlSource
 
getOrigin() - Method in exception org.hibernate.boot.MappingException
 
getOrigin() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getOrigin() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getOrigin() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Obtain the origin of this source.
getOrigin() - Method in interface org.hibernate.boot.model.source.spi.LocalMetadataBuildingContext
Obtain the origin for this context
getOrigin() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getOrigin() - Method in interface org.hibernate.internal.util.xml.XmlDocument
Retrieve the document's origin.
getOrigin() - Method in class org.hibernate.internal.util.xml.XmlDocumentImpl
 
getOriginal() - Method in class org.hibernate.event.spi.MergeEvent
 
getOriginalConfigDeclaration() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getOriginalConfigDeclaration(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getOriginalConfigDeclaration() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getOriginalConfigDeclaration(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getOriginalIdPropName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getOriginalMapper() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getOriginalMessage() - Method in exception org.hibernate.QueryException
 
getOriginalText() - Method in class org.hibernate.hql.internal.ast.tree.SqlNode
 
getOrmXmlFiles() - Method in class org.hibernate.jpamodelgen.Context
 
getOrphan() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.AbstractValueDelayedOperation
 
getOrphan() - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.DelayedOperation
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getOrphans(Collection, Collection, String, SessionImplementor) - Static method in class org.hibernate.collection.internal.AbstractPersistentCollection
Given a collection of entity instances that used to belong to the collection, and a collection of instances that currently belong, return a collection of orphans
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentBag
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentList
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentMap
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentSet
 
getOrphans(Serializable, String) - Method in interface org.hibernate.collection.spi.PersistentCollection
get all "orphaned" elements
getOrphans(String, PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Get the collection orphans (entities which were removed from the collection)
getOtherwiseResult() - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
getOtherwiseResult() - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the outerJoin property.
getOuterJoin() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getOutput() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
getOutputFile() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
getOutputParameterValue(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
getOutputParameterValue(String) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
getOutputParameterValue(ParameterRegistration<T>) - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl
 
getOutputParameterValue(String) - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl
 
getOutputParameterValue(int) - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl
 
getOutputParameterValue(ParameterRegistration<T>) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the parameter's registration memento.
getOutputParameterValue(String) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the name under which the parameter was registered.
getOutputParameterValue(int) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the name position under which the parameter was registered.
getOutputs() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getOutputs() - Method in interface org.hibernate.procedure.ProcedureCall
Retrieves access to outputs of this procedure call.
getOverriddenColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.
getOverriddenColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getOverriddenColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
return null if the column is not overridden, or an array of column if true
getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.
getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getOverriddenJoinColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
return null if the column is not overridden, or an array of column if true
getOverriddenJoinTable(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.
getOwner() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getOwner() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the owning entity.
getOwner() - Method in class org.hibernate.engine.profile.Association
 
getOwner() - Method in class org.hibernate.loader.custom.FetchReturn
Retrieves the return descriptor for the owner of this fetch.
getOwner(List) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getOwner() - Method in class org.hibernate.mapping.Collection
 
getOwner() - Method in class org.hibernate.mapping.Component
 
getOwnerAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
Retrieve the alias of the owner of this fetched association.
getOwnerAlias(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getOwnerAssociationTypes() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getOwnerAssociationTypes() - Method in class org.hibernate.loader.hql.QueryLoader
 
getOwnerAssociationTypes() - Method in class org.hibernate.loader.JoinWalker
 
getOwnerAssociationTypes() - Method in class org.hibernate.loader.Loader
An array of the owner types corresponding to the Loader.getOwners() returns.
getOwnerAssociationTypes() - Method in class org.hibernate.loader.OuterJoinLoader
 
getOwnerEntityName() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
Returns the class owning the collection.
getOwnerEntityName() - Method in class org.hibernate.loader.custom.CollectionReturn
Returns the class owning the collection.
getOwnerEntityName() - Method in class org.hibernate.mapping.Collection
 
getOwnerEntityName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getOwnerEntityPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getOwnerEntityPersister() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the persister of the entity that "owns" this collection
getOwnerId(String, String, Object, Map) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getOwnerId(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
Search this persistence context for an associated entity instance which is considered the "owner" of the given childEntity, and return that owner's id value.
getOwnerId() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
getOwnerIdOrNull(Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getOwnerProcessingState(Fetch) - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
getOwnerProcessingState(Fetch) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
Find the EntityReferenceProcessingState for the FetchOwner of the given Fetch.
getOwnerProperty() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
Returns the name of the property representing the collection from the NativeSQLQueryCollectionReturn.getOwnerEntityName().
getOwnerProperty() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
Retrieve the property name (relative to the owner) which maps to the association to be fetched.
getOwnerProperty() - Method in class org.hibernate.loader.custom.CollectionReturn
Returns the name of the property representing the collection from the CollectionReturn.getOwnerEntityName().
getOwnerProperty() - Method in class org.hibernate.loader.custom.FetchReturn
The name of the property on the owner which represents this association.
getOwners() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getOwners() - Method in class org.hibernate.loader.custom.CustomLoader
 
getOwners() - Method in class org.hibernate.loader.hql.QueryLoader
An array of indexes of the entity that owns a one-to-one association to the entity at the given index (-1 if there is no "owner")
getOwners() - Method in class org.hibernate.loader.JoinWalker
 
getOwners() - Method in class org.hibernate.loader.Loader
An array of indexes of the entity that owns a one-to-one association to the entity at the given index (-1 if there is no "owner").
getOwners() - Method in class org.hibernate.loader.OuterJoinLoader
 
getOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Access to the name of the attribute, from the owning side, that defines the association.
getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Access to entity naming information for the owning side.
getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to entity naming information for the owning side.
getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Access to the physical name of the owning entity's table.
getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the physical name of the owning entity's primary table.
getP1() - Method in class org.hibernate.spatial.jts.Circle.Arc
 
getP1Angle() - Method in class org.hibernate.spatial.jts.Circle.Arc
 
getP2() - Method in class org.hibernate.spatial.jts.Circle.Arc
 
getP2Angle() - Method in class org.hibernate.spatial.jts.Circle.Arc
 
getPackage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the package property.
getPackage() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the package property.
getPackage() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the package property.
getPackageName() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getPackageName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getPackageName() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
getPackageName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getParameter(String) - Method in class org.hibernate.internal.FilterImpl
Get the value of the named parameter for the current filter.
getParameter(String) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getParameter(String, Class<T>) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getParameter(int) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getParameter(int, Class<T>) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getParameter(String) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getParameter(String, Class<T>) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getParameter(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getParameter(int, Class<T>) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getParameter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the parameter property.
getParameterDeclarations() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl
 
getParameterMetadata(String) - Method in class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
 
getParameterMetadata() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getParameterMetadata(String) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Returns a meta-data object with information about the named and ordinal parameters contained in the given native query.
getParameterMetadata() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getParameterName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Gets the value of the parameterName property.
getParameterName() - Method in interface org.hibernate.jpa.criteria.compile.ImplicitParameterBinding
Retrieve the generated name of the implicit parameter.
getParameterNames() - Method in class org.hibernate.engine.spi.FilterDefinition
Get a set of the parameters defined by this configuration.
getParameterPositions() - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionList
The position of parameters within the list of select expressions of this clause
getParameterRegistration(int) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getParameterRegistration(String) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getParameterRegistration(int) - Method in interface org.hibernate.procedure.ProcedureCall
Retrieve a previously registered parameter memento by the position under which it was registered.
getParameterRegistration(String) - Method in interface org.hibernate.procedure.ProcedureCall
Retrieve a previously registered parameter memento by the name under which it was registered.
getParameters() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
getParameters() - Method in class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
getParameters() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
 
getParameters() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
Obtain any supplied Hibernate type parameters.
getParameters() - Method in class org.hibernate.boot.model.TypeDefinition
 
getParameters() - Method in class org.hibernate.cache.infinispan.util.BeginInvalidationCommand
 
getParameters() - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
getParameters() - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
getParameters() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getParameters() - Method in class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
getParameters() - Method in class org.hibernate.internal.FilterImpl
 
getParameters() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getParameters() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
getParameters() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
getParameters() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getParameters() - Method in class org.hibernate.mapping.TypeDef
 
getParametersAsProperties() - Method in class org.hibernate.boot.model.TypeDefinition
 
getParameterStrategy() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getParameterStrategy() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl
 
getParameterTranslations() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getParameterTranslations() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getParameterTranslations() - Method in interface org.hibernate.hql.spi.QueryTranslator
Return information about any parameters encountered during translation.
getParameterType(String) - Method in class org.hibernate.engine.spi.FilterDefinition
Retrieve the type of the named parameter defined for this filter.
getParameterType() - Method in class org.hibernate.jpa.criteria.compile.ExplicitParameterInfo
 
getParameterType() - Method in class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl
 
getParameterTypes() - Method in class org.hibernate.engine.spi.FilterDefinition
 
getParameterTypes() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getParameterValue(Parameter<T>) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getParameterValue(String) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getParameterValue(int) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getParameterValue(Parameter<T>) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getParameterValue(String) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getParameterValue(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getParameterValueTypeName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Gets the value of the parameterValueTypeName property.
getParams() - Method in class org.hibernate.mapping.IdGenerator
 
getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the parent property.
getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the parent property.
getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the parent property.
getParent() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
getParent() - Method in class org.hibernate.boot.model.source.spi.AttributePath
 
getParent() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
 
getParent() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getParent() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getParent() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getParent() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getParent() - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
getParent() - Method in class org.hibernate.jpa.internal.metamodel.EmbeddableTypeImpl
 
getParent() - Method in class org.hibernate.loader.PropertyPath
 
getParent(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getParent(Object) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Retreive the current value of the parent property.
getParent(Object) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
getParentEntityName() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getParentFromClause() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getParentPath() - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
getParentPath() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
getParentProperty() - Method in class org.hibernate.mapping.Component
 
getParentReferenceAttributeName() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getParentReferenceAttributeName() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getParentReferenceAttributeName() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
getParentServiceRegistry() - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
getParentServiceRegistry() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
getParentServiceRegistry() - Method in interface org.hibernate.service.ServiceRegistry
Retrieve this registry's parent registry.
getParseErrorHandler() - Method in class org.hibernate.hql.internal.ast.HqlParser
 
getParseErrorHandler() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getParseErrorHandler() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
getPath() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
getPath(PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.BinderHelper
 
getPath() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPath() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
Returns the full path of the node.
getPath() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
getPath() - Method in interface org.hibernate.hql.internal.ast.tree.PathNode
Returns the full path name represented by the node.
getPath() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getPath() - Method in exception org.hibernate.InvalidMappingException
 
getPath() - Method in exception org.hibernate.MappingNotFoundException
Deprecated.
 
getPathIdentifier() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getPathIdentifier() - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
getPathIdentifier() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
getPathIdentifier() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin
 
getPathIdentifier() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
getPathIdentifier() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
getPathIdentifier() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
getPathIdentifier() - Method in class org.hibernate.jpa.criteria.path.RootImpl.TreatedRoot
 
getPathIdentifier() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin
 
getPathIdentifier() - Method in interface org.hibernate.jpa.criteria.PathSource
Get the string representation of this path as a navigation from one of the queries identification variables
getPathSource() - Method in exception org.hibernate.jpa.criteria.IllegalDereferenceException
 
getPathSource() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getPathSource() - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
getPathSource() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
getPathSourceForSubPaths() - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
getPathSourceForSubPaths() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
getPathSourceForSubPaths() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin
 
getPathSourceForSubPaths() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
getPathSourceForSubPaths() - Method in class org.hibernate.jpa.criteria.path.RootImpl.TreatedRoot
 
getPathSourceForSubPaths() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin
 
getPathText(AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
getPattern() - Method in class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
getPattern() - Method in class org.hibernate.jpa.criteria.predicate.LikePredicate
 
getPendingPutsCacheConfiguration() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getPermissibleAction() - Method in class org.hibernate.secure.spi.GrantedPermission
 
getPermissionDeclarations() - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
 
getPersistenceContext() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getPersistenceContext() - Method in class org.hibernate.engine.internal.ImmutableEntityEntry
 
getPersistenceContext() - Method in class org.hibernate.engine.loading.internal.LoadContexts
Retrieves the persistence context to which this is bound.
getPersistenceContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getPersistenceContext() - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the persistence context for this session
getPersistenceContext() - Method in class org.hibernate.internal.SessionImpl
 
getPersistenceContext() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getPersistenceType() - Method in class org.hibernate.jpa.internal.metamodel.BasicTypeImpl
 
getPersistenceType() - Method in class org.hibernate.jpa.internal.metamodel.EmbeddableTypeImpl
 
getPersistenceType() - Method in class org.hibernate.jpa.internal.metamodel.EntityTypeImpl
 
getPersistenceType() - Method in class org.hibernate.jpa.internal.metamodel.MappedSuperclassTypeImpl
 
getPersistenceUnit() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
Gets the value of the persistenceUnit property.
getPersistenceUnitDefaultAccessType() - Method in class org.hibernate.jpamodelgen.Context
 
getPersistenceUnitDefaults() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Gets the value of the persistenceUnitDefaults property.
getPersistenceUnitMetadata() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the persistenceUnitMetadata property.
getPersistenceUnitRootUrl() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getPersistenceUnitRootUrl() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the root url for the persistence unit.
getPersistenceUnitUtil() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getPersistenceXmlLocation() - Method in class org.hibernate.jpamodelgen.Context
 
getPersistentAttributeType() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getPersistentAttributeType() - Method in class org.hibernate.jpa.internal.metamodel.AbstractAttribute
 
getPersistentClass() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getPersistentClass() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPersistentClass() - Method in exception org.hibernate.InstantiationException
getPersistentClass() - Method in class org.hibernate.mapping.Join
 
getPersistentClass() - Method in class org.hibernate.mapping.Property
 
getPersistentClass() - Method in exception org.hibernate.PropertyAccessException
 
getPersistentClass() - Method in interface org.hibernate.proxy.LazyInitializer
Get the actual class of the entity.
getPersistentClass() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getPersistentClass() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
getPersistentClass() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getPersister() - Method in class org.hibernate.action.internal.CollectionAction
 
getPersister() - Method in class org.hibernate.action.internal.EntityAction
entity persister accessor
getPersister() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the persister property.
getPersister() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getPersister() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getPersister() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
getPersister() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getPersister() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
The persister for the entity.
getPersister() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getPersister() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getPersister() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getPersister() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getPersister() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getPersister() - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
getPersister() - Method in class org.hibernate.jpa.criteria.path.PluralAttributePath
 
getPersister() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getPersisters() - Method in class org.hibernate.loader.JoinWalker
 
getPhysicalColumnName(Table, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPhysicalColumnName(Table, Identifier) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPhysicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalConnection() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
getPhysicalConnection() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
getPhysicalConnection() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Exposes access to the "real" Connection.
getPhysicalJdbcTransaction() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
getPhysicalJdbcTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
 
getPhysicalName() - Method in class org.hibernate.boot.model.relational.Namespace
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.model.relational.Database
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getPhysicalNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getPhysicalTableName(Identifier) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPhysicalTableName(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPhysicalTableName(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalTableName(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPkColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the pkColumnName property.
getPkColumnValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the pkColumnValue property.
getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIndexColumnNameSource
 
getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitMapKeyColumnNameSource
Access the AttributePath for the Map attribute
getPluralAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getPoint(double) - Method in class org.hibernate.spatial.jts.Circle
Returns the coordinate on the circle at the specified angle
getPolymorphism() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the polymorphism property.
getPosition() - Method in class org.hibernate.jpa.criteria.compile.ExplicitParameterInfo
 
getPosition() - Method in class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl
 
getPosition() - Method in class org.hibernate.jpa.internal.QueryImpl.JpaPositionalParameterRegistrationImpl
 
getPosition() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
getPosition() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
getPosition() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl.ParameterMemento
 
getPosition() - Method in interface org.hibernate.procedure.ParameterRegistration
The position at which this parameter was registered.
getPositionalParameterTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
getPositionalParameterValues() - Method in class org.hibernate.engine.spi.QueryParameters
 
getPositionMappedBy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postLoad property.
getPostLoadEvent() - Method in class org.hibernate.event.spi.LoadEvent
 
getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postPersist property.
getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postRemove property.
getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postUpdate property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
 
getPrecision() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
The specified precision.
getPrecision() - Method in class org.hibernate.cfg.Ejb3Column
 
getPrecision() - Method in class org.hibernate.engine.jdbc.Size
 
getPrecision() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getPrecision() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.mapping.Column
 
getPrefixedMapper() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getPrepareStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getPrepareStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getPrepareStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getPrepareStatementCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getPrepareStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were acquired
getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the prePersist property.
getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the preRemove property.
getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the preUpdate property.
getPreviousEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
getPreviousEvent() - Method in class org.hibernate.internal.util.xml.BaseXMLEventReader
 
getPrimaryExpression() - Method in class org.hibernate.jpa.criteria.expression.NullifExpression
 
getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
 
getPrimaryKey() - Method in class org.hibernate.mapping.Table
 
getPrimaryKey(TableInformationImpl) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
getPrimaryKey() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getPrimaryKey(TableInformationImpl) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about the given table's primary key.
getPrimaryKey() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve information about the table's primary key, if one is defined (aka, may return null).
getPrimaryKeyColumnSources() - Method in class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.JoinedSubclassEntitySource
The PrimaryKeyJoinColumns mapping for the joined-subclass.
getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Retrieves the columns defines as making up this secondary tables primary key.
getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyIdentifier() - Method in class org.hibernate.tool.schema.extract.internal.PrimaryKeyInformationImpl
 
getPrimaryKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
Obtain the identifier for this PK.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the primaryKeyJoinColumn property.
getPrimaryTable() - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
getPrimaryTable() - Method in class org.hibernate.boot.model.source.internal.hbm.SubclassEntitySourceImpl
 
getPrimaryTable() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the primary table for this entity.
getPrimaryTable() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.BooleanDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ByteDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.CharacterDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.DoubleDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.FloatDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.IntegerDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.LongDescriptor
 
getPrimitiveClass() - Method in interface org.hibernate.internal.util.type.PrimitiveWrapperHelper.PrimitiveWrapperDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ShortDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.type.BooleanType
 
getPrimitiveClass() - Method in class org.hibernate.type.ByteType
 
getPrimitiveClass() - Method in class org.hibernate.type.CharacterNCharType
 
getPrimitiveClass() - Method in class org.hibernate.type.CharacterType
 
getPrimitiveClass() - Method in class org.hibernate.type.DoubleType
 
getPrimitiveClass() - Method in class org.hibernate.type.FloatType
 
getPrimitiveClass() - Method in class org.hibernate.type.IntegerType
 
getPrimitiveClass() - Method in class org.hibernate.type.LongType
 
getPrimitiveClass() - Method in class org.hibernate.type.NumericBooleanType
 
getPrimitiveClass() - Method in interface org.hibernate.type.PrimitiveType
Retrieve the primitive counterpart to the wrapper type identified by Type.getReturnedClass().
getPrimitiveClass() - Method in class org.hibernate.type.ShortType
 
getPrimitiveClass() - Method in class org.hibernate.type.TrueFalseType
 
getPrimitiveClass() - Method in class org.hibernate.type.YesNoType
 
getProcedureName() - Method in class org.hibernate.cfg.annotations.NamedProcedureCallDefinition
 
getProcedureName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the procedureName property.
getProcedureName() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getProcedureName() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl
 
getProcedureName() - Method in interface org.hibernate.procedure.ProcedureCall
Get the name of the stored procedure to be called.
getProcessingEnvironment() - Method in class org.hibernate.jpamodelgen.Context
 
getProcessingState(EntityReference) - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
getProcessingState(EntityReference) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
getProjectedAliases() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getProjectedColumnAliases() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getProjectedTypes() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getProjection(int) - Method in class org.hibernate.criterion.ProjectionList
Access a wrapped projection by index
getProjection() - Method in class org.hibernate.internal.CriteriaImpl
 
getProjectionCriteria() - Method in class org.hibernate.internal.CriteriaImpl
 
getProjectionList() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns the list of from elements that will be part of the result set.
getProperties() - Method in class org.hibernate.cfg.Configuration
Get all properties
getProperties() - Static method in class org.hibernate.cfg.Environment
Return System properties, extended by any properties specified in hibernate.properties.
getProperties() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getProperties() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a copy of the Properties used to configure this session factory.
getProperties() - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
getProperties() - Method in interface org.hibernate.envers.internal.entities.mapper.CompositeMapperBuilder
 
getProperties() - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
getProperties() - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
getProperties() - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
getProperties() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getProperties() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getProperties() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getProperties() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getProperties() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getProperties() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getProperties() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the properties property.
getProperties() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertiesToInsert(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Transform the array of property indexes to an array of booleans, true when the property is insertable and non-null
getPropertiesToUpdate(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Transform the array of property indexes to an array of booleans, true when the property is dirty
getProperty() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the property property.
getProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the property property.
getProperty() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
getProperty(String) - Method in class org.hibernate.cfg.Configuration
Get a property value by name
getProperty() - Method in interface org.hibernate.cfg.PropertyData
Return the Hibernate mapping property
getProperty() - Method in class org.hibernate.cfg.PropertyInferredData
 
getProperty() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getProperty() - Method in class org.hibernate.cfg.WrappedInferredData
 
getProperty(String) - Method in class org.hibernate.criterion.Property
Get a component attribute of this property.
getProperty(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
getProperty(String) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
 
getProperty(String) - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
getProperty(XClass, String) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getProperty(XClass, String, String) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getProperty() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties
Gets the value of the property property.
getProperty() - Method in class org.hibernate.loader.PropertyPath
 
getProperty(String) - Method in class org.hibernate.mapping.Component
 
getProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getProperty(int) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getProperty(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getPropertyAccessor(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getPropertyAccessorName(String, boolean, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getPropertyAccessorName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain the name of the property accessor style used to access this attribute.
getPropertyAccessorName() - Method in class org.hibernate.mapping.Property
 
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Backref
 
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.IndexBackref
 
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Property
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessBasicImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessFieldImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
getPropertyAccessStrategy() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Access to the PropertyAccessStrategy that created this PropertyAccess
getPropertyAccessType() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getPropertyAliases(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyAliases(String, int) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyAnnotatedWithMapsId(XClass, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPropertyAnnotatedWithMapsId(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyAuditingData(String) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
 
getPropertyAuditingData(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getPropertyAuditingData(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
getPropertyCascadeStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyCascadeStyles() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cascade styles of the properties (optional operation)
getPropertyCheckability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyCheckability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "checkability" of the properties of this class (is the property dirty checked, does the cache need to be updated)
getPropertyCheckability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyClass() - Method in interface org.hibernate.cfg.PropertyData
Return the class itself
getPropertyClass() - Method in class org.hibernate.cfg.PropertyInferredData
 
getPropertyClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getPropertyClass() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.RootClass
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getPropertyClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosureSpan() - Method in class org.hibernate.mapping.Subclass
 
getPropertyColumnInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Get the column names for the given property path
getPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set column names mapped for this property (properties of this class, only).
getPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the column names for the given property path
getPropertyColumnSpan(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnUpdateable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnWriters(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyData() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getPropertyData() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
getPropertyDatas() - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
getPropertyHolder() - Method in class org.hibernate.cfg.Ejb3Column
 
getPropertyIndex(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyIndex(String) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
Get the property number of the unique key property
getPropertyIndex(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getPropertyIndex(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyIndex(String) - Method in class org.hibernate.type.AnyType
 
getPropertyIndex(String) - Method in class org.hibernate.type.ComponentType
 
getPropertyIndex(String) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyIndex(String) - Method in interface org.hibernate.type.CompositeType
Convenience method for locating the property index for a given property name.
getPropertyIndexOrNull(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyInsertability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyInsertability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "insertability" of the properties of this class (does the property appear in an SQL INSERT)
getPropertyInsertability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyInsertGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
no simple, direct replacement
getPropertyInsertGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy
getPropertyIterator() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
getPropertyIterator() - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
 
getPropertyIterator() - Method in class org.hibernate.mapping.Component
 
getPropertyIterator() - Method in class org.hibernate.mapping.Join
 
getPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Build an iterator over the properties defined on this class.
getPropertyLaziness() - Method in interface org.hibernate.metadata.ClassMetadata
Get the "laziness" of the properties of this class
getPropertyLaziness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyLaziness() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getPropertyLaziness() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyMapper() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getPropertyMapping(String) - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
getPropertyMapping(String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getPropertyMapping() - Method in class org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl
 
getPropertyMapping() - Method in class org.hibernate.loader.plan.build.internal.spaces.CompositeQuerySpaceImpl
 
getPropertyMapping() - Method in class org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl
 
getPropertyMapping() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
Get the PropertyMapping for this QuerySpace.
getPropertyName() - Method in class org.hibernate.cfg.Ejb3Column
 
getPropertyName() - Method in interface org.hibernate.cfg.PropertyData
 
getPropertyName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getPropertyName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getPropertyName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyName() - Method in class org.hibernate.criterion.AggregateProjection
 
getPropertyName(String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the property name, given a possibly qualified property name
getPropertyName() - Method in class org.hibernate.criterion.Order
 
getPropertyName() - Method in class org.hibernate.criterion.PropertyProjection
 
getPropertyName() - Method in class org.hibernate.criterion.SimpleExpression
 
getPropertyName() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'propertyName'.
getPropertyName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getPropertyName() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getPropertyName(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
getPropertyName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getPropertyName(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getPropertyName() - Method in class org.hibernate.mapping.OneToOne
 
getPropertyName() - Method in exception org.hibernate.PropertyAccessException
 
getPropertyName() - Method in exception org.hibernate.PropertyValueException
 
getPropertyName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the property name.
getPropertyName() - Method in class org.hibernate.type.EntityType
 
getPropertyName() - Method in class org.hibernate.type.OneToOneType
 
getPropertyNames() - Method in class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
 
getPropertyNames() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Get the name of all properties.
getPropertyNames() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getPropertyNames() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
getPropertyNames() - Method in interface org.hibernate.metadata.ClassMetadata
Get the names of the class' persistent properties
getPropertyNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyNames() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the names of the class properties - doesn't have to be the names of the actual Java properties (used for XML generation only)
getPropertyNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyNames() - Method in class org.hibernate.type.AnyType
 
getPropertyNames() - Method in class org.hibernate.type.ComponentType
 
getPropertyNames() - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyNames() - Method in interface org.hibernate.type.CompositeType
Get the names of the component properties
getPropertyNames() - Method in interface org.hibernate.usertype.CompositeUserType
Get the "property names" that may be used in a query.
getPropertyNullability() - Method in interface org.hibernate.metadata.ClassMetadata
Get the nullability of the class' persistent properties
getPropertyNullability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyNullability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the nullability of the properties of this class
getPropertyNullability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyNullability() - Method in class org.hibernate.type.AnyType
 
getPropertyNullability() - Method in class org.hibernate.type.ComponentType
 
getPropertyNullability() - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyNullability() - Method in interface org.hibernate.type.CompositeType
Retrieve the indicators regarding which component properties are nullable.
getPropertyOwnerEntityName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the entity name for entity that owns the association property.
getPropertyPath() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getPropertyPath() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getPropertyPath() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractAnyReference
 
getPropertyPath() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
 
getPropertyPath() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
getPropertyPath() - Method in class org.hibernate.loader.plan.build.internal.returns.BidirectionalEntityReferenceImpl
 
getPropertyPath() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Retrieve the PropertyPath to this reference.
getPropertyPath() - Method in interface org.hibernate.loader.plan.spi.Fetch
Get the property path to this fetch
getPropertyPath() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Get the property path to this fetch source
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the propertyRef property.
getPropertyReferencedAssociation(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPropertyReferencedAssociation(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyResultsMap() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the user-supplied column->property mappings.
getPropertyResultsMap(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getPropertySelectable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertySpaces() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getPropertySpaces() - Method in class org.hibernate.action.internal.CollectionAction
 
getPropertySpaces() - Method in class org.hibernate.action.internal.EntityAction
 
getPropertySpaces() - Method in interface org.hibernate.action.spi.Executable
What spaces (tables) are affected by this action?
getPropertySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class only.
getPropertySpaces() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertySpaces() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertySpan() - Method in class org.hibernate.mapping.Component
 
getPropertySpan() - Method in class org.hibernate.mapping.Join
 
getPropertySpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertySpan() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getPropertySpan() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertySubclassNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTableName(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertyTableName(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the table name for the given property path
getPropertyTableName(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertyTableName(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertyType(String, String) - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
getPropertyType(String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getPropertyType() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getPropertyType(String) - Method in interface org.hibernate.metadata.ClassMetadata
Get the type of a particular (named) property
getPropertyType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Get the type of a particular property by name.
getPropertyType(String) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the type of a particular property by name.
getPropertyTypes() - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Returns the types of properties.
getPropertyTypes() - Method in interface org.hibernate.metadata.ClassMetadata
Get the Hibernate types of the class properties
getPropertyTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTypes() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the Hibernate types of the class properties
getPropertyTypes() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyTypes() - Method in interface org.hibernate.usertype.CompositeUserType
Get the corresponding "property types".
getPropertyUniqueness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Which properties appear in the SQL update? (Initialized, updateable ones!)
getPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyUpdateability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "updateability" of the properties of this class (does the property appear in an SQL UPDATE)
getPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyUpdateGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
no simple, direct replacement
getPropertyUpdateGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy
getPropertyValue(Object, String) - Method in interface org.hibernate.metadata.ClassMetadata
Get the value of a particular (named) property
getPropertyValue(Object, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
getPropertyValue(Object, String) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
getPropertyValue(Object, int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getPropertyValue(Object, int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValue(Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValue(Object, String) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the value of a particular property from the given entity.
getPropertyValue(Object, int) - Method in interface org.hibernate.tuple.Tuplizer
Extract the value of a particular property from the given entity.
getPropertyValue(Object, int, SessionImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValue(Object, int, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, EntityMode) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int, SessionImplementor) - Method in interface org.hibernate.type.CompositeType
Extract a particular component property value indicated by index.
getPropertyValue(Object, int) - Method in interface org.hibernate.usertype.CompositeUserType
Get the value of a property.
getPropertyValueGenerationStrategies() - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object) - Method in class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
 
getPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Obtains the values of properties of a given bean.
getPropertyValues(Object) - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Returns the values of properties of a given bean.
getPropertyValues(Object) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Get the value of all properties from the given entity
getPropertyValues() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getPropertyValues(Object) - Method in interface org.hibernate.metadata.ClassMetadata
Extract the property values from the given entity.
getPropertyValues(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValues(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Return the (loaded) values of the mapped properties of the object (not including backrefs)
getPropertyValues(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getPropertyValues(Object) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
getPropertyValues(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValues(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
getPropertyValues(Object) - Method in interface org.hibernate.tuple.Tuplizer
Extract the current values contained on the given entity.
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValues(Object, SessionImplementor) - Method in interface org.hibernate.type.CompositeType
Extract the values of the component properties from the given component instance
getPropertyValues(Object, EntityMode) - Method in interface org.hibernate.type.CompositeType
Extract the values of the component properties from the given component instance without access to the session.
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Return the values of the mapped properties of the object
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Return the values of the insertable properties of the object (including backrefs)
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the values of the insertable properties of the entity (including backrefs)
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
getPropertyValuesWithOptimizer(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
getPropertyVersionability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyVersionability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "versionability" of the properties of this class (is the property optimistic-locked)
getPropertyVersionability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getProvidedJtaPlatform() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
Retrieve the JtaPlatform provided by this environment.
getProvider() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the provider property.
getProviderClassName() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getProviderClassName() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getProviderClassName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the explicitly specified provider class name, or null if not specified.
getProviderUtil() - Method in class org.hibernate.ejb.HibernatePersistence
Deprecated.
 
getProviderUtil() - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getProxiesByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getProxy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getProxy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the proxy property.
getProxy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getProxy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
For lazy entities, obtain the interface to use in constructing its proxies.
getProxy() - Method in interface org.hibernate.bytecode.spi.BasicProxyFactory
Get a proxy reference..
getProxy(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an existing proxy by key
getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
getProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.proxy.ProxyFactory
Create a new proxy instance
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.ClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.NClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getProxyFactoryFactory() - Method in class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
getProxyFactoryFactory() - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
getProxyInterface() - Method in class org.hibernate.mapping.PersistentClass
 
getProxyInterfaceName() - Method in class org.hibernate.mapping.PersistentClass
 
getPs() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getPutCount() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getPutCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getPutCount() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getPutCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getPutCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getQualifiedIdTableName() - Method in interface org.hibernate.hql.spi.id.IdTableInfo
 
getQualifiedIdTableName() - Method in class org.hibernate.hql.spi.id.local.IdTableInfoImpl
 
getQualifiedName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getQualifiedName() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
getQualifiedName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getQualifiedName(Dialect, String, String) - Method in class org.hibernate.mapping.Table
getQualifiedObjectNameFormatter() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getQualifiedObjectNameFormatter() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain support for formatting qualified object names.
getQualifiedTableName() - Method in class org.hibernate.mapping.Table
 
getQueries() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get all executed query strings
getQueries() - Method in interface org.hibernate.stat.Statistics
Get all executed query strings
getQuery() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
Accessor to the queryString
getQuery() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getQuery(AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getQuery(AuditReaderImplementor, Object, Number, boolean) - Method in interface org.hibernate.envers.internal.entities.mapper.relation.query.RelationQueryGenerator
 
getQuery() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
Access to the query that this parameter belongs to.
getQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the query property.
getQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the query property.
getQueryable() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getQueryable() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
getQueryableCollection(String, String, SessionFactoryImplementor) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
getQueryableCollection() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
getQueryableCollection() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getQueryableCollection() - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
getQueryBuildingParameters() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getQueryBuildingParameters() - Method in class org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor
 
getQueryCache(String, UpdateTimestampsCache, SessionFactoryOptions, Properties) - Method in class org.hibernate.cache.internal.StandardQueryCacheFactory
 
getQueryCache(String, UpdateTimestampsCache, SessionFactoryOptions, Properties) - Method in interface org.hibernate.cache.spi.QueryCacheFactory
Builds a named query cache.
getQueryCache(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Get query cache by region name or create a new one if none exist.
getQueryCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
Get the default QueryCache.
getQueryCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getQueryCache(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getQueryCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the default query cache
getQueryCache(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a particular named query cache, or the default cache
getQueryCache() - Method in class org.hibernate.internal.CacheImpl
 
getQueryCache(String) - Method in class org.hibernate.internal.CacheImpl
 
getQueryCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getQueryCache(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getQueryCacheEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getQueryCacheFactory() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getQueryCacheFactory() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getQueryCacheFactory() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getQueryCacheFactory() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getQueryCacheFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getQueryCacheFactory() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getQueryCacheFactory() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getQueryCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached queries successfully retrieved from cache
getQueryCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached queries *not* found in cache
getQueryCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cacheable queries put in cache
getQueryExecutionCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getQueryExecutionCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getQueryExecutionCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getQueryExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
Get global number of executed queries
getQueryExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
Get the time in milliseconds of the slowest query.
getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.stat.Statistics
Get the query string for the slowest query.
getQueryExecutionRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getQueryExecutionRate() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getQueryExecutionRate() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getQueryExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getQueryExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getQueryExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getQueryGenerator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getQueryHints() - Method in class org.hibernate.engine.spi.QueryParameters
 
getQueryHints() - Method in class org.hibernate.internal.CriteriaImpl
 
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.Dialect
Apply a hint to the query.
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getQueryIdentifier() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getQueryIdentifier() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getQueryIdentifier() - Method in interface org.hibernate.hql.spi.QueryTranslator
Retrieve the query identifier for this translator.
getQueryIdentifier() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getQueryIdentifier() - Method in class org.hibernate.loader.custom.CustomLoader
 
getQueryIdentifier() - Method in class org.hibernate.loader.hql.QueryLoader
 
getQueryIdentifier() - Method in class org.hibernate.loader.Loader
Identifies the query for statistics reporting, if null, no statistics will be reported
getQueryInfluencers() - Method in class org.hibernate.loader.plan.exec.query.internal.QueryBuildingParametersImpl
 
getQueryInfluencers() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
Provides data for options which can influence the SQL query needed to load an entity.
getQueryParameterName() - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
getQueryParameters() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getQueryParameters(Map) - Method in class org.hibernate.internal.AbstractQueryImpl
 
getQueryParameters() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getQueryParameters(Map) - Method in class org.hibernate.internal.SQLQueryImpl
 
getQueryParameters() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getQueryParameters() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
getQueryParameters() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
getQueryParameters() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getQueryParameters() - Method in interface org.hibernate.result.spi.ResultContext
 
getQueryPlan() - Method in class org.hibernate.engine.spi.QueryParameters
 
getQueryPlanCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getQueryPlanCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getQueryPlanCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getQueryRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
Gets the value of the queryRef property.
getQueryRemovedString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneEntityQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityQueryGenerator
 
getQueryReturnAliases() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
The HQL aliases, or generated aliases
getQueryReturnAliases() - Method in class org.hibernate.hql.internal.HolderInstantiator
 
getQueryReturns() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
getQueryReturns() - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
getQueryReturns() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
getQueryReturns() - Method in class org.hibernate.internal.SQLQueryImpl
 
getQueryReturns() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getQueryReturns() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl
 
getQueryReturns() - Method in interface org.hibernate.result.spi.ResultContext
 
getQueryReturns() - Method in interface org.hibernate.SQLQuery
Retrieve the returns associated with this query.
getQueryReturnTypes() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
The types actually being returned from this query at the "object level".
getQuerySequencesString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getQuerySequencesString() - Method in class org.hibernate.dialect.Dialect
Get the select command used retrieve the names of all sequences.
getQuerySequencesString() - Method in class org.hibernate.dialect.H2Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.HSQLDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.InformixDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.IngresDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.MimerSQLDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getQuerySequencesString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.SAPDBDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getQuerySpace(String) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getQuerySpaceByUid(String) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
getQuerySpaceByUid(String) - Method in interface org.hibernate.loader.plan.spi.QuerySpaces
Like QuerySpaces.findQuerySpaceByUid(java.lang.String), except that here an exception is thrown if the uid cannot be resolved.
getQuerySpaces() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getQuerySpaces() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
getQuerySpaces() - Method in class org.hibernate.engine.spi.ExecutableList
Lazily constructs the querySpaces affected by the actions in the list.
getQuerySpaces() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
getQuerySpaces() - Method in class org.hibernate.event.spi.AutoFlushEvent
 
getQuerySpaces() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
Returns the set of unique query spaces (a.k.a.
getQuerySpaces() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getQuerySpaces() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getQuerySpaces() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the set of query spaces (table names) that the query refers to.
getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getQuerySpaces() - Method in class org.hibernate.loader.custom.CustomLoader
 
getQuerySpaces() - Method in interface org.hibernate.loader.custom.CustomQuery
Any query spaces to apply to the query execution.
getQuerySpaces() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getQuerySpaces() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
getQuerySpaces() - Method in class org.hibernate.loader.plan.build.internal.LoadPlanImpl
 
getQuerySpaces() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
getQuerySpaces() - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
Provides subclasses access to the spaces to which this space belongs.
getQuerySpaces() - Method in interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingContext
 
getQuerySpaces() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
Gets the QuerySpaces for the load plan, which contains a QuerySpace reference for each non-scalar return and for each entity, collection, and composite FetchSource.
getQuerySpaces() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
Get the QuerySpaces object that is our owner.
getQuerySpaces() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getQuerySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class and its subclasses.
getQuerySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getQuerySpaceUid() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractAnyReference
 
getQuerySpaceUid() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCollectionReference
 
getQuerySpaceUid() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
 
getQuerySpaceUid() - Method in class org.hibernate.loader.plan.build.internal.returns.BidirectionalEntityReferenceImpl
 
getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.BidirectionalEntityReference
The query space UID returned using BidirectionalEntityReference.getQuerySpaceUid() must be the same as returned by #getTargetEntityReference()#getQuerySpaceUid()
getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Obtain the UID of the QuerySpace (specifically a CollectionQuerySpace) that this CollectionReference refers to.
getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.EntityReference
Obtain the UID of the QuerySpace (specifically a EntityQuerySpace) that this EntityReference refers to.
getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Get the UID for this fetch source's query space.
getQueryStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Query statistics from query string (HQL or SQL)
getQueryStatistics(String) - Method in interface org.hibernate.stat.Statistics
Query statistics from query string (HQL or SQL)
getQueryStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getQueryStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getQueryStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getQueryString() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
getQueryString() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getQueryString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneEntityQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityQueryGenerator
 
getQueryString() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getQueryString() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getQueryString() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the HQL string processed by the translator.
getQueryString() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getQueryString() - Method in interface org.hibernate.Query
Get the query string.
getQueryString() - Method in exception org.hibernate.QueryException
Retrieve the query being evaluated when the exception occurred.
getQuerySubstitutions() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getQuerySubstitutions() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getQuerySubstitutions() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getQuerySubstitutions() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getQuerySubstitutions() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getQuerySubstitutions() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getQuerySubstitutions() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getQuerySubstitutions() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getQueryTranslatorFactory() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getQueryType() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getQueuedOrphans(String) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getQueuedOrphans(String) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the "queued" orphans
getQuotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getQuotedCatalog() - Method in class org.hibernate.mapping.Table
 
getQuotedCatalog(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedName() - Method in class org.hibernate.mapping.Column
returns quoted name as it would be in the mapping file.
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Column
 
getQuotedName() - Method in class org.hibernate.mapping.Table
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedSchema() - Method in class org.hibernate.mapping.Table
 
getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.Table
 
getRadius() - Method in class org.hibernate.spatial.jts.Circle
 
getRawSession() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
getRawSession() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
Deprecated.
getRead() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the read property.
getReaderCollector() - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
getReaderCollector() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getReaderCollector() - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
getReadExpr(Dialect) - Method in class org.hibernate.mapping.Column
 
getReadFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
A SQL fragment to apply to the column value on read.
getReadLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getReadLockString(int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire WRITE locks for this dialect.
getReadLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.Teradata14Dialect
 
getRealKey() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityKey
 
getRealOrigin() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getRecreateCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
getRecreateCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getRecreateCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getRecursiveProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getReference() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
getReference() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
Provides access to the stored reference.
getReference() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReference(Serializable) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, assuming that the instance exists.
getReference() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReference(Class<T>, Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getReference() - Method in interface org.hibernate.NaturalIdLoadAccess
Return the persistent instance with the natural id value(s) defined by the call(s) to NaturalIdLoadAccess.using(java.lang.String, java.lang.Object).
getReference(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, assuming that the instance exists.
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.JoinedSubclass
 
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Build an iterator of properties which are "referenceable".
getReferencedColumn() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getReferencedColumnMetadata() - Method in class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl.ColumnReferenceMappingImpl
 
getReferencedColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
Obtain the information about the referenced column (the target side).
getReferencedColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access the name of the column that is the target of the FK being described
getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
 
getReferencedColumns() - Method in class org.hibernate.mapping.ForeignKey
Returns the referenced columns if the foreignkey does not refer to the primary key
getReferencedColumnValues() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
For columns that will be referenced in the SQL (per InDatabaseValueGenerationStrategy.referenceColumnsInSql()), what value should be used in the SQL as the column value.
getReferencedEntityAttributeName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getReferencedEntityAttributeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
Obtain the name of the referenced entity.
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getReferencedEntityName() - Method in class org.hibernate.cfg.FkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
getReferencedEntityName(Value) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedEntityName() - Method in class org.hibernate.mapping.OneToMany
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedPrimaryKeyColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
Access the name of the column that is a primary key column in the referenced-table that is referenced by the foreign-key described here.
getReferencedProperty(String) - Method in class org.hibernate.mapping.PersistentClass
Given a property path, locate the appropriate referenceable property reference.
getReferencedPropertyName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
getReferencedPropertyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
 
getReferencedPropertyName() - Method in class org.hibernate.mapping.Collection
 
getReferencedPropertyName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getReferencedPropertyType(String, String) - Method in interface org.hibernate.engine.spi.Mapping
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReferencedTable() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
 
getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access the name of the table that is the target of the FK being described
getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
Access the name of the table referenced by the foreign-key described here.
getReferencedTableName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
getReferenceEntityName(PropertyData, XClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.ToOneBinder
 
getReferenceEntityName(PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.cfg.ToOneBinder
 
getReferencingColumnMetadata() - Method in class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl.ColumnReferenceMappingImpl
 
getReferencingColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
Obtain the information about the referencing column (the source column, which points to the referenced column).
getReferencingIdData() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getReferencingPropertyName() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
getReflectionManager() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getReflectionManager() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getReflectionManager() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getReflectionOptimizationEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components.
getRegion() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.model.Caching
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
getRegion() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getRegion() - Method in class org.hibernate.cache.internal.StandardQueryCache
 
getRegion() - Method in interface org.hibernate.cache.spi.access.CollectionRegionAccessStrategy
Get the wrapped collection cache region
getRegion() - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Get the wrapped entity cache region
getRegion() - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Get the wrapped naturalId cache region
getRegion() - Method in interface org.hibernate.cache.spi.QueryCache
The underlying cache factory region being used.
getRegion() - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
Get the underlying cache region where data is stored..
getRegionCacheAttributes() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheAttributes(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheAttributes() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getRegionCacheAttributes(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getRegionCacheMaxTTISeconds(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheMaxTTISeconds(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getRegionCacheMaxTTLSeconds(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheMaxTTLSeconds(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getRegionCacheOrphanEvictionPeriod(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheOrphanEvictionPeriod(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getRegionCacheSamples() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheSamples() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getRegionCacheTargetMaxInMemoryCount(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheTargetMaxInMemoryCount(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getRegionCacheTargetMaxTotalCount(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheTargetMaxTotalCount(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getRegionFactory() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getRegionFactory() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getRegionFactory() - Method in interface org.hibernate.engine.spi.CacheImplementor
 
getRegionFactory() - Method in class org.hibernate.internal.CacheImpl
 
getRegionType() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getRegisteredName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getRegisteredName() - Method in class org.hibernate.cfg.annotations.NamedProcedureCallDefinition
 
getRegisteredParameters() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getRegisteredParameters() - Method in interface org.hibernate.procedure.ProcedureCall
Retrieve all registered parameters.
getRegisteredType(String) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegistrationKeys() - Method in class org.hibernate.boot.model.TypeDefinition
 
getRegistrationKeys() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
 
getRegistrationKeys() - Method in class org.hibernate.spatial.GeolatteGeometryType
 
getRegistrationKeys() - Method in class org.hibernate.spatial.JTSGeometryType
 
getRegistrationKeys() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getRegistrationKeys() - Method in interface org.hibernate.type.BasicType
Get the names under which this type should be registered in the type registry.
getRegistrationKeys() - Method in class org.hibernate.type.BinaryType
 
getRegistrationKeys() - Method in class org.hibernate.type.BooleanType
 
getRegistrationKeys() - Method in class org.hibernate.type.ByteType
 
getRegistrationKeys() - Method in class org.hibernate.type.CalendarType
 
getRegistrationKeys() - Method in class org.hibernate.type.CharacterArrayType
 
getRegistrationKeys() - Method in class org.hibernate.type.CharacterType
 
getRegistrationKeys() - Method in class org.hibernate.type.CharArrayType
 
getRegistrationKeys() - Method in class org.hibernate.type.CompositeCustomType
 
getRegistrationKeys() - Method in class org.hibernate.type.CustomType
 
getRegistrationKeys() - Method in class org.hibernate.type.DateType
 
getRegistrationKeys() - Method in class org.hibernate.type.DbTimestampType
 
getRegistrationKeys() - Method in class org.hibernate.type.DoubleType
 
getRegistrationKeys() - Method in class org.hibernate.type.FloatType
 
getRegistrationKeys() - Method in class org.hibernate.type.IntegerType
 
getRegistrationKeys() - Method in class org.hibernate.type.LongType
 
getRegistrationKeys() - Method in class org.hibernate.type.MetaType
 
getRegistrationKeys() - Method in class org.hibernate.type.ObjectType
 
getRegistrationKeys() - Method in class org.hibernate.type.RowVersionType
 
getRegistrationKeys() - Method in class org.hibernate.type.ShortType
 
getRegistrationKeys() - Method in class org.hibernate.type.TimestampType
 
getRegistrationKeys() - Method in class org.hibernate.type.TimeType
 
getRegistrationKeys() - Method in class org.hibernate.type.WrapperBinaryType
 
getRegistrationName() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
getRelatedEntity(EnversService, String, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
Obtain the column/formula information about the multi-tenancy discriminator.
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
 
getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
Obtain the contained RelationalValueSource references.
getRelationDescription(String, String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getRelationDescription(String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getRelationMappedBy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getRelationTargetAuditMode() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
Get the relationTargetAuditMode property.
getRelationType() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getRelativePath(PropertyHolder, String) - Static method in class org.hibernate.cfg.BinderHelper
 
getRemoveCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
getRemoveCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getRemoveCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getRename() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Gets the value of the rename property.
getRenderableText() - Method in interface org.hibernate.sql.ordering.antlr.Node
Build the node's representation for use in the resulting rendering.
getRenderableText() - Method in class org.hibernate.sql.ordering.antlr.NodeSupport
 
getRenderableText() - Method in class org.hibernate.sql.ordering.antlr.OrderingSpecification
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.Node
Retrieve the text to be used for rendering this particular node.
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.NullNode
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.ResultVariableRefNode
 
getReplacement(Type, Object, Map) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.AbstractValueDelayedOperation
 
getReplacement(T, T, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getReplacement(Blob, Blob, SessionImplementor) - Method in class org.hibernate.type.BlobType
 
getReplacement(Clob, Clob, SessionImplementor) - Method in class org.hibernate.type.ClobType
 
getReplacement(NClob, NClob, SessionImplementor) - Method in class org.hibernate.type.NClobType
 
getReplicationMode() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getRepresentation(PersistentClass) - Method in class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
getRepresentation(V) - Method in interface org.hibernate.envers.internal.tools.graph.GraphDefiner
 
getRepresentation() - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
getRepresentation() - Method in enum org.hibernate.envers.RevisionType
 
getRequested() - Method in class org.hibernate.boot.model.Caching
 
getRequestedId() - Method in class org.hibernate.event.spi.MergeEvent
 
getRequestedId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getRequestedVersion() - Method in exception org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader.BadVersionException
 
getRequestedVersion() - Method in exception org.hibernate.boot.UnsupportedOrmXsdVersionException
 
getResolutionType() - Method in interface org.hibernate.hql.internal.ast.TypeDiscriminatorMetadata
Get the type used to resolve the actual discriminator value resulting from TypeDiscriminatorMetadata.getSqlFragment() back into a Class reference.
getResolutionType() - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
Get the type used to resolve the actual discriminator value resulting from DiscriminatorMetadata.getSqlFragment(java.lang.String) back into a Class reference.
getResource() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the resource property.
getResourceAsStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
 
getResourceLocalTransaction() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getResourceLocalTransaction() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransactionAccess
Provides access to the resource local transaction of this data store, which is used by the TransactionCoordinator to manage transactions against the data store when not using JTA.
getResourceRegistry() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getResourceRegistry() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
 
getResourceRegistry() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
getResourceRegistry() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Provides access to the registry of JDBC resources associated with this LogicalConnection.
getRestriction() - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
getRestriction() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
getRestriction() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getRestriction() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
getResult() - Method in class org.hibernate.engine.spi.SubselectFetch
Get the Set of EntityKeys
getResult() - Method in class org.hibernate.event.spi.LoadEvent
 
getResult() - Method in class org.hibernate.event.spi.MergeEvent
 
getResult(SessionImplementor, ResultSet, Object) - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
getResult(SessionImplementor, ResultSet, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Extract the generated key value from the given result set.
getResult(SessionImplementor, ResultSet, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
getResult() - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression.WhenClause
 
getResult() - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression.WhenClause
 
getResultClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the resultClass property.
getResultClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the resultClass property.
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.Loader
Get the actual object that is returned in the user-visible result list.
getResultId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getResultList() - Method in interface org.hibernate.envers.query.AuditQuery
 
getResultList() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getResultList() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getResultList() - Method in class org.hibernate.jpa.internal.QueryImpl
 
getResultList() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.Loader
 
getResultList() - Method in interface org.hibernate.result.ResultSetOutput
Consume the underlying ResultSet and return the resulting List.
getResultMetadataValidator() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.Loader
 
getResultRowAliases() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultRowAliases() - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultRowAliases() - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultRowAliases() - Method in class org.hibernate.loader.Loader
Returns the aliases that corresponding to a result row.
getResultset() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the resultset property.
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Cache71Dialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DataDirectOracle9Dialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DB2Dialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet from the OUT parameter.
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet.
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet from the OUT parameter.
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.MySQLDialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Teradata14Dialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
getResultSet(CallableStatement, int) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Given a callable statement previously processed by RefCursorSupport.registerRefCursorParameter(java.sql.CallableStatement, int), extract the ResultSet.
getResultSet(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Given a callable statement previously processed by RefCursorSupport.registerRefCursorParameter(java.sql.CallableStatement, String), extract the ResultSet.
getResultSet() - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
 
getResultSet() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
getResultSet() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getResultSet(PreparedStatement, RowSelection, LimitHandler, boolean, SessionImplementor) - Method in class org.hibernate.loader.Loader
Execute given PreparedStatement, advance to the first result and return SQL ResultSet.
getResultSet() - Method in class org.hibernate.loader.Loader.SqlStatementWrapper
 
getResultSet(PreparedStatement, RowSelection, LimitHandler, boolean, SessionImplementor) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
Execute given PreparedStatement, advance to the first result and return SQL ResultSet.
getResultSet() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.SqlStatementWrapper
 
getResultSet() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
getResultSetMapping(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getResultSetMapping(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getResultSetMapping(String) - Method in interface org.hibernate.boot.Metadata
Retrieve the metadata for a named SQL result set mapping.
getResultSetMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getResultSetMapping(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getResultSetMapping(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getResultSetMapping(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the resultSetMapping property.
getResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the resultSetMapping property.
getResultSetMappingDefinition(String) - Method in class org.hibernate.internal.NamedQueryRepository
 
getResultSetMappingDefinitions() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getResultSetMappingDefinitions() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getResultSetMappingDefinitions() - Method in interface org.hibernate.boot.Metadata
 
getResultSetMappingDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getResultSetProcessor() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getResultSetProcessor() - Method in interface org.hibernate.loader.plan.exec.spi.LoadQueryDetails
 
getResultsetRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the resultsetRef property.
getResultSetRef() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
getResultSetReturn() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getResultSetReturn() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Obtain the resultset extractor associated with this JDBC coordinator.
getResultSetWrapper() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getResultSetWrapper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for wrapping a ResultSet in a "column name cache" wrapper.
getResultSetWrapper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getResultTransformer() - Method in class org.hibernate.cache.spi.QueryKey
Provides access to the explicitly user-provided result transformer.
getResultTransformer() - Method in class org.hibernate.engine.spi.QueryParameters
 
getResultTransformer() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Retrieve the ResultTransformer responsible for building aggregated select expression results into their aggregated form.
getResultTransformer() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getResultTransformer() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getResultTransformer() - Method in class org.hibernate.hql.internal.HolderInstantiator
 
getResultTransformer() - Method in class org.hibernate.internal.CriteriaImpl
 
getResultType() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
getResultType() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getResultTypes() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getReturnAliases() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
 
getReturnAliases(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReturnAliases(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the return aliases of a query
getReturnAliases() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getReturnAliases() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getReturnAliases() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getReturnAliases() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns an array of HQL aliases
getReturnAliases() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getReturnAliases(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReturnAliases() - Method in class org.hibernate.internal.SQLQueryImpl
 
getReturnAliases() - Method in interface org.hibernate.Query
Return the HQL select clause aliases, if any.
getReturnClass() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
Getter for property 'returnClass'.
getReturnColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the returnColumn property.
getReturnDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the returnDiscriminator property.
getReturnedClass() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getReturnedClass() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getReturnedClass() - Method in class org.hibernate.type.AnyType
 
getReturnedClass() - Method in class org.hibernate.type.ArrayType
 
getReturnedClass() - Method in class org.hibernate.type.BagType
 
getReturnedClass() - Method in class org.hibernate.type.ComponentType
 
getReturnedClass() - Method in class org.hibernate.type.CompositeCustomType
 
getReturnedClass() - Method in class org.hibernate.type.CustomCollectionType
 
getReturnedClass() - Method in class org.hibernate.type.CustomType
 
getReturnedClass() - Method in class org.hibernate.type.EntityType
This returns the wrong class for an entity with a proxy, or for a named entity.
getReturnedClass() - Method in class org.hibernate.type.IdentifierBagType
 
getReturnedClass() - Method in class org.hibernate.type.ListType
 
getReturnedClass() - Method in class org.hibernate.type.MapType
 
getReturnedClass() - Method in class org.hibernate.type.MetaType
 
getReturnedClass() - Method in class org.hibernate.type.SetType
 
getReturnedClass() - Method in class org.hibernate.type.SortedMapType
 
getReturnedClass() - Method in class org.hibernate.type.SortedSetType
 
getReturnedClass() - Method in interface org.hibernate.type.Type
getReturnedClass() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getReturnEntityName() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
The name of the entity to be returned.
getReturnMetadata() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the returnProperty property.
getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the returnProperty property.
getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the returnProperty property.
getReturnProperty() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
Access the nested property mappings associated with this return
getReturnReader() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
getReturns() - Method in class org.hibernate.loader.plan.build.internal.LoadPlanImpl
 
getReturns() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
Get the returns indicated by this LoadPlan. A LoadPlan.Disposition.ENTITY_LOADER LoadPlan would have just a single Return of type EntityReturn.
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CastFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CharIndexFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.ConvertFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.DerbyConcatFunction
The return type of the function.
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NvlFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
getReturnType(Type, Mapping) - Method in interface org.hibernate.dialect.function.SQLFunction
The return type of the function.
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
getReturnType() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getReturnType() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getReturnType() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the declared Java type
getReturnType() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getReturnType() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getReturnTypes() - Method in interface org.hibernate.BasicQueryContract
Return the Hibernate types of the query results.
getReturnTypes() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
 
getReturnTypes(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReturnTypes(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the return types of a query
getReturnTypes() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getReturnTypes() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Types of the return values of an iterate() style query.
getReturnTypes() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Types of the return values of an iterate() style query.
getReturnTypes() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns an array of Types represented in the query result.
getReturnTypes() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getReturnTypes(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReturnTypes() - Method in class org.hibernate.internal.SQLQueryImpl
 
getReturnTypes() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getRevision() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getRevisionDate(Number) - Method in interface org.hibernate.envers.AuditReader
Get the date, at which a revision was created.
getRevisionDate() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getRevisionDate() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getRevisionDate(Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisionDateQuery(Session, Number) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
getRevisionEndFieldName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getRevisionEndTimestampFieldName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getRevisionFieldName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getRevisionInfoClass() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfigurationResult
 
getRevisionInfoEntityName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getRevisionInfoEntityName() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfigurationResult
 
getRevisionInfoGenerator() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfigurationResult
 
getRevisionInfoNumberReader() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getRevisionInfoNumberReader() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getRevisionInfoNumberReader() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfigurationResult
 
getRevisionInfoQueryCreator() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getRevisionInfoQueryCreator() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getRevisionInfoQueryCreator() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfigurationResult
 
getRevisionInfoRelationMapping() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfigurationResult
 
getRevisionInfoTimestampData() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfigurationResult
 
getRevisionInfoXmlMapping() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfigurationResult
 
getRevisionListenerClass() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
getRevisionNumber(Object) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoNumberReader
 
getRevisionNumberForDate(Date) - Method in interface org.hibernate.envers.AuditReader
Gets the revision number, that corresponds to the given date.
getRevisionNumberForDate(Date) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisionNumberForDateQuery(Session, Date) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
getRevisionNumberPath() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getRevisionPropPath(String) - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getRevisions(Class<?>, Object) - Method in interface org.hibernate.envers.AuditReader
Get a list of revision numbers, at which an entity was modified.
getRevisions(Class<?>, String, Object) - Method in interface org.hibernate.envers.AuditReader
Get a list of revision numbers, at which an entity was modified, looking by entityName.
getRevisions(Class<?>, Object) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisions(Class<?>, String, Object) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisionsQuery(Session, Set<Number>) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
getRevisionType() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
getRevisionType() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
getRevisionTypePath() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getRevisionTypePropName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getRevisionTypePropType() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getRHSAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getRhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getRHSColumnNames(AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the columns of the associated table which are to be used in the join
getRHSUniqueKeyName() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.AnyType
 
getRHSUniqueKeyPropertyName() - Method in interface org.hibernate.type.AssociationType
The name of a unique property of the associated entity that provides the join key (null if the identifier of an entity, or key of a collection)
getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.CollectionType
 
getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.EntityType
 
getRightHandOperand() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
Retrieves the right-hand operand of the operator.
getRightHandOperand() - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
Retrieves the right-hand operand of the operator.
getRightHandOperand() - Method in interface org.hibernate.hql.internal.ast.tree.BinaryOperatorNode
Retrieves the right-hand operand of the operator.
getRightHandOperand() - Method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
getRightHandOperand() - Method in interface org.hibernate.jpa.criteria.expression.BinaryOperatorExpression
Get the right-hand operand.
getRightHandOperand() - Method in class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
getRightHandSide() - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinImpl
 
getRightHandSide() - Method in interface org.hibernate.loader.plan.spi.Join
Get the QuerySpace from the right-hand-side of the join.
getRole() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getRole() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Gets the value of the role property.
getRole() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the role property.
getRole() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getRole() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the current role name
getRole() - Method in class org.hibernate.engine.profile.Association
 
getRole() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getRole() - Method in class org.hibernate.engine.spi.CollectionKey
 
getRole() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getRole() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'role'.
getRole() - Method in class org.hibernate.mapping.Collection
 
getRole() - Method in interface org.hibernate.metadata.CollectionMetadata
The name of this collection role
getRole() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the name of this collection role (the fully qualified class name, extended by a "property path")
getRole() - Method in class org.hibernate.secure.spi.GrantedPermission
 
getRole() - Method in class org.hibernate.type.CollectionType
 
getRoleName() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
getRoleName() - Method in class org.hibernate.mapping.Component
 
getRollbackOnly() - Method in class org.hibernate.jpa.internal.TransactionImpl
 
getRoot() - Method in class org.hibernate.boot.jaxb.spi.Binding
Obtain the root JAXB bound object
getRoot() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getRoot() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the hierarchy's root type source.
getRoot() - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
getRootAlias() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
getRootClass() - Method in class org.hibernate.mapping.PersistentClass
 
getRootClass() - Method in class org.hibernate.mapping.RootClass
 
getRootClass() - Method in class org.hibernate.mapping.Subclass
 
getRootCollectionReturn() - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
getRootCriteria() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getRootEntityGraph() - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
getRootEntityGraph() - Method in class org.hibernate.loader.plan.build.internal.FetchGraphLoadPlanBuildingStrategy
 
getRootEntityGraph() - Method in class org.hibernate.loader.plan.build.internal.LoadGraphLoadPlanBuildingStrategy
 
getRootEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an object that identifies the space in which identifiers of this entity hierarchy are unique.
getRootName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getRootParameters() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
getRootParameters() - Method in class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
getRootQuerySpace() - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
getRootQuerySpace() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getRootQuerySpace() - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
getRootQuerySpaces() - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
getRootQuerySpaces() - Method in interface org.hibernate.loader.plan.spi.QuerySpaces
Gets the root QuerySpace references.
getRootReturn() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getRoots() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
getRoots() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getRoots() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
getRootSQLALias() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getRootTable() - Method in class org.hibernate.mapping.PersistentClass
 
getRootTable() - Method in class org.hibernate.mapping.RootClass
 
getRootTable() - Method in class org.hibernate.mapping.Subclass
 
getRootTableAlias() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getRootTableAlias() - Method in class org.hibernate.loader.plan.exec.internal.BasicCollectionLoadQueryDetails
 
getRootTableAlias() - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
getRootTableAlias() - Method in class org.hibernate.loader.plan.exec.internal.OneToManyLoadQueryDetails
 
getRootTableAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getRootTableAlias(String) - Method in interface org.hibernate.persister.entity.Lockable
Get the SQL alias this persister would use for the root table given the passed driving alias.
getRootTableIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Lockable
Get the names of columns on the root table used to persist the identifier.
getRootTableKeyColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
The names of the primary key columns in the root table.
getRootTableKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getRootTableName() - Method in interface org.hibernate.persister.entity.Lockable
Locks are always applied to the "root table".
getRootUrl() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns the root URL for scanning.
getRootUrl() - Method in class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
getRowid() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the rowid property.
getRowId() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getRowId() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getRowId() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the row-id name for this entity
getRowId() - Method in interface org.hibernate.boot.model.source.spi.TableSource
 
getRowId() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getRowId() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getRowId() - Method in class org.hibernate.mapping.Table
 
getRowIdAlias() - Method in class org.hibernate.loader.DefaultEntityAliases
 
getRowIdAlias() - Method in interface org.hibernate.loader.EntityAliases
The result set column alias for the Oracle row id
getRowNumber() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
getRowNumber() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
getRowNumber() - Method in interface org.hibernate.ScrollableResults
Get the current position in the results.
getRowReader() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl
 
getRowSelection() - Method in class org.hibernate.engine.spi.QueryParameters
 
getRowSelection() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getScalarColumnIndex() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
getScalarColumnIndex() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getScalarColumnIndex() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getScalarColumnIndex() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getScalarColumnIndex() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Gets index of the select expression in the projection list.
getScalars() - Method in class org.hibernate.loader.custom.ConstructorReturn
 
getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
 
getScale() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
The specified scale.
getScale() - Method in class org.hibernate.cfg.Ejb3Column
 
getScale() - Method in class org.hibernate.engine.jdbc.Size
 
getScale() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the scale property.
getScale() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the scale property.
getScale() - Method in class org.hibernate.mapping.Column
 
getScanEnvironment() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getScanEnvironment() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getScanEnvironment() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the environment for scanning.
getScanner() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getScanner() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getScanner() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the Scanner to be used for scanning.
getScanOptions() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getScanOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getScanOptions() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the options to be used for scanning
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the schema property.
getSchema() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getSchema() - Method in enum org.hibernate.boot.jaxb.internal.stax.LocalSchema
 
getSchema() - Method in enum org.hibernate.boot.jaxb.internal.stax.SupportedOrmXsdVersion
Deprecated.
 
getSchema() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
getSchema() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getSchema(String, Table) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
getSchema() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getSchema(String) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
 
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.mapping.Table
 
getSchema() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getSchema() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getSchemaAutoTooling() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getSchemaAutoTooling() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getSchemaAutoTooling() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getSchemaAutoTooling() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getSchemaAutoTooling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSchemaAutoTooling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getSchemaCreator(Map) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getSchemaCreator(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaDropper(Map) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getSchemaDropper(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaMigrator(Map) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getSchemaMigrator(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
 
getSchemaName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
getSchemaNameResolver() - Method in class org.hibernate.dialect.Dialect
Get the strategy for determining the schema name of a Connection
getSchemaUrl() - Method in enum org.hibernate.boot.jaxb.internal.stax.SupportedOrmXsdVersion
Deprecated.
 
getSchemaValidator(Map) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getSchemaValidator(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getScope() - Method in class org.hibernate.LockOptions
Retrieve the current lock scope setting.
getScope() - Method in interface org.hibernate.Session.LockRequest
Check if locking is cascaded to owned collections and relationships.
getScrollMode() - Method in class org.hibernate.engine.spi.QueryParameters
 
getScrollMode(boolean, boolean, boolean, QueryParameters) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
 
getSdoBatchSize() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getSdoNumRes() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getSearchability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getSecond() - Method in class org.hibernate.envers.internal.tools.Triple
 
getSecond() - Method in class org.hibernate.envers.tools.Pair
 
getSecondaryExpression() - Method in class org.hibernate.jpa.criteria.expression.NullifExpression
 
getSecondaryTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the secondaryTable property.
getSecondaryTableDictionary() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getSecondaryTableMap() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getSecondaryTableMap() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the secondary tables for this entity
getSecondaryTables() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getSecondLevelCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSecondLevelCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections successfully retrieved from the cache
getSecondLevelCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSecondLevelCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections not found in the cache and loaded from the database.
getSecondLevelCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSecondLevelCachePutCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections put in the cache
getSecondLevelCacheRegion(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Get second level cache region by its name.
getSecondLevelCacheRegion(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSecondLevelCacheRegion(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a named second-level cache region
getSecondLevelCacheRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
getSecondLevelCacheRegion(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSecondLevelCacheRegionAccessStrategy(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSecondLevelCacheRegionAccessStrategy(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get access strategy to second-level cache region
getSecondLevelCacheRegionAccessStrategy(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSecondLevelCacheRegionNames() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get all second-level cache region names
getSecondLevelCacheRegionNames() - Method in interface org.hibernate.stat.Statistics
Get all second-level cache region names
getSecondLevelCacheStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Second level cache statistics per region
getSecondLevelCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
Second level cache statistics per region
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.ListBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.MapBinder
 
getSecurity() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Gets the value of the security property.
getSegmentColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store the segment to which each row belongs.
getSegmentValue() - Method in class org.hibernate.id.enhanced.TableGenerator
The value in segment column which corresponding to this generator instance.
getSegmentValueLength() - Method in class org.hibernate.id.enhanced.TableGenerator
The size of the segment column in the underlying table.
getSelect() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getSelectByUniqueKeyString(String) - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get a SQL select string that performs a select based on a unique key determined by the given property name).
getSelectByUniqueKeyString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSelectClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getSelectClause() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
Retreive this insert statement's select-clause.
getSelectClause() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
Locate the select clause that is part of this select statement.
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Dialect
Given a Types type code, determine an appropriate null value to use in a select clause.
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.HSQLDialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
Workaround for postgres bug #1453

Given a Types type code, determine an appropriate null value to use in a select clause.

getSelectClauseNullString(int) - Method in class org.hibernate.dialect.TeradataDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.Dialect
Get the command used to select a GUID from the underlying database.
getSelectGUIDString() - Method in class org.hibernate.dialect.IngresDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.MySQLDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getSelectGUIDString() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getSelection() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
getSelection() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getSelection() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
getSelectName() - Method in class org.hibernate.hql.internal.classic.SelectPathExpressionParser
 
getSelectorNames() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
 
getSelectorNames() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
Any registered names for this strategy registration.
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
Generate the select expression fragment that will retrieve the next value of a sequence as part of another (typically DML) statement.
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.IngresDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getSelectSQL() - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
getSelectSQL() - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Get the SQL statement to be used to retrieve generated key values.
getSelectSQL() - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
getSelectStatement() - Method in class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
getSelectStatement() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
Obtain the SQL SELECT statement to use.
getSelectType() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getSemiResolvedType(SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
As part of 2-phase loading, when we perform resolving what is the resolved type for this type? Generally speaking the type and its semi-resolved type will be the same.
getSeparateIdentifierMappingClass() - Method in interface org.hibernate.persister.walking.spi.NonEncapsulatedEntityIdentifierDefinition
 
getSequence() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getSequenceExporter() - Method in class org.hibernate.dialect.Dialect
 
getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the sequenceGenerator property.
getSequenceInformation(Identifier, Identifier, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getSequenceInformation(Namespace.Name, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getSequenceInformation(QualifiedSequenceName) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getSequenceInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named SequenceInformation
getSequenceInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named SequenceInformation
getSequenceInformation(QualifiedSequenceName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named SequenceInformation
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.H2Dialect
 
getSequenceName() - Method in class org.hibernate.boot.model.relational.QualifiedSequenceName
 
getSequenceName() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
getSequenceName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the sequenceName property.
getSequenceName() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationImpl
 
getSequenceName() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
The qualified sequence name.
getSequenceNextValString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
Generate the appropriate select statement to to retrieve the next value of a sequence.
getSequenceNextValString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.IngresDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getSequences() - Method in class org.hibernate.boot.model.relational.Namespace
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getService(Class<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
getService(Bundle, ServiceRegistration) - Method in class org.hibernate.osgi.OsgiPersistenceProviderService
 
getService(Bundle, ServiceRegistration) - Method in class org.hibernate.osgi.OsgiSessionFactoryService
 
getService(Class<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
getService() - Method in class org.hibernate.service.internal.ProvidedService
 
getService(Class<R>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
getService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
Retrieve a service by role.
getService() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceImpl(Class<T>) - Method in class org.hibernate.osgi.OsgiServiceUtil
Locate the single implementor of the given service contract in the given OSGi buindle context.
getServiceImpls(Class<T>) - Method in class org.hibernate.osgi.OsgiServiceUtil
Locate all implementors of the given service contract in the given OSGi buindle context.
getServiceInitiated() - Method in class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.cache.internal.RegionFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.config.internal.ConfigurationServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.cursor.internal.RefCursorSupportInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jndi.internal.JndiServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.spi.CacheInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.envers.boot.internal.EnversServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.event.service.internal.EventListenerServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.hql.internal.QueryTranslatorFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.id.factory.internal.MutableIdentifierGeneratorFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.jmx.internal.JmxServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
getServiceInitiated() - Method in interface org.hibernate.service.spi.ServiceInitiator
Obtains the service role initiated by this initiator.
getServiceInitiated() - Method in class org.hibernate.stat.internal.StatisticsInitiator
 
getServiceInitiated() - Method in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
getServiceInitiated() - Method in class org.hibernate.tool.schema.internal.SchemaManagementToolInitiator
 
getServiceInitiator() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceRegistry() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getServiceRegistry() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getServiceRegistry() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getServiceRegistry() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getServiceRegistry() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getServiceRegistry() - Method in class org.hibernate.boot.MetadataSources
 
getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getServiceRegistry() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the service registry.
getServiceRegistry() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The service registry to use in building the factory.
getServiceRegistry() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the ServiceRegistry specific to the SessionFactory being built.
getServiceRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getServiceRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getServiceRegistry() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getServiceRegistry() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getServiceRegistry() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
getServiceRegistry() - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
getServiceRegistry() - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
getServiceRegistry() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getServiceRegistry() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
getServiceRegistry() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getServiceRegistry() - Method in class org.hibernate.mapping.Collection
 
getServiceRegistry() - Method in class org.hibernate.mapping.OneToMany
 
getServiceRegistry() - Method in class org.hibernate.mapping.PersistentClass
 
getServiceRegistry() - Method in class org.hibernate.mapping.SimpleValue
 
getServiceRegistry() - Method in interface org.hibernate.mapping.Value
 
getServiceRegistry() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getServiceRegistry() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getServiceRegistry() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getServiceRole() - Method in class org.hibernate.service.internal.ProvidedService
 
getServiceRole() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceRole() - Method in exception org.hibernate.service.UnknownServiceException
 
getSession() - Method in class org.hibernate.action.internal.CollectionAction
 
getSession() - Method in class org.hibernate.action.internal.EntityAction
originating session accessor
getSession() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
Access to the session
getSession() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Get the session currently associated with this collection.
getSession() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getSession() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the session to which this persistence context is bound.
getSession() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getSession() - Method in interface org.hibernate.envers.internal.reader.AuditReaderImplementor
 
getSession() - Method in class org.hibernate.event.spi.AbstractEvent
Returns the session event source for this event.
getSession() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getSession() - Method in class org.hibernate.internal.CriteriaImpl
 
getSession() - Method in interface org.hibernate.jpa.HibernateEntityManager
Retrieve a reference to the Hibernate Session used by this EntityManager.
getSession() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
getSession() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
return a Session
getSession() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
getSession() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
getSession() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getSession() - Method in interface org.hibernate.proxy.LazyInitializer
Get the session to which this proxy is associated, or null if it is not attached.
getSession() - Method in interface org.hibernate.result.spi.ResultContext
 
getSession() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getSessionCloseCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getSessionCloseCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getSessionCloseCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getSessionCloseCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSessionCloseCount() - Method in interface org.hibernate.stat.Statistics
Global number of sessions closed
getSessionFactory() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Gets the value of the sessionFactory property.
getSessionFactory() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the SessionFactory being built to trigger this BV activation
getSessionFactory() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getSessionFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getSessionFactory() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
getSessionFactory(String) - Method in class org.hibernate.internal.SessionFactoryRegistry
 
getSessionFactory() - Method in class org.hibernate.internal.SessionImpl
 
getSessionFactory() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Obtain the underlying Hibernate SessionFactory.
getSessionFactory() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getSessionFactory() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
getSessionFactory() - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
getSessionFactory() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Gets the session factory.
getSessionFactory() - Method in interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingContext
Access to the SessionFactory
getSessionFactory() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getSessionFactory() - Method in class org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor
 
getSessionFactory() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
 
getSessionFactory() - Method in interface org.hibernate.procedure.internal.Util.ResultClassesResolutionContext
Access to the SessionFactory
getSessionFactory() - Method in interface org.hibernate.procedure.internal.Util.ResultSetMappingResolutionContext
Access to the SessionFactory
getSessionFactory() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
Retrieve the session factory for this environment.
getSessionFactory() - Method in interface org.hibernate.Session
Get the session factory which created this session.
getSessionFactory() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the session factory for this context.
getSessionFactory() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getSessionFactoryBuilder() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getSessionFactoryBuilder() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getSessionFactoryBuilder() - Method in interface org.hibernate.boot.Metadata
Get the builder for SessionFactory instances based on this metamodel,
getSessionFactoryBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderFactory
The contract method.
getSessionFactoryHelper() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getSessionFactoryHelper() - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
getSessionFactoryName() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getSessionFactoryName() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getSessionFactoryName() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getSessionFactoryName() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getSessionFactoryName() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getSessionFactoryName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSessionFactoryName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The name to be used for the SessionFactory.
getSessionFactoryName() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getSessionFactoryObserver() - Method in class org.hibernate.cfg.Configuration
 
getSessionFactoryObservers() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getSessionFactoryObservers() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getSessionFactoryObservers() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getSessionFactoryObservers() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getSessionFactoryObservers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSessionFactoryObservers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getSessionFactoryOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSessionFactoryOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSessionFactoryOptions() - Method in interface org.hibernate.SessionFactory
Get the special options used to build the factory.
getSessionFactoryUuid() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
getSessionIdentifier() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getSessionImplementor() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getSessionImplementor() - Method in interface org.hibernate.envers.internal.reader.AuditReaderImplementor
 
getSessionInterceptorClass() - Method in class org.hibernate.jpa.boot.internal.SettingsImpl
 
getSessionInterceptorClass() - Method in interface org.hibernate.jpa.boot.spi.Settings
 
getSessionOpenCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getSessionOpenCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getSessionOpenCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getSessionOpenCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSessionOpenCount() - Method in interface org.hibernate.stat.Statistics
Global number of sessions opened
getSessionTransactionId() - Method in class org.hibernate.cache.infinispan.util.BeginInvalidationCommand
 
getSet(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getSet(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getSetClause() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
getSetter(Class, PropertyData, ServiceRegistry) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getSetter(Class, String, String, ServiceRegistry) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getSetter(Class) - Method in class org.hibernate.mapping.Property
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessBasicImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessFieldImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
getSetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Obtain the delegate for setting values for the described persistent property
getSetters() - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Returns the getter names of the properties.
getSetting(String, ConfigurationService.Converter<T>) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
getSetting(String, ConfigurationService.Converter<T>, T) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
getSetting(String, Class<T>, T) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
getSetting(String, ConfigurationService.Converter<T>) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting, using the specified converter.
getSetting(String, ConfigurationService.Converter<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting, using the specified converter and default value.
getSetting(String, Class<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting.
getSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Deprecated.
Temporarily exposed since Configuration is still around and much code still uses Configuration. This allows code to configure the builder and access that to configure Configuration object.
getSettings() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Access the Hibernate settings associated with the persistence unit.
getSettings() - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
getSettings() - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Access to the complete map of config settings.
getSettings() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSettings() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
getSettings() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSettings() - Method in class org.hibernate.testing.cache.EntityRegionImpl
 
getSharedCacheMode() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getSharedCacheMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getSharedCacheMode() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the SharedCacheMode for determining whether we should perform second level caching or not.
getSharedCacheMode() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getSharedCacheMode() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getSharedCacheMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getSharedCacheMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the sharedCacheMode property.
getShort(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getShort(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a short.
getShortName() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getShortName() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
getShortName() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
The short name of the entity those stats are about
getShowSqlEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getSignatureType(Member) - Static method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
getSimpleName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getSimpleName() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
getSimpleName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getSimpleValueBinder() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
getSingleResult() - Method in interface org.hibernate.envers.query.AuditQuery
 
getSingleResult() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
getSingleResult() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getSingleResult() - Method in class org.hibernate.jpa.internal.QueryImpl
 
getSingleResult() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
getSingleResult() - Method in interface org.hibernate.result.ResultSetOutput
Consume the underlying ResultSet with the expectation that there is just a single level of root returns.
getSingularAttribute(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getSingularAttribute(String, Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getSingularAttributeNature() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getSingularAttributeNature() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getSingularAttributeNature() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getSingularAttributeNature() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getSingularAttributeNature() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Obtain the nature of this attribute type.
getSingularAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getSize(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleCollectionTracker
 
getSize(String) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
getSize(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSize(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getSizeInMemory() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
getSizeInMemory() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
The number of bytes is this cache region currently consuming in memory.
getSizeInMemory() - Method in interface org.hibernate.cache.spi.Region
The number of bytes is this cache region currently consuming in memory.
getSizeInMemory() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getSizeInMemory() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getSizeInMemory() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getSizeInMemory() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getSizeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getSizeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getSizeSource() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
getSizeSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the source for the specified column size.
getSkipLockedSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getSnapshot() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Get the current snapshot from the session
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Return a new snapshot of the current state of the collection
getSnapshot(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getSnapshot() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getSnapshot(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the snapshot of the pre-flush collection state
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentBag
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentList
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentMap
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentSet
 
getSnapshotElement(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the snapshot value of the given collection entry
getSort() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sort property.
getSort() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sort property.
getSortKey() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
Locate the specified SortKey.
getSource() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Gets the value of the source property.
getSource() - Method in class org.hibernate.cfg.AttributeConversionInfo
 
getSource() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Deprecated.
getSource() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeEntityIdentifierDescription
 
getSource() - Method in class org.hibernate.loader.plan.build.internal.returns.AnyAttributeFetchImpl
 
getSource() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionAttributeFetchImpl
 
getSource() - Method in class org.hibernate.loader.plan.build.internal.returns.CompositeAttributeFetchImpl
 
getSource() - Method in class org.hibernate.loader.plan.build.internal.returns.EntityAttributeFetchImpl
 
getSource() - Method in class org.hibernate.loader.plan.build.internal.returns.NestedCompositeAttributeFetchImpl
 
getSource() - Method in interface org.hibernate.loader.plan.spi.Fetch
Obtain the owner of this fetch.
getSource() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetch profile source.
getSource() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
 
getSource() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getSource() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getSource() - Method in class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
 
getSourceColumn() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
 
getSourceColumn() - Method in interface org.hibernate.param.ExplicitParameterSpecification
Retrieves the column number (within the ExplicitParameterSpecification.getSourceLine()) where this parameter occurs.
getSourceLine() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
 
getSourceLine() - Method in interface org.hibernate.param.ExplicitParameterSpecification
Retrieves the line number on which this parameter occurs in the source query.
getSourceLocation() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getSourceLocations() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
getSourceName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getSourceName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getSourceName() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
The name of the source.
getSourceProcessOrdering() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getSourceProcessOrdering() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getSourceProcessOrdering() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Retrieve the ordering in which sources should be processed.
getSourceQuery() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getSourceQuery() - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getSourceType() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
What kind of XML element does this information come from?
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getSourceType() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment for the specfied Spatial aggregate expression.
getSpatialDialect(CriteriaQuery, SpatialFunction) - Static method in class org.hibernate.spatial.criterion.ExpressionUtil
Determines the SpatialDialect for the specified CriteriaQuery, and checks if the specified function is supported.
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getSpatialFilterExpression(String) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment for the SQL WHERE-expression when parsing org.hibernate.spatial.criterion.SpatialFilterExpressions into prepared statements.
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getSpatialRelateSQL(String, int) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment for the SQL WHERE-clause when parsing org.hibernatespatial.criterion.SpatialRelateExpressions into prepared statements.
getSpecificContractClass() - Method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
getSpecifiedFlushMode() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getSpecifiedMaxResults() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getSpecifiedTemporalType() - Method in class org.hibernate.jpa.spi.BaseQueryImpl.ParameterBindImpl
 
getSpecifiedTemporalType() - Method in interface org.hibernate.jpa.spi.ParameterBind
The temporal type that will be used to "interpret" Date-like values (if applicable).
getSql() - Method in class org.hibernate.boot.model.CustomSql
 
getSQL() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
getSQL() - Method in exception org.hibernate.JDBCException
Get the actual SQL statement being executed when the exception occurred.
getSQL() - Method in interface org.hibernate.loader.custom.CustomQuery
The SQL query string to be performed.
getSQL() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getSql() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getSql() - Method in interface org.hibernate.result.spi.ResultContext
 
getSql() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
 
getSQLAlias(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the root table alias of an entity
getSQLAlias(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the root table alias of an entity, taking into account the qualifier of the property path
getSQLAlias(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getSQLAlias(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getSQLAliasCount() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getSqlAliasSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
 
getSqlAssignmentFragment() - Method in class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
getSqlAST() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getSqlCreateStrings(AuxiliaryDatabaseObject, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardAuxiliaryDatabaseObjectExporter
 
getSqlCreateStrings(ForeignKey, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardForeignKeyExporter
 
getSqlCreateStrings(Index, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardIndexExporter
 
getSqlCreateStrings(Sequence, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardSequenceExporter
 
getSqlCreateStrings(Table, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
getSqlCreateStrings(Constraint, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardUniqueKeyExporter
 
getSqlCreateStrings(T, Metadata) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for creation.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSQLDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLDeleteStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqlDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicBinder
 
getSqlDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
getSqlDropStrings(AuxiliaryDatabaseObject, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardAuxiliaryDatabaseObjectExporter
 
getSqlDropStrings(ForeignKey, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardForeignKeyExporter
 
getSqlDropStrings(Index, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardIndexExporter
 
getSqlDropStrings(Sequence, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardSequenceExporter
 
getSqlDropStrings(Table, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
getSqlDropStrings(Constraint, Metadata) - Method in class org.hibernate.tool.schema.internal.StandardUniqueKeyExporter
 
getSqlDropStrings(T, Metadata) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for dropping.
getSQLException() - Method in exception org.hibernate.JDBCException
Get the underlying SQLException.
getSqlExceptionConverter() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Access the current exception converter being used internally.
getSQLExceptionConverter() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSQLExceptionConverter() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getSQLExceptionConverter() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSQLExceptionConverter() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the helper for dealing with JDBC SQLException faults.
getSqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for dealing with exceptions.
getSQLExceptionHelper() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSQLExceptionHelper() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getSQLExceptionHelper() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSQLExceptionHelper() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSqlExceptionHelper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getSqlFragment() - Method in interface org.hibernate.hql.internal.ast.TypeDiscriminatorMetadata
Get the sql fragment that is used to determine the actual discriminator value for a row.
getSqlFragment(String) - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
Get the sql fragment that is used to determine the actual discriminator value for a row.
getSQLFunction() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
getSQLFunction() - Method in class org.hibernate.hql.internal.ast.tree.CastFunctionNode
 
getSQLFunction() - Method in interface org.hibernate.hql.internal.ast.tree.FunctionNode
 
getSQLFunction() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getSqlFunctionMap() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getSqlFunctionMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getSqlFunctionMap() - Method in interface org.hibernate.boot.Metadata
 
getSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getSqlFunctionRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSqlFunctionRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSqlFunctionRegistry() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSqlFunctionRegistry() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the SQL function registry/tt> for this context.
getSqlFunctions() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getSqlFunctions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getSqlFunctions() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to any SQL functions explicitly registered with the MetadataBuilder.
getSqlFunctions() - Method in class org.hibernate.cfg.Configuration
 
getSQLIdentityInsertString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
The query that inserts a row, letting the database generate an id
getSqlInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSQLInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLInsertStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLLazySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLLazyUpdateByRowIdStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLLazyUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqlLocations() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo
 
getSQLOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the order by SQL
getSQLParameterMetadata(String) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Obtain the parameter metadata for given native-sql query.
getSqlQuery() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlQuery property.
getSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMappings() - Method in class org.hibernate.cfg.Configuration
 
getSQLSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLState() - Method in exception org.hibernate.JDBCException
Get the X/Open or ANSI SQL SQLState error code from the underlying SQLException.
getSqlStatement() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
getSqlStatement() - Method in interface org.hibernate.loader.plan.exec.spi.LoadQueryDetails
 
getSqlStatementLogger() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getSqlStatementLogger() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for logging SQL statements.
getSqlStatementLogger() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getSqlStatements() - Method in class org.hibernate.hql.internal.ast.exec.BasicExecutor
 
getSqlStatements() - Method in class org.hibernate.hql.internal.ast.exec.MultiTableDeleteExecutor
 
getSqlStatements() - Method in class org.hibernate.hql.internal.ast.exec.MultiTableUpdateExecutor
 
getSqlStatements() - Method in interface org.hibernate.hql.internal.ast.exec.StatementExecutor
 
getSqlStatements() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.DeleteHandler
 
getSqlStatements() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.UpdateHandler
 
getSqlStatements() - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
getSqlStatements() - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
getSqlStateType() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getSqlStateType() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the type of codes the driver says it uses for SQLState.
getSQLString() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
The SQL query string to be called; implemented by all subclasses
getSQLString() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getSQLString() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the SQL string generated by the translator.
getSQLString() - Method in class org.hibernate.loader.custom.CustomLoader
 
getSQLString() - Method in class org.hibernate.loader.hql.QueryLoader
The SQL query string to be called.
getSQLString() - Method in class org.hibernate.loader.JoinWalker
 
getSQLString() - Method in class org.hibernate.loader.Loader
The SQL query string to be called; implemented by all subclasses
getSQLString() - Method in class org.hibernate.loader.OuterJoinLoader
 
getSqlStrings() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getSqlType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the sqlType property.
getSqlType() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the free-hand definition of the column's type.
getSqlType() - Method in class org.hibernate.cfg.Ejb3Column
 
getSqlType(Dialect, Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlType() - Method in class org.hibernate.mapping.Column
 
getSqlType() - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.CharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getSqlType() - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Return the JDBC type-code for the column mapped by this type.
getSqlType() - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
getSqlTypeCode(Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlTypeCode() - Method in class org.hibernate.mapping.Column
Returns the underlying columns sqltypecode.
getSqlTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.Dialect
Returns the SqlTypeDescriptor that should be used to handle the given JDBC type code.
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseDialect
 
getSqlTypes() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
getSqlTypes() - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
Access to the SQL type(s) for this parameter
getSqlUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSQLUpdateByRowIdStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLUpdateRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLWhereString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLWhereString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getStandardServiceRegistryBuilder() - Method in class org.hibernate.cfg.Configuration
Intended for internal testing use only!!!
getStart() - Method in class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
getStart() - Method in class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
getStartTime() - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
getStartTime() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getStartTime() - Method in interface org.hibernate.stat.Statistics
 
getState() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Returns the entity state.
getState() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
Retrieve the cached collection state.
getState() - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
getState() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getState() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getState() - Method in class org.hibernate.event.spi.PreInsertEvent
Getter for property 'state'.
getState() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getState() - Method in class org.hibernate.event.spi.PreUpdateEvent
Retrieves the state to be used in the update.
getStatement() - Method in class org.hibernate.loader.Loader.SqlStatementWrapper
 
getStatement() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.SqlStatementWrapper
 
getStatementInspector() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getStatementInspector() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getStatementInspector() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getStatementInspector() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getStatementInspector() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getStatementInspector() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getStatementInspector() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
getStatementInspector() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getStatementList() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
getStatementPreparer() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getStatementPreparer() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Obtain the statement preparer associated with this JDBC coordinator.
getStatements() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Access to the batch's map of statements (keyed by SQL statement string).
getStatementType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getStatementType() - Method in class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
getStatementType() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
 
getStatementType() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getStatementType() - Method in interface org.hibernate.hql.internal.ast.tree.Statement
Return the main token type representing the type of this statement.
getStatementType() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
getStaticLoadQuery() - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
getStaticLoadQuery() - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
getStaticLoadQuery() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getStatistics() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getStatistics() - Method in class org.hibernate.internal.SessionImpl
 
getStatistics() - Method in interface org.hibernate.Session
Get the statistics for this session.
getStatistics() - Method in interface org.hibernate.SessionFactory
Retrieve the statistics fopr this factory.
getStatisticsEnabled() - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
getStatisticsEnabled() - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
getStatisticsImplementor() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getStatisticsImplementor() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Statistics SPI
getStatisticsImplementor() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getStatus() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
 
getStatus() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getStatus() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getStatus(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Extract the status code from a UserTransaction
getStatus(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Extract the status code from the current Transaction associated with the given TransactionManager
getStatus() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
getStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
getStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
getStatus() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
getStatus() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
getStatus() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
 
getStatus() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
 
getStatus() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
getStatus() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
getStatus() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
getStatus() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator.TransactionDriver
 
getStatus() - Method in interface org.hibernate.Transaction
Get the current local status of this transaction.
getStore() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getStore() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getStoredSnapshot() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getStoredSnapshot() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the snapshot cached by the collection instance
getStrategies() - Method in interface org.hibernate.jpa.spi.IdentifierGeneratorStrategyProvider
set of strategy / generator class pairs to register as accepted strategies
getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
getStrategy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Gets the value of the strategy property.
getStrategy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
Gets the value of the strategy property.
getStrategy() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
getStrategyImplementation() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
 
getStrategyImplementation() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
The strategy implementation class.
getStrategyRegistrationProviders() - Method in interface org.hibernate.jpa.boot.spi.StrategyRegistrationProviderList
 
getStrategyRegistrations() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistrationProvider
Get all StrategyRegistrations announced by this provider.
getStrategyRegistrations() - Method in class org.hibernate.c3p0.internal.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in class org.hibernate.cache.ehcache.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in class org.hibernate.cache.infinispan.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in class org.hibernate.hikaricp.internal.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in class org.hibernate.proxool.internal.StrategyRegistrationProviderImpl
 
getStrategyRole() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
 
getStrategyRole() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
The strategy role.
getStreamAccess() - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
getStreamAccess() - Method in class org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
 
getStreamAccess() - Method in class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
Retrieves access to the InputStream for the class file.
getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
Retrieves access to the InputStream for the mapping file.
getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
Retrieves access to the InputStream for the package-info.class file.
getStreamAccess() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get access to the stream for the entry
getStreamName() - Method in class org.hibernate.boot.archive.internal.ByteArrayInputStreamAccess
 
getStreamName() - Method in class org.hibernate.boot.archive.internal.FileInputStreamAccess
 
getStreamName() - Method in class org.hibernate.boot.archive.internal.UrlInputStreamAccess
 
getStreamName() - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
Get the name of the resource backing the stream
getStreamsForBinaryEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getString(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getString(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getString(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String
getString(String, Map, String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String
getString(String, Map, String, String...) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String.
getString() - Method in class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
getString(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a string.
getString1() - Method in class org.hibernate.jpa.criteria.expression.ConcatExpression
 
getString2() - Method in class org.hibernate.jpa.criteria.expression.ConcatExpression
 
getStringBuilder() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
getStyle() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the style property.
getStyle() - Method in class org.hibernate.engine.FetchStrategy
 
getStyle() - Method in class org.hibernate.engine.profile.Fetch
 
getStyle() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the subclass property.
getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the subclass property.
getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subclass property.
getSubclass() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Hibernate stores all entries pertaining to a given entity hierarchy in a single region.
getSubclass() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getSubclass() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getSubclassClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassColumnAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnLazyiness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Retrieves the defined entity-names for any subclasses defined for this entity.
getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
A request has already identified the entity-name of this persister as the mapping for the given instance.
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassForDiscriminatorValue(Object) - Method in interface org.hibernate.persister.entity.Loadable
Get the concrete subclass corresponding to the given discriminator value
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassFormulaAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassFormulaClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassFormulaLazyiness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassId() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassId() - Method in class org.hibernate.mapping.RootClass
 
getSubclassId() - Method in class org.hibernate.mapping.Subclass
 
getSubclassIterator() - Method in class org.hibernate.mapping.PersistentClass
Iterate over subclasses in a special 'order', most derived subclasses first.
getSubclassJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassPersister() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getSubclassPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).
getSubclassPropertyColumnNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Return the column names used to persist the numbered property of the class or a subclass.
getSubclassPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Return the column names used to persist/query the named property of the class or a subclass (optional operation).
getSubclassPropertyColumnReaderClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in interface org.hibernate.persister.entity.Queryable
Determine whether the given property is declared by our mapped class, our super class, or one of our subclasses...
getSubclassPropertyFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyFormulaTemplateClosure() - Method in interface org.hibernate.persister.entity.Queryable
 
getSubclassPropertyName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the name of the numbered property of the class or a subclass.
getSubclassPropertyNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertySubclassNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Return the table name used to persist the numbered property of the class or a subclass.
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Warning: When there are duplicated property names in the subclasses of the class, this method may return the wrong table number for the duplicated subclass property (note that SingleTableEntityPersister defines an overloaded form which takes the entity name.
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in interface org.hibernate.persister.entity.Queryable
Given a property name, determine the number of the table which contains the column to which this property is mapped.
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyType(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyType(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the type of the numbered property of the class or a subclass.
getSubclassPropertyTypeClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the subclassSubgraph property.
getSubclassTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableName(int) - Method in interface org.hibernate.persister.entity.Queryable
Get the name of the table with the given index from the internal array.
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Gets the value of the subgraph property.
getSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the subgraph property.
getSubgraphs() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
getSubqueries() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
getSubquery() - Method in class org.hibernate.jpa.criteria.expression.SubqueryComparisonModifierExpression
 
getSubquery() - Method in class org.hibernate.jpa.criteria.predicate.ExistsPredicate
 
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the subselect property.
getSubselect() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Retrieve the fetch descriptor associated with the given entity key.
getSubselect() - Method in class org.hibernate.mapping.Table
 
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getSubString(long, int) - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getSubTypes() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getSubTypes() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Access the subtype sources for types extending from this type source,
getSubtypes() - Method in class org.hibernate.type.AnyType
 
getSubtypes() - Method in class org.hibernate.type.ComponentType
 
getSubtypes() - Method in class org.hibernate.type.CompositeCustomType
 
getSubtypes() - Method in interface org.hibernate.type.CompositeType
Get the types of the component properties
getSuccessfulTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getSuccessfulTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getSuccessfulTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getSuccessfulTransactionCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSuccessfulTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have been successful
getSuffix() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffix used to unique the column aliases for this particular alias set.
getSuffix() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffix used to unique the column aliases for this particular alias set.
getSuffix() - Method in class org.hibernate.loader.DefaultEntityAliases
 
getSuffix() - Method in interface org.hibernate.loader.EntityAliases
Returns the suffix used to generate the aliases.
getSuffix() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffix used to unique the column aliases for this particular alias set.
getSuffixedDiscriminatorAlias() - Method in class org.hibernate.loader.DefaultEntityAliases
 
getSuffixedDiscriminatorAlias() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the discriminator columns
getSuffixedElementAliases() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
getSuffixedElementAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
getSuffixedElementAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
getSuffixedIdentifierAlias() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
getSuffixedIdentifierAlias() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
getSuffixedIdentifierAlias() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
getSuffixedIndexAliases() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
getSuffixedIndexAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
getSuffixedIndexAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
getSuffixedKeyAliases() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner).
getSuffixedKeyAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner).
getSuffixedKeyAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
 
getSuffixedKeyAliases() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the primary key columns
getSuffixedKeyAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner).
getSuffixedPropertyAliases(Loadable) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getSuffixedPropertyAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
 
getSuffixedPropertyAliases() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the property columns
getSuffixedPropertyAliases(Loadable) - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the property columns of a subclass
getSuffixedVersionAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
 
getSuffixedVersionAliases() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the version columns
getSuffixes() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getSuffixes() - Method in class org.hibernate.loader.BasicLoader
 
getSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
 
getSuffixes() - Method in class org.hibernate.loader.JoinWalker
 
getSuffixes() - Method in class org.hibernate.loader.OuterJoinLoader
 
getSuperclass() - Method in class org.hibernate.mapping.PersistentClass
 
getSuperclass() - Method in class org.hibernate.mapping.RootClass
 
getSuperclass() - Method in class org.hibernate.mapping.Subclass
 
getSuperclass() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getSuperclassInheritanceState(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.InheritanceState
 
getSuperclassTypeElement(TypeElement) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getSuperMappedSuperclass() - Method in class org.hibernate.mapping.MappedSuperclass
Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @Entity
getSuperMappedSuperclass() - Method in class org.hibernate.mapping.PersistentClass
 
getSuperPersistentClass() - Method in class org.hibernate.mapping.MappedSuperclass
Returns the PersistentClass of the first superclass marked as @Entity or null if none exists
getSuperType() - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
getSuperType() - Method in class org.hibernate.boot.model.source.internal.hbm.SubclassEntitySourceImpl
 
getSuperType() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
 
getSupertype() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
getSupertype() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getSupportedHints() - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
getSupportedHints() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getSupportedSourceVersion() - Method in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
getSynchronizationCallbackCoordinator() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getSynchronizationRegistry() - Method in interface org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryAccess
Obtain the synchronization registry
getSynchronizationStrategy() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
getSynchronizationStrategy() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
getSynchronizationType() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getSynchronize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSynchronizedQuerySpaces() - Method in class org.hibernate.internal.SQLQueryImpl
 
getSynchronizedQuerySpaces() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getSynchronizedQuerySpaces() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl
 
getSynchronizedQuerySpaces() - Method in interface org.hibernate.result.spi.ResultContext
 
getSynchronizedQuerySpaces() - Method in interface org.hibernate.SynchronizeableQuery
Obtain the list of query spaces the query is synchronized on.
getSynchronizedTableNames() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getSynchronizedTableNames() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain any additional table names on which to synchronize (auto flushing) this entity.
getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
Obtain any additional table names on which to synchronize (auto flushing) this entity.
getSynchronizedTables() - Method in class org.hibernate.mapping.Collection
 
getSynchronizedTables() - Method in class org.hibernate.mapping.PersistentClass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.RootClass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.Subclass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.UnionSubclass
 
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the table property.
getTable() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getTable() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.Ejb3Column
Find appropriate table of the column.
getTable() - Method in interface org.hibernate.cfg.PropertyHolder
 
getTable() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the table property.
getTable() - Method in class org.hibernate.mapping.Collection
 
getTable() - Method in class org.hibernate.mapping.Constraint
 
getTable() - Method in class org.hibernate.mapping.Index
 
getTable() - Method in class org.hibernate.mapping.Join
 
getTable() - Method in class org.hibernate.mapping.JoinedSubclass
 
getTable() - Method in class org.hibernate.mapping.OneToMany
Table of the owner entity (the "one" side)
getTable() - Method in class org.hibernate.mapping.PersistentClass
 
getTable() - Method in class org.hibernate.mapping.RootClass
 
getTable() - Method in class org.hibernate.mapping.SimpleValue
 
getTable() - Method in class org.hibernate.mapping.Subclass
 
getTable() - Method in class org.hibernate.mapping.UnionSubclass
 
getTable() - Method in interface org.hibernate.mapping.Value
 
getTable(Identifier, Identifier, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
getTable(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Look for a matching table.
getTable() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
Getter for property 'tableAccessCount'.
getTableAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getTableAlias() - Method in class org.hibernate.loader.plan.exec.internal.EntityReferenceAliasesImpl
 
getTableAlias() - Method in interface org.hibernate.loader.plan.exec.spi.EntityReferenceAliases
Obtain the table alias used for referencing the table of the EntityReference.
getTableAliasForColumn(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableAliasForColumn(String, String) - Method in interface org.hibernate.persister.entity.Loadable
Given a column name and the root table alias in use for the entity hierarchy, determine the proper table alias for the table in that hierarchy that contains said column.
getTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getTableClosureIterator() - Method in class org.hibernate.mapping.RootClass
 
getTableClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getTableComment(String) - Method in class org.hibernate.dialect.Dialect
Get the comment into a form supported for table definition.
getTableComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getTableCreationUniqueConstraintsFragment(Table) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getTableCreationUniqueConstraintsFragment(Table) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the fragment that can be used to apply unique constraints as part of table creation.
getTableExporter() - Method in class org.hibernate.dialect.Dialect
 
getTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the tableGenerator property.
getTableHasColumns() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableId(String, String[]) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableInformation(Identifier, Identifier, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getTableInformation(Namespace.Name, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getTableInformation(QualifiedTableName) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getTableInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
getTableName() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
 
getTableName() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
getTableName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the table in which we store this generator's persistent state.
getTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getTableName() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableName() - Method in interface org.hibernate.persister.entity.Joinable
The table to join to.
getTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.sql.Update
 
getTableNameForLogging(Column) - Method in class org.hibernate.mapping.PrimaryKey
 
getTables() - Method in class org.hibernate.boot.model.relational.Namespace
 
getTableSource() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the table being joined to.
getTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableTypeString() - Method in class org.hibernate.dialect.Dialect
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
 
getTableTypeString() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getTableTypeString() - Method in class org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect
 
getTableUpdateNeeded(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Decide which tables need to be updated.
getTarget() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'target'.
getTargetClass() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
 
getTargetClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
Gets the value of the targetClass property.
getTargetClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the targetClass property.
getTargetClass() - Method in class org.hibernate.loader.custom.ConstructorReturn
 
getTargetClassIfProxied(Class<T>) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
getTargetedQueryable() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.DeleteHandler
 
getTargetedQueryable() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.UpdateHandler
 
getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
getTargetEntity(PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.cfg.ToOneBinder
 
getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the targetEntity property.
getTargetEntityClass(CtClass, CtField) - Static method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesHelper
 
getTargetEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.BidirectionalEntityReferenceImpl
 
getTargetEntityReference() - Method in interface org.hibernate.loader.plan.spi.BidirectionalEntityReference
Get the targeted EntityReference
getTargetFromProxy(SessionFactoryImplementor, HibernateProxy) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getTempClassLoader() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getTempClassLoader() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getTempClassLoader() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access the temporary ClassLoader passed to us as defined by PersistenceUnitInfo.getNewTempClassLoader(), if any.
getTempClassLoader() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getTempClassLoader() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getTempClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getTemplate() - Method in class org.hibernate.dialect.function.TemplateRenderer
 
getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Column
 
getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Formula
 
getTemplate(Dialect, SQLFunctionRegistry) - Method in interface org.hibernate.mapping.Selectable
 
getTemplateFromString(String, SessionFactoryImplementor) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the temporal property.
getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getTempTableDdlTransactionHandling() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getTempTableDdlTransactionHandling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getTenantId() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTenantIdentifier() - Method in interface org.hibernate.engine.spi.SessionImplementor
Match te method on Session and StatelessSession
getTenantIdentifier() - Method in interface org.hibernate.id.enhanced.AccessCallback
Obtain the tenant identifier (multi-tenancy), if one, associated with this callback.
getTenantIdentifier() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getTenantIdentifier() - Method in interface org.hibernate.SharedSessionContract
Obtain the tenant identifier associated with this session.
Getter - Interface in org.hibernate.property.access.spi
The contract for getting value for a persistent property from its container/owner
GetterFieldImpl - Class in org.hibernate.property.access.spi
Field-based implementation of Getter
GetterFieldImpl(Class, String, Field) - Constructor for class org.hibernate.property.access.spi.GetterFieldImpl
 
GetterImpl(String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
GetterMethodImpl - Class in org.hibernate.property.access.spi
 
GetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.GetterMethodImpl
 
getterMethodOrNull(Class, String) - Static method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
getTerracottaHibernateCacheRegionNames() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getTerracottaHibernateCacheRegionNames() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getters - Variable in class org.hibernate.bytecode.internal.javassist.BulkAccessor
 
getters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
gettersOfLazyClassesCannotBeFinal(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
getTestClassMetadata() - Method in class org.hibernate.testing.junit4.CustomRunner
 
getTestInstance() - Method in class org.hibernate.testing.junit4.CustomRunner
 
getText() - Method in class org.hibernate.boot.model.naming.Identifier
Get the identifiers name (text)
getText(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getText(Dialect) - Method in class org.hibernate.mapping.Column
 
getText() - Method in class org.hibernate.mapping.Column
 
getText(Dialect) - Method in class org.hibernate.mapping.Formula
 
getText() - Method in class org.hibernate.mapping.Formula
 
getText(Dialect) - Method in interface org.hibernate.mapping.Selectable
 
getText() - Method in interface org.hibernate.mapping.Selectable
 
getText(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a String using streaming.
getText() - Method in interface org.hibernate.sql.ordering.antlr.Node
Get the intrinsic text of this node.
getTextLength() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getThird() - Method in class org.hibernate.envers.internal.tools.Triple
 
getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
Returns a specific implementation.
getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
Returns a specific implementation.
getTimeout() - Method in interface org.hibernate.BasicQueryContract
Obtain the query timeout in seconds.
getTimeout() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the timeout property.
getTimeout() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the timeout property.
getTimeout() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
getTimeout() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getTimeout() - Method in interface org.hibernate.cache.spi.Region
Get a timeout value.
getTimeout(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getTimeout() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getTimeout() - Method in class org.hibernate.engine.spi.RowSelection
 
getTimeout() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
getTimeout() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
getTimeout() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getTimeout() - Method in class org.hibernate.internal.CriteriaImpl
 
getTimeOut() - Method in class org.hibernate.LockOptions
Retrieve the current timeout setting.
getTimeOut() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
getTimeOut() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getTimeOut() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
 
getTimeOut() - Method in interface org.hibernate.Session.LockRequest
Get the timeout setting.
getTimeout() - Method in interface org.hibernate.Transaction
Retrieve the transaction timeout set for this transaction.
getTimesAccessed() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
How many times has this structure been accessed through this reference?
getTimesAccessed() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getTimesAccessed() - Method in class org.hibernate.id.enhanced.TableStructure
 
getTimestamp() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the timestamp property.
getTimestamp() - Method in class org.hibernate.cache.infinispan.util.TombstoneUpdate
 
getTimestamp() - Method in class org.hibernate.cache.infinispan.util.VersionedEntry
 
getTimestamp() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTimestamp() - Method in interface org.hibernate.engine.spi.SessionImplementor
System time before the start of the transaction
getTimestamp() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getTimestamp() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getTimestamp() - Method in class org.hibernate.internal.SessionImpl
 
getTimestamp() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getTimestampsPutCache(AdvancedCache) - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
getTimestampsPutCache(AdvancedCache) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
getTimeZone(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getTimeZone(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a TimeZone.
getTiming() - Method in class org.hibernate.engine.FetchStrategy
 
getTmAccessClassName() - Method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
 
getToEntityName() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getTokenReplacements() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getTokenTypeName(int) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Returns the token type name for the given token type.
getTokenTypeName(Class, int) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Intended to retrieve the name of an AST token type based on the token type interface.
getTombstoneExpiration() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
getToolingHint(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getToolingHintContext() - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceEmbeddedImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getToolingHintContext() - Method in interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
 
getToolingHintContextBaselineForEmbeddable() - Method in interface org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceContainer
 
getToolingHints() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
Gets the value of the toolingHints property.
getToolingHints() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
 
getToolingHints() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getToolingHints() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getToolingHints() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
getToPropertyNames(String, String, String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getTotalParameterCount() - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionList
The total number of parameter projections of this expression.
getTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
getTransaction() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getTransaction() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getTransaction() - Method in interface org.hibernate.SharedSessionContract
Get the Transaction instance associated with this session.
getTransactionCompletionProcesses() - Method in class org.hibernate.engine.spi.ActionQueue
 
getTransactionCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransactionCoordinator() - Method in interface org.hibernate.engine.spi.SessionImplementor
Retrieve access to the session's transaction coordinator.
getTransactionCoordinator() - Method in class org.hibernate.internal.SessionImpl
 
getTransactionCoordinator() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getTransactionCoordinatorBuilder() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getTransactionCoordinatorBuilder() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Obtain the builder for TransactionCoordinator instances
getTransactionCoordinatorBuilder() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
getTransactionCoordinatorBuilder() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getTransactionCoordinatorBuilder() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
 
getTransactionCoordinatorOwner() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getTransactionCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have completed
getTransactionDriverControl() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
getTransactionDriverControl() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getTransactionDriverControl() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
Get the delegate used by the local transaction driver to control the underlying transaction
getTransactionIdentifier(Transaction) - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionIdentifier(Transaction) - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
getTransactionManager() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getTransactionManager() - Method in class org.hibernate.cache.infinispan.tm.HibernateTransactionManagerLookup
 
getTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
getTransactionManager() - Method in interface org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerAccess
Obtain the transaction manager
getTransactionTimeout() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
getTransactionType() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getTransactionType() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getTransactionType() - Method in class org.hibernate.jpa.boot.internal.SettingsImpl
 
getTransactionType() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getTransactionType() - Method in interface org.hibernate.jpa.boot.spi.Settings
 
getTransactionType() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getTransactionType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the transactionType property.
getTransformer(ClassFilter, FieldFilter) - Method in class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
getTransformer(ClassFilter, FieldFilter) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Generate a ClassTransformer capable of performing bytecode manipulation.
getTransient() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the transient property.
getTransient() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the transient property.
getTransientEntityName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the entity name for the transient entity.
getTranslators() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Access to the underlying translators associated with this query
getTreatAsDeclarationsByPath(String) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getTreatFragment() - Method in class org.hibernate.jpa.criteria.path.RootImpl.TreatedRoot
 
getTreatMap() - Method in class org.hibernate.hql.internal.ast.HqlParser
 
getTrimCharacter() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
getTrimCharacter() - Method in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
getTrimSource() - Method in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
getTrimspec() - Method in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
getTrimSpecification() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
getTruthValue() - Method in class org.hibernate.jpa.criteria.predicate.ExplicitTruthValueCheck
 
getTuplizer() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getTuplizer() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getTuplizerClassMap() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getTuplizerClassMap() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getTuplizerClassMap() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getTuplizerClassMap() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
getTuplizerClassMap() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the named custom tuplizer classes to be used.
getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Component
 
getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.PersistentClass
 
getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Subclass
 
getTuplizerMap() - Method in class org.hibernate.mapping.Component
 
getTuplizerMap() - Method in class org.hibernate.mapping.PersistentClass
 
getTuplizerMap() - Method in class org.hibernate.mapping.Subclass
 
getType() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
getType() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the type property.
getType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SimpleValueTypeInfo
 
getType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TypeContainer
 
getType() - Method in class org.hibernate.boot.jaxb.Origin
Retrieve the type of origin.
getType() - Method in enum org.hibernate.cfg.AccessType
Retrieves the external name for this access type
getType() - Method in class org.hibernate.cfg.InheritanceState
 
getType(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the type of a property path.
getType() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the mapping type of this attribute.
getType() - Method in class org.hibernate.dialect.function.StandardSQLFunction
Function static return type accessor.
getType() - Method in exception org.hibernate.DuplicateMappingException
 
getType() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
getType() - Method in class org.hibernate.engine.spi.TypedValue
 
getType() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getType() - Method in interface org.hibernate.hql.internal.ast.tree.CollectionPropertyReference
 
getType() - Method in class org.hibernate.hql.internal.ast.tree.MapKeyEntityFromElement
 
getType() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getType(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getType() - Method in interface org.hibernate.internal.util.xml.Origin
Retrieve the type of origin.
getType() - Method in class org.hibernate.internal.util.xml.OriginImpl
 
getType() - Method in exception org.hibernate.InvalidMappingException
 
getType() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getType() - Method in class org.hibernate.jpa.internal.metamodel.MapMember
 
getType() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
getType() - Method in class org.hibernate.jpa.TypedParameterValue
The specific Hibernate type to use to bind the value.
getType(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getType() - Method in class org.hibernate.loader.custom.ScalarReturn
 
getType() - Method in class org.hibernate.loader.plan.build.internal.returns.ScalarReturnImpl
 
getType() - Method in class org.hibernate.loader.plan.build.internal.spaces.CompositePropertyMapping
 
getType() - Method in interface org.hibernate.loader.plan.spi.ScalarReturn
Gets the type of the scalar return.
getType() - Method in class org.hibernate.mapping.Any
 
getType() - Method in class org.hibernate.mapping.Collection
 
getType() - Method in class org.hibernate.mapping.Component
 
getType() - Method in class org.hibernate.mapping.DependantValue
 
getType() - Method in class org.hibernate.mapping.ManyToOne
 
getType() - Method in class org.hibernate.mapping.OneToMany
 
getType() - Method in class org.hibernate.mapping.OneToOne
 
getType() - Method in class org.hibernate.mapping.Property
 
getType() - Method in class org.hibernate.mapping.SimpleValue
 
getType() - Method in class org.hibernate.mapping.ToOne
 
getType() - Method in interface org.hibernate.mapping.Value
 
getType() - Method in exception org.hibernate.MappingNotFoundException
Deprecated.
 
getType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getType() - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
getType() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
getType() - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
getType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getType() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getType() - Method in interface org.hibernate.persister.entity.PropertyMapping
Get the type of the thing containing the properties
getType() - Method in interface org.hibernate.persister.entity.SQLLoadable
Get the type
getType() - Method in class org.hibernate.persister.walking.internal.StandardAnyTypeDefinition
 
getType() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Access to the mapping's AnyType
getType() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getType() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
 
getType() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
Returns the collection element type.
getType() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
Returns the collection index type.
getType() - Method in interface org.hibernate.persister.walking.spi.CompositionDefinition
 
getType() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
getType() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl.ParameterMemento
 
getType() - Method in interface org.hibernate.procedure.ParameterRegistration
Obtain the Java type of parameter.
getType(int) - Method in interface org.hibernate.ScrollableResults
Get the type of the ith column of results.
getType() - Method in class org.hibernate.tuple.AbstractAttribute
 
getType() - Method in interface org.hibernate.tuple.Attribute
 
getType() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
getType() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getType() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SimpleValueTypeInfo
 
getTypeAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TypeContainer
 
getTypeClass() - Method in class org.hibernate.mapping.TypeDef
 
getTypeClasses() - Method in class org.hibernate.cache.infinispan.util.Externalizers.UUIDExternalizer
 
getTypeClasses() - Method in class org.hibernate.cache.infinispan.util.FutureUpdate.Externalizer
 
getTypeClasses() - Method in class org.hibernate.cache.infinispan.util.FutureUpdate.ValueExtractorExternalizer
 
getTypeClasses() - Method in class org.hibernate.cache.infinispan.util.Tombstone.ExcludeTombstonesFilterExternalizer
 
getTypeClasses() - Method in class org.hibernate.cache.infinispan.util.Tombstone.Externalizer
 
getTypeClasses() - Method in class org.hibernate.cache.infinispan.util.TombstoneUpdate.Externalizer
 
getTypeClasses() - Method in class org.hibernate.cache.infinispan.util.VersionedEntry.ExcludeEmptyExtractValueExternalizer
 
getTypeClasses() - Method in class org.hibernate.cache.infinispan.util.VersionedEntry.Externalizer
 
getTypeCode() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getTypeCode() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getTypeCode() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getTypeCode() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The JDBC type-code.
getTypeCodes() - Method in enum org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
 
getTypeContributors() - Method in interface org.hibernate.jpa.boot.spi.TypeContributorList
 
getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getTypeDeclaration() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getTypedef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the typedef property.
getTypeDefinition(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getTypeDefinition(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getTypeDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieve a type definition by name.
getTypeDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getTypeDescriptor() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getTypeDescriptor() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getTypeDescriptor() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
getTypedIdentifierValue(Criteria, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
Build a TypedValue for the given identifier value.
getTypedIdentifierValue(Criteria, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getTypeDiscriminatorMetadata() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getTypeDiscriminatorMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTypeDiscriminatorMetadata() - Method in interface org.hibernate.persister.entity.Queryable
Retrieve the information needed to properly deal with this entity's discriminator in a query.
getTypedValue(Criteria, String, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
Build a typed-value for the property/value combo.
getTypedValue(Criteria, String, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
Get the a typed value for the given property value.
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.BetweenExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Criterion
Return typed values for all parameters in the rendered SQL fragment
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierEqExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IlikeExpression
Deprecated.
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.InExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Junction
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LikeExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LogicalExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NaturalIdentifier
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotNullExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NullExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleSubqueryExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SizeExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLCriterion
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.DWithinExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.HavingSridExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.IsEmptyExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.SpatialFilter
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.SpatialRelateExpression
 
getTypeElement() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getTypeElement() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
getTypeElement() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getTypeElementForFullyQualifiedName(String) - Method in class org.hibernate.jpamodelgen.Context
 
getTypeFactory() - Method in class org.hibernate.type.TypeResolver
 
getTypeHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTypeHelper() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getTypeHelper() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getTypeHelper() - Method in class org.hibernate.internal.SessionImpl
 
getTypeHelper() - Method in interface org.hibernate.Session
Convenience access to the TypeHelper associated with this session's SessionFactory.
getTypeHelper() - Method in interface org.hibernate.SessionFactory
Retrieve this factory's TypeHelper.
getTypeImplementorClass() - Method in class org.hibernate.boot.model.TypeDefinition
 
getTypeIndex() - Method in class org.hibernate.mapping.Column
 
getTypeInfoForJdbcCode(int) - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getTypeInfoForJdbcCode(int) - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Find type information for the type identified by the given "JDBC type code".
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain information about the Hibernate type (Type) for this attribute.
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain information about the Hibernate type (Type) for the collection id
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
Obtain information about the Hibernate index type (Type) for this plural attribute index.
getTypeInfoSet() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getTypeInfoSet() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Set of type info reported by the driver.
getTypeName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getTypeName() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSource
Decode the name that we should expect to be used elsewhere to reference the modeled entity by decoding the entity-name/class-name combo.
getTypeName() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Get the name of this type.
getTypeName() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getTypeName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself
getTypeName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getTypeName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getTypeName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given Types typecode.
getTypeName(int, long, int, int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given Types typecode with the given storage specification parameters.
getTypeName(int, int, int, int) - Method in class org.hibernate.dialect.Teradata14Dialect
Get the name of the database type associated with the given java.sql.Types typecode.
getTypeName(int, int, int, int) - Method in class org.hibernate.dialect.TeradataDialect
Get the name of the database type associated with the given java.sql.Types typecode.
getTypeName() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getTypeName() - Method in class org.hibernate.jpa.internal.metamodel.AbstractType
Obtains the type name.
getTypeName() - Method in class org.hibernate.mapping.Collection
 
getTypeName() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeName(int, long, int, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getTypeName(int, long, int, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
getTypeName() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
Returns the Oracle type name for SDOGeometry.
getTypeName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getTypeName() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getTypeName() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The database specific type name.
getTypeName(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
Get the type name as in the static field names defined on Types.
getTypeOverrides() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Returns an unmodifiable map containing configured entity/collection type configuration overrides.
getTypeParameters() - Method in class org.hibernate.mapping.Collection
 
getTypeParameters() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeResolver() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getTypeResolver() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getTypeResolver() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getTypeResolver() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getTypeResolver() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
getTypeResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getTypeResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieve the Type resolver associated with this factory.
getTypeResolver() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
 
getTypes(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Types returned by the rendered SQL fragment.
getTypes(String, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Get the return types for a particular user-visible alias.
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
getTypes() - Method in class org.hibernate.criterion.SubqueryExpression
 
getTypes() - Method in class org.hibernate.internal.AbstractQueryImpl
Retreives the list of parameter types bound to this query for ordinal parameters.
getTypes() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjection
 
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
 
getTypeUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the type of a property path.
getTypeUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getTypeUtils() - Method in class org.hibernate.jpamodelgen.Context
 
getUid() - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
 
getUid() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
The uid/alias which uniquely identifies this QuerySpace.
getUnderlyingMember(XProperty) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
 
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.BlobImplementer
Gets access to the data underlying this BLOB.
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.ClobImplementer
Gets access to the data underlying this CLOB.
getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getUninitializedFields() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
Access to all currently uninitialized fields
getUninstantiatableClass() - Method in exception org.hibernate.InstantiationException
Returns the Class we were attempting to instantiate.
getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the unionSubclass property.
getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the unionSubclass property.
getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the unionSubclass property.
getUniqueChild(Element, String) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Gets the child of the specified element having the specified unique name.
getUniqueChildContent(Element, String) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Macro to get the content of a unique child element.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the uniqueConstraint property.
getUniqueCounter() - Method in class org.hibernate.cfg.FkSecondPass
 
getUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.Dialect
Get the UniqueDelegate supported by this dialect
getUniqueDelegate() - Method in class org.hibernate.dialect.InformixDialect
 
getUniqueInteger() - Method in class org.hibernate.mapping.Table
 
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the uniqueKey property.
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the uniqueKey property.
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the uniqueKey property.
getUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getUniqueKeyConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getUniqueKeyConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getUniqueKeyConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getUniqueKeyConstraintNames() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
getUniqueKeyConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
 
getUniqueKeyExporter() - Method in class org.hibernate.dialect.Dialect
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.Table
 
getUniqueKeyName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getUnit() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getUnjoinedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Build an iterator over the properties defined on this class which are not defined as part of a join.
getUnknownSqlResultSetMappingName() - Method in exception org.hibernate.procedure.UnknownSqlResultSetMappingException
 
getUnquotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getUnsavedIdentifierValue(String, Getter, Type, Constructor) - Static method in class org.hibernate.engine.internal.UnsavedValueFactory
Return an IdentifierValue for the specified unsaved-value.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
Returns the "unsaved" entity identifier value.
getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.VersionAttributeSource
 
getUnsavedValue() - Method in class org.hibernate.tuple.entity.VersionProperty
 
getUnsavedValue() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
getUnsavedValue() - Method in class org.hibernate.tuple.IdentifierProperty
 
getUnsavedVersionValue(String, Getter, VersionType, Constructor) - Static method in class org.hibernate.engine.internal.UnsavedValueFactory
Return an IdentifierValue for the specified unsaved-value.
getUpdateCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getUpdateCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
getUpdateCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Amount of update ops on the entity
getUpdateCount() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
getUpdateCount() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
getUpdateCount() - Method in interface org.hibernate.result.UpdateCountOutput
Retrieve the associated update count
getUpdateCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getUpdateCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getUpdateId(Object, EntityPersister, Serializable, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Determine the id to use for updating.
getUpdateId(Object, EntityPersister, Serializable, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultUpdateEventListener
If the user specified an id, assign it to the instance and use that, otherwise use the id already assigned to the instance
getUpdateTimestampsCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
Get UpdateTimestampsCache instance managed by the SessionFactory.
getUpdateTimestampsCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getUpdateTimestampsCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the cache of table update timestamps
getUpdateTimestampsCache() - Method in class org.hibernate.internal.CacheImpl
 
getUpdateTimestampsCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getUpdateTimestampsCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getUpdateTimestampsCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of timestamps successfully retrieved from cache
getUpdateTimestampsCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getUpdateTimestampsCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of tables for which no update timestamps was *not* found in cache
getUpdateTimestampsCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getUpdateTimestampsCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of timestamps put in cache
getUpperBound() - Method in class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
getUrl() - Method in class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
getURLFromPath(String) - Static method in class org.hibernate.boot.archive.internal.ArchiveHelper
get the URL from a given path string
getURLFromPath(String) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
getURLFromPath(String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
getURLFromPath(String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Deprecated.
Not used!
getURLFromPath(String) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
 
getUsage() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getUsage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the usage property.
getUsage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the usage property.
getUsage() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the usage property.
getUserAliases() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getUserResourceAsStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
 
getUserType() - Method in class org.hibernate.type.CompositeCustomType
 
getUserType() - Method in class org.hibernate.type.CustomCollectionType
 
getUserType() - Method in class org.hibernate.type.CustomType
 
getUserWhereClauseFragment() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
getUtilizedFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getUtName() - Method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
 
getUUID() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getUUID() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getUUID() - Method in interface org.hibernate.boot.Metadata
Gets the UUID for this metamodel.
getUUID() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getUuid() - Method in class org.hibernate.cache.infinispan.access.FutureUpdateSynchronization
 
getUuid() - Method in class org.hibernate.cache.infinispan.access.TombstoneSynchronization
 
getUuid() - Method in class org.hibernate.cache.infinispan.util.FutureUpdate
 
getValidationMode() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getValidationMode() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getValidationMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getValidationMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the validationMode property.
getValidationModes() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the requested validation mode(s).
getValidatorFactoryReference() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
getValidatorFactoryReference() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
getValidatorFactoryReference() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
getValidatorFactoryReference() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
getValidatorFactoryReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getValidatorFactoryReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getValue() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the value property.
getValue(T, T) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
getValue() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getValue() - Method in class org.hibernate.cache.infinispan.util.FutureUpdate
 
getValue() - Method in class org.hibernate.cache.infinispan.util.TombstoneUpdate
 
getValue() - Method in class org.hibernate.cache.infinispan.util.VersionedEntry
 
getValue() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
getValue() - Method in class org.hibernate.cfg.FkSecondPass
 
getValue() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getValue() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getValue() - Method in interface org.hibernate.collection.spi.PersistentCollection
Return the user-visible collection (or array) instance
getValue() - Method in class org.hibernate.criterion.SimpleExpression
 
getValue() - Method in class org.hibernate.engine.spi.TypedValue
 
getValue(String) - Method in class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
getValue() - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
getValue(R) - Method in interface org.hibernate.envers.internal.tools.graph.GraphDefiner
 
getValue() - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getValue() - Method in class org.hibernate.hql.internal.ast.tree.NullNode
 
getValue() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityMapEntry
 
getValue() - Method in class org.hibernate.internal.util.ValueHolder
 
getValue() - Method in class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
getValue() - Method in class org.hibernate.jpa.spi.BaseQueryImpl.ParameterBindImpl
 
getValue() - Method in interface org.hibernate.jpa.spi.ParameterBind
Access the bound value
getValue() - Method in class org.hibernate.jpa.TypedParameterValue
The value to bind
getValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
Gets the value of the value property.
getValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Gets the value of the value property.
getValue() - Method in class org.hibernate.mapping.Column
 
getValue() - Method in class org.hibernate.mapping.MetaAttribute
 
getValue() - Method in class org.hibernate.mapping.Property
 
getValue() - Method in class org.hibernate.procedure.internal.ParameterBindImpl
 
getValue() - Method in interface org.hibernate.procedure.ParameterBind
Retrieves the bound value.
getValueColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store our persistent generator value.
getValueColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the valueColumnName property.
getValueGenerationStrategy() - Method in class org.hibernate.mapping.Property
 
getValueGenerationStrategy() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getValueGenerationStrategy() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getValueGenerationStrategy() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getValueGenerator() - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
getValueGenerator() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
getValueGenerator() - Method in interface org.hibernate.tuple.InMemoryValueGenerationStrategy
Obtain the in-VM value generator.
getValueGenerator() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
getValueGenerator() - Method in interface org.hibernate.tuple.ValueGeneration
Obtain the in-VM value generator.
getValueGenerator() - Method in class org.hibernate.tuple.VmValueGeneration
 
getValueHandler() - Method in class org.hibernate.jpa.criteria.expression.AbstractTupleElement
 
getValueHandler() - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
getValueHandler() - Method in interface org.hibernate.jpa.criteria.TupleElementImplementor
 
getValueHandlers() - Method in class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl
 
getValueHandlers() - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
getValueHandlers() - Method in class org.hibernate.jpa.criteria.expression.SelectionImpl
 
getValueHandlers() - Method in interface org.hibernate.jpa.criteria.SelectionImplementor
 
getValueHandlers() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions
Get the conversions for the individual tuples in the query results.
getValueMappings() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getValueMappingSources() - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition
 
getValueMappingSources() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Gets the value of the valueMappingSources property.
getValueMappingSources() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingBindingDefinition
Get the JAXB mappings for each defined value return in the ResultSet mapping.
getValues() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getValues() - Method in class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
getValues() - Method in interface org.hibernate.envers.internal.tools.graph.GraphDefiner
 
getValues() - Method in class org.hibernate.internal.AbstractQueryImpl
Retreives the list of parameter values bound to this query for ordinal parameters.
getValues() - Method in class org.hibernate.jpa.criteria.predicate.InPredicate
 
getValues() - Method in class org.hibernate.mapping.MetaAttribute
 
getVerEntCfg() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getVersion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the version property.
getVersion(Object) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
getVersion() - Method in class org.hibernate.cache.infinispan.util.VersionedEntry
 
getVersion() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Retrieves the version (optimistic locking) associated with this cache entry.
getVersion() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getVersion() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getVersion() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getVersion(Object[], EntityPersister) - Static method in class org.hibernate.engine.internal.Versioning
Extract the optimistic locking value out of the entity state snapshot.
getVersion() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getVersion(Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
getVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the version property.
getVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the version property.
getVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
Gets the value of the version property.
getVersion() - Method in class org.hibernate.mapping.MappedSuperclass
 
getVersion() - Method in class org.hibernate.mapping.PersistentClass
 
getVersion() - Method in class org.hibernate.mapping.RootClass
 
getVersion() - Method in class org.hibernate.mapping.Subclass
 
getVersion(Object) - Method in interface org.hibernate.metadata.ClassMetadata
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersion(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersion(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersion(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getVersion(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the value of the version property from the given entity.
getVersionAttributeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getVersionAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the source information about the attribute used for optimistic locking.
getVersionColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionColumnName() - Method in interface org.hibernate.persister.entity.Lockable
For versioned entities, get the name of the column (again, expected on the root table) used to store the version values.
getVersionComparator() - Method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
 
getVersionComparator() - Method in interface org.hibernate.cache.spi.CacheDataDescription
Get the comparator used to compare two different version values.
getVersionComparator() - Method in interface org.hibernate.cache.spi.OptimisticCacheSource
Get the comparator used to compare two different version values.
getVersionComparator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersioned(Object, Object, long) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
getVersionedTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionGetter() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getVersionGetter() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Retrieve the getter for the version property.
getVersionProperty() - Method in interface org.hibernate.metadata.ClassMetadata
Get the index of the version property
getVersionProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
If EntityPersister.isVersioned(), then what is the index of the property holding the locking value.
getVersionProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getVersionPropertyIndex() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getVersionSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionsMiddleEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getVersionString() - Static method in class org.hibernate.jpamodelgen.Version
 
getVersionString() - Static method in class org.hibernate.Version
Access to the Hibernate version.
getVersionType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionType() - Method in interface org.hibernate.persister.entity.EntityPersister
If EntityPersister.isVersioned(), then what is the type of the property holding the locking value.
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Cache71Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.H2Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.HSQLDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.InformixDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.MySQL5Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Teradata14Dialect
 
getViolatedConstraintNameExtracter() - Method in interface org.hibernate.exception.spi.ConversionContext
 
getWalker() - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
getWalker() - Method in interface org.hibernate.hql.internal.ast.tree.Statement
Retreive the "phase 2" walker which generated this statement tree.
getWebSphereVersion() - Method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
 
getWhenClauses() - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
getWhenClauses() - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the where property.
getWhere() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getWhere() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getWhere() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getWhere() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getWhere() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the specified extra where condition to be applied to this entity.
getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getWhere() - Method in class org.hibernate.mapping.Collection
 
getWhere() - Method in class org.hibernate.mapping.PersistentClass
 
getWhere() - Method in class org.hibernate.mapping.RootClass
 
getWhere() - Method in class org.hibernate.mapping.Subclass
 
getWhereClause() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
getWhereClause() - Method in interface org.hibernate.hql.internal.ast.tree.RestrictableStatement
Retreives the where-clause defining the restriction(s) in effect for this statement.
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
getWhereColumn() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getWhereColumns() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getWhereColumnType() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getWhereCondition() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getWhereFragment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getWhereFragment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
Use the discriminator, to narrow the select to instances of the queried subclass, also applying any filters.
getWhereJoin() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getWithClause() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getWithClause(PropertyPath) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getWithClause(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getWithClause(PropertyPath) - Method in class org.hibernate.loader.JoinWalker
 
getWithClauseFragment() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getWithClauseJoinAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getWrapped() - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
getWrappedBlob() - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Access to the wrapped Blob reference
getWrappedBlob() - Method in interface org.hibernate.engine.jdbc.WrappedBlob
Retrieve the wrapped Blob reference
getWrappedClob() - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
Access to the wrapped Clob reference
getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedClob
Retrieve the wrapped Blob reference
getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedNClob
Deprecated.
getWrappedNClob() - Method in interface org.hibernate.engine.jdbc.WrappedNClob
Retrieve the wrapped Blob reference
getWrappedObject() - Method in interface org.hibernate.engine.jdbc.spi.JdbcWrapper
Retrieve the wrapped JDBC object.
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.BooleanDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ByteDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.CharacterDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.DoubleDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.FloatDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.IntegerDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.LongDescriptor
 
getWrapperClass() - Method in interface org.hibernate.internal.util.type.PrimitiveWrapperHelper.PrimitiveWrapperDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ShortDescriptor
 
getWrapperOptions() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getWrapperOptions() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getWrapperOptions() - Method in interface org.hibernate.type.descriptor.WrapperOptionsContext
Obtain the WrapperOptions for this context.
getWrite() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the write property.
getWriteExpr() - Method in class org.hibernate.mapping.Column
 
getWriteFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
A SQL fragment to apply to the column value on write.
getWriteLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire WRITE locks for this dialect.
getWriteLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Teradata14Dialect
 
getXClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
getXClass() - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
 
getXmlBindings() - Method in class org.hibernate.boot.MetadataSources
 
getXMLContext() - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getXmlHelper() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getXmlHelper() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getXmlMapping() - Method in class org.hibernate.envers.internal.entities.IdMappingData
 
getXmlMappingBinderAccess() - Method in class org.hibernate.boot.MetadataSources
 
getXmlMappingBindings() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getXmlMappingBindings() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to binding for all known XML mapping files.
getXmlMappingMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Gets the value of the xmlMappingMetadataComplete property.
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Ugh.
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
 
getXmlRelationMapping() - Method in class org.hibernate.envers.internal.entities.IdMappingData
 
getXMLTree(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getXsdName() - Method in exception org.hibernate.internal.util.xml.XsdException
 
GLOBAL_WITH_MODIFIED_FLAG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Globally activates modified properties flag feature.
GlobalConfiguration - Class in org.hibernate.envers.configuration.internal
 
GlobalConfiguration(EnversService, Map) - Constructor for class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
GLOBALLY_QUOTED_IDENTIFIERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Should all database identifiers be quoted.
GlobalTemporaryTableBulkIdStrategy - Class in org.hibernate.hql.spi.id.global
Strategy based on ANSI SQL's definition of a "global temporary table".
GlobalTemporaryTableBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
GlobalTemporaryTableBulkIdStrategy(AfterUseAction) - Constructor for class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
GlobalTemporaryTableBulkIdStrategy(IdTableSupport, AfterUseAction) - Constructor for class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
globalTimeout - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
 
goToNext() - Method in class org.hibernate.result.internal.OutputsImpl
 
goToNext() - Method in interface org.hibernate.result.Outputs
Go to the next Output object (if any), returning an indication of whether there was another (aka, will the next call to Outputs.getCurrent() return null?
grant - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
GrantedPermission - Class in org.hibernate.secure.spi
Describes a Hibernate (persistence) permission.
GrantedPermission(String, String, String) - Constructor for class org.hibernate.secure.spi.GrantedPermission
 
GraphDefiner<V,R> - Interface in org.hibernate.envers.internal.tools.graph
Defines a graph, where each vertex has a representation, which identifies uniquely a value.
GraphNodeImplementor - Interface in org.hibernate.graph.spi
 
GraphTopologicalSort - Class in org.hibernate.envers.internal.tools.graph
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
greaterThan(Expression<? extends Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
greaterThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is more restrictive than the given lock mode.
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
greatest(Expression<X>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
GREATEST(CriteriaBuilderImpl, Expression<X>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.GREATEST
 
group() - Method in class org.hibernate.criterion.Property
Creates a projection for this property as a group expression
GROUP - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
GROUP - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
GROUP - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
GROUP_ID - Static variable in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
Group id for all sampled mbeans registered
groupBy(Expression<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
groupBy(Expression<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
groupByClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
GroupByParser - Class in org.hibernate.hql.internal.classic
Parses the GROUP BY clause of an aggregate query
GroupByParser() - Constructor for class org.hibernate.hql.internal.classic.GroupByParser
 
groupClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
groupExprs(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
groupProperty(String) - Static method in class org.hibernate.criterion.Projections
A grouping property value projection
GroupsPerOperation - Class in org.hibernate.cfg.beanvalidation
 
GroupsPerOperation.Operation - Enum in org.hibernate.cfg.beanvalidation
 
gt(Object) - Method in class org.hibernate.criterion.Property
Create a greater-than restriction based on this property
gt(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query greater-than expression for this property
gt(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than" constraint to the named property
gt(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being greater-than the value in the subquery result.
gt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint
GT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
GT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
GT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
gt(Expression<? extends Number>, Number) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
gtAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-all sub-query expression for this property.
gtAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than ALL the values in the subquery result.
gtProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an greater-than restriction between 2 properties
gtProperty(String) - Method in class org.hibernate.criterion.Property
Creates an greater-than restriction between 2 properties
gtProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than" constraint to two properties
gtProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint to another property
gtSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-some sub-query expression for this property.
gtSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than SOME of the values in the subquery result.
guessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
guessEntityName(Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
The guessed entity name for an entity not in an association
guessEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
guessEntityName(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
guessType(Class) - Method in class org.hibernate.internal.AbstractQueryImpl
 
guidGenerated(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
GUIDGenerator - Class in org.hibernate.id
Generates string values using the SQL Server NEWID() function.
GUIDGenerator() - Constructor for class org.hibernate.id.GUIDGenerator
 

H

H2Dialect - Class in org.hibernate.dialect
A dialect compatible with the H2 database.
H2Dialect() - Constructor for class org.hibernate.dialect.H2Dialect
Constructs a H2Dialect
HANAColumnStoreDialect - Class in org.hibernate.dialect
An SQL dialect for HANA.
HANAColumnStoreDialect() - Constructor for class org.hibernate.dialect.HANAColumnStoreDialect
 
HANARowStoreDialect - Class in org.hibernate.dialect
An SQL dialect for HANA.
HANARowStoreDialect() - Constructor for class org.hibernate.dialect.HANARowStoreDialect
 
handleAddedParametersOnDelete(PreparedStatement, SessionImplementor) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
handleAddedParametersOnDelete(PreparedStatement, SessionImplementor) - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
handleAddedParametersOnUpdate(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
handleAddedParametersOnUpdate(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
handleAndClearWarnings(Connection, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
General purpose handling of warnings associated with a JDBC Connection.
handleAndClearWarnings(Statement, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
General purpose handling of warnings associated with a JDBC Statement.
handleAssociationAttribute(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
handleAssociationAttribute(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
 
handleClass(ClassDescriptor, boolean) - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
handleCompositeAttribute(AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
handleDotIdent() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
This method looks ahead and converts .
handleDotIdent() - Method in class org.hibernate.hql.internal.ast.HqlParser
 
handleEntityNotFound(String, Serializable) - Method in class org.hibernate.boot.internal.StandardEntityNotFoundDelegate
 
handleEntityNotFound(String, Serializable) - Method in interface org.hibernate.proxy.EntityNotFoundDelegate
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.spi.ClassFileArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in interface org.hibernate.boot.archive.spi.ArchiveEntryHandler
Handle the entry
handleEvent(ValidationEvent) - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
handleEviction(Object, EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Called on Session.evict(java.lang.Object) to give a chance to clean up natural-id cross refs.
handleExplicitName(String, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
Called when the user has supplied an explicit name for the database object.
handleIdentifierError(Token, RecognitionException) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
This method is overriden in the sub class in order to provide the 'keyword as identifier' hack.
handleIdentifierError(Token, RecognitionException) - Method in class org.hibernate.hql.internal.ast.HqlParser
Overrides the base behavior to retry keywords as identifiers.
handleInterception(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
handleMappingFile(MappingFileDescriptor, boolean) - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
handleNaturalIdPostSaveNotifications(Serializable) - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Handle sending notifications needed for natural-id after saving
handleNaturalIdPreSaveNotifications() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Handle sending notifications needed for natural-id before saving
handleNonstopCacheException(NonStopCacheException) - Method in class org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler
Handle NonStopCacheException.
handlePackage(PackageDescriptor, boolean) - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
handlePersistenceException(PersistenceException) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
handlePersistenceException(PersistenceException) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Handles marking for rollback and other such operations that need to occur depending on the type of exception being handled.
handlePrependedParametersOnIdSelection(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
handlePrependedParametersOnIdSelection(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
handlePrependedParametersOnIdSelection(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
handlePrependedParametersOnIdSelection(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
handlePropertyBeingDereferenced(Type, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
handleRead(String, String) - Method in interface org.hibernate.bytecode.internal.javassist.FieldFilter
Should the given field be read intercepted?
handleReadAccess(String, String) - Method in interface org.hibernate.bytecode.internal.javassist.FieldFilter
Should read access to the given field be intercepted?
handleResultVariableRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
handleResultVariableRef(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
handleSynchronization(EntityPersister, Serializable, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Part of the "load synchronization process".
handleTombstoneUpdate(MVCCEntry, TombstoneUpdate) - Method in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor
 
handleWarning(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Handle an individual warning in the stack.
handleWarning(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
 
handleWrite(String, String) - Method in interface org.hibernate.bytecode.internal.javassist.FieldFilter
Should the given field be write intercepted?
handleWriteAccess(String, String) - Method in interface org.hibernate.bytecode.internal.javassist.FieldFilter
Should write access to the given field be intercepted?
handlingTransientEntity() - Method in interface org.hibernate.internal.CoreMessageLogger
 
HARD_QUOTE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
HARD_QUOTE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
hasAfterTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasAliasSpecificLockModes() - Method in class org.hibernate.LockOptions
Does this LockOptions object define alias-specific lock modes?
hasAlterTable() - Method in class org.hibernate.dialect.Cache71Dialect
 
hasAlterTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the ALTER TABLE syntax?
hasAlterTable() - Method in class org.hibernate.dialect.ProgressDialect
 
hasAnnotation(CtField, Class<? extends Annotation>) - Static method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesHelper
 
hasAnnotation(CtClass, String, Class<? extends Annotation>) - Static method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesHelper
 
hasAnyQueuedActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasAnyReturns() - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
hasAnyScalarReturns() - Method in class org.hibernate.loader.plan.build.internal.LoadPlanImpl
 
hasAnyScalarReturns() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
Convenient form of checking LoadPlan.getReturns() for scalar root returns.
hasArguments() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.CastFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.CharIndexFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.ConvertFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.DerbyConcatFunction
Does this function have any arguments?
hasArguments() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.NvlFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
hasArguments() - Method in interface org.hibernate.dialect.function.SQLFunction
Does this function have any arguments?
hasArguments() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
hasArguments() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
hasArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
hasAuditedEntities() - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
hasAutoDiscoverScalarTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
hasBeforeTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasBidirectionalEntityReferences() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeEntityIdentifierDescription
 
hasBidirectionalEntityReferences() - Method in class org.hibernate.loader.plan.build.internal.returns.SimpleEntityIdentifierDescriptionImpl
 
hasBidirectionalEntityReferences() - Method in interface org.hibernate.loader.plan.spi.EntityIdentifierDescription
Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any bidirectional entity references?
hasBind(SessionFactory) - Static method in class org.hibernate.context.internal.ManagedSessionContext
Check to see if there is already a session associated with the current thread for the given session factory.
hasCache() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasCache() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection role cacheable
hasCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCache() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this class have a cache.
hasCacheablePersister() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
hasCascades() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCascades() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity has any non-none cascading.
hasCascades() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasChanged() - Method in class org.hibernate.envers.query.criteria.AuditId
 
hasChanged() - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
hasCheckConstraint() - Method in class org.hibernate.mapping.Column
 
hasCollectionFecthes() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
hasCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity contains references to persistent collections.
hasCollections() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasContext() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
hasCustomAccessors - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
hasCustomAccessors - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
hasCustomRead() - Method in class org.hibernate.mapping.Column
 
hasDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.Cache71Dialect
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getIdentityColumnSupport() should be overridden instead; if getIdentityColumnSupport().hasDataTypeInIdentityColumn() does not delegate to this method, then this method is ignored.
hasDataTypeInIdentityColumn() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Whether this dialect have an Identity clause added to the data type or a completely separate identity data type
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.InformixDialect
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.Ingres10Dialect
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
hasDeclaredVersionAttribute() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
hasDenormalizedTables() - Method in class org.hibernate.mapping.Table
 
hasDirtyCollection() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasEmbeddedCompositeIdentifier() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.RootClass
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.Subclass
 
hasEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
hasEmbeddedParameters() - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated.
Determine whether this node contains embedded parameters.
hasEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
hasEnabledFetchProfiles() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
Does this entity exist in this context, associated with an EntityEntry?
hasErrors() - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
hasExactlyOneChild(AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
hasExtendedReturns() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl.ProcedureCurrentReturnState
 
hasExtendedReturns() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
hasFetches() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeEntityIdentifierDescription
 
hasFetches() - Method in class org.hibernate.loader.plan.build.internal.returns.SimpleEntityIdentifierDescriptionImpl
 
hasFetches() - Method in interface org.hibernate.loader.plan.spi.EntityIdentifierDescription
Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any fetches?
hasFilterCondition() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
hasFilterCondition() - Method in class org.hibernate.sql.JoinFragment
True if the where fragment is from a filter condition.
hasFirstRow(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
Is a first row limit indicated?
hasFormula() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
hasFormula() - Method in class org.hibernate.mapping.Collection
 
hasFormula() - Method in class org.hibernate.mapping.OneToMany
 
hasFormula() - Method in class org.hibernate.mapping.SimpleValue
 
hasFormula() - Method in interface org.hibernate.mapping.Value
 
hasFormulaProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasFunction(String) - Method in class org.hibernate.dialect.function.SQLFunctionRegistry
Does this registry contain the named function
hash(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
calculate the array hash (only the first level)
hash(char[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
calculate the array hash (only the first level)
hash(byte[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
calculate the array hash (only the first level)
hashCode() - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
hashCode() - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
hashCode() - Method in class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
hashCode() - Method in class org.hibernate.boot.jaxb.Origin
 
hashCode() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
hashCode() - Method in class org.hibernate.boot.model.naming.Identifier
 
hashCode() - Method in class org.hibernate.boot.model.relational.Namespace
 
hashCode() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
hashCode() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
hashCode() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
hashCode() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
hashCode() - Method in class org.hibernate.boot.model.TypeDefinition
 
hashCode() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
hashCode(Object) - Method in class org.hibernate.cache.infinispan.TypeEquivalance
 
hashCode() - Method in class org.hibernate.cache.infinispan.util.BeginInvalidationCommand
 
hashCode() - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
hashCode() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
hashCode() - Method in class org.hibernate.cache.spi.FilterKey
 
hashCode() - Method in class org.hibernate.cache.spi.QueryKey
 
hashCode() - Method in class org.hibernate.cfg.FkSecondPass
 
hashCode() - Method in class org.hibernate.collection.internal.PersistentBag
 
hashCode() - Method in class org.hibernate.collection.internal.PersistentList
 
hashCode() - Method in class org.hibernate.collection.internal.PersistentMap
 
hashCode() - Method in class org.hibernate.collection.internal.PersistentSet
 
hashCode() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
hashCode() - Method in class org.hibernate.engine.spi.AssociationKey
 
hashCode() - Method in class org.hibernate.engine.spi.CollectionKey
 
hashCode() - Method in class org.hibernate.engine.spi.EntityKey
 
hashCode() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
hashCode() - Method in class org.hibernate.engine.spi.TypedValue
 
hashCode() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
hashCode() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
hashCode() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
hashCode() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
hashCode() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
hashCode() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
hashCode(Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
hashCode() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
hashCode() - Method in class org.hibernate.envers.internal.tools.Triple
 
hashCode() - Method in class org.hibernate.envers.tools.Pair
 
hashCode() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
hashCode() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityKey
 
hashCode() - Method in class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
hashCode() - Method in class org.hibernate.mapping.Column
 
hashCode() - Method in class org.hibernate.mapping.FetchProfile
 
hashCode() - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
hashCode() - Method in class org.hibernate.mapping.Table
 
hashCode() - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
hashCode() - Method in class org.hibernate.spatial.jts.Circle
 
hashCode() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
hashCode() - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Define our hashCode by our defined constructor's hasCode.
hashCode() - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
hashCode() - Method in class org.hibernate.transform.CacheableResultTransformer
 
hashCode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
hashCode(Object) - Method in class org.hibernate.type.EnumType
 
hashCode(Object) - Method in interface org.hibernate.usertype.CompositeUserType
Get a hashcode for the instance, consistent with persistence "equality"
hashCode(Object) - Method in interface org.hibernate.usertype.UserType
Get a hashcode for the instance, consistent with persistence "equality"
hashedName(String) - Method in class org.hibernate.boot.model.naming.NamingHelper
Hash a constraint name using MD5.
hashedName(String) - Static method in class org.hibernate.mapping.Constraint
Hash a constraint name using MD5.
hashKey(K) - Method in class org.hibernate.service.internal.ConcurrentServiceBinding
 
hasHolder() - Method in class org.hibernate.type.ArrayType
 
hasHolder() - Method in class org.hibernate.type.CollectionType
 
hasIdClass() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
hasIdClassOrEmbeddedId() - Method in class org.hibernate.cfg.InheritanceState
 
hasIdentifier - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
hasIdentifierMapper() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
hasIdentifierMapper() - Method in class org.hibernate.tuple.IdentifierProperty
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
hasIdentifierProperty() - Method in interface org.hibernate.metadata.ClassMetadata
Does this class have an identifier property?
hasIdentifierProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasIdentifierProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the entity has a particular property holding the identifier value.
hasImmutableNaturalId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasIndex() - Method in interface org.hibernate.metadata.CollectionMetadata
Is this collection indexed?
hasIndex - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an "indexed" collection? (list or map)
hasInsertGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasInsertGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on insert?
hasInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasLazyLoadableAttributes(CtClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
hasLazyLoadableAttributes(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class define any lazy loadable attributes?
hasLazyProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasLazyProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity defines any lazy properties (ala bytecode instrumentation).
hasLazyProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasLoadingCollectionEntries() - Method in class org.hibernate.engine.loading.internal.LoadContexts
Do we currently have any internal entries corresponding to loading collections?
hasManyToManyOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasManyToManyOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
hasMaxRows(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
Is a max row limit indicated?
hasMoreResults() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
hasMutableProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasMutableProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether any properties of this entity are considered mutable.
hasMutableProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNamedParameters() - Method in class org.hibernate.internal.AbstractQueryImpl
Does this query contain named parameters?
hasNamespace(StartElement) - Static method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
hasNaturalId() - Method in class org.hibernate.mapping.PersistentClass
 
hasNaturalIdCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasNaturalIdCache() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this class have a natural id cache
hasNaturalIdentifier() - Method in interface org.hibernate.metadata.ClassMetadata
Does this entity declare a natural id?
hasNaturalIdentifier() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasNaturalIdentifier() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity defines a natural identifier.
hasNaturalIdentifier() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNext() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
hasNext() - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
hasNext() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
hasNext() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
hasNext() - Method in class org.hibernate.hql.internal.ast.util.ASTIterator
 
hasNext() - Method in class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
hasNext() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
hasNext() - Method in class org.hibernate.internal.IteratorImpl
 
hasNext() - Method in class org.hibernate.internal.util.collections.EmptyIterator
 
hasNext() - Method in class org.hibernate.internal.util.collections.JoinedIterator
 
hasNext() - Method in class org.hibernate.internal.util.collections.LazyIterator
 
hasNext() - Method in class org.hibernate.internal.util.collections.SingletonIterator
 
hasNext() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
 
hasNext() - Method in class org.hibernate.internal.util.xml.FilteringXMLEventReader
 
hasNonIdentifierPropertyNamedId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNonReadOnlyEntities() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
hasNonReadOnlyEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
hasNotChanged() - Method in class org.hibernate.envers.query.criteria.AuditId
 
hasNotChanged() - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
hasNotNullProperty() - Method in class org.hibernate.type.AnyType
 
hasNotNullProperty() - Method in class org.hibernate.type.ComponentType
 
hasNotNullProperty() - Method in class org.hibernate.type.CompositeCustomType
 
hasNotNullProperty() - Method in interface org.hibernate.type.CompositeType
Convenience method to quickly check CompositeType.getPropertyNullability() for any non-nullable sub-properties.
hasOrder - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
hasOrder() - Method in class org.hibernate.mapping.Collection
 
hasOrderByClause() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
hasOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an ordered collection? (An ordered collection is ordered by the initialization operation, not by sorting that happens in memory, as in the case of a sorted collection.)
hasOrphanDelete() - Method in interface org.hibernate.engine.spi.CascadeStyle
Do we need to delete orphaned collection elements?
hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
hasOrphanDelete() - Method in class org.hibernate.mapping.Collection
 
hasOrphanDelete() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasOrphanDelete() - Method in interface org.hibernate.persister.collection.CollectionPersister
Does this collection implement "orphan delete"?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.CastFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.CharIndexFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.ConvertFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.DerbyConcatFunction
If there are no arguments, are parentheses required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.NvlFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
hasParenthesesIfNoArguments() - Method in interface org.hibernate.dialect.function.SQLFunction
If there are no arguments, are parentheses required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
hasParentProperty() - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
hasParentProperty() - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Does the component managed by this tuuplizer contain a parent property?
hasParentProperty() - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
hasParents() - Method in class org.hibernate.cfg.InheritanceState
 
hasPhysicalDiscriminatorColumn(Queryable) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Does the given persister define a physical discriminator column for the purpose of inheritance discrimination?
hasPojoRepresentation() - Method in class org.hibernate.mapping.Component
 
hasPojoRepresentation() - Method in class org.hibernate.mapping.PersistentClass
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityInsertAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
hasPostCreateCallbacks(Class) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
hasPostCreateCallbacks(Class) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
hasPostRemoveCallbacks(Class) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
hasPostRemoveCallbacks(Class) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
hasPostUpdateCallbacks(Class) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
hasPostUpdateCallbacks(Class) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
hasPreInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasPreUpdateGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasPrevious() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
hasPrimaryKey() - Method in class org.hibernate.mapping.Table
 
hasProjection - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
hasProjection() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
hasProperty(String) - Method in class org.hibernate.mapping.MappedSuperclass
Check to see if this MappedSuperclass defines a property with the given name.
hasProperty(String) - Method in class org.hibernate.mapping.PersistentClass
Check to see if this PersistentClass defines a property with the given name.
hasProxy() - Method in interface org.hibernate.metadata.ClassMetadata
Does this class support dynamic proxies?
hasProxy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasProxy() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity supports dynamic proxies.
hasProxy() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
hasProxy() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Does this entity, for this mode, present a possibility for proxying?
hasQueuedOperations() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
hasQueuedOperations() - Method in interface org.hibernate.collection.spi.PersistentCollection
Does this instance have any "queued" operations?
hasRegisteredCallbacks(Class, CallbackType) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
hasRegisteredCallbacks(Class, Class) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
hasRegisteredCallbacks(Class, CallbackType) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
Do we have any registered callbacks of the given type for the given entity?
hasRegisteredCallbacks(Class, Class) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
hasRegisteredLoadingCollectionEntries() - Method in class org.hibernate.engine.loading.internal.LoadContexts
Do we currently have any registered internal entries corresponding to loading collections?
hasRegisteredResources() - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
hasRegisteredResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Does this registry currently have any registered resources?
hasRegistrations() - Method in class org.hibernate.internal.SessionFactoryRegistry
Does this registry currently contain registrations?
hasRestriction() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
hasRestriction(PropertyPath) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
hasRestriction(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
hasRestriction(PropertyPath) - Method in class org.hibernate.loader.JoinWalker
 
hasRestriction() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
hasRowId() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasRowId() - Method in interface org.hibernate.persister.entity.Loadable
Does the result set contain rowids?
hasRowSelection() - Method in class org.hibernate.engine.spi.QueryParameters
 
hasSelectBeforeUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.Cache71Dialect
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.Dialect
Does the database/driver have bug in deleting rows that refer to other rows being deleted in the same query?
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect
 
HasSelfReferentialForeignKeyBugCheck() - Constructor for class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
 
hasSequentialSelect() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSequentialSelect() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
hasSettingForUsingModifiedFlag() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
hasSiblings() - Method in class org.hibernate.cfg.InheritanceState
 
hasSingleIdAttribute() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
hasSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
hasSubclasses() - Method in interface org.hibernate.metadata.ClassMetadata
Does this entity have mapped subclasses?
hasSubclasses() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSubclasses() - Method in interface org.hibernate.persister.entity.Loadable
Does this persistent class have subclasses?
hasSubclasses() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasSubselectFetches() - Method in interface org.hibernate.loader.plan.exec.internal.FetchStats
Were any subselect fetches encountered?
hasSubselectLoadableCollections() - Method in class org.hibernate.loader.Loader
 
hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.PersistentClass
 
hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.Subclass
 
hasSubselectLoadableCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSubselectLoadableCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity contains references to persistent collections which are fetchable by subselect?
hasText(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
hasThetaJoins() - Method in class org.hibernate.sql.JoinFragment
Determine if the join fragment contained any theta-joins.
hasUninitializedLazyProperties(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasUninitializedLazyProperties(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Does the given instance have any uninitialized lazy properties?
hasUninitializedLazyProperties(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
hasUninitializedLazyProperties(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Does the given entity instance have any currently uninitialized lazy properties?
hasUninitializedLazyProperties(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
hasUnresolvedEntityInsertActions() - Method in class org.hibernate.engine.spi.ActionQueue
Are there unresolved entity insert actions that depend on non-nullable associations with a transient entity?
hasUpdateGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasUpdateGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on update?
hasUpdateGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasVersionAttribute() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
hasWhere - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasWhere() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasWhere() - Method in interface org.hibernate.persister.collection.QueryableCollection
Does this collection role have a where clause filter?
hasWhere() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasWhereClause() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
hasWhereClause() - Method in interface org.hibernate.hql.internal.ast.tree.RestrictableStatement
Does this statement tree currently contain a where clause?
HAVING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
HAVING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
HAVING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
having(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
having(Predicate...) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
having(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
having(Predicate...) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
havingClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HavingParser - Class in org.hibernate.hql.internal.classic
Parses the having clause of a hibernate query and translates it to an SQL having clause.
HavingParser() - Constructor for class org.hibernate.hql.internal.classic.HavingParser
 
havingSRID(String, int) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "having srid" constraint to the named property
HavingSridExpression - Class in org.hibernate.spatial.criterion
A Criterion constraining a geometry property to have a specified SRID.
HavingSridExpression(String, int) - Constructor for class org.hibernate.spatial.criterion.HavingSridExpression
Constructs an instance for the specified property and srid
HBM2DDL_AUTO - Static variable in interface org.hibernate.cfg.AvailableSettings
Auto export/update schema using hbm2ddl tool.
HBM2DDL_IMPORT_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
Comma-separated names of the optional files containing SQL DML statements executed during the SessionFactory creation.
HBM2DDL_IMPORT_FILES_SQL_EXTRACTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
String reference to ImportSqlCommandExtractor implementation class.
HBM2DLL_CREATE_NAMESPACES - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether to automatically create also the database schema/catalog.
HBM_DTD_MAPPING - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
HBM_XSD_MAPPING - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
HBM_XSD_MAPPING2 - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
HbmEventReader - Class in org.hibernate.boot.jaxb.internal.stax
A StAX EventReader for hbm.xml files to add namespaces in documents not containing namespaces.
HbmEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.HbmEventReader
 
HbmEventReader(XMLEventReader, XMLEventFactory) - Constructor for class org.hibernate.boot.jaxb.internal.stax.HbmEventReader
 
HbmLocalMetadataBuildingContext - Interface in org.hibernate.boot.model.source.internal.hbm
Access to contextual information specific to a hbm.xml mapping.
HbmMetadataSourceProcessorImpl - Class in org.hibernate.boot.model.source.internal.hbm
MetadataSourceProcessor implementation for processing hbm.xml mapping documents.
HbmMetadataSourceProcessorImpl(ManagedResources, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
HbmMetadataSourceProcessorImpl(Collection<Binding>, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
HBXML_FILES - Static variable in interface org.hibernate.jpa.AvailableSettings
 
HCANNHelper - Class in org.hibernate.cfg.annotations
Manage the various fun-ness of dealing with HCANN...
HCANNHelper() - Constructor for class org.hibernate.cfg.annotations.HCANNHelper
 
headMap(Object) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
headMap(K) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
headSet(Object) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
headSet(U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
Helper - Class in org.hibernate.boot.model.source.internal.hbm
 
Helper() - Constructor for class org.hibernate.boot.model.source.internal.hbm.Helper
 
Helper - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
Helper(Helper.Consumer) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.Helper
 
Helper - Class in org.hibernate.hql.spi.id.local
 
Helper - Class in org.hibernate.hql.spi.id.persistent
 
Helper - Class in org.hibernate.id.uuid
TODO : javadoc
Helper - Class in org.hibernate.jpa.boot.internal
 
Helper() - Constructor for class org.hibernate.jpa.boot.internal.Helper
 
Helper() - Constructor for class org.hibernate.jpa.criteria.ParameterContainer.Helper
 
Helper - Class in org.hibernate.jpa.internal.metamodel
 
Helper(SessionFactoryImplementor) - Constructor for class org.hibernate.jpa.internal.metamodel.Helper
 
Helper - Class in org.hibernate.testing.junit4
Centralized utility functionality
Helper.AttributeSource - Interface in org.hibernate.jpa.internal.metamodel
 
Helper.ComponentAttributeSource - Class in org.hibernate.jpa.internal.metamodel
 
Helper.EntityPersisterAttributeSource - Class in org.hibernate.jpa.internal.metamodel
 
Helper.InLineViewNameInferrer - Interface in org.hibernate.boot.model.source.internal.hbm
 
HEMLogging - Class in org.hibernate.jpa.internal
Sad when you need helpers for generating loggers...
heuristicType(String) - Method in class org.hibernate.internal.TypeLocatorImpl
 
heuristicType(String) - Method in class org.hibernate.type.TypeResolver
heuristicType(String, Properties) - Method in class org.hibernate.type.TypeResolver
Uses heuristics to deduce the proper Type given a string naming the type or Java class.
heuristicType(String) - Method in interface org.hibernate.TypeHelper
Uses heuristics to deduce the proper Type given a string naming the type or Java class.
HEX_DIGIT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Hibernate - Class in org.hibernate
Provides access to the full range of Hibernate built-in types.
HIBERNATE_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
HIBERNATE_CONFIGURATION_URI - Static variable in class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor
 
HIBERNATE_LOG_EXCEPTION_STACK_TRACE_PROPERTY - Static variable in class org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler
Property name for logging the stack trace of the nonstop cache exception too.
HIBERNATE_THROW_EXCEPTION_ON_TIMEOUT_PROPERTY - Static variable in class org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler
Property name which set as "true" will throw exceptions on timeout with hibernate
HibernateBundleActivator - Class in org.hibernate.osgi
This BundleActivator provides three different uses of Hibernate in OSGi environments: 1.) Enterprise OSGi JPA: The OSGi container/runtime is in charge of managing all of the client bundles' persistence units.
HibernateBundleActivator() - Constructor for class org.hibernate.osgi.HibernateBundleActivator
 
hibernateClassLoader() - Static method in class org.hibernate.internal.util.SerializationHelper
 
hibernateConnectionPoolSize(int, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
HibernateEhcacheUtils - Class in org.hibernate.cache.ehcache.internal.util
Copy of Ehcache utils into Hibernate code base
HibernateEntityManager - Interface in org.hibernate.ejb
Deprecated.
HibernateEntityManager - Interface in org.hibernate.jpa
Additional contract for Hibernate implementations of EntityManager providing access to various Hibernate specific functionality.
HibernateEntityManagerEventListener - Interface in org.hibernate.jpa.event.internal.core
Marker interface for handling listener duplication checking (to avoid multiple registrations).
HibernateEntityManagerFactory - Interface in org.hibernate.ejb
Deprecated.
HibernateEntityManagerFactory - Interface in org.hibernate.jpa
Contract giving access to the underlying SessionFactory from an EntityManagerFactory
HibernateEntityManagerFactoryAware - Interface in org.hibernate.jpa.spi
Internal contact for things that have HibernateEntityManagerFactory access.
HibernateEntityManagerImplementor - Interface in org.hibernate.ejb
Deprecated.
HibernateEntityManagerImplementor - Interface in org.hibernate.jpa.spi
Additional internal contracts for the Hibernate EntityManager implementation.
HibernateEntityManagerImplementor.QueryOptions - Interface in org.hibernate.jpa.spi
 
HibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator - Interface in org.hibernate.jpa.spi
 
HibernateError - Exception in org.hibernate
Marks a group of exceptions that generally indicate an internal Hibernate error or bug.
HibernateError(String) - Constructor for exception org.hibernate.HibernateError
Constructs HibernateError with the condition message.
HibernateError(String, Throwable) - Constructor for exception org.hibernate.HibernateError
Constructs HibernateError with the condition message and cause.
HibernateException - Exception in org.hibernate
The base exception type for Hibernate exceptions.
HibernateException(String) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given exception message.
HibernateException(Throwable) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given message and underlying cause.
HibernateException(String, Throwable) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given message and underlying cause.
HibernateIterator - Interface in org.hibernate.engine
Hibernate-specific iterator that may be closed
HibernateNonstopCacheExceptionHandler - Class in org.hibernate.cache.ehcache.internal.nonstop
Class that takes care of NonStopCacheException that happens in hibernate module
HibernatePersistence - Class in org.hibernate.ejb
Deprecated.
HibernatePersistence() - Constructor for class org.hibernate.ejb.HibernatePersistence
Deprecated.
 
HibernatePersistenceProvider - Class in org.hibernate.jpa
The Hibernate PersistenceProvider implementation
HibernatePersistenceProvider() - Constructor for class org.hibernate.jpa.HibernatePersistenceProvider
 
hibernateProviderNamesContain(String) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Is the requested provider name one of the recognized Hibernate provider names?
HibernateProxy - Interface in org.hibernate.proxy
Marker interface for entity proxies
HibernateProxyHelper - Class in org.hibernate.proxy
Utility methods for working with proxies.
HibernateQuery - Interface in org.hibernate.ejb
Deprecated.
Use HibernateQuery instead
HibernateQuery - Interface in org.hibernate.jpa
Marker interface for Hibernate generated JPA queries so that we can access the underlying Hibernate query objects.
HibernateSchemaManagementTool - Class in org.hibernate.tool.schema.internal
The standard Hibernate implementation for performing schema management.
HibernateSchemaManagementTool() - Constructor for class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
HibernateSpatialConfigurationSettings - Class in org.hibernate.spatial
Hibernate Spatial specific configuration settings.
HibernateSpatialConfigurationSettings() - Constructor for class org.hibernate.spatial.HibernateSpatialConfigurationSettings
 
HibernateStatsImpl - Class in org.hibernate.cache.ehcache.management.impl
Implementation of HibernateStats

HibernateStatsImpl(SessionFactory) - Constructor for class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
Constructor accepting the backing SessionFactory
HibernateTransactionManagerLookup - Class in org.hibernate.cache.infinispan.tm
Hibernate transaction manager lookup class for Infinispan, so that Hibernate's transaction manager can be hooked onto Infinispan.
HibernateTransactionManagerLookup(SessionFactoryOptions, Properties) - Constructor for class org.hibernate.cache.infinispan.tm.HibernateTransactionManagerLookup
Transaction manager lookup constructor.
HibernateTraversableResolver - Class in org.hibernate.cfg.beanvalidation
Use Hibernate metadata to ignore cascade on entities.
HibernateTraversableResolver(EntityPersister, ConcurrentHashMap<EntityPersister, Set<String>>, SessionFactoryImplementor) - Constructor for class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
HibernateTypeSource - Interface in org.hibernate.boot.model.source.spi
Source-agnostic descriptor for explicit user-supplied Hibernate type information
HibernateTypeSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
HibernateTypeSourceImpl(TypeContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
HibernateTypeSourceImpl(String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
HibernateTypeSourceImpl(String, Map<String, String>) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
HibernateTypeSourceImpl(JavaTypeDescriptor) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
HibernateTypeSourceImpl(String, JavaTypeDescriptor) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
HIKARI_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for proxool connection pooling
HikariConfigurationUtil - Class in org.hibernate.hikaricp.internal
Utility class to map Hibernate properties to HikariCP configuration properties.
HikariConfigurationUtil() - Constructor for class org.hibernate.hikaricp.internal.HikariConfigurationUtil
 
HikariCPConnectionProvider - Class in org.hibernate.hikaricp.internal
HikariCP Connection provider for Hibernate.
HikariCPConnectionProvider() - Constructor for class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
hikariProviderClassNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
HILO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
HiLoOptimizer - Class in org.hibernate.id.enhanced
Optimizer which applies a 'hilo' algorithm in memory to achieve optimization.
HiLoOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.HiLoOptimizer
Constructs a HiLoOptimizer
hint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
hint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
hint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
HINT_CACHE_MODE - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying the cache mode (CacheMode) to be in effect for the execution of the hinted query.
HINT_CACHE_REGION - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying the name of the cache region (within Hibernate's query result cache region) to use for storing the query results.
HINT_CACHEABLE - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying whether the query results should be cached for the next (cached) execution of the "same query".
HINT_COMMENT - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying a comment which is to be embedded into the SQL sent to the database.
HINT_FETCH_SIZE - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying a JDBC fetch size, used when executing the resulting SQL.
HINT_FETCHGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Hint providing a "fetchgraph" EntityGraph.
HINT_FLUSH_MODE - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying the flush mode (FlushMode) to be in effect for the execution of the hinted query.
HINT_LOADGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Hint providing a "loadgraph" EntityGraph.
HINT_NATIVE_LOCKMODE - Static variable in class org.hibernate.jpa.QueryHints
 
HINT_READONLY - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying that objects loaded into the persistence context as a result of this query execution should be associated with the persistence context as read-only.
HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
hitCount - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
hit count
hitRatio - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
hit ratio
HolderInstantiator - Class in org.hibernate.hql.internal
 
HolderInstantiator(ResultTransformer, String[]) - Constructor for class org.hibernate.hql.internal.HolderInstantiator
 
honoringOptimizerSetting(String, String, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
hql(String, Long, Long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
HQL_BULK_ID_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
 
HQL_COLLECTION_PROPERTIES - Static variable in class org.hibernate.hql.internal.CollectionProperties
 
HQL_SEPARATORS - Static variable in class org.hibernate.hql.internal.classic.ParserHelper
 
HQL_SEPARATORS_BITSET - Static variable in class org.hibernate.hql.internal.classic.ParserHelper
 
HQL_VARIABLE_PREFIX - Static variable in class org.hibernate.hql.internal.classic.ParserHelper
 
HqlASTFactory - Class in org.hibernate.hql.internal.ast
User: Joshua Davis
Date: Sep 23, 2005
Time: 12:30:01 PM
HqlASTFactory() - Constructor for class org.hibernate.hql.internal.ast.HqlASTFactory
 
HqlBaseLexer - Class in org.hibernate.hql.internal.antlr
Hibernate Query Language Lexer
This lexer provides the HQL parser with tokens.
HqlBaseLexer(InputStream) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
HqlBaseLexer(Reader) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
HqlBaseLexer(InputBuffer) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
HqlBaseLexer(LexerSharedInputState) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
HqlBaseParser - Class in org.hibernate.hql.internal.antlr
Hibernate Query Language Grammar
This grammar parses the query language for Hibernate (an Open Source, Object-Relational mapping library).
HqlBaseParser(TokenBuffer, int) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HqlBaseParser(TokenBuffer) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HqlBaseParser(TokenStream, int) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HqlBaseParser(TokenStream) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HqlBaseParser(ParserSharedInputState) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HqlParser - Class in org.hibernate.hql.internal.ast
Implements the semantic action methods defined in the HQL base parser to keep the grammar source file a little cleaner.
HQLQueryPlan - Class in org.hibernate.engine.query.spi
Defines a query execution plan for an HQL query (or filter).
HQLQueryPlan(String, boolean, Map<String, Filter>, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.HQLQueryPlan
Constructs a HQLQueryPlan
HQLQueryPlan(String, boolean, Map<String, Filter>, SessionFactoryImplementor, EntityGraphQueryHint) - Constructor for class org.hibernate.engine.query.spi.HQLQueryPlan
 
HQLQueryPlan(String, String, boolean, Map<String, Filter>, SessionFactoryImplementor, EntityGraphQueryHint) - Constructor for class org.hibernate.engine.query.spi.HQLQueryPlan
 
HqlSqlBaseWalker - Class in org.hibernate.hql.internal.antlr
Hibernate Query Language to SQL Tree Transform.
This is a tree grammar that transforms an HQL AST into a intermediate SQL AST with bindings to Hibernate interfaces (Queryable, etc.).
HqlSqlBaseWalker() - Constructor for class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
HqlSqlTokenTypes - Interface in org.hibernate.hql.internal.antlr
 
HqlSqlWalker - Class in org.hibernate.hql.internal.ast
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
HqlSqlWalker(QueryTranslatorImpl, SessionFactoryImplementor, HqlParser, Map, String) - Constructor for class org.hibernate.hql.internal.ast.HqlSqlWalker
Create a new tree transformer.
HqlSqlWalkerNode - Class in org.hibernate.hql.internal.ast.tree
A semantic analysis node, that points back to the main analyzer.
HqlSqlWalkerNode() - Constructor for class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
HqlToken - Class in org.hibernate.hql.internal.ast
A custom token class for the HQL grammar.
HqlToken() - Constructor for class org.hibernate.hql.internal.ast.HqlToken
 
HqlTokenTypes - Interface in org.hibernate.hql.internal.antlr
 
HqlTupleElementImpl(int, String, Type) - Constructor for class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
HqlTupleImpl(Object[]) - Constructor for class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
HSMessageLogger - Interface in org.hibernate.spatial
The logger interface for the Hibernate Spatial module.
HSQLCaseFragment - Class in org.hibernate.sql
The HSQL CASEWHEN function.
HSQLCaseFragment() - Constructor for class org.hibernate.sql.HSQLCaseFragment
 
hsqldbSupportsOnlyReadCommittedIsolation() - Method in interface org.hibernate.internal.CoreMessageLogger
 
HSQLDialect - Class in org.hibernate.dialect
An SQL dialect compatible with HSQLDB (HyperSQL).
HSQLDialect() - Constructor for class org.hibernate.dialect.HSQLDialect
Constructs a HSQLDialect
hydrate(ResultSet, Serializable, Object, Loadable, String[][], boolean, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Unmarshall the fields of a persistent instance from a result set, without resolving associations or collections.
hydrate(ResultSet, Serializable, Object, Loadable, String[][], boolean, SessionImplementor) - Method in interface org.hibernate.persister.entity.Loadable
Retrieve property values from one row of a result set
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Extract a value from the JDBC result set.
HydratedCompoundValueHandler - Interface in org.hibernate.persister.spi
Where to begin...
HydratedEntityRegistration - Class in org.hibernate.loader.plan.exec.process.internal
 
hydrateEntityState(ResultSet, ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl
 
hydrateEntityState(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 
hydrateIdentifier(ResultSet, ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl
 
hydrateIdentifier(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 
hydratingEntitiesCount(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 

I

id - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
id() - Static method in class org.hibernate.criterion.Projections
An identifier value projection.
id - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
id - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
id() - Static method in class org.hibernate.envers.query.AuditEntity
 
ID - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
id - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
Id - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Id() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Id
 
id - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
id - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
ID_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ID_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
idbag(String, String) - Method in class org.hibernate.type.TypeFactory
 
IdBagBinder - Class in org.hibernate.cfg.annotations
 
IdBagBinder() - Constructor for class org.hibernate.cfg.annotations.IdBagBinder
 
idClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
IdClass - Class in org.hibernate.jpamodelgen.xml.jaxb
 
IdClass() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.IdClass
 
idClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
IDENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IDENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IDENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
IdentifiableTypeSource - Interface in org.hibernate.boot.model.source.spi
Common contract between Entity and MappedSuperclass sources.
Identifier - Class in org.hibernate.boot.model.naming
Models an identifier (name), which may or may not be quoted.
Identifier(String, boolean) - Constructor for class org.hibernate.boot.model.naming.Identifier
Constructs an identifier instance.
identifier() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
identifier(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
Identifier(String, Class<Y>, AbstractManagedType<X>, Member, Type<Y>, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl.Identifier
 
IDENTIFIER_GENERATOR_STRATEGY_PROVIDER - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
if possible wait of Hibernate 4.1 and theService registry (MutableIdentifierGeneratorStrategy service)
IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.loader.PropertyPath
 
IDENTIFIER_NORMALIZER - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The key under whcih to find the ObjectNameNormalizer in the config param map.
IDENTIFIER_PLACEHOLDER - Static variable in class org.hibernate.envers.query.criteria.AuditId
 
IdentifierAttribute - Interface in org.hibernate.tuple
 
IdentifierBag - Class in org.hibernate.mapping
An IdentifierBag has a primary key consisting of just the identifier column
IdentifierBag(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
 
IdentifierBagType - Class in org.hibernate.type
 
IdentifierBagType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.IdentifierBagType
 
IdentifierCaseStrategy - Enum in org.hibernate.engine.jdbc.env.spi
An enumeration of the way DatabaseMetaData might store and return identifiers
IdentifierCollection - Class in org.hibernate.mapping
A collection with a synthetic "identifier" column
IdentifierCollection(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
 
identifierColumnName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IdentifierEqAuditExpression - Class in org.hibernate.envers.query.criteria.internal
A criterion that expresses that the id of an entity is equal or not equal to some specified value.
IdentifierEqAuditExpression(Object, boolean) - Constructor for class org.hibernate.envers.query.criteria.internal.IdentifierEqAuditExpression
 
IdentifierEqExpression - Class in org.hibernate.criterion
An identifier constraint
IdentifierEqExpression(Object) - Constructor for class org.hibernate.criterion.IdentifierEqExpression
Constructs an IdentifierEqExpression
IdentifierGeneratingInsert - Class in org.hibernate.id.insert
Nothing more than a distinguishing subclass of Insert used to indicate intent.
IdentifierGeneratingInsert(Dialect) - Constructor for class org.hibernate.id.insert.IdentifierGeneratingInsert
 
IdentifierGenerationException - Exception in org.hibernate.id
Thrown by IdentifierGenerator implementation class when ID generation fails.
IdentifierGenerationException(String) - Constructor for exception org.hibernate.id.IdentifierGenerationException
 
IdentifierGenerationException(String, Throwable) - Constructor for exception org.hibernate.id.IdentifierGenerationException
 
identifierGenerator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
IdentifierGenerator - Interface in org.hibernate.id
The general contract between a class that generates unique identifiers and the Session.
IdentifierGeneratorAggregator - Interface in org.hibernate.id
Identifies generators which potentially aggregate other PersistentIdentifierGenerator generators.
IdentifierGeneratorDefinition - Class in org.hibernate.boot.model
Identifier generator definition, should be immutable.
IdentifierGeneratorDefinition(String, String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition.Builder - Class in org.hibernate.boot.model
 
IdentifierGeneratorDefinitionBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
IdentifierGeneratorDefinitionBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.IdentifierGeneratorDefinitionBinder
 
IdentifierGeneratorFactory - Interface in org.hibernate.id.factory
Contract for a factory of IdentifierGenerator instances.
IdentifierGeneratorHelper - Class in org.hibernate.id
Factory and helper methods for IdentifierGenerator framework.
IdentifierGeneratorHelper.BasicHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigDecimalHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigIntegerHolder - Class in org.hibernate.id
 
IdentifierGeneratorStrategyProvider - Interface in org.hibernate.ejb.cfg.spi
Deprecated.
IdentifierGeneratorStrategyProvider - Interface in org.hibernate.jpa.spi
Provide a set of IdentifierGenerator strategies allowing to override the Hibernate Core default ones
IdentifierHelper - Interface in org.hibernate.engine.jdbc.env.spi
Helper for handling Identifier instances.
identifierHelper() - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
IdentifierHelperBuilder - Class in org.hibernate.engine.jdbc.env.spi
Builder for IdentifierHelper instances.
IdentifierLoadAccess<T> - Interface in org.hibernate
Loads an entity by its primary identifier.
IdentifierProjection - Class in org.hibernate.criterion
A property value, or grouped property value
IdentifierProjection() - Constructor for class org.hibernate.criterion.IdentifierProjection
Constructs a non-grouped identifier projection
IdentifierProperty - Class in org.hibernate.tuple
Represents a defined entity identifier property within the Hibernate runtime-metamodel.
IdentifierProperty(String, Type, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Construct a non-virtual identifier property.
IdentifierProperty(Type, boolean, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Construct a virtual IdentifierProperty.
identifiers - Variable in class org.hibernate.collection.internal.PersistentIdentifierBag
 
identifierSelectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
identifierSelectFragment(String, String) - Method in interface org.hibernate.persister.entity.Queryable
Given a query alias and an identifying suffix, render the identifier select fragment.
IdentifierSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of identifier information for the entity.
IdentifierSourceAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
Additional contract describing the source of an identifier mapping whose nature is EntityIdentifierNature.AGGREGATED_COMPOSITE.
IdentifierSourceNonAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
Additional contract describing the source of an identifier mapping whose nature is EntityIdentifierNature.NON_AGGREGATED_COMPOSITE.
IdentifierSourceSimple - Interface in org.hibernate.boot.model.source.spi
Additional contract describing the source of an identifier mapping whose nature is simple.
IdentifierType<T> - Interface in org.hibernate.type
Additional contract for a Type may be used for a discriminator.
IdentifierValue - Class in org.hibernate.engine.spi
A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.
IdentifierValue() - Constructor for class org.hibernate.engine.spi.IdentifierValue
 
IdentifierValue(Serializable) - Constructor for class org.hibernate.engine.spi.IdentifierValue
Assume the transient instance is newly instantiated if its identifier is null or equal to value
IdentityColumnSupport - Interface in org.hibernate.dialect.identity
Represents a support for the Dialect identity key generation
IdentityColumnSupportImpl - Class in org.hibernate.dialect.identity
 
IdentityColumnSupportImpl(Dialect) - Constructor for class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
IdentityGenerator - Class in org.hibernate.id
A generator for use with ANSI-SQL IDENTITY columns used as the primary key.
IdentityGenerator() - Constructor for class org.hibernate.id.IdentityGenerator
 
IdentityGenerator.BasicDelegate - Class in org.hibernate.id
Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value
IdentityGenerator.InsertSelectDelegate - Class in org.hibernate.id
Delegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.
IdentityMap<K,V> - Class in org.hibernate.internal.util.collections
A Map where keys are compared by object identity, rather than equals().
IdentityMap.IdentityKey<K> - Class in org.hibernate.internal.util.collections
We need to base the identity on System.identityHashCode(Object) but attempt to lazily initialize and cache this value: being a native invocation it is an expensive value to retrieve.
IdentityMap.IdentityMapEntry<K,V> - Class in org.hibernate.internal.util.collections
 
identityRemove(Collection, Object, String, SessionImplementor) - Static method in class org.hibernate.collection.internal.AbstractPersistentCollection
Removes entity entries that have an equal identifier with the incoming entity instance
IdentitySet - Class in org.hibernate.internal.util.collections
Set implementation that use == instead of equals() as its comparison mechanism.
IdentitySet() - Constructor for class org.hibernate.internal.util.collections.IdentitySet
Create an IdentitySet with default sizing.
IdentitySet(int) - Constructor for class org.hibernate.internal.util.collections.IdentitySet
Create an IdentitySet with the given sizing.
IdentNode - Class in org.hibernate.hql.internal.ast.tree
Represents an identifier all by itself, which may be a function name, a class alias, or a form of naked property-ref depending on the context.
IdentNode() - Constructor for class org.hibernate.hql.internal.ast.tree.IdentNode
 
identPrimary() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
identPrimaryBase() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
idEq(Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the identifier property
IdGenerator - Class in org.hibernate.mapping
Identifier generator container, Useful to keep named generator in annotations
IdGenerator() - Constructor for class org.hibernate.mapping.IdGenerator
 
IdGeneratorInterpreterImpl - Class in org.hibernate.boot.internal
The root (composition) IdGenerationTypeInterpreter.
IdGeneratorInterpreterImpl() - Constructor for class org.hibernate.boot.internal.IdGeneratorInterpreterImpl
 
IdGeneratorStrategyInterpreter - Interface in org.hibernate.boot.model
Strategy for interpreting identifier generator related information.
IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext - Interface in org.hibernate.boot.model
 
IdMapper - Interface in org.hibernate.envers.internal.entities.mapper.id
 
IdMappingData - Class in org.hibernate.envers.internal.entities
 
IdMappingData(IdMapper, Element, Element) - Constructor for class org.hibernate.envers.internal.entities.IdMappingData
 
IdMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for primary identifiers (ids) of versions entities.
ids - Variable in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
IdTableHelper - Class in org.hibernate.hql.spi.id
 
IdTableInfo - Interface in org.hibernate.hql.spi.id
 
IdTableInfoImpl - Class in org.hibernate.hql.spi.id.local
 
IdTableInfoImpl(String, String, String) - Constructor for class org.hibernate.hql.spi.id.local.IdTableInfoImpl
 
IdTableSupport - Interface in org.hibernate.hql.spi.id
 
IdTableSupportStandardImpl - Class in org.hibernate.hql.spi.id
 
IdTableSupportStandardImpl() - Constructor for class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
IGNORE_EXPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
The legacy behavior of Hibernate is to not use discriminators for joined inheritance (Hibernate does not need the discriminator...).
ignoreCase() - Method in class org.hibernate.criterion.Example
Ignore case for all string-valued properties
ignoreCase() - Method in class org.hibernate.criterion.Order
Should this ordering ignore case? Has no effect on non-character properties.
ignoreCase() - Method in class org.hibernate.criterion.SimpleExpression
Make case insensitive.
ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether explicit discriminator declarations should be ignored for joined subclass style inheritance.
IgnoreImpl(String) - Constructor for class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
ignoreInitialJoin() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
ignoreNotFound(Value) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
ignoreReturnValuesCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that ignores return values for operations returning previous values, i.e.
ignoreReturnValuesCache(AdvancedCache, Flag) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that ignores return values for operations returning previous values, i.e.
ignoringEntityNotFound(String, String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
ignoringTableGeneratorConstraints(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ignoringUnrecognizedQueryHint(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ilike(String, Object) - Static method in class org.hibernate.criterion.Restrictions
A case-insensitive "like" (similar to Postgres ilike operator)
ilike(String, String, MatchMode) - Static method in class org.hibernate.criterion.Restrictions
A case-insensitive "like" (similar to Postgres ilike operator) using the provided match mode
ilike(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "ilike" constraint
ilike(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "ilike" constraint
IlikeAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
IlikeAuditExpression(PropertyNameGetter, String) - Constructor for class org.hibernate.envers.query.criteria.internal.IlikeAuditExpression
 
IlikeExpression - Class in org.hibernate.criterion
Deprecated.
Prefer LikeExpression which now has case-insensitivity capability.
IlikeExpression(String, Object) - Constructor for class org.hibernate.criterion.IlikeExpression
Deprecated.
 
IlikeExpression(String, String, MatchMode) - Constructor for class org.hibernate.criterion.IlikeExpression
Deprecated.
 
ILLEGAL_COLL_DEREF_EXCP_BUILDER - Static variable in class org.hibernate.hql.internal.ast.tree.DotNode
 
illegalArgumentOnStaticMetamodelFieldInjection(String, String, String, String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
illegalDereference() - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
IllegalDereferenceException - Exception in org.hibernate.jpa.criteria
Represents an illegal attempt to dereference from a path source which cannot be dereferenced.
IllegalDereferenceException(PathSource) - Constructor for exception org.hibernate.jpa.criteria.IllegalDereferenceException
 
illegalFetch() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
illegalFetch() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
IllegalIdentifierException - Exception in org.hibernate.boot.model.naming
Indicates an attempted use of a name that was deemed illegal
IllegalIdentifierException(String) - Constructor for exception org.hibernate.boot.model.naming.IllegalIdentifierException
 
illegalJoin() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
illegalJoin() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
illegalPropertyGetterArgument(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
illegalPropertySetterArgument(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
IMAGE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC LONGVARBINARY.
ImageType - Class in org.hibernate.type
A type that maps between LONGVARBINARY and byte[]
ImageType() - Constructor for class org.hibernate.type.ImageType
 
IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
immediateLoad(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
immediateLoad(String, Serializable) - Method in interface org.hibernate.engine.spi.SessionImplementor
Load an instance immediately.
immediateLoad(String, Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
immediateLoad(String, Serializable) - Method in class org.hibernate.internal.SessionImpl
Load the data for the object with the specified id into a newly created object.
immediateLoad(String, Serializable) - Method in class org.hibernate.internal.StatelessSessionImpl
 
Immutable - Annotation Type in org.hibernate.annotations
Mark an Entity or a Collection as immutable.
IMMUTABLE_ENTITY_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for immutable entity caches.
immutableAnnotationOnNonRoot(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ImmutableEntityEntry - Class in org.hibernate.engine.internal
An EntityEntry implementation for immutable entities.
ImmutableEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, EntityMode, String, boolean, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.ImmutableEntityEntry
Deprecated.
the tenantId and entityMode parameters where removed: this constructor accepts but ignores them. Use the other constructor!
ImmutableEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.ImmutableEntityEntry
 
ImmutableEntityEntryFactory - Class in org.hibernate.engine.internal
Factory for the safe approach implementation of EntityEntry.
ImmutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Mutability plan for immutable objects
ImmutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
IMPL_NAME - Static variable in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
IMPL_NAME - Static variable in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
implementsInterface(Class, Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class implements the given interface.
implementsLifecycle() - Method in interface org.hibernate.metadata.ClassMetadata
Does the class implement the Lifecycle interface?
implementsLifecycle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
implementsLifecycle() - Method in interface org.hibernate.persister.entity.EntityPersister
Does the class implement the Lifecycle interface.
IMPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
The legacy behavior of Hibernate is to not use discriminators for joined inheritance (Hibernate does not need the discriminator...).
IMPLICIT_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify the ImplicitNamingStrategy class to use.
ImplicitAnyDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for an ANY mapping's discriminator column.
ImplicitAnyKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for an ANY mapping's key column.
ImplicitBasicColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name related to basic values.
ImplicitCollectionTableNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for a collection table.
ImplicitColumnNamingSecondPass - Interface in org.hibernate.boot.model.source.internal
Because ImplicitNamingStrategy often requires access info from PersistentClass, we sometimes need to wait until the proper PersistentClass is bound to the in-flight metadata, which means a SecondPass (in this version still using second passes).
ImplicitConstraintNameSource - Interface in org.hibernate.boot.model.naming
Common implicit name source traits for all constraint naming: FK, UK, index
ImplicitDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's discriminator column.
ImplicitEntityNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's primary table
ImplicitForeignKeyNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitIdentifierColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's identifier column.
ImplicitIndexColumnNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitIndexNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of a "join column" (think JoinColumn).
ImplicitJoinColumnNameSource.Nature - Enum in org.hibernate.boot.model.naming
 
ImplicitJoinTableNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for a join table.
ImplicitMapKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of a column used to back the key of a Map.
ImplicitNameSource - Interface in org.hibernate.boot.model.naming
Common contract for all implicit naming sources
ImplicitNamingStrategy - Interface in org.hibernate.boot.model.naming
Pluggable strategy for applying implicit naming rules when an explicit name is not given.
ImplicitNamingStrategyComponentPathImpl - Class in org.hibernate.boot.model.naming
An ImplicitNamingStrategy implementation which uses full composite paths extracted from AttributePath, as opposed to just the terminal property part.
ImplicitNamingStrategyComponentPathImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
ImplicitNamingStrategyJpaCompliantImpl - Class in org.hibernate.boot.model.naming
Implementation of the ImplicitNamingStrategy contract, generally preferring to conform to JPA standards.
ImplicitNamingStrategyJpaCompliantImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
ImplicitNamingStrategyLegacyHbmImpl - Class in org.hibernate.boot.model.naming
Implements the original legacy naming behavior.
ImplicitNamingStrategyLegacyHbmImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
ImplicitNamingStrategyLegacyJpaImpl - Class in org.hibernate.boot.model.naming
Implementation of the ImplicitNamingStrategy contract which conforms to the naming rules initially implemented by Hibernate for JPA 1.0, prior to many things being clarified.
ImplicitNamingStrategyLegacyJpaImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
ImplicitNumericExpressionTypeDeterminer - Class in org.hibernate.jpa.criteria.predicate
 
ImplicitParameterBinding - Interface in org.hibernate.jpa.criteria.compile
Used to describe implicit (not defined in criteria query) parameters.
implicitParameterBindings() - Method in interface org.hibernate.jpa.criteria.compile.InterpretedParameterMetadata
 
ImplicitPrimaryKeyJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
Used to help determine the implicit name of columns which are part of a primary-key, well simultaneously being part of a foreign-key (join).
ImplicitResultSetMappingDefinition - Class in org.hibernate.boot.jaxb.hbm.internal
Models the ResultSet mapping defined inline as part of a named native query definition
ImplicitResultSetMappingDefinition(String, List) - Constructor for class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition
 
ImplicitResultSetMappingDefinition.Builder - Class in org.hibernate.boot.jaxb.hbm.internal
 
ImplicitTenantIdColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's tenant identifier column.
ImplicitUniqueKeyNameSource - Interface in org.hibernate.boot.model.naming
 
IMPLIED_FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IMPLIED_FROM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ImpliedFromElement - Class in org.hibernate.hql.internal.ast.tree
Represents a FROM element implied by a path expression or a collection reference.
ImpliedFromElement() - Constructor for class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
ImportContext - Interface in org.hibernate.jpamodelgen.model
 
ImportContextImpl - Class in org.hibernate.jpamodelgen
 
ImportContextImpl(String) - Constructor for class org.hibernate.jpamodelgen.ImportContextImpl
 
ImportScriptException - Exception in org.hibernate.tool.hbm2ddl
 
ImportScriptException(String) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
 
ImportScriptException(String, Throwable) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
 
ImportSqlCommandExtractor - Interface in org.hibernate.tool.hbm2ddl
Contract for extracting statements from import.sql script.
ImportSqlCommandExtractorInitiator - Class in org.hibernate.tool.hbm2ddl
Instantiates and configures an appropriate ImportSqlCommandExtractor.
ImportSqlCommandExtractorInitiator() - Constructor for class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
importType(String) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
importType(String) - Method in class org.hibernate.jpamodelgen.ImportContextImpl
Add fqcn to the import list.
importType(String) - Method in interface org.hibernate.jpamodelgen.model.ImportContext
Add fqcn to the import list.
importType(String) - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
importType(String) - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
ImprovedNamingStrategy - Class in org.hibernate.cfg
An improved naming strategy that prefers embedded underscores to mixed case names
ImprovedNamingStrategy() - Constructor for class org.hibernate.cfg.ImprovedNamingStrategy
 
in(Collection) - Method in class org.hibernate.criterion.Property
Creates an IN restriction for this property based on the given list of literals
in(Object[]) - Method in class org.hibernate.criterion.Property
Creates an IN restriction for this property based on the given list of literals
in(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query IN expression for this property.
in(String, Object[]) - Static method in class org.hibernate.criterion.Restrictions
Apply an "in" constraint to the named property.
in(String, Collection) - Static method in class org.hibernate.criterion.Restrictions
Apply an "in" constraint to the named property.
in(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is IN the values in the subquery result.
in(T[]) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
in(Collection) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
IN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
in(Expression<? extends T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
in(Expression<? extends T>, Expression<? extends T>...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
in(Expression<? extends T>, T...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
in(Expression<? extends T>, Collection<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
in(Object...) - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
in(Expression<?>...) - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
in(Collection<?>) - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
in(Expression<Collection<?>>) - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
IN_LIST - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IN_LIST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IN_LIST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
InAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
InAuditExpression(PropertyNameGetter, Object[]) - Constructor for class org.hibernate.envers.query.criteria.internal.InAuditExpression
 
inClassDeclaration() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
include - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
include - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
include(Object, String, Type) - Method in class org.hibernate.criterion.Example.AllPropertySelector
 
include(Object, String, Type) - Method in class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector
 
include(Object, String, Type) - Method in class org.hibernate.criterion.Example.NotNullPropertySelector
 
include(Object, String, Type) - Method in interface org.hibernate.criterion.Example.PropertySelector
Determine whether the given property should be used in the criteria.
include(AST) - Method in class org.hibernate.hql.internal.ast.util.ASTUtil.IncludePredicate
 
includeAllAttributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
includeInResultRow() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
includeInResultRow() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
includeInResultRow() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
includeInResultRow() - Method in class org.hibernate.loader.custom.CustomLoader
 
includeInResultRow() - Method in class org.hibernate.loader.hql.QueryLoader
 
includeInResultRow() - Method in class org.hibernate.loader.Loader
 
includeInTransform(String[], int) - Method in class org.hibernate.transform.AliasedTupleSubsetResultTransformer
 
includeInTransform(String[], int) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
includeInTransform(String[], int) - Method in class org.hibernate.transform.PassThroughResultTransformer
 
includeInTransform(String[], int) - Method in class org.hibernate.transform.RootEntityResultTransformer
 
includeInTransform(String[], int) - Method in interface org.hibernate.transform.TupleSubsetResultTransformer
Returns an array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value.
IncludePredicate() - Constructor for class org.hibernate.hql.internal.ast.util.ASTUtil.IncludePredicate
 
includeProperty(int) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.InclusionChecker
 
includesCreate() - Method in enum org.hibernate.jpa.SchemaGenAction
Does this action include creations?
includesDrop() - Method in enum org.hibernate.jpa.SchemaGenAction
Does this action include drops?
includesInsert() - Method in enum org.hibernate.tuple.GenerationTiming
 
includeSubclasses(String) - Method in interface org.hibernate.engine.internal.JoinSequence.Selector
Should subclasses be included in the rendered join sequence?
includesUpdate() - Method in enum org.hibernate.tuple.GenerationTiming
 
inCollectionDeclaration() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
inCollectionElementsDeclaration() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
IncomparableComparator - Class in org.hibernate.type.descriptor.java
Comparator for things that cannot be compared (in a way we know about).
IncomparableComparator() - Constructor for class org.hibernate.type.descriptor.java.IncomparableComparator
 
incompatibleCacheValueMode() - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
Logs a message (WARN) about attempt to use an incompatible TerracottaConfiguration.ValueMode.
incompatibleCacheValueModePerCache(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
Logs a message (WARN) about attempt to use an incompatible TerracottaConfiguration.ValueMode.
incompleteMappingMetadataCacheProcessing() - Method in interface org.hibernate.internal.CoreMessageLogger
 
INCONSISTENT_RTN_CLASS_MARKER - Static variable in class org.hibernate.event.internal.DefaultLoadEventListener
 
INCONSISTENT_RTN_CLASS_MARKER - Static variable in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
increase() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
increment(Object, VersionType, SessionImplementor) - Static method in class org.hibernate.engine.internal.Versioning
Generate the next increment in the optimistic locking value according the VersionType contract for the version property.
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
increment() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Equivalent to a ++ operation
INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the increment size to use.
INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Indicates the increment size to use.
incrementCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
incrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before cascading
IncrementGenerator - Class in org.hibernate.id
increment

An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value at startup.
IncrementGenerator() - Constructor for class org.hibernate.id.IncrementGenerator
 
incrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
incrementSize - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
 
InDatabaseValueGenerationStrategy - Interface in org.hibernate.tuple
Strategy for describing values which are generated in the database.
INDENTATION - Static variable in class org.hibernate.loader.plan.build.spi.TreePrinterHelper
The number of characters to indent.
Index - Annotation Type in org.hibernate.annotations
Deprecated.
Using Index instead.
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
index() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
Index - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Index() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Index
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
Index - Class in org.hibernate.mapping
A relational table index
Index() - Constructor for class org.hibernate.mapping.Index
 
INDEX_ENTITY_ALIAS - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
INDEX_ENTITY_ALIAS_DEF_AUD_STR - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
INDEX_OP - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INDEX_OP - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INDEX_OP - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IndexBackref - Class in org.hibernate.mapping
 
IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
 
IndexColumn - Annotation Type in org.hibernate.annotations
Deprecated.
Prefer the standard JPA OrderColumn annotation and the Hibernate specific ListIndexBase (for replacing IndexColumn.base()).
indexColumn - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
IndexColumn - Class in org.hibernate.cfg
index column
IndexColumn(boolean, String, int, int, int, String, boolean, boolean, boolean, boolean, String, Map<String, Join>, PropertyHolder, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexColumn
 
indexColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnIsGettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexComponentData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
indexContainsFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IndexedCollection - Class in org.hibernate.mapping
Indexed collections include Lists, Maps, arrays and primitive arrays.
IndexedCollection(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
 
IndexedPluralAttributeSource - Interface in org.hibernate.boot.model.source.internal.hbm
Describes a plural attribute that is indexed.
indexes(Set) - Method in interface org.hibernate.internal.CoreMessageLogger
 
indexes() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
indexExists(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexExists(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
indexFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IndexInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing index in the database
IndexInformationImpl - Class in org.hibernate.tool.schema.extract.internal
 
IndexInformationImpl(Identifier, List<ColumnInformation>) - Constructor for class org.hibernate.tool.schema.extract.internal.IndexInformationImpl
 
IndexInformationImpl.Builder - Class in org.hibernate.tool.schema.extract.internal
 
indexManyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
indexManyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
indexMappingDocument(MappingDocument) - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchyBuilder
Called for each mapping document.
IndexMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC index metadata
IndexNode - Class in org.hibernate.hql.internal.ast.tree
Represents the [] operator and provides it's semantics.
IndexNode() - Constructor for class org.hibernate.hql.internal.ast.tree.IndexNode
 
indexOf(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
indexOf(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
indexOf(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
indexOf(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
indexOf(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
indexOf(Object[], Object) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
indexOf(Object, Object) - Method in class org.hibernate.type.ArrayType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CustomCollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.ListType
 
indexOf(Object, Object) - Method in class org.hibernate.type.MapType
 
indexOf(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
IndexOrUniqueKeySecondPass - Class in org.hibernate.cfg
 
IndexOrUniqueKeySecondPass(Table, String, String[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
IndexOrUniqueKeySecondPass(String, Ejb3Column, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
IndexOrUniqueKeySecondPass(String, Ejb3Column, MetadataBuildingContext, boolean) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index if unique is false or a Unique Key if unique is true
indicatesMoreOutputs() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl.ProcedureCurrentReturnState
 
indicatesMoreOutputs() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
INDICES - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INDICES - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INDICES - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
InExpression - Class in org.hibernate.criterion
Constrains the property to a specified list of values
InExpression(String, Object[]) - Constructor for class org.hibernate.criterion.InExpression
Constructs an InExpression
inferInLineViewName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
inferInLineViewName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
inferInLineViewName() - Method in interface org.hibernate.boot.model.source.internal.hbm.Helper.InLineViewNameInferrer
 
INFINISPAN_CONFIG_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Classpath or filesystem resource containing Infinispan configurations the factory should use.
INFINISPAN_GLOBAL_STATISTICS_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Property name that controls whether Infinispan statistics are enabled.
INFINISPAN_USE_SYNCHRONIZATION_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Property that controls whether Infinispan should interact with the transaction manager as a Synchronization or as an XA resource.
InfinispanRegionFactory - Class in org.hibernate.cache.infinispan
A RegionFactory for Infinispan-backed cache regions.
InfinispanRegionFactory() - Constructor for class org.hibernate.cache.infinispan.InfinispanRegionFactory
Create a new instance using the default configuration.
InfinispanRegionFactory(Properties) - Constructor for class org.hibernate.cache.infinispan.InfinispanRegionFactory
Create a new instance using conifguration properties in props.
InFlightMetadataCollector - Interface in org.hibernate.boot.spi
An in-flight representation of Metadata while Metadata is being built.
InFlightMetadataCollector.DelayedPropertyReferenceHandler - Interface in org.hibernate.boot.spi
 
InFlightMetadataCollector.DuplicateSecondaryTableException - Exception in org.hibernate.boot.spi
 
InFlightMetadataCollector.EntityTableXref - Interface in org.hibernate.boot.spi
 
InFlightMetadataCollectorImpl - Class in org.hibernate.boot.internal
The implementation of the in-flight Metadata collector contract.
InFlightMetadataCollectorImpl(MetadataBuildingOptions, TypeResolver) - Constructor for class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
info(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
Log a message with INFO semantics.
info(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
InformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
Contract for extracting information about objects in the database schema(s).
InformationExtractorJdbcDatabaseMetaDataImpl - Class in org.hibernate.tool.schema.extract.internal
Implementation of the SchemaMetaDataExtractor contract which uses the standard JDBC DatabaseMetaData API for extraction.
InformationExtractorJdbcDatabaseMetaDataImpl(ExtractionContext) - Constructor for class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder - Interface in org.hibernate.tool.schema.extract.internal
 
InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilderImpl - Class in org.hibernate.tool.schema.extract.internal
 
InformixDialect - Class in org.hibernate.dialect
Informix dialect.

Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3.
InformixDialect() - Constructor for class org.hibernate.dialect.InformixDialect
Creates new InformixDialect instance.
InformixUniqueDelegate - Class in org.hibernate.dialect.unique
Informix requires the constraint name to come last on the alter table.
InformixUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.InformixUniqueDelegate
 
infoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity, based on the given entityName and id.
infoString(EntityPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity.
infoString(EntityPersister, Object, Type, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity,.
infoString(EntityPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of entities.
infoString(EntityPersister) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to given entity persister.
infoString(String, String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a given property value for an entity.
InFragment - Class in org.hibernate.sql
An SQL IN expression.
InFragment() - Constructor for class org.hibernate.sql.InFragment
 
Ingres10Dialect - Class in org.hibernate.dialect
A SQL dialect for Ingres 10 and later versions.
Ingres10Dialect() - Constructor for class org.hibernate.dialect.Ingres10Dialect
Constructs a Ingres10Dialect
Ingres9Dialect - Class in org.hibernate.dialect
A SQL dialect for Ingres 9.3 and later versions.
Ingres9Dialect() - Constructor for class org.hibernate.dialect.Ingres9Dialect
Constructs a Ingres9Dialect
IngresDialect - Class in org.hibernate.dialect
An SQL dialect for Ingres 9.2.
IngresDialect() - Constructor for class org.hibernate.dialect.IngresDialect
Constructs a IngresDialect
inheritable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
inheritance - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
Inheritance - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Inheritance() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
 
InheritanceState - Class in org.hibernate.cfg
Some extra data to the inheritance position of a class.
InheritanceState(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.InheritanceState
 
inheritanceStatePerClass - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
InheritanceType - Enum in org.hibernate.boot.model.source.spi
The inheritance type for a given entity hierarchy
InheritanceType - Enum in org.hibernate.envers.configuration.internal.metadata
 
InheritanceType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for inheritance-type.
init() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl

NOTE : No-op in this case

init() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
init(ProcessingEnvironment) - Method in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
INIT_COLLECTION - Static variable in class org.hibernate.event.spi.EventType
 
INIT_QUEUE_LIST_SIZE - Static variable in class org.hibernate.engine.spi.ExecutableList
 
initAll(String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initAll(String, String, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initCollectionPropertyMap() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
InitCommand - Class in org.hibernate.boot.model.relational
A general SQL command to be used while initializing a schema.
InitCommand(String...) - Constructor for class org.hibernate.boot.model.relational.InitCommand
 
initComponentPropertyPaths(String, CompositeType, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initFromWalker(JoinWalker) - Method in class org.hibernate.loader.OuterJoinLoader
 
INITIAL_JPA_XSD_MAPPING - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
Maps the namespace for the orm.xml xsd for jpa 1.0 and 2.0
INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the initial value to use.
INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Indicates the initial value to use.
INITIAL_SIZE - Static variable in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
initialize(Map, ClassLoaderService) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
initialize(boolean) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Initialize the collection, if possible, wrapping any exceptions in a runtime exception
initialize(Size) - Method in class org.hibernate.engine.jdbc.Size
 
initialize(MetadataImplementor, MappingCollector) - Method in interface org.hibernate.envers.boot.internal.EnversService
 
initialize(MetadataImplementor, MappingCollector) - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
initialize() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
initialize() - Method in interface org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.Initializor
 
initialize(Object) - Static method in class org.hibernate.Hibernate
Force initialization of a proxy or persistent collection.
initialize() - Method in class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
 
initialize() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
initialize() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
initialize() - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
Performs the operator node initialization by seeking out any parameter nodes and setting their expected type, if possible.
initialize(Object) - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
initialize(Object) - Method in interface org.hibernate.hql.internal.ast.tree.InitializeableNode
Initializes the node with the parameter.
initialize() - Method in class org.hibernate.hql.internal.ast.tree.InLogicOperatorNode
 
initialize(Queryable) - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
initialize(Token) - Method in class org.hibernate.hql.internal.ast.tree.Node
 
initialize(AST) - Method in class org.hibernate.hql.internal.ast.tree.Node
 
initialize() - Method in interface org.hibernate.hql.internal.ast.tree.OperatorNode
Called by the tree walker during hql-sql semantic analysis after the operator sub-tree is completely built.
initialize() - Method in class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
initialize() - Method in class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
Configure ourselves.
initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given primitive long.
initialize(ResultSet, long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given result set, using the specified default value if we could not get a value from the result set (aka result was null).
initialize() - Method in interface org.hibernate.internal.util.ValueHolder.DeferredInitializer
Build the initialization value.
initialize(Serializable, SessionImplementor) - Method in interface org.hibernate.loader.collection.CollectionInitializer
Initialize the given collection
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.CollectionLoader
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.SubselectCollectionLoader
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.SubselectOneToManyLoader
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
initialize(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Initialize the given collection with the given key
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.NamedQueryCollectionInitializer
 
initialize() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
initialize() - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy, fetching the target entity if necessary.
initialize(A, Class<?>) - Method in interface org.hibernate.tuple.AnnotationValueGeneration
Initializes this generation strategy for the given annotation instance.
initialize(CreationTimestamp, Class<?>) - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
initialize(Generated, Class<?>) - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
initialize(UpdateTimestamp, Class<?>) - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
initialize(GeneratorType, Class<?>) - Method in class org.hibernate.tuple.VmValueGeneration
 
InitializeableNode - Interface in org.hibernate.hql.internal.ast.tree
An interface for initializeable AST nodes.
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
initializeCollection(PersistentCollection, boolean) - Method in interface org.hibernate.engine.spi.SessionImplementor
Initialize the collection (if not already initialized)
initializeCollection(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
Forces persistent collection initialization.
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.SortedMapCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.SortedSetCollectionInitializor
 
initializeCollection(FromClause, String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.internal.SessionImpl
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
InitializeCollectionEvent - Class in org.hibernate.event.spi
An event that occurs when a collection wants to be initialized
InitializeCollectionEvent(PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.InitializeCollectionEvent
 
InitializeCollectionEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of collection initialization events generated by a session.
initializeComponentJoin(FromElementType) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
initializeDerivedSelectClause(FromClause) - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
Prepares a derived (i.e., not explicitly defined in the query) select clause.
initializeEntity(Object, boolean, SessionImplementor, PreLoadEvent) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
Perform the second step of 2-phase load.
initializeEntity(FromClause, String, EntityPersister, EntityType, String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
initializeExplicitSelectClause(FromClause) - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
Prepares an explicitly defined select clause.
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentList
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Read the state of the collection from a disassembled cached value
initializeImmediately() - Method in class org.hibernate.type.ArrayType
 
initializeImmediately() - Method in class org.hibernate.type.CollectionType
 
initializeLazyProperty(String, Object, SessionImplementor) - Method in interface org.hibernate.bytecode.instrumentation.spi.LazyPropertyInitializer
Initialize the property, and return its new value.
initializeLazyProperty(String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeMethodNode(AST, boolean) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
initializeNonLazyCollections() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
initializeNonLazyCollections() - Method in interface org.hibernate.engine.spi.PersistenceContext
Force initialization of all non-lazy collections encountered during the current two-phase load (actually, this is a no-op, unless this is the "outermost" load)
initializeReplicableCommand(ReplicableCommand, boolean) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
Initializor<T> - Interface in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
 
initialSize(int) - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections.Builder
 
initialValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
initialValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
InitialValueAwareOptimizer - Interface in org.hibernate.id.enhanced
Marker interface for optimizer which wish to know the user-specified initial value.
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceInitiator
 
initiateService(ServiceInitiator<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
initiateService(ServiceInitiator<R>) - Method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
 
initiateService(Map, ServiceRegistryImplementor) - Method in interface org.hibernate.boot.registry.StandardServiceInitiator
Initiates the managed service.
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.cache.internal.RegionFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.cursor.internal.RefCursorSupportInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jndi.internal.JndiServiceInitiator
 
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.engine.spi.CacheInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.envers.boot.internal.EnversServiceInitiator
 
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.event.service.internal.EventListenerServiceInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.hql.internal.QueryTranslatorFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.id.factory.internal.MutableIdentifierGeneratorFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.jmx.internal.JmxServiceInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
initiateService(ServiceInitiator<R>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
initiateService(ServiceInitiator<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
Initiates the managed service.
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.stat.internal.StatisticsInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.tool.schema.internal.SchemaManagementToolInitiator
 
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initLockers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initMappingColumn(String, String, int, int, int, boolean, String, boolean, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
initPersisters(List, LockMode) - Method in class org.hibernate.loader.JoinWalker
 
initPersisters(List, LockOptions) - Method in class org.hibernate.loader.JoinWalker
 
initPersisters(List, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.JoinWalker
 
initProjection(String, String, String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initPropertyPaths(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initPropertyPaths(String, Type, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initSubclassPropertyAliasesMap(PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Must be called by subclasses, at the end of their constructors
inject(Object, Object) - Method in interface org.hibernate.persister.spi.HydratedCompoundValueHandler
 
injectAliases(OrderByAliasResolver) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator.StandardOrderByTranslationImpl
 
injectAliases(OrderByAliasResolver) - Method in interface org.hibernate.sql.ordering.antlr.OrderByTranslation
Inject table aliases into the translated fragment to properly qualify column references, using the given 'aliasResolver' to determine the the proper table alias to use for each column reference.
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaDeleteEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaFlushEntityEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaMergeEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaPersistEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaPostDeleteEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaPostInsertEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaPostLoadEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaPostUpdateEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaSaveEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.jpa.event.internal.core.JpaSaveOrUpdateEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistryConsumer
Injection of the CallbackRegistry
injectDependencies(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
injectDependencies(CommandsFactory, CacheCommandInitializer) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
injectDependencies(CacheCommandInitializer, RpcManager) - Method in class org.hibernate.cache.infinispan.access.NonTxPutFromLoadInterceptor
 
injectDependencies(AdvancedCache) - Method in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor
 
injectDependencies(CommandsFactory) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
injectDependencies(AdvancedCache) - Method in class org.hibernate.cache.infinispan.access.VersionedCallInterceptor
 
injectDependencies(CacheNotifier, Configuration, ClusteringDependentLogic) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
injectDependencies(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
injectDependencies(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper
Assuming the given object is an enhanced entity, inject a field interceptor.
injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.bytecode.instrumentation.internal.javassist.JavassistHelper
Perform the Javassist-specific field interceptor injection
injectHierarchy(EntityHierarchySourceImpl) - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
injectInitialValue(long) - Method in interface org.hibernate.id.enhanced.InitialValueAwareOptimizer
Reports the user specified initial value to the optimizer.
injectInitialValue(long) - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
injectInterceptor(Object, String, Set, SessionImplementor) - Method in interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
Build and inject a field interceptor instance into the instrumented entity.
injectInterceptor(Object, String, Set, SessionImplementor) - Method in class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
INJECTION_DATA - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
No idea.
injectJdbcServices(JdbcServices) - Method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
Hook for service registry to be able to inject JdbcServices
injectParameters(Object, Properties) - Static method in class org.hibernate.type.TypeFactory
 
InjectService - Annotation Type in org.hibernate.service.spi
Annotation to allow services to request injection of other services
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
injectServices(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryAwareService
Callback to inject the registry.
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
injectSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.type.TypeFactory
 
InLineViewSource - Interface in org.hibernate.boot.model.source.spi
Describes in-line view source information.
InLineViewSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
InLineViewSourceImpl(MappingDocument, String, String, String, String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
inList() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
inList(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
InLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
 
InLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.InLogicOperatorNode
 
InMemoryValueGenerationStrategy - Interface in org.hibernate.tuple
 
INNER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INNER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INNER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
INNER_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Deprecated.
INNER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
use JoinType.INNER_JOIN instead.
InPredicate<T> - Class in org.hibernate.jpa.criteria.predicate
Models an [NOT] IN restriction
InPredicate(CriteriaBuilderImpl, Expression<? extends T>) - Constructor for class org.hibernate.jpa.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with an empty list of values.
InPredicate(CriteriaBuilderImpl, Expression<? extends T>, Expression<? extends T>...) - Constructor for class org.hibernate.jpa.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with the given list of expression values.
InPredicate(CriteriaBuilderImpl, Expression<? extends T>, List<Expression<? extends T>>) - Constructor for class org.hibernate.jpa.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with the given list of expression values.
InPredicate(CriteriaBuilderImpl, Expression<? extends T>, T...) - Constructor for class org.hibernate.jpa.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with the given given literal value list.
InPredicate(CriteriaBuilderImpl, Expression<? extends T>, Collection<T>) - Constructor for class org.hibernate.jpa.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with the given literal value list.
inProjectionList() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
inProjectionList() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
InputStreamAccess - Interface in org.hibernate.boot.archive.spi
Contract for building InputStreams, especially in on-demand situations
InputStreamXmlSource - Class in org.hibernate.boot.jaxb.internal
 
InputStreamXmlSource(Origin, InputStream, boolean) - Constructor for class org.hibernate.boot.jaxb.internal.InputStreamXmlSource
 
inRhs(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
insert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
insert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
insert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
insert(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
insert(SessionImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
insert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationCacheAccessDelegate
 
insert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
insert(SessionImplementor, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationCacheAccessDelegate
 
insert(SessionImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(SessionImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
INSERT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INSERT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INSERT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
insert(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
insert(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
INSERT - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are generated by the database on insert.
insert(Object[], boolean[], String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL INSERT, and then retrieve a generated identifier.
insert(Serializable, Object[], boolean[], int, String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL INSERT.
insert(Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Serializable, Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Serializable, Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance
insert(Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance, using a natively generated identifier (optional operation)
Insert - Class in org.hibernate.sql
An SQL INSERT statement
Insert(Dialect) - Constructor for class org.hibernate.sql.Insert
 
insert(Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insert(String, Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insertable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
insertable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
insertablePropertySpec() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
insertablePropertySpec(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
insertCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
insertChild(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Inserts the child as the first child of the parent, all other children are shifted over to the 'right'.
insertCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
insertCount
insertEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
insertEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being inserted
InsertGeneratedIdentifierDelegate - Interface in org.hibernate.id.insert
Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing: building the sql insert statement determination of the generated identifier value
insertResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Insert the persistent state of any new collection elements
insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
InsertSelect - Class in org.hibernate.sql
Implementation of InsertSelect.
InsertSelect(Dialect) - Constructor for class org.hibernate.sql.InsertSelect
 
InsertSelectDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
InsertSelectIdentityInsert - Class in org.hibernate.id.insert
Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values to the end of the insert statement.
InsertSelectIdentityInsert(Dialect) - Constructor for class org.hibernate.id.insert.InsertSelectIdentityInsert
 
insertSibling(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Inserts a node into a child subtree as a particularly positioned sibling taking care to properly reorganize the tree to account for this new addition.
insertStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
insertStatement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
insertStatement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
InsertStatement - Class in org.hibernate.hql.internal.ast.tree
Defines a top-level AST node representing an HQL "insert select" statement.
InsertStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.InsertStatement
 
inspect(String) - Method in interface org.hibernate.resource.jdbc.spi.StatementInspector
Inspect the given SQL, possibly returning a different SQL to be used instead.
INSTANCE - Static variable in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.archive.scan.internal.StandardScanParameters
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
INSTANCE - Static variable in class org.hibernate.boot.internal.StandardEntityNotFoundDelegate
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.NamingHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.process.internal.ScanningCoordinator
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.relational.QualifiedNameParser
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
Singleton instance.
INSTANCE - Static variable in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
INSTANCE - Static variable in class org.hibernate.cache.internal.NoCachingRegionFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.internal.RegionFactoryInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
INSTANCE - Static variable in class org.hibernate.cache.internal.StandardQueryCacheFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
Access to the singleton reference.
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
Access to the singleton reference
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
Access to the singleton instance.
INSTANCE - Static variable in class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
Singleton access
INSTANCE - Static variable in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
INSTANCE - Static variable in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
INSTANCE - Static variable in class org.hibernate.cfg.DefaultNamingStrategy
The singleton instance
INSTANCE - Static variable in class org.hibernate.cfg.EJB3DTDEntityResolver
 
INSTANCE - Static variable in class org.hibernate.cfg.EJB3NamingStrategy
 
INSTANCE - Static variable in class org.hibernate.cfg.ImprovedNamingStrategy
A convenient singleton instance
INSTANCE - Static variable in class org.hibernate.criterion.Example.AllPropertySelector
Singleton access
INSTANCE - Static variable in class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector
Singleton access
INSTANCE - Static variable in class org.hibernate.criterion.Example.NotNullPropertySelector
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.CastFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MinFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.OracleTypesHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.pagination.CUBRIDLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.FirstLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.NoopLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.SQL2008StandardLimitHandler
 
INSTANCE - Static variable in class org.hibernate.EmptyInterceptor
The singleton reference.
INSTANCE - Static variable in class org.hibernate.engine.config.internal.ConfigurationServiceInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.internal.ImmutableEntityEntryFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.internal.MutableEntityEntryFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.cursor.internal.RefCursorSupportInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.internal.DDLFormatterImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.NonContextualLobCreator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jndi.internal.JndiServiceInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.spi.CacheInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
INSTANCE - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver
 
INSTANCE - Static variable in class org.hibernate.envers.boot.internal.EnversServiceInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
Singleton access
INSTANCE - Static variable in class org.hibernate.event.service.internal.EventListenerServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.hql.internal.QueryTranslatorFactoryInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.hql.spi.id.IdTableHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.hql.spi.id.local.Helper
Singleton access
INSTANCE - Static variable in class org.hibernate.hql.spi.id.persistent.Helper
Singleton access
INSTANCE - Static variable in class org.hibernate.id.factory.internal.MutableIdentifierGeneratorFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.id.uuid.StandardRandomStrategy
 
INSTANCE - Static variable in class org.hibernate.internal.SessionFactoryRegistry
Singleton access
INSTANCE - Static variable in class org.hibernate.internal.util.collections.EmptyIterator
 
INSTANCE - Static variable in class org.hibernate.internal.util.compare.CalendarComparator
 
INSTANCE - Static variable in class org.hibernate.internal.util.compare.ComparableComparator
 
INSTANCE - Static variable in class org.hibernate.internal.util.compare.RowVersionComparator
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.BooleanDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ByteDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.CharacterDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.DoubleDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.FloatDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.IntegerDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.LongDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ShortDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.ZonedDateTimeComparator
 
INSTANCE - Static variable in class org.hibernate.jmx.internal.DisabledJmxServiceImpl
 
INSTANCE - Static variable in class org.hibernate.jmx.internal.JmxServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.ServiceRegistryCloser
Singleton access
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.BigDecimalValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.BigIntegerValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.BooleanValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.ByteValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.DoubleValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.FloatValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.IntegerValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.LongValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.ShortValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.criteria.ValueHandlerFactory.StringValueHandler
 
INSTANCE - Static variable in class org.hibernate.jpa.event.internal.core.JpaAutoFlushEventListener
 
INSTANCE - Static variable in class org.hibernate.jpa.event.internal.core.JpaFlushEventListener
 
INSTANCE - Static variable in class org.hibernate.jpa.internal.EntityManagerFactoryRegistry
 
INSTANCE - Static variable in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.plan.build.internal.spaces.JoinHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.build.internal.spaces.QuerySpaceHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.TreePrinterHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.exec.internal.BatchingLoadQueryDetailsFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.exec.internal.RootHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
INSTANCE - Static variable in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.procedure.internal.PostgresCallableStatementSupport
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyBasicImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyEnhancedImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyMapImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyMixedImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.secure.internal.StandardJaccServiceImpl.NonPrivilegedContextSubjectAccess
 
INSTANCE - Static variable in class org.hibernate.secure.internal.StandardJaccServiceImpl.PrivilegedContextSubjectAccess
 
INSTANCE - Static variable in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
An instance of this Descriptor
INSTANCE - Static variable in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
An instance of this Descriptor
INSTANCE - Static variable in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
An instance of this class
INSTANCE - Static variable in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
An instance of the descrtiptor
INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
an instance of this descriptor
INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaTypeDescriptor
An instance of this descriptor
INSTANCE - Static variable in class org.hibernate.sql.Template.NoOpColumnMapper
 
INSTANCE - Static variable in class org.hibernate.stat.internal.StatisticsInitiator
 
INSTANCE - Static variable in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaBootstrap
 
INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
INSTANCE - Static variable in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorH2DatabaseImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorNoOpImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.SchemaManagementToolInitiator
 
INSTANCE - Static variable in class org.hibernate.transform.AliasToEntityMapResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.DistinctResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.PassThroughResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.RootEntityResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.ToListResultTransformer
 
INSTANCE - Static variable in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
INSTANCE - Static variable in class org.hibernate.type.BigDecimalType
 
INSTANCE - Static variable in class org.hibernate.type.BigIntegerType
 
INSTANCE - Static variable in class org.hibernate.type.BinaryType
 
INSTANCE - Static variable in class org.hibernate.type.BlobType
 
INSTANCE - Static variable in class org.hibernate.type.BooleanType
 
INSTANCE - Static variable in class org.hibernate.type.ByteType
 
INSTANCE - Static variable in class org.hibernate.type.CalendarDateType
 
INSTANCE - Static variable in class org.hibernate.type.CalendarTimeType
 
INSTANCE - Static variable in class org.hibernate.type.CalendarType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterArrayClobType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterArrayNClobType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterArrayType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterNCharType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterType
 
INSTANCE - Static variable in class org.hibernate.type.CharArrayType
 
INSTANCE - Static variable in class org.hibernate.type.ClassType
 
INSTANCE - Static variable in class org.hibernate.type.ClobType
 
INSTANCE - Static variable in class org.hibernate.type.CurrencyType
 
INSTANCE - Static variable in class org.hibernate.type.DateType
 
INSTANCE - Static variable in class org.hibernate.type.DbTimestampType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IncomparableComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.CharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NationalizedTypeMappings
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.DoubleType
 
INSTANCE - Static variable in class org.hibernate.type.DurationType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.FloatType
 
INSTANCE - Static variable in class org.hibernate.type.ImageType
 
INSTANCE - Static variable in class org.hibernate.type.InstantType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.IntegerType
 
INSTANCE - Static variable in class org.hibernate.type.LocalDateTimeType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.LocalDateType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.LocaleType
 
INSTANCE - Static variable in class org.hibernate.type.LocalTimeType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.LongType
 
INSTANCE - Static variable in class org.hibernate.type.MaterializedBlobType
 
INSTANCE - Static variable in class org.hibernate.type.MaterializedClobType
 
INSTANCE - Static variable in class org.hibernate.type.MaterializedNClobType
 
INSTANCE - Static variable in class org.hibernate.type.NClobType
 
INSTANCE - Static variable in class org.hibernate.type.NTextType
 
INSTANCE - Static variable in class org.hibernate.type.NumericBooleanType
 
INSTANCE - Static variable in class org.hibernate.type.ObjectType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.OffsetDateTimeType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.OffsetTimeType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType
 
INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.PrimitiveCharacterArrayClobType
 
INSTANCE - Static variable in class org.hibernate.type.PrimitiveCharacterArrayNClobType
 
INSTANCE - Static variable in class org.hibernate.type.RowVersionType
 
INSTANCE - Static variable in class org.hibernate.type.SerializableType
 
INSTANCE - Static variable in class org.hibernate.type.ShortType
 
INSTANCE - Static variable in class org.hibernate.type.StringNVarcharType
 
INSTANCE - Static variable in class org.hibernate.type.StringType
 
INSTANCE - Static variable in class org.hibernate.type.TextType
 
INSTANCE - Static variable in class org.hibernate.type.TimestampType
 
INSTANCE - Static variable in class org.hibernate.type.TimeType
 
INSTANCE - Static variable in class org.hibernate.type.TimeZoneType
 
INSTANCE - Static variable in class org.hibernate.type.TrueFalseType
 
INSTANCE - Static variable in class org.hibernate.type.UrlType
 
INSTANCE - Static variable in class org.hibernate.type.UUIDBinaryType
 
INSTANCE - Static variable in class org.hibernate.type.UUIDCharType
 
INSTANCE - Static variable in class org.hibernate.type.WrappedMaterializedBlobType
 
INSTANCE - Static variable in class org.hibernate.type.WrapperBinaryType
 
INSTANCE - Static variable in class org.hibernate.type.YesNoType
 
INSTANCE - Static variable in class org.hibernate.type.ZonedDateTimeType
Singleton access
instantiate(String, EntityMode, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
instantiate(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(String, Serializable) - Method in interface org.hibernate.engine.spi.SessionImplementor
Instantiate the entity class, initializing with the given identifier
instantiate(EntityPersister, Serializable) - Method in interface org.hibernate.event.spi.EventSource
Instantiate an entity instance, using either an interceptor, or the given persister
instantiate(Object[]) - Method in class org.hibernate.hql.internal.HolderInstantiator
 
instantiate(String, EntityMode, Serializable) - Method in interface org.hibernate.Interceptor
Instantiate the entity class.
instantiate(String, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
instantiate(EntityPersister, Serializable) - Method in class org.hibernate.internal.SessionImpl
give the interceptor an opportunity to override the default instantiation
instantiate(String, Serializable) - Method in class org.hibernate.internal.StatelessSessionImpl
 
instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Create a class instance initialized with the given identifier
instantiate(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a class instance initialized with the given identifier
instantiate() - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
This method does not populate the component parent
instantiate(Serializable) - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate(Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate(Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Create an entity instance initialized with the given identifier.
instantiate(Serializable) - Method in interface org.hibernate.tuple.Instantiator
Perform the requested entity instantiation.
instantiate() - Method in interface org.hibernate.tuple.Instantiator
Perform the requested instantiation.
instantiate() - Method in class org.hibernate.tuple.PojoInstantiator
 
instantiate(Serializable) - Method in class org.hibernate.tuple.PojoInstantiator
 
instantiate() - Method in interface org.hibernate.tuple.Tuplizer
Generate a new, empty entity.
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ArrayType
 
instantiate(int) - Method in class org.hibernate.type.ArrayType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.BagType
 
instantiate(int) - Method in class org.hibernate.type.BagType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CollectionType
Instantiate an uninitialized collection wrapper or holder.
instantiate(int) - Method in class org.hibernate.type.CollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(EntityMode) - Method in class org.hibernate.type.ComponentType
This method does not populate the component parent
instantiate(Object, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(int) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(Object, SessionImplementor) - Method in class org.hibernate.type.EmbeddedComponentType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(int) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ListType
 
instantiate(int) - Method in class org.hibernate.type.ListType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.MapType
 
instantiate(int) - Method in class org.hibernate.type.MapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedMapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedSetType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SetType
 
instantiate(int) - Method in class org.hibernate.type.SetType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedMapType
 
instantiate(int) - Method in class org.hibernate.type.SortedMapType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedSetType
 
instantiate(int) - Method in class org.hibernate.type.SortedSetType
 
instantiate(SessionImplementor, CollectionPersister) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an uninitialized instance of the collection wrapper
instantiate(int) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiateAttributeConverter(Class<? extends AttributeConverter>) - Static method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
instantiateResult(Object) - Method in class org.hibernate.type.ArrayType
 
instantiateResult(Object) - Method in class org.hibernate.type.CollectionType
Instantiate a new "underlying" collection exhibiting the same capacity charactersitcs and the passed "original".
instantiateSequenced(int) - Static method in class org.hibernate.internal.util.collections.IdentityMap
Return a new instance of this class, with iteration order defined as the order in which entries were added
instantiatingExplicitConnectionProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
InstantiationException - Exception in org.hibernate
Thrown if Hibernate can't instantiate a class at runtime.
InstantiationException(String, Class, Throwable) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
InstantiationException(String, Class) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
InstantiationException(String, Class, Exception) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
InstantiationOptimizerAdapter - Class in org.hibernate.bytecode.internal.javassist
The ReflectionOptimizer.InstantiationOptimizer implementation for Javassist which simply acts as an adapter to the FastClass class.
InstantiationOptimizerAdapter(FastClass) - Constructor for class org.hibernate.bytecode.internal.javassist.InstantiationOptimizerAdapter
Constructs the InstantiationOptimizerAdapter
instantiator - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
Instantiator - Interface in org.hibernate.tuple
Contract for implementors responsible for instantiating entity/component instances.
InstantJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
InstantJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
InstantType - Class in org.hibernate.type
A type that maps between TIMESTAMP and LocalDateTime.
InstantType() - Constructor for class org.hibernate.type.InstantType
 
InstrumentedClassLoader - Class in org.hibernate.bytecode.spi
A specialized ClassLoader which performs bytecode enhancement on class definitions as they are loaded into the ClassLoader scope.
InstrumentedClassLoader(ClassLoader, ClassTransformer) - Constructor for class org.hibernate.bytecode.spi.InstrumentedClassLoader
Constructs an InstrumentedClassLoader.
Instrumenter - Interface in org.hibernate.bytecode.buildtime.spi
Basic contract for performing instrumentation.
Instrumenter.Options - Interface in org.hibernate.bytecode.buildtime.spi
Instrumentation options.
InstrumentTask - Class in org.hibernate.tool.instrument.javassist
Deprecated.
This is the legacy Ant-task Hibernate provided historically to perform its old-school bytecode instrumentation. That has been replaced wholesale with a new approach to bytecode manipulation offering 3 build-time variations for Ant, Maven and Gradle.
InstrumentTask() - Constructor for class org.hibernate.tool.instrument.javassist.InstrumentTask
Deprecated.
 
INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Integer to JDBC INTEGER.
IntegerType - Class in org.hibernate.type
A type that maps between INTEGER and @link Integer}
IntegerType() - Constructor for class org.hibernate.type.IntegerType
 
IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Integer handling.
IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for INTEGER handling.
IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
IntegerValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.IntegerValueHandler
 
IntegralDataTypeHolder - Interface in org.hibernate.id
Defines a common api for dealing with data of integral data type.
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.envers.boot.internal.EnversIntegrator
 
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Perform integration.
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.jpa.event.spi.JpaIntegrator
Perform integration.
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.secure.spi.JaccIntegrator
 
INTEGRATION_ENABLED - Static variable in interface org.hibernate.envers.boot.internal.EnversService
The name of the configuration setting used to control whether the Envers integration is enabled.
INTEGRATION_ENABLED - Static variable in class org.hibernate.spatial.integration.SpatialService
The name of the configuration setting used to control whether the spatial integration is enabled.
IntegrationException - Exception in org.hibernate.cfg.beanvalidation
Indicates a problem integrating Hibernate and the Bean Validation spec.
IntegrationException(String) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
IntegrationException - Exception in org.hibernate.secure.spi
 
IntegrationException(String) - Constructor for exception org.hibernate.secure.spi.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception org.hibernate.secure.spi.IntegrationException
 
Integrator - Interface in org.hibernate.integrator.spi
Contract for stuff that integrates with Hibernate.
INTEGRATOR_PROVIDER - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
IntegratorProvider - Interface in org.hibernate.jpa.boot.spi
 
IntegratorService - Interface in org.hibernate.integrator.spi
 
IntegratorServiceImpl - Class in org.hibernate.integrator.internal
 
IntegratorServiceImpl(LinkedHashSet<Integrator>, ClassLoaderService) - Constructor for class org.hibernate.integrator.internal.IntegratorServiceImpl
 
InterbaseDialect - Class in org.hibernate.dialect
An SQL dialect for Interbase.
InterbaseDialect() - Constructor for class org.hibernate.dialect.InterbaseDialect
Constructs a InterbaseDialect
intercept(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
intercept(Object, String, Object) - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
Interception of access to the named field
InterceptFieldClassFileTransformer - Class in org.hibernate.jpa.internal.instrument
Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
InterceptFieldClassFileTransformer(Collection<String>) - Constructor for class org.hibernate.jpa.internal.instrument.InterceptFieldClassFileTransformer
 
INTERCEPTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a Interceptor implementation to be applied to the SessionFactory Can reference Interceptor instance Interceptor implementation Class reference Interceptor implementation class name
interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
interceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
Interceptor - Interface in org.hibernate
Allows user code to inspect and/or change property values.
INTERCEPTOR - Static variable in interface org.hibernate.jpa.AvailableSettings
Interceptor class name, the class has to have a no-arg constructor the interceptor instance is shared amongst all EntityManager of a given EntityManagerFactory
interceptor(Interceptor) - Method in interface org.hibernate.SessionBuilder
Adds a specific interceptor to the session options.
interceptor() - Method in interface org.hibernate.SharedSessionBuilder
Signifies the interceptor from the original session should be used to create the new session.
interceptor(Interceptor) - Method in interface org.hibernate.SharedSessionBuilder
 
INTERCEPTOR_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to store the PersistentAttributeInterceptable.
INTERCEPTOR_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the interceptor
INTERCEPTOR_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the interceptor
INTERNAL_LOAD_EAGER - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
INTERNAL_LOAD_LAZY - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
INTERNAL_LOAD_NULLABLE - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
internalApplyLockMode(LockModeType) - Method in class org.hibernate.jpa.internal.QueryImpl
 
internalApplyLockMode(LockModeType) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
internalApplyLockMode(LockModeType) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
internalExecuteUpdate() - Method in class org.hibernate.jpa.internal.QueryImpl
 
internalExecuteUpdate() - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
Actually execute the update; all pre-requisites have been checked.
internalGetEntityManagerFactory() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
internalGetId() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
internalGetJoins() - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
 
internalGetSession() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
internalGetSession() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
Return a Session without any validation checks.
internalGetSubqueries() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
internalGetVersion() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
internalLoad(String, Serializable, boolean, boolean) - Method in interface org.hibernate.engine.spi.SessionImplementor
Load an instance without checking if it was deleted.
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.internal.SessionImpl
 
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
internalMakeKeySubgraph(Class) - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
internalNext(boolean) - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
internalNext(boolean) - Method in class org.hibernate.internal.util.xml.FilteringXMLEventReader
 
internalNextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
internalNextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
internalNextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
internalNextEvent() - Method in class org.hibernate.internal.util.xml.BaseXMLEventReader
internalNextEvent() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
 
internalNextEvent() - Method in class org.hibernate.internal.util.xml.FilteringXMLEventReader
 
interpret(MappingDefaults, JaxbHbmFetchStyleWithSubselectEnum, JaxbHbmOuterJoinEnum, JaxbHbmLazyWithExtraEnum, int) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
interpret(String) - Static method in enum org.hibernate.boot.SchemaAutoTooling
 
interpret(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the NULLABLE column, return the appropriate enum.
interpret(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the SEARCHABLE column, return the appropriate enum.
interpret(RenderingContext) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
interpret(RenderingContext) - Method in interface org.hibernate.jpa.criteria.compile.CompilableCriteria
 
interpret(RenderingContext) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
interpret(Object) - Static method in enum org.hibernate.jpa.SchemaGenAction
Used when processing JPA configuration to interpret the user config values.
interpret(Object) - Static method in enum org.hibernate.jpa.SchemaGenSource
Used when processing JPA configuration to interpret the user config value
interpret(Object) - Static method in enum org.hibernate.loader.BatchFetchStyle
 
interpret(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
interpret(String) - Static method in enum org.hibernate.secure.spi.PermissibleAction
 
interpret(boolean, boolean) - Static method in enum org.hibernate.tool.hbm2ddl.Target
 
interpret(Object) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
 
interpretCacheMode(CacheStoreMode, CacheRetrieveMode) - Static method in class org.hibernate.jpa.internal.util.CacheModeHelper
Given a JPA CacheStoreMode and CacheRetrieveMode, determine the corresponding legacy Hibernate CacheMode.
interpretCacheRetrieveMode(CacheMode) - Static method in class org.hibernate.jpa.internal.util.CacheModeHelper
 
interpretCacheStoreMode(CacheMode) - Static method in class org.hibernate.jpa.internal.util.CacheModeHelper
 
InterpretedParameterMetadata - Interface in org.hibernate.jpa.criteria.compile
Represents information about parameters from a compiled criteria query.
interpretEntityKey(SessionImplementor, String, Serializable, Object) - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorHelper
 
interpretExternalSetting(String) - Static method in enum org.hibernate.CacheMode
Used to interpret externalized forms of this enum.
interpretExternalSetting(String) - Static method in enum org.hibernate.FlushMode
Interprets an external representation of the flush mode.
interpretInheritanceType(JaxbHbmEntityBaseDefinition) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
interpretIsolation(Object) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
interpretLockMode(Object) - Static method in class org.hibernate.jpa.internal.util.LockModeTypeHelper
 
interpretManyToManyElement(MappingDefaults, JaxbHbmFetchStyleEnum, JaxbHbmOuterJoinEnum, JaxbHbmLazyEnum) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
interpretManyToOne(MappingDefaults, JaxbHbmFetchStyleEnum, JaxbHbmOuterJoinEnum, JaxbHbmLazyWithNoProxyEnum) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
interpretOldCode(int) - Static method in enum org.hibernate.engine.OptimisticLockStyle
Given an old code (one of the int constants from Cascade), interpret it as one of the new enums.
interpretOneToOne(MappingDefaults, JaxbHbmFetchStyleEnum, JaxbHbmOuterJoinEnum, JaxbHbmLazyWithNoProxyEnum, boolean) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
interpretReportedSQLStateType(int) - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
 
interpretSequenceGenerator(SequenceGenerator, IdentifierGeneratorDefinition.Builder) - Method in class org.hibernate.boot.internal.IdGeneratorInterpreterImpl
 
interpretSequenceGenerator(SequenceGenerator, IdentifierGeneratorDefinition.Builder) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
Extract the IdentifierGeneratorDefinition related to the given SequenceGenerator annotation
interpretSizeSource(Integer, Integer, Integer) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
interpretSizeSource(Integer, String, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
interpretTableGenerator(TableGenerator, IdentifierGeneratorDefinition.Builder) - Method in class org.hibernate.boot.internal.IdGeneratorInterpreterImpl
 
interpretTableGenerator(TableGenerator, IdentifierGeneratorDefinition.Builder) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
interpretTransactionType(Object) - Static method in class org.hibernate.jpa.internal.util.PersistenceUnitTransactionTypeHelper
 
INTERSECTION - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The intersection function
intersects(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially intersects" constraint to the named property
INTERSECTS - Static variable in interface org.hibernate.spatial.SpatialRelation
The first geometry intersects the second
INTO - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INTO - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INTO - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
intoClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
intoClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
IntoClause - Class in org.hibernate.hql.internal.ast.tree
Represents an entity referenced in the INTO clause of an HQL INSERT statement.
IntoClause() - Constructor for class org.hibernate.hql.internal.ast.tree.IntoClause
 
INVALID_NATURAL_ID_REFERENCE - Static variable in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
 
invalidArrayElementType(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
InvalidatableWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Specialized JdbcWrapper contract for wrapped objects that can additioanlly be invalidated
invalidate(Serializable[], SessionImplementor) - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
Perform invalidation.
invalidate() - Method in interface org.hibernate.engine.jdbc.spi.InvalidatableWrapper
Make the wrapper invalid for further usage.
invalidate() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
invalidate() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
invalidate() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
invalidateRegion() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
Invalidates the region.
invalidateRegion() - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
InvalidationCacheAccessDelegate - Class in org.hibernate.cache.infinispan.access
 
InvalidationCacheAccessDelegate(BaseRegion, PutFromLoadValidator) - Constructor for class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
Create a new transactional access delegate instance.
InvalidationFilterVisitor(int) - Constructor for class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor.InvalidationFilterVisitor
 
invalidations - Variable in class org.hibernate.cache.infinispan.impl.BaseRegion
 
InvalidationSynchronization - Class in org.hibernate.cache.infinispan.access
Synchronization that should release the locks after invalidation is complete.
InvalidationSynchronization(NonTxPutFromLoadInterceptor, Object[]) - Constructor for class org.hibernate.cache.infinispan.access.InvalidationSynchronization
 
invalidDiscriminatorAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidEditOfReadOnlyItem(Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidJndiName(String, JndiNameException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
InvalidMappingException - Exception in org.hibernate.boot
 
InvalidMappingException(Origin) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
InvalidMappingException(Origin, Throwable) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
InvalidMappingException - Exception in org.hibernate
Thrown when a mapping is found to be invalid.
InvalidMappingException(String, String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, String, String) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, XmlDocument, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, XmlDocument) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, Origin) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, String) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information and a standard message.
InvalidMappingException(String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information and a standard message.
InvalidMappingException(String, Origin, Exception) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, Origin) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMethodForAnnotationException - Exception in org.hibernate.testing.junit4
Indicates that an annotations was attached to a method incorrectly.
InvalidMethodForAnnotationException(String) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
 
InvalidMethodForAnnotationException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
 
invalidOnDeleteAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
InvalidPathException - Exception in org.hibernate.hql.internal.ast
Exception thrown when an invalid path is found in a query.
InvalidPathException(String) - Constructor for exception org.hibernate.hql.internal.ast.InvalidPathException
 
invalidPrimaryKeyJoinColumnAnnotation() - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidSubStrategy(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidTableAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
InvalidWithClauseException - Exception in org.hibernate.hql.internal.ast
Indicates an issue with the encountered with-clause.
InvalidWithClauseException(String, String) - Constructor for exception org.hibernate.hql.internal.ast.InvalidWithClauseException
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
inverseForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
inverseJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
InvocationAfterCompletion - Class in org.hibernate.cache.infinispan.util
 
InvocationAfterCompletion(TransactionCoordinator, AdvancedCache, boolean) - Constructor for class org.hibernate.cache.infinispan.util.InvocationAfterCompletion
 
invoke(String, Class[], Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
Access to invoke a method on the class that this fast class handles
invoke(int, Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
Access to invoke a method on the class that this fast class handles by its index
invoke(boolean, AdvancedCache) - Method in class org.hibernate.cache.infinispan.access.FutureUpdateSynchronization
 
invoke(boolean, AdvancedCache) - Method in class org.hibernate.cache.infinispan.access.RemovalSynchronization
 
invoke(boolean, AdvancedCache) - Method in class org.hibernate.cache.infinispan.access.TombstoneSynchronization
 
invoke(boolean, AdvancedCache) - Method in class org.hibernate.cache.infinispan.util.InvocationAfterCompletion
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.BlobProxy
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ClobProxy
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
 
invoke(Object, Object...) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
invoke(Object) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
invoke(Method, Object[], Object) - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
invoke(Object, Method, Method, Object[]) - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
INVOKE_IMPLEMENTATION - Static variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
invokeDeleteLifecycle(EventSource, Object, EntityPersister) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
invokeDeleteLifecycle(EventSource, Object, EntityPersister) - Method in class org.hibernate.jpa.event.internal.core.JpaDeleteEventListener
 
invokeExplosively(Object, Object...) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
invokeInterceptor(SessionImplementor, Object, EntityEntry, Object[], EntityPersister) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
invokeInterceptor(SessionImplementor, Object, EntityEntry, Object[], EntityPersister) - Method in class org.hibernate.jpa.event.internal.core.JpaFlushEntityEventListener
 
invokeIsolated(boolean) - Method in class org.hibernate.cache.infinispan.util.InvocationAfterCompletion
 
invokeSaveLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
invokeUpdateLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
IS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IS_DYNAMIC - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
IS_NOT_NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IS_NOT_NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IS_NOT_NULL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IS_NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IS_NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IS_NULL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IS_PRIMARY_KEY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
isAbstract() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isAbstract() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the abstract property.
isAbstract() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isAbstract() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Is the entity abstract?

The implication is whether the entity maps to a database table.

isAbstract() - Method in class org.hibernate.mapping.PersistentClass
 
isAbstract() - Method in class org.hibernate.mapping.Table
 
isAbstract() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAbstract() - Method in interface org.hibernate.persister.entity.Loadable
 
isAbstract() - Method in interface org.hibernate.persister.entity.Queryable
Is this an abstract class?
isAbstract() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isAbstractClass(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class is declared abstract.
isAbstractUnionTable() - Method in class org.hibernate.mapping.Table
 
isAccessTypeResolved() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
isActive() - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
isActive() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
isActive(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate an active transaction?
isActive(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given UserTransaction indicate an active transaction?
isActive(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given TransactionManager indicate an active transaction?
isActive() - Method in class org.hibernate.jpa.event.internal.jpa.AbstractCallback
 
isActive() - Method in interface org.hibernate.jpa.event.spi.jpa.Callback
Deprecated.
I can actually find no usages of this method and have no idea why it is here :)
isActive() - Method in class org.hibernate.jpa.internal.TransactionImpl
 
isActive() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
isActive() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
isActive() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackTarget
Is the callback target still active? Generally this is checked by the caller prior to calling SynchronizationCallbackTarget.beforeCompletion() or SynchronizationCallbackTarget.afterCompletion(boolean, boolean)
isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Is the TransactionCoordinator owner considered active?
isActive() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
Is this transaction still active?

Answers on a best effort basis.

isActive() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
isAddSuppressWarningsAnnotation() - Method in class org.hibernate.jpamodelgen.Context
 
isAffectedBy(Map) - Method in class org.hibernate.internal.FilterHelper
 
isAffectedByEnabledFilters(SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAggregation() - Method in class org.hibernate.jpa.criteria.expression.function.AggregationFunction
 
isAggregation() - Method in class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression
 
isAggregation() - Method in interface org.hibernate.jpa.criteria.expression.function.FunctionExpression
Is this function a value aggregator (like a COUNT or MAX function e.g.)?
isAlias(String) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
isAllFalse(boolean...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAllNegative(int[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAllowIdentifierReuse() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
isAllowNulls() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isAllowProxyCreation() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isAllPropertyFetch() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isAllTestsIgnored() - Method in class org.hibernate.testing.junit4.CustomRunner
 
isAllTrue(boolean...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAlternateUniqueKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.Collection
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.OneToMany
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.SimpleValue
 
isAlternateUniqueKey() - Method in interface org.hibernate.mapping.Value
 
isAlwaysDirtyChecked() - Method in class org.hibernate.type.AnyType
 
isAlwaysDirtyChecked() - Method in interface org.hibernate.type.AssociationType
Do we dirty check this association, even when there are no columns to be updated?
isAlwaysDirtyChecked() - Method in class org.hibernate.type.CollectionType
We always need to dirty check the collection because we sometimes need to incremement version number of owner and also because of how assemble/disassemble is implemented for uks
isAlwaysDirtyChecked() - Method in class org.hibernate.type.ManyToOneType
 
isAlwaysDirtyChecked() - Method in class org.hibernate.type.OneToOneType
We don't need to dirty check one-to-one because of how assemble/disassemble is implemented and because a one-to-one association is never dirty
isAnnotationMirrorOfType(AnnotationMirror, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
Returns true if the provided annotation type is of the same type as the provided class, false otherwise.
isAnnotationPresent(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
isAnnotationPresent(Class<T>) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
isAnyCollectionProperty(String) - Static method in class org.hibernate.hql.internal.CollectionProperties
 
isAnyType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isAnyType() - Method in class org.hibernate.type.AbstractType
 
isAnyType() - Method in class org.hibernate.type.AnyType
 
isAnyType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to AnyType.
isArray() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
isArray() - Method in class org.hibernate.mapping.Array
 
isArray() - Method in class org.hibernate.mapping.Collection
 
isArray() - Method in interface org.hibernate.metadata.CollectionMetadata
Is the collection an array?
isArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an array?
isArrayType() - Method in class org.hibernate.type.ArrayType
 
isArrayType() - Method in class org.hibernate.type.CollectionType
 
isAscending() - Method in class org.hibernate.criterion.Order
 
isAscending() - Method in class org.hibernate.jpa.criteria.OrderImpl
 
isAssignable(CtClass, String) - Static method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesHelper
 
isAssignable(CtField, String) - Static method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesHelper
 
isAssociation() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
 
isAssociation() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
isAssociation() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
 
isAssociation() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
isAssociationFetch() - Method in class org.hibernate.event.spi.LoadEvent
 
isAssociationType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isAssociationType() - Method in class org.hibernate.type.AbstractType
 
isAssociationType() - Method in class org.hibernate.type.AnyType
 
isAssociationType() - Method in class org.hibernate.type.CollectionType
Note: return true because this type is castable to AssociationType.
isAssociationType() - Method in class org.hibernate.type.EntityType
An entity type is a type of association type
isAssociationType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to AssociationType.
isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
isAudited() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
isAudited() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
isAudited() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
isAutoApply() - Method in class org.hibernate.cfg.AttributeConverterDefinition
 
isAutoApply() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Gets the value of the autoApply property.
isAutoCloseEnabled() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
isAutoCloseEnabled() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.internal.SessionImpl
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isAutoCreateSchema() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoDropSchema() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoEvictCollectionCache() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isAutoEvictCollectionCache() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isAutoEvictCollectionCache() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isAutoEvictCollectionCache() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isAutoEvictCollectionCache() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAutoEvictCollectionCache() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAutoEvictCollectionCache() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoFlushEnabled() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
isAutoFlushEnabled() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
isAutoImport() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the autoImport property.
isAutoImportEnabled() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
isAutoImportEnabled() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
isAutoImportEnabled() - Method in interface org.hibernate.boot.spi.MappingDefaults
Is auto-importing of entity (short) names enabled?
isAutoUpdateSchema() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoValidateSchema() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isBackRef() - Method in class org.hibernate.mapping.Backref
 
isBackRef() - Method in class org.hibernate.mapping.IndexBackref
 
isBackRef() - Method in class org.hibernate.mapping.Property
 
isBasicCollection() - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Backref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.IndexBackref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Property
 
isBatchable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isBatchLoadable() - Method in class org.hibernate.engine.spi.EntityKey
 
isBatchLoadable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isBatchLoadable() - Method in interface org.hibernate.persister.entity.EntityPersister
Is batch loading enabled?
isBeingReplicated() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isBeingReplicated() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isBidirectional() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
isBindable() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
Can we bind (set) values on this parameter? Generally this is true, but would not be in the case of parameters with OUT or REF_CURSOR mode.
isBindAsParam() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the bindAsParam property.
isBoolean(Object) - Static method in class org.hibernate.jpa.criteria.ValueHandlerFactory
 
isBound(Parameter<?>) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
isBound(Parameter<?>) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
isBytecodeLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isBytecodeLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isBytecodeLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isBytecodeLazy() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Should the attribute be lazily loaded by bytecode enhancement?
isCacheable() - Method in interface org.hibernate.BasicQueryContract
Are the results of this query eligible for second level query caching? This is different that second level caching of any returned entities and collections.
isCacheable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
isCacheable() - Method in class org.hibernate.engine.spi.QueryParameters
 
isCacheable() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
isCacheable() - Method in class org.hibernate.internal.AbstractQueryImpl
 
isCacheable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the cacheable property.
isCacheInvalidationRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
We can't immediately add to the cache if we have formulas which must be evaluated, or if we have the possibility of two concurrent updates to the same item being merged on the database.
isCacheInvalidationRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
Should we always invalidate the cache instead of recaching updated state
isCacheLazy() - Method in class org.hibernate.boot.CacheRegionDefinition
 
isCacheLazyProperties() - Method in class org.hibernate.boot.model.Caching
 
isCachingExplicitlyRequested() - Method in class org.hibernate.mapping.RootClass
 
isCallable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.boot.model.CustomSql
 
isCallable() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
isCallable() - Method in class org.hibernate.engine.spi.QueryParameters
 
isCallable() - Method in class org.hibernate.internal.SQLQueryImpl
 
isCallable() - Method in interface org.hibernate.SQLQuery
Is this native-SQL query known to be callable?
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
isCascadeable() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
 
isCascadeDeleteEnabled() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isCascadeDeleteEnabled() - Method in class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
isCascadeDeleteEnabled() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
isCascadeDeleteEnabled() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Is "cascade delete" enabled for the foreign key? In other words, if a record in the parent (referenced) table is deleted, should the corresponding records in the child table automatically be deleted?
isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isCascadeDeleteEnabled() - Method in class org.hibernate.event.spi.DeleteEvent
 
isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.ForeignKey
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.mapping.KeyValue
 
isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.SimpleValue
 
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is cascade delete handled by the database-level foreign key constraint definition?
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isCascadeDeleteRevision() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
isCaseSensitive() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isCatalogQuoted() - Method in class org.hibernate.mapping.Table
 
isCharacter(Class) - Static method in class org.hibernate.jpa.criteria.ValueHandlerFactory
 
isCharacter(Object) - Static method in class org.hibernate.jpa.criteria.ValueHandlerFactory
 
isCheckable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isCheckDeleted() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isCheckNullability() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isCheckNullability() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isCheckNullability() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isCheckNullability() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isCheckNullability() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCheckNullability() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCheckNullability() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isClassFile(File) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Does this file represent a compiled class?
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
isClearQueueEnabled() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" clear? This is a special case, because of orphan delete.
isClockwise() - Method in class org.hibernate.spatial.jts.Circle.Arc
 
isClosed() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isClosed() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
isClosed() - Method in interface org.hibernate.engine.spi.SessionImplementor
Determine whether the session is closed.
isClosed() - Method in class org.hibernate.internal.AbstractSessionImpl
 
isClosed() - Method in class org.hibernate.internal.SessionFactoryImpl
 
isClosed() - Method in interface org.hibernate.SessionFactory
Is this factory already closed?
isClustered(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Indicates whether the given cache is configured to cluster its contents.
isCollection() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
isCollection() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
isCollection() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
 
isCollection() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
isCollection() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
isCollection() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isCollection() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isCollection() - Method in interface org.hibernate.persister.entity.Joinable
Is this instance actually a CollectionPersister?
isCollectionElement() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
Is the basic column the "element column" for a collection?

Historical handling for these in hbm.xml binding was to simply name the column "elt".

isCollectionElement() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isCollectionElement() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
isCollectionJoin() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isCollectionOfValuesOrComponents() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isCollectionProperty(String) - Static method in class org.hibernate.hql.internal.CollectionProperties
 
isCollectionPropertyMethod() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
isCollectionType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isCollectionType() - Method in class org.hibernate.type.AbstractType
 
isCollectionType() - Method in class org.hibernate.type.CollectionType
 
isCollectionType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to CollectionType.
isCollectionValued() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
isCommentsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isCommentsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isCommentsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isCommentsEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isCommentsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCommentsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCommentsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isCommitted(SessionImplementor) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationCacheAccessDelegate
 
isCommitted(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate a committed transaction?
isCommitted(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given UserTransaction indicate a commit?
isCommitted(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given TransactionManager indicate a commit?
isComparable(Object) - Method in class org.hibernate.cache.infinispan.TypeEquivalance
 
isComparativeExpressionClause() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isCompiled() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
isComponent() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isComponent() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isComponent() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isComponent() - Method in interface org.hibernate.cfg.PropertyHolder
 
isComponentType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isComponentType() - Method in class org.hibernate.type.AbstractType
 
isComponentType() - Method in class org.hibernate.type.AnyType
 
isComponentType() - Method in class org.hibernate.type.ComponentType
 
isComponentType() - Method in class org.hibernate.type.CompositeCustomType
 
isComponentType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to CompositeType.
isComposite() - Method in class org.hibernate.mapping.Property
 
isCompositeClass(CtClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Embeddable annotation
isCompositeClass(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class name represent an embeddable/component class?
isCompoundSelection() - Method in class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl
 
isCompoundSelection() - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
isCompoundSelection() - Method in class org.hibernate.jpa.criteria.expression.SelectionImpl
 
isCompoundSelection() - Method in class org.hibernate.jpa.criteria.predicate.AbstractPredicateImpl
 
isConnected() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isConnected() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
isConnected() - Method in class org.hibernate.internal.SessionImpl
 
isConnected() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isConnected() - Method in interface org.hibernate.Session
Check if the session is currently connected.
isConnectedToSession() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
isConnectedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'connectedToSession'.
isConstrained() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the constrained property.
isConstrained() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
 
isConstrained() - Method in class org.hibernate.mapping.OneToOne
Returns the constrained.
isConstructor() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
isConstructor() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
isConstructor() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
isConstructor() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns true if the element is a constructor (e.g.
isContainsJoinFetchedBag() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'containsJoinFetchedBag', which flags whether this fetch profile contained any bag join fetches
isContainsJoinFetchedCollection() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'containsJoinFetchedCollection', which flags whether this fetch profile contained any collection join fetches.
isConversionDisabled() - Method in class org.hibernate.cfg.AttributeConversionInfo
 
isCorrelated() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
isCreationEnabled() - Method in class org.hibernate.mapping.ForeignKey
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.AbstractHANADialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.CUBRIDDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DB2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Dialect
Should the value returned by Dialect.getCurrentTimestampSelectString() be treated as callable.
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.FrontBaseDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.H2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.HSQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InformixDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Ingres9Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InterbaseDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.MySQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle8iDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.TimesTenDialect
 
isCustomDeleteAllCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.Join
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.Join
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.Join
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isDebugLoggingEnabled() - Static method in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
Indicates if DEBUG logging is enabled.
isDeepCopyNeeded() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
After assembly, is a copy of the array needed?
isDefault(XClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
isDefaultLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultLazy property.
isDefaultReadOnly() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isDefaultReadOnly() - Method in interface org.hibernate.engine.spi.PersistenceContext
Will entities and proxies that are loaded into this persistence context be made read-only by default? To determine the read-only/modifiable setting for a particular entity or proxy:
isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDefaultReadOnly() - Method in class org.hibernate.internal.SessionImpl
 
isDefaultReadOnly() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isDefaultReadOnly() - Method in interface org.hibernate.Session
Will entities and proxies that are loaded into this session be made read-only by default? To determine the read-only/modifiable setting for a particular entity or proxy:
isDefinedOnSubclass(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isDefinedOnSubclass(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Is this property defined on a subclass of the mapped class.
isDeleteAllCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isDeleteCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isDeleteCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isDereferencedBySubclassProperty() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
Gets the value of the property dereferencedBySubclassProperty.
isDereferencedBySuperclassOrSubclassProperty() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
Gets the value of the property dereferencedBySuperclassOrSubclassProperty.
isDereferencedBySuperclassProperty() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
Gets the value of the property dereferencedBySuperclassProperty.
isDirectlyAccessible() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
isDirectlyAccessible() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
isDirectlyAccessible() - Method in interface org.hibernate.collection.spi.PersistentCollection
Could the application possibly have a direct reference to the underlying collection implementation?
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isDirectReferenceCacheEntriesEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isDirectReferenceCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isDirty(Object, EntityPersister, Session) - Method in class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
isDirty() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
isDirty() - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Is the entity considered dirty?
isDirty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
isDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.
isDirty(CustomEntityDirtinessStrategy.AttributeInformation) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
Do the attribute dirty check.
isDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
The callback used by Hibernate to determine if the given entity is dirty.
isDirty() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDirty() - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
isDirty() - Method in class org.hibernate.internal.SessionImpl
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
isDirty() - Method in interface org.hibernate.Session
Does this session contain any changes which must be synchronized with the database? In other words, would any DML operations be executed if we flushed this session?
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.AbstractType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AnyType
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CustomType
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.MetaType
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, SessionImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, Object, boolean[], SessionImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirtyCheckable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isDirtyCheckable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isDirtyCheckable(boolean) - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isDirtyCheckable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isDirtyCheckHandledByInterceptor() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDirtyCheckPossible() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDisableConversion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the disableConversion property.
isDisableForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the disableForeignKey property.
isDiscriminated() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.PersistentClass
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.RootClass
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.Subclass
 
isDiscriminatorValueNotNull() - Method in class org.hibernate.mapping.PersistentClass
 
isDiscriminatorValueNull() - Method in class org.hibernate.mapping.PersistentClass
 
isDistinct() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
isDistinct() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
isDistinct() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
isDistinct() - Method in class org.hibernate.jpa.criteria.expression.function.AggregationFunction.COUNT
 
isDistinct() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
isDone() - Method in class org.hibernate.testing.async.ExecutableAdapter
 
isDoNotAuditOptimisticLockingField() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
isDorecreate() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDoremove() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDoupdate() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.collection.OneToManyJoinWalker
 
isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.JoinWalker
Used to detect circularities in the joined graph, note that this method is side-effecty
isDuplicateAssociation(String, String[], AssociationType) - Method in class org.hibernate.loader.JoinWalker
Used to detect circularities in the joined graph, note that this method is side-effecty
isDuplicateAssociationKey(AssociationKey) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
isDuplicateAssociationKey(AssociationKey) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
isDuplicateAssociationKey(AssociationKey) - Method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
Has an association with the specified key been visited already?
isDynamic() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
isDynamic() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
isDynamic() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
Indicates whether this embeddable/component is dynamic (represented as a Map), or whether a dedicated class for it is available.
isDynamic() - Method in class org.hibernate.mapping.Component
 
isDynamicInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isDynamicInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the dynamicInsert property.
isDynamicInsert() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isDynamicInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Did the source specify dynamic inserts?
isDynamicInsert() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isDynamicUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isDynamicUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the dynamicUpdate property.
isDynamicUpdate() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isDynamicUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Did the source specify dynamic updates?
isDynamicUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isEarlyInsert() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Does this insert action need to be executed as soon as possible (e.g., to generate an ID)?
isEarlyInsert() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
isEarlyInsert() - Method in class org.hibernate.action.internal.EntityInsertAction
 
isEmbeddableSuperclass() - Method in class org.hibernate.cfg.InheritanceState
 
isEmbedded() - Method in class org.hibernate.mapping.Component
 
isEmbedded() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
isEmbedded() - Method in class org.hibernate.tuple.IdentifierProperty
 
isEmbedded() - Method in class org.hibernate.type.AnyType
 
isEmbedded() - Method in class org.hibernate.type.ComponentType
 
isEmbedded() - Method in class org.hibernate.type.CompositeCustomType
 
isEmbedded() - Method in interface org.hibernate.type.CompositeType
Is this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its owner
isEmbedded() - Method in class org.hibernate.type.EmbeddedComponentType
 
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isEmbedXml() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
isEmpty() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Returns true if there are no unresolved entity insert actions.
isEmpty() - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
isEmpty() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
isEmpty() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
isEmpty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
isEmpty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentBag
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentList
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentMap
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentSet
 
isEmpty() - Method in class org.hibernate.criterion.Property
Creates a restriction to check that a collection is empty
isEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property to be empty
isEmpty() - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
Are there any paths currently tracked here?
isEmpty() - Method in class org.hibernate.engine.spi.ExecutableList
 
isEmpty() - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
 
isEmpty() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
isEmpty() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
isEmpty() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
isEmpty() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
isEmpty() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
isEmpty(String) - Static method in class org.hibernate.envers.internal.tools.StringTools
 
isEmpty(Object) - Static method in class org.hibernate.envers.internal.tools.StringTools
 
isEmpty() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
isEmpty() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Are there no listeners registered?
isEmpty() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty(Collection) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isEmpty(Map) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isEmpty(Object[]) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isEmpty() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
isEmpty() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
isEmpty(String) - Static method in class org.hibernate.internal.util.StringHelper
 
isEmpty(Expression<C>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
 
isEmpty(String) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply an "is empty" constraint to the named property
isEmpty() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Checks whether this instance is empty
isEmptyAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
 
IsEmptyExpression - Class in org.hibernate.spatial.criterion
A Criterion constraining a geometry property to be (non-)empty.
IsEmptyExpression(String, boolean) - Constructor for class org.hibernate.spatial.criterion.IsEmptyExpression
Constructs an instance for the specified property
isEmptyOrNullAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
 
isEmptyOrWhiteSpace(String) - Static method in class org.hibernate.internal.util.StringHelper
 
IsEmptyPredicate<C extends Collection> - Class in org.hibernate.jpa.criteria.predicate
Models an IS [NOT] EMPTY restriction
IsEmptyPredicate(CriteriaBuilderImpl, PluralAttributePath<C>) - Constructor for class org.hibernate.jpa.criteria.predicate.IsEmptyPredicate
 
isEnabled() - Method in interface org.hibernate.envers.boot.internal.EnversService
Is the Envers integration enabled? This is generally used as a protection for other Envers services (in the ServiceLoader sense) determine whether they should do their work.
isEnabled() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
isEnabled() - Method in class org.hibernate.spatial.integration.SpatialService
 
isEnabled(Logger.Level) - Method in class org.hibernate.testing.logger.Log4DelegatingLogger
 
isEncapsulated() - Method in interface org.hibernate.persister.walking.spi.EntityIdentifierDefinition
Is the entity identifier encapsulated? Meaning, is it represented by a single attribute?
isEntity() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isEntity() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isEntity() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isEntity() - Method in interface org.hibernate.cfg.PropertyHolder
 
isEntity() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isEntityClass(CtClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Entity annotation
isEntityClass(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class descriptor represent a entity class?
isEntityClassAudited(Class<?>) - Method in interface org.hibernate.envers.AuditReader
Checks if the entityClass was configured to be audited.
isEntityClassAudited(Class<?>) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
isEntityNameAudited(String) - Method in interface org.hibernate.envers.AuditReader
Checks if the entityName was configured to be audited.
isEntityNameAudited(String) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
isEntityType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEntityType() - Method in class org.hibernate.type.AbstractType
 
isEntityType() - Method in class org.hibernate.type.EntityType
Explicitly, an entity type is an entity type ;)
isEntityType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to EntityType.
isEntryFor(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isEntryFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is there an EntityEntry registration for this entity instance?
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CollectionType
 
isEqual(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CompositeCustomType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
isEqual(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEqual(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEquals(Object[], Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
Deprecated.
isEquals(char[], char[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
Deprecated.
isEquals(byte[], byte[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
Deprecated.
isEventSource() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isEventSource() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
isEventSource() - Method in class org.hibernate.internal.SessionImpl
 
isEventSource() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isExcludeUnlistedClasses() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
isExcludeUnlistedClasses() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
isExcludeUnlistedClasses() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Essentially should scanning for classes be performed? If not, the list of classes available is limited to: classes listed in PersistenceUnitDescriptor.getManagedClassNames() classes named in all PersistenceUnitDescriptor.getMappingFileNames() classes discovered in PersistenceUnitDescriptor.getJarFileUrls()
isExcludeUnlistedClasses() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the excludeUnlistedClasses property.
isExistsInDatabase() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isExistsInDatabase() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isExpectedServiceRegistryType(ServiceRegistry) - Static method in class org.hibernate.boot.MetadataSources
 
isExpectingCollectionIndex() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
isExplicitIdInsertion() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
isExplicitPolymorphism() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
isExplicitPolymorphism() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Should explicit polymorphism (querying) be applied to this entity?
isExplicitPolymorphism() - Method in class org.hibernate.mapping.PersistentClass
 
isExplicitPolymorphism() - Method in class org.hibernate.mapping.RootClass
 
isExplicitPolymorphism() - Method in class org.hibernate.mapping.Subclass
 
isExplicitPolymorphism() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isExplicitPolymorphism() - Method in interface org.hibernate.persister.entity.Queryable
Is this class explicit polymorphism only?
isExplicitPolymorphism() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isExplicitVersionInsertion() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
isExposeStatistics() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
isExtended() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
isExtraLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
isExtraLazy() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
 
isExtraLazy() - Method in class org.hibernate.mapping.Collection
 
isExtraLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isExtraLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isFalse(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isFetch() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isFetchProfileEnabled(String) - Method in class org.hibernate.internal.SessionImpl
 
isFetchProfileEnabled(String) - Method in interface org.hibernate.Session
Is a particular fetch profile enabled on this session?
isFilter() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Returns true if this is a filter query, false if not.
isFilter() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
isFilter() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isFinalClass(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine is the given class is declared final.
isFirst() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
isFirst() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
isFirst() - Method in interface org.hibernate.ScrollableResults
Is this the first result?
isFixedPrecisionScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isFlushing() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isFlushing() - Method in interface org.hibernate.engine.spi.PersistenceContext
Is a flush cycle currently in process?
isFlushRequired() - Method in class org.hibernate.event.spi.AutoFlushEvent
 
isForce() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the force property.
isForced() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
"Forces" Hibernate to specify the allowed discriminator values, even when retrieving all instances of the root class.
isForceDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
isForceInsertable() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
isFormat() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
isFormula() - Method in class org.hibernate.cfg.Ejb3Column
 
isFormula() - Method in class org.hibernate.mapping.Column
 
isFormula() - Method in class org.hibernate.mapping.Formula
 
isFormula() - Method in interface org.hibernate.mapping.Selectable
 
isFromElementAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Convenience method to check whether a given token represents a from-element alias.
isFromElementUpdateOrDeleteRoot(FromElement) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
isFromOrJoinFragment() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isFullyQualified(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
isFullyXmlConfigured() - Method in class org.hibernate.jpamodelgen.Context
 
isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
A check to see if the text of the given node represents a known function name.
isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
isGenerated(Dialect) - Method in class org.hibernate.mapping.Constraint
 
isGenerateRevisionsForCollections() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
isGetEnabled() - Method in enum org.hibernate.CacheMode
Does this cache mode indicate that reads are allowed?
isGetGeneratedKeysEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isGetGeneratedKeysEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isGetGeneratedKeysEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
isGetGeneratedKeysEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isGloballyQuoteIdentifiers() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
isGlobalWithModifiedFlag() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
isGrouped() - Method in class org.hibernate.criterion.AliasedProjection
 
isGrouped() - Method in class org.hibernate.criterion.Distinct
 
isGrouped() - Method in class org.hibernate.criterion.IdentifierProjection
 
isGrouped() - Method in interface org.hibernate.criterion.Projection
Is this projection fragment (SELECT clause) also part of the GROUP BY
isGrouped() - Method in class org.hibernate.criterion.ProjectionList
 
isGrouped() - Method in class org.hibernate.criterion.PropertyProjection
 
isGrouped() - Method in class org.hibernate.criterion.SimpleProjection
 
isGrouped() - Method in class org.hibernate.criterion.SQLProjection
 
isHaltOnError() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
isHibernateExtensionMapping() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
isHibernateStatisticsSupported() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isId() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
isId() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
isId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the id property.
isId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the id property.
isIdentified() - Method in class org.hibernate.mapping.Collection
 
isIdentified() - Method in class org.hibernate.mapping.IdentifierCollection
 
isIdentifierAssignedByInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isIdentifierAssignedByInsert() - Method in interface org.hibernate.persister.entity.EntityPersister
Are identifiers of this entity assigned known before the insert execution? Or, are they generated (in the database) by the insert execution.
isIdentifierAssignedByInsert() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
isIdentifierAssignedByInsert() - Method in class org.hibernate.tuple.IdentifierProperty
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isIdentifierRollbackEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isIdentifierRollbackEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in interface org.hibernate.mapping.KeyValue
 
isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in class org.hibernate.mapping.SimpleValue
 
isIgnore() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isIgnoreCase() - Method in class org.hibernate.criterion.Order
 
isIgnoreIdAnnotations() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
isIgnoreNotFound() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
isIgnoreNotFound() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
isIgnoreNotFound() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
isIgnoreNotFound() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.ManyToOne
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.OneToMany
 
isImplicit() - Method in class org.hibernate.cfg.Ejb3Column
 
isImplied() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
Returns true if this FromElement was implied by a path, or false if this FROM element is explicitly declared in the FROM clause.
isImplied() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
isImplied() - Method in class org.hibernate.hql.internal.ast.tree.MapKeyEntityFromElement
 
isImpliedInFromClause() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isImpliedInFromClause() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
isInCase() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isIncludeAllAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the includeAllAttributes property.
isIncludedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isIncludedInOptimisticLocking() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
If the containing entity is using optimistic locking, should this attribute participate in that locking? Meaning, should changes in the value of this attribute at runtime indicate that the entity is now dirty in terms of optimistic locking?
isIncludeSubclasses() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isIncludeSubclasses() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
isInCount() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isInCountDistinct() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isIndexed() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
 
isIndexed() - Method in class org.hibernate.mapping.Collection
 
isIndexed() - Method in class org.hibernate.mapping.IndexedCollection
 
isInEntityGraph() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
isInFrom() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isInFunctionCall() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isInherentlySingleColumn() - Method in enum org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Can this source, by nature, define just a single column/formula?
isInheritable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the inheritable property.
isInheritable() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
isInherited() - Method in class org.hibernate.mapping.PersistentClass
 
isInherited() - Method in class org.hibernate.mapping.RootClass
 
isInherited() - Method in class org.hibernate.mapping.Subclass
 
isInherited() - Method in interface org.hibernate.metadata.ClassMetadata
Does this entity extend a mapped superclass?
isInherited() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInherited() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the entity is inherited one or more other entities.
isInherited() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isInIdClass() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
isInIdClass() - Method in interface org.hibernate.cfg.PropertyHolder
 
isInitialized() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
isInitialized(String) - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
isInitialized() - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Is the entity to which we are bound completely initialized?
isInitialized(String) - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
The the given field initialized for the entity to which we are bound?
isInitialized() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
isInitialized() - Method in interface org.hibernate.envers.boot.internal.EnversService
isInitialized() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
isInitialized(Object) - Static method in class org.hibernate.Hibernate
Check if the proxy or persistent collection is initialized.
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isInitializing() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
Is the instance currently initializing?
isInPrimaryKey() - Method in class org.hibernate.cfg.FkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
isInSecondPass() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
isInSecondPass() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
isInSelect() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the insert property.
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isInsertable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Did the mapping specify that the given attribute value(s) should be inserted into the database?
isInsertable() - Method in class org.hibernate.cfg.Ejb3Column
 
isInsertable() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.mapping.Property
 
isInsertable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isInsertable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isInsertable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isInsertCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInsertCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInserted() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Set this to false, if your discriminator column is also part of a mapped composite identifier.
isInstance(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstance(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Is the given object an instance of this entity?
isInstance(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
isInstance(Object) - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
isInstance(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
isInstance(Object) - Method in interface org.hibernate.tuple.Instantiator
Performs check to see if the given object is an instance of the entity or component which this Instantiator instantiates.
isInstance(Object) - Method in class org.hibernate.tuple.PojoInstantiator
 
isInstance(Object) - Method in interface org.hibernate.tuple.Tuplizer
Is the given object considered an instance of the the entity (acconting for entity-mode) managed by this tuplizer.
isInstrumented() - Method in interface org.hibernate.bytecode.buildtime.spi.ClassDescriptor
Determine if the class is already instrumented.
isInstrumented(Class) - Static method in class org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper
Utility to check to see if a given entity class is instrumented.
isInstrumented(Object) - Static method in class org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper
Utility to check to see if a given object is an instance of an instrumented class.
isInstrumented() - Method in interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
Has the entity class been bytecode instrumented?
isInstrumented() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstrumented() - Method in interface org.hibernate.persister.entity.EntityPersister
Has the class actually been bytecode instrumented?
isInstrumented() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
isInstrumented() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Whether or not this class can be lazy (ie intercepted)
isInstrumented() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Is it an instrumented POJO?
isInstrumented() - Method in class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
isInstrumented() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
isInvalidationCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Indicates whether the given cache is configured with CacheMode.INVALIDATION_ASYNC or CacheMode.INVALIDATION_SYNC.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the inverse property.
isInverse() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
isInverse() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
isInverse() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
isInverse() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isInverse() - Method in class org.hibernate.mapping.Collection
 
isInverse() - Method in class org.hibernate.mapping.Join
 
isInverse - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection "inverse", so state changes are not propogated to the database.
isInverseCollection() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this the "inverse" end of a bidirectional association?
isInverseCollectionNoOrphanDelete() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this the "inverse" end of a bidirectional association with no orphan delete enabled?
isInverseOneToManyOrNoOrphanDelete() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this the "inverse" end of a bidirectional one-to-many, or of a collection with no orphan delete?
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isJarFile(File) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Does this file represent a zip file of some format?
isJdbcBatchVersionedData() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isJdbcBatchVersionedData() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isJdbcBatchVersionedData() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isJdbcBatchVersionedData() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isJdbcBatchVersionedData() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJdbcBatchVersionedData() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isJdbcBatchVersionedData() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isJoin(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
isJoinable(JoinType, Set, String, String[], AssociationType, int) - Method in class org.hibernate.loader.JoinWalker
Should we join this association?
isJoined() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
isJoined() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
isJoined() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
Determine if there is an active transaction that this coordinator is already joined to.
isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
The superclass deliberately excludes collections
isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
Override on subclasses to enable or suppress joining of certain association types
isJoinedFetchEnabledInMapping(FetchMode, AssociationType) - Method in class org.hibernate.loader.JoinWalker
Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining
isJoinedSubclass() - Method in class org.hibernate.mapping.PersistentClass
 
isJoinedSubclass() - Method in class org.hibernate.mapping.RootClass
 
isJoinedSubclass() - Method in class org.hibernate.mapping.Subclass
 
isJoinedToTransaction() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
isJoinFetched(FetchStrategy) - Static method in class org.hibernate.persister.walking.internal.FetchStrategyHelper
 
isJoinFetchEnabledByProfile(OuterJoinLoadable, PropertyPath, int) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
isJpaPositionalParameter() - Method in class org.hibernate.jpa.internal.QueryImpl.JpaPositionalParameterRegistrationImpl
 
isJpaPositionalParameter() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
JPA has a different definition of positional parameters than what legacy Hibernate HQL had.
isJpaStyle() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
isJpaStyle() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer.NamedParameterDescription
 
isJta() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
isJta() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
isJta() - Method in interface org.hibernate.resource.transaction.TransactionCoordinatorBuilder
 
isJtaTrackByThread() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isJtaTrackByThread() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isJtaTrackByThread() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isJtaTrackByThread() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isJtaTrackByThread() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJtaTrackByThread() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isJtaTrackByThread() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isJunction() - Method in class org.hibernate.jpa.criteria.predicate.AbstractSimplePredicate
 
isJunction() - Method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
isJunction() - Method in class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
isJunction() - Method in interface org.hibernate.jpa.criteria.predicate.PredicateImplementor
Is this a conjunction or disjunction?
isKey() - Method in class org.hibernate.mapping.Component
 
isKey() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
isKey() - Method in class org.hibernate.type.ComponentType
 
isLast() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
isLast() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
isLast() - Method in interface org.hibernate.ScrollableResults
Is this the last result?
isLazy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
isLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
isLazy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Is this entity lazy (proxyable)?
isLazy() - Method in class org.hibernate.mapping.Collection
 
isLazy() - Method in interface org.hibernate.mapping.Fetchable
 
isLazy() - Method in class org.hibernate.mapping.Join
 
isLazy() - Method in class org.hibernate.mapping.PersistentClass
 
isLazy() - Method in class org.hibernate.mapping.Property
 
isLazy() - Method in class org.hibernate.mapping.ToOne
 
isLazy() - Method in interface org.hibernate.metadata.CollectionMetadata
Is the collection lazily initialized?
isLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection lazyily initialized?
isLazy() - Method in class org.hibernate.persister.walking.internal.StandardAnyTypeDefinition
 
isLazy() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Was the mapping defined as lazy?
isLazy() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isLazy() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isLazy() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isLazy() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isLazyLoadable(CtField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
isLazyLoadable(CtField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Determine if a field is lazy loadable.
isLazyLoadingBytecodeEnhanced() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.PersistentClass
 
isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.RootClass
 
isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.Subclass
 
isLazyPropertiesCacheable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isLazyPropertiesCacheable() - Method in interface org.hibernate.persister.entity.EntityPersister
Should lazy properties of this entity be cached?
isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
isLifecycleImplementor() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Does the class managed by this tuplizer implement the Lifecycle interface.
isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
isList() - Method in class org.hibernate.mapping.IndexedCollection
 
isList() - Method in class org.hibernate.mapping.List
 
isListedOrDetectable(String, boolean) - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
isListener() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
isLoaded(Object) - Static method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper
Determine if the given object reference represents loaded state.
isLoadedWithLazyPropertiesUnfetched() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isLoadedWithLazyPropertiesUnfetched() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isLoadedWithoutReference(Object, String, PersistenceUtilHelper.MetadataCache) - Static method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper
Is the given attribute (by name) loaded? This form must take care to not access the attribute (trigger initialization).
isLoadedWithReference(Object, String, PersistenceUtilHelper.MetadataCache) - Static method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper
Is the given attribute (by name) loaded? This form must take care to not access the attribute (trigger initialization).
isLoadFinished() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isLoadFinished() - Method in interface org.hibernate.engine.spi.PersistenceContext
Is in a two-phase load?
isLob() - Method in class org.hibernate.mapping.Property
 
isLockTimeoutParameterized() - Method in class org.hibernate.dialect.Dialect
If this dialect supports specifying lock timeouts, are those timeouts rendered into the SQL string as parameters.
isLoggingEnabled() - Static method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
Used by SettingsFactory (in conjunction with stats being enabled) to determine whether to apply this listener
isLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
 
isLogicalOneToOne() - Method in class org.hibernate.type.EntityType
Is the association modeled here a 1-1 according to the logical moidel?
isLogicalOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isLogSessionMetrics() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
isLogToStdout() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Are we currently logging to stdout?
isLookupByNaturalKey() - Method in class org.hibernate.internal.CriteriaImpl
 
isManipulationStatement() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
isManipulationStatement() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
isManipulationStatement() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
isManualFlushMode(FlushMode) - Static method in enum org.hibernate.FlushMode
Deprecated.
Just use equality check against FlushMode.MANUAL. Legacy from before this was an enum
isManyToMany() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isManyToMany(Member) - Static method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
isManyToMany() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isManyToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isManyToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this a many-to-many association? Note that this is mainly a convenience feature as the single persister does not conatin all the information needed to handle a many-to-many itself, as internally it is looked at as two many-to-ones.
isManyToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isManyToManyWith(OuterJoinableAssociation) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
isMap() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
isMap() - Method in class org.hibernate.cfg.annotations.MapBinder
 
isMap() - Method in class org.hibernate.mapping.Collection
 
isMap() - Method in class org.hibernate.mapping.Map
 
isMapped() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the mapped property.
isMappedBy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
 
isMappedBy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
isMappedBy() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
isMappedCollection(CtField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @OneToMany, @ManyToMany and @ElementCollection annotations
isMappedCollection(CtField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
 
isMappedSuperclassClass(CtClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @MappedSuperclass annotation
isMappedSuperclassClass(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class name represent an MappedSuperclass class?
isMarkedForRollback(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate the transaction has been marked for rollback?
isMatch(Dialect) - Method in interface org.hibernate.testing.DialectCheck
Does the given dialect match the defined check?
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.CaseSensitiveCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesNotSupportRowValueConstructorSyntax
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoubleQuoteQuoting
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportCatalogCreation
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsCascadeDeleteCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSchemaCreation
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsColumnCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsEmptyInListCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropogation
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsSequences
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.UsesInputStreamToInsertBlob
 
isMatch(Dialect) - Method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
isMatch() - Method in class org.hibernate.testing.Skip.AlwaysSkip
 
isMatch() - Method in interface org.hibernate.testing.Skip.Matcher
Do we have a match to the underlying condition?
isMember(E, Expression<C>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isMember(Expression<E>, Expression<C>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isMetaComplete() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
isMetaComplete() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
isMetaComplete() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
isMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the metadataComplete property.
isMethodOf(Method) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
isMethodOf(Method) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Is the given method available via the managed component as a property getter?
isMethodOf(Method) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
isMethodOf(Method) - Method in class org.hibernate.type.AnyType
 
isMethodOf(Method) - Method in class org.hibernate.type.ComponentType
 
isMethodOf(Method) - Method in class org.hibernate.type.CompositeCustomType
 
isMethodOf(Method) - Method in interface org.hibernate.type.CompositeType
Is the given method a member of this component's class?
isMethodOf(Method) - Method in class org.hibernate.type.EmbeddedComponentType
 
isMinimalPutsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isMinimalPutsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isMinimalPutsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isMinimalPutsEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isMinimalPutsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isMinimalPutsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isMinimalPutsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.spi.RegionFactory
By default should we perform "minimal puts" when using this second level cache implementation?
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
isMissingIdentifier() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
isModifiableEntity() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isModifiableEntity() - Method in interface org.hibernate.engine.spi.EntityEntry
Can the entity be modified? The entity is modifiable if all of the following are true: the entity class is mutable the entity is not read-only if the current status is Status.DELETED, then the entity was not read-only when it was deleted
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AnyType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in interface org.hibernate.type.Type
Has the value been modified compared to the current database state? The difference between this and the Type.isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor) methods is that here we need to account for "partially" built values.
isMultiTable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isMultiTable() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isMultiTable() - Method in interface org.hibernate.persister.entity.Queryable
Is the inheritance hierarchy described by this persister contained across multiple tables?
isMultiTable() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isMultiTable() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isMultiValued() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
isMultiValued() - Method in class org.hibernate.mapping.MetaAttribute
 
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the mutable property.
isMutable() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isMutable() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
isMutable() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
isMutable() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Is this root entity mutable?
isMutable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
isMutable() - Method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
 
isMutable() - Method in interface org.hibernate.cache.spi.CacheDataDescription
Is the data marked as being mutable?
isMutable() - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
isMutable() - Method in class org.hibernate.mapping.Collection
 
isMutable() - Method in class org.hibernate.mapping.PersistentClass
 
isMutable() - Method in class org.hibernate.mapping.RootClass
 
isMutable() - Method in class org.hibernate.mapping.Subclass
 
isMutable() - Method in interface org.hibernate.metadata.ClassMetadata
Are instances of this class mutable?
isMutable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isMutable() - Method in interface org.hibernate.persister.collection.CollectionPersister
Can the elements of this collection change?
isMutable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isMutable() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
isMutable() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether instances of this entity are considered mutable.
isMutable() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isMutable() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isMutable() - Method in class org.hibernate.type.AnyType
 
isMutable() - Method in class org.hibernate.type.CollectionType
 
isMutable() - Method in class org.hibernate.type.ComponentType
 
isMutable() - Method in class org.hibernate.type.CompositeCustomType
 
isMutable() - Method in class org.hibernate.type.CustomType
 
isMutable() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
isMutable() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Can the internal state of instances of T be changed?
isMutable() - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.EntityType
 
isMutable() - Method in class org.hibernate.type.EnumType
 
isMutable() - Method in class org.hibernate.type.MetaType
 
isMutable() - Method in interface org.hibernate.type.Type
Are objects of this type mutable.
isMutable() - Method in interface org.hibernate.usertype.CompositeUserType
Check if objects of this type mutable.
isMutable() - Method in interface org.hibernate.usertype.UserType
Are objects of this type mutable?
isNakedEntityReturned() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isNamed() - Method in class org.hibernate.jpa.criteria.compile.ExplicitParameterInfo
 
isNameDeferred() - Method in class org.hibernate.cfg.Ejb3Column
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isNamedQueryStartupCheckingEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isNamedQueryStartupCheckingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isNationalized() - Method in class org.hibernate.mapping.SimpleValue
 
isNativeSqlQuery() - Method in class org.hibernate.jpa.internal.QueryImpl
 
isNativeSqlQuery() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
isNativeSqlQuery() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Is the query represented here a native SQL query?
isNaturalIdentifier() - Method in class org.hibernate.mapping.Property
 
isNaturalIdentifierCached() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isNaturalIdentifierInsertGenerated() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isNaturalIdNonNullable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNaturalKeyLookup() - Method in class org.hibernate.engine.spi.QueryParameters
 
isNClob(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
Deprecated.
ORM baselines on JDK 1.6, so optional support for NClob (JDK 1,6 addition) is no longer needed.
isNClob(Class) - Static method in class org.hibernate.type.descriptor.java.DataHelper
 
isNegated() - Method in class org.hibernate.jpa.criteria.predicate.AbstractPredicateImpl
 
isNegated() - Method in class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
isNonQualifiedPropertyRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isNonQualifiedPropertyRef(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
isNotEmpty() - Method in class org.hibernate.criterion.Property
Creates a restriction to check that a collection is not empty
isNotEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property to be non-empty
isNotEmpty(Collection) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isNotEmpty(Map) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isNotEmpty(String) - Static method in class org.hibernate.internal.util.StringHelper
 
isNotEmpty(Expression<C>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isNotEmpty(String) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply an "is not empty" constraint to the named property
isNotEmpty(String) - Static method in class org.hibernate.testing.junit4.Helper
Standard string content checking.
isNotMember(E, Expression<C>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isNotMember(Expression<E>, Expression<C>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.criterion.Property
Creates a NOT NULL restriction
isNotNull(String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "is not null" constraint to the named property
isNotNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "is not null" constraint to the another property
isNotNull(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isNotNull() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
IsNotNullLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
IsNotNullLogicOperatorNode implementation
IsNotNullLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.IsNotNullLogicOperatorNode
 
isNotOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
isNotTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Is this instance persistent or detached?

If assumed is non-null, don't hit the database to make the determination, instead assume that value; the client code must be prepared to "recover" in the case that this assumed result is incorrect.

isNull() - Method in class org.hibernate.criterion.Property
Creates a NULL restriction
isNull(String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "is null" constraint to the named property
isNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "is null" constraint
isNull(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isNull() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
isNull(Object, SessionImplementor) - Method in class org.hibernate.type.EntityType
 
isNull(Object, SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
isNullable() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
isNullable() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
isNullable() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
isNullable() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
isNullable() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Is this column nullable?
isNullable() - Method in class org.hibernate.cfg.Ejb3Column
 
isNullable() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeEntityIdentifierDescription
 
isNullable() - Method in class org.hibernate.loader.plan.build.internal.returns.AnyAttributeFetchImpl
 
isNullable() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionAttributeFetchImpl
 
isNullable() - Method in class org.hibernate.loader.plan.build.internal.returns.CompositeAttributeFetchImpl
 
isNullable() - Method in class org.hibernate.loader.plan.build.internal.returns.EntityAttributeFetchImpl
 
isNullable() - Method in class org.hibernate.loader.plan.build.internal.returns.NestedCompositeAttributeFetchImpl
 
isNullable() - Method in interface org.hibernate.loader.plan.spi.Fetch
Is this fetch nullable?
isNullable() - Method in class org.hibernate.mapping.Collection
 
isNullable() - Method in class org.hibernate.mapping.Column
 
isNullable() - Method in class org.hibernate.mapping.DependantValue
 
isNullable() - Method in class org.hibernate.mapping.OneToMany
 
isNullable() - Method in class org.hibernate.mapping.OneToOne
 
isNullable() - Method in class org.hibernate.mapping.SimpleValue
 
isNullable() - Method in interface org.hibernate.mapping.Value
 
isNullable() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
 
isNullable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isNullable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isNullable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isNullable() - Method in class org.hibernate.type.EntityType
 
isNullable() - Method in class org.hibernate.type.ManyToOneType
 
isNullable() - Method in class org.hibernate.type.OneToOneType
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isNullifiable(boolean, SessionImplementor) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isNullifiable(boolean, SessionImplementor) - Method in interface org.hibernate.engine.spi.EntityEntry
 
IsNullLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Represents a 'is null' check.
IsNullLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.IsNullLogicOperatorNode
 
isNumeric(Class) - Static method in class org.hibernate.jpa.criteria.ValueHandlerFactory
 
isNumeric(Object) - Static method in class org.hibernate.jpa.criteria.ValueHandlerFactory
 
isOGCStrict() - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
Reports whether this dialect is in OGC_STRICT mode or not.
ISOLATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC transaction isolation level
IsolationDelegate - Interface in org.hibernate.engine.transaction.spi
Contract for performing work in a manner that isolates it from any current transaction.
isolationLevelToString(int) - Static method in class org.hibernate.cfg.Environment
isOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
isOneToMany() - Method in class org.hibernate.mapping.Collection
 
isOneToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isOneToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this a one-to-many association?
isOneToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isOneToOne() - Method in class org.hibernate.type.EntityType
Is the association modeled here defined as a 1-1 in the database (physical model)?
isOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isOneToOne() - Method in class org.hibernate.type.OneToOneType
 
isOpen() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isOpen() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
isOpen() - Method in class org.hibernate.internal.SessionImpl
 
isOpen() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isOpen() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
isOpen() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
isOpen() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
isOpen() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
isOpen() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Is this (logical) JDBC Connection still open/active.
isOpen() - Method in interface org.hibernate.Session
Check if the session is still open.
isOperationQueueEnabled() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" operations?
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isOptimisticLocked() - Method in class org.hibernate.mapping.Collection
 
isOptimisticLocked() - Method in class org.hibernate.mapping.Property
 
isOptional() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the optional property.
isOptional() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isOptional() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
isOptional() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
isOptional() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.mapping.Join
 
isOptional() - Method in class org.hibernate.mapping.Property
 
isOrdered() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
isOrdered() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
isOrdered() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
isOrdered() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
isOrdered() - Method in interface org.hibernate.boot.model.source.spi.Orderable
If the source of plural attribute is supposed to be applied the ORDER BY when loading.
isOrderExpressionResultVariableRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isOrderExpressionResultVariableRef(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
isOrderInsertsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isOrderInsertsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isOrderInsertsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isOrderInsertsEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isOrderInsertsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isOrderInsertsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isOrderInsertsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isOrderUpdatesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isOrderUpdatesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isOrderUpdatesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isOrderUpdatesEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isOrderUpdatesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isOrderUpdatesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isOrderUpdatesEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isOrdinal() - Method in class org.hibernate.type.EnumType
 
isOrphanRemoval() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the orphanRemoval property.
isOrphanRemoval() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the orphanRemoval property.
isOrphanRemovalBeforeUpdates() - Method in class org.hibernate.event.spi.DeleteEvent
 
isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isOrWithinEmbeddedId() - Method in interface org.hibernate.cfg.PropertyHolder
Return true if this component is or is embedded in a @EmbeddedId
isOwnerUnchanged(PersistentCollection, CollectionPersister, Serializable) - Static method in class org.hibernate.event.internal.ProxyVisitor
Has the owner of the collection changed since the collection was snapshotted and detached?
isPerformed() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
isPerformed() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
isPersistentField(CtField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Transient annotation
isPersistentField(CtField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the field represent persistent state? Persistent fields will be "enhanced".
isPhysicalConstraint() - Method in class org.hibernate.mapping.ForeignKey
 
isPhysicallyConnected() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
isPhysicallyConnected() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
isPhysicallyConnected() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Is this JdbcSession currently physically connected (meaning does it currently hold a JDBC Connection)?
isPhysicalSequence() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Is the structure physically a sequence?
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.TableStructure
 
isPhysicalTable() - Method in class org.hibernate.mapping.Table
 
isPhysicalTable() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
isPhysicalTable() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Does this information describe a physical table as opposed to a view, etc?
isPhysicalTableType(String) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
isPolymorphic() - Method in class org.hibernate.mapping.PersistentClass
 
isPolymorphic() - Method in class org.hibernate.mapping.RootClass
 
isPolymorphic() - Method in class org.hibernate.mapping.Subclass
 
isPolymorphic() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPolymorphic() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isPooled() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
isPooledOptimizer(String) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Does the given optimizer name represent a pooled strategy?
isPossibleBiDirectionalAssociation(CtField) - Static method in class org.hibernate.bytecode.enhance.internal.PersistentAttributesHelper
 
isPossibleID() - Method in class org.hibernate.hql.internal.ast.HqlToken
Returns true if the token could be an identifier.
isPreferUserTransaction() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isPreferUserTransaction() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isPreferUserTransaction() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isPreferUserTransaction() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isPreferUserTransaction() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isPreferUserTransaction() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isPreferUserTransaction() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isPrimaryKey() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
isPrimitive(Class) - Method in class org.hibernate.mapping.Property
 
isPrimitiveArray() - Method in class org.hibernate.mapping.Collection
 
isPrimitiveArray() - Method in class org.hibernate.mapping.PrimitiveArray
 
isPrimitiveArray() - Method in interface org.hibernate.metadata.CollectionMetadata
Is the collection a primitive array?
isPrimitiveArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isPrimitiveArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an array or primitive values?
isPrimitiveVariant(SingularAttribute<?, ?>, Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
isProcessed() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isProperty(String, String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.MappedSuperclass
Check to see if a property with the given name exists in this MappedSuperclass or in any of its super hierarchy.
isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
Check to see if a property with the given name exists in this PersistentClass or in any of its super hierarchy.
isPropertyDefinedInSuperHierarchy(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
For the most part, this is a simple delegation to PersistentClass.isPropertyDefinedInHierarchy(java.lang.String), after verifying that PersistentClass is indeed set here.
isPropertyDefinedInSuperHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
Check to see if a property with the given name exists in the super hierarchy of this PersistentClass.
isPropertyInitialized(Object, String) - Static method in class org.hibernate.Hibernate
Check if the property is initialized.
isPropertyNull(EntityKey, String) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isPropertyNull(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the association property belonging to the keyed entity null?
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isProvider(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Does the descriptor and/or integration request Hibernate as the PersistenceProvider? Note that in the case of no requested provider being named we assume we are the provider (the calls got to us somehow...)
isPublic(Class, Member) - Static method in class org.hibernate.internal.util.ReflectHelper
Is this member publicly accessible.
isPutEnabled() - Method in enum org.hibernate.CacheMode
Does this cache mode indicate that writes are allowed?
isPutQueueEnabled() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" puts? This is a special case, because of orphan delete.
isQueryCacheEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isQueryCacheEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isQueryCacheEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isQueryCacheEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isQueryCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isQueryCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isQueryCacheEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isQuiet() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
 
isQuoted(String) - Static method in class org.hibernate.boot.model.naming.Identifier
Is the given identifier text considered quoted.
isQuoted() - Method in class org.hibernate.boot.model.naming.Identifier
Is this a quoted identifier>
isQuoted(String) - Static method in class org.hibernate.internal.util.StringHelper
Determine if the given string is quoted (wrapped by '`' characters at beginning and end).
isQuoted(String, Dialect) - Static method in class org.hibernate.internal.util.StringHelper
Determine if the given name is quoted.
isQuoted() - Method in class org.hibernate.mapping.Column
 
isQuoted() - Method in class org.hibernate.mapping.Table
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
isReached() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isReadOnly() - Method in interface org.hibernate.BasicQueryContract
Should entities and proxies loaded by this Query be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the readOnly property.
isReadOnly() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the readOnly property.
isReadOnly() - Method in interface org.hibernate.Criteria
Should entities and proxies loaded by this Criteria be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isReadOnly(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isReadOnly() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isReadOnly() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
isReadOnly(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the entity or proxy read-only?

To determine the default read-only/modifiable setting used for entities and proxies that are loaded into the session use Session.isDefaultReadOnly()

isReadOnly() - Method in class org.hibernate.engine.spi.QueryParameters
Should entities and proxies loaded by the Query be put in read-only mode? The read-only/modifiable setting must be initialized via QueryParameters#setReadOnly(boolean) before calling this method.
isReadOnly(SessionImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
Should entities and proxies loaded by the Query be put in read-only mode? If the read-only/modifiable setting was not initialized (i.e., QueryParameters#isReadOnlyInitialized() == false), then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isReadOnly() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
isReadOnly() - Method in class org.hibernate.internal.AbstractQueryImpl
 
isReadOnly() - Method in class org.hibernate.internal.CriteriaImpl
 
isReadOnly() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
isReadOnly(Object) - Method in class org.hibernate.internal.SessionImpl
 
isReadOnly() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
isReadOnly() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isReadOnly() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy read-only?.
isReadOnly(Object) - Method in interface org.hibernate.Session
Is the specified entity or proxy read-only? To get the default read-only/modifiable setting used for entities and proxies that are loaded into the session:
isReadOnlyBeforeAttachedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get the read-only/modifiable setting that should be put in affect when it is attached to a session.
isReadOnlyInitialized() - Method in interface org.hibernate.Criteria
Was the read-only/modifiable mode explicitly initialized?
isReadOnlyInitialized() - Method in class org.hibernate.engine.spi.QueryParameters
Has the read-only/modifiable mode been explicitly set?
isReadOnlyInitialized() - Method in class org.hibernate.internal.CriteriaImpl
 
isReadOnlyInitialized() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
isReadOnlySettingAvailable() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isReadOnlySettingAvailable() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy's read-only/modifiable setting available?
isReadyForSerialization() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
isReadyForSerialization() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Can this coordinator be serialized?
isReferencedEntityAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
isReferencedEntityAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
isReferencedEntityAttribute() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
Is this plural attribute index source for an attribute of the referenced entity (relevant only for one-to-many and many-to-many associations)? If this method returns true, then this object can safely be cast to PluralAttributeMapKeySourceEntityAttribute.
isReferenceEntry() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Does this entry represent a direct entity reference (rather than disassembled state)?
isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ForeignKey
Does this foreignkey reference the primary key of the reference table
isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ToOne
 
isReferenceToPrimaryKey() - Method in class org.hibernate.type.AnyType
 
isReferenceToPrimaryKey() - Method in class org.hibernate.type.EntityType
Does this association foreign key reference the primary key of the other table? Otherwise, it references a property-ref.
isRegionAccessStrategyEnabled() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
isRegionAccessStrategyEnabled() - Method in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
isRegionCacheEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isRegionCacheEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
isRegionCacheLoggingEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isRegionCacheLoggingEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
isRegionCacheOrphanEvictionEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isRegionCacheOrphanEvictionEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
isRegionCachesEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isRegionCachesEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
isRelation(String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
isReleaseResourcesOnCloseEnabled() - Method in class org.hibernate.jpa.boot.internal.SettingsImpl
 
isReleaseResourcesOnCloseEnabled() - Method in interface org.hibernate.jpa.boot.spi.Settings
Should resources held by EntityManager instance be released immediately on close?

The other option is to release them as part of an after-transaction callback.

isRemovingOrphanBeforeUpates() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isRequired() - Method in class org.hibernate.hql.internal.HolderInstantiator
 
isReservedWord(String) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
isReservedWord(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Check whether the given word represents a reserved word.
isResolved() - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
Persistence.xml has been resolved locally
isResolved() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
isResultSet() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
isResultSet() - Method in interface org.hibernate.result.Output
Determine if this return is a result (castable to ResultSetOutput).
isReturnableEntity() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
isReturnableEntity() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
isReturnableEntity() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
isReturnableEntity() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
isReturnableEntity() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns true if this select expression represents an entity that can be returned.
isReturnValueExpected() - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
isReturnValueExpected() - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
isRevisionEndTimestampEnabled() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
isRightHandSideRequired() - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinImpl
 
isRightHandSideRequired() - Method in interface org.hibernate.loader.plan.spi.Join
Indicates if the joined attribute is required to be non-null.
isRollback(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate a rolled back transaction?
isRollback(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given UserTransaction indicate a roll back?
isRollback(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given TransactionManager indicate a roll back?
isRoot - Variable in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
isRoot() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
isRoot() - Method in class org.hibernate.loader.PropertyPath
 
isRootEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
isRootUrl() - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
isRootUrl() - Method in interface org.hibernate.boot.archive.spi.ArchiveContext
Is the archive described (and being visited) the root url for the persistence-unit?
isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isRowInsertEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isRowInsertEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isRowUpdatePossible() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
isRowUpdatePossible() - Method in class org.hibernate.collection.internal.PersistentBag
 
isRowUpdatePossible() - Method in class org.hibernate.collection.internal.PersistentSet
 
isRowUpdatePossible() - Method in interface org.hibernate.collection.spi.PersistentCollection
Can each element in the collection be mapped unequivocally to a single row in the database? Generally bags and sets are the only collections that cannot be.
isSame(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isSame(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isSame(Object, Object) - Method in class org.hibernate.type.AnyType
 
isSame(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isSame(Object, Object) - Method in class org.hibernate.type.EntityType
Two entities are considered the same when their instances are the same.
isSame(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state) taking a shortcut for entity references.
isSameRM(XAResource) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
isScalar() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
 
isScalarSelect() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
Does this SelectClause represent a scalar query
isSchemaQuoted() - Method in class org.hibernate.mapping.Table
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isScrollableResultSetsEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isScrollableResultSetsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
isScrollableResultSetsEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isSecondary() - Method in class org.hibernate.cfg.Ejb3Column
 
isSecondLevelCacheEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isSecondLevelCacheEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isSecondLevelCacheEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isSecondLevelCacheEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isSecondLevelCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isSecondLevelCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isSelect() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
isSelect() - Method in class org.hibernate.internal.QueryImpl
 
isSelectable() - Method in class org.hibernate.mapping.Property
 
isSelectBeforeUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isSelectBeforeUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the selectBeforeUpdate property.
isSelectBeforeUpdate() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isSelectBeforeUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Did the source specify to perform selects to decide whether to perform (detached) updates?
isSelectBeforeUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isSelectBeforeUpdateRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSelectBeforeUpdateRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
Is select snapshot before update enabled?
isSelectQuery() - Method in class org.hibernate.jpa.internal.QueryImpl
 
isSelectQuery() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
isSelectQuery() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Is the query represented here a SELECT query?
isSelectStatement() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isSequentialSelect() - Method in class org.hibernate.mapping.Join
 
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isSessionFactoryNameAlsoJndiName() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isSessionFactoryNameAlsoJndiName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Is the SesssionFactory name also a JNDI name, indicating we should bind it into JNDI?
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isSet() - Method in class org.hibernate.envers.internal.tools.MutableBoolean
 
isSet() - Method in class org.hibernate.mapping.Collection
 
isSet() - Method in class org.hibernate.mapping.Set
 
isShadowedBy(FrameworkMethod) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
isShallow() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
isShallowQuery() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
isShallowQuery() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
isShared() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the shared property.
isShared() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
 
isShowClassNames() - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Getter for property 'showClassNames'.
isSimpleValue() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isSimpleValue() - Method in class org.hibernate.mapping.Collection
 
isSimpleValue() - Method in class org.hibernate.mapping.OneToMany
 
isSimpleValue() - Method in class org.hibernate.mapping.SimpleValue
 
isSimpleValue() - Method in interface org.hibernate.mapping.Value
 
isSingleRowLoader() - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
isSingleRowLoader() - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
isSingleRowLoader() - Method in class org.hibernate.loader.entity.EntityLoader
 
isSingleRowLoader() - Method in class org.hibernate.loader.Loader
Return false is this loader is a batch entity loader
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isSingular() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Attributes are (coarsely speaking) either singular or plural.
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentBag
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentList
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentMap
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentSet
 
isSnapshotEmpty(Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the snapshot empty?
isSnapshotEmpty(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
isSorted() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
isSorted() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
isSorted() - Method in interface org.hibernate.boot.model.source.spi.Sortable
If the source of plural attribute is supposed to be sorted.
isSorted() - Method in class org.hibernate.mapping.Collection
 
isSpecjProprietarySyntaxEnabled() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
isSpecjProprietarySyntaxEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isSpecjProprietarySyntaxEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
isStandardJpaFunction() - Method in class org.hibernate.jpa.criteria.expression.function.AbsFunction
 
isStandardJpaFunction() - Method in class org.hibernate.jpa.criteria.expression.function.AggregationFunction
 
isStandardJpaFunction() - Method in class org.hibernate.jpa.criteria.expression.function.LengthFunction
 
isStandardJpaFunction() - Method in class org.hibernate.jpa.criteria.expression.function.LowerFunction
 
isStandardJpaFunction() - Method in class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
isStandardJpaFunction() - Method in class org.hibernate.jpa.criteria.expression.function.SqrtFunction
 
isStandardJpaFunction() - Method in class org.hibernate.jpa.criteria.expression.function.UpperFunction
 
isStandardTypeCode(int) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
Determine whether the given JDBC type code represents a standard JDBC type ("standard" being those defined on Types).
isStandardTypeCode(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
isStateless() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isStateless() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
isStatisticsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isStatisticsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isStatisticsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isStatisticsEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isStatisticsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isStatisticsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isStatisticsEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isStatisticsEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
isStatisticsEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
isStatisticsEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
isStatisticsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isStatisticsEnabled() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Are statistics logged
isStatisticsEnabled() - Method in interface org.hibernate.stat.Statistics
Are statistics logged
isStoreDataAtDelete() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
isStrictJPAQLCompliance() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isStrictJPAQLComplianceEnabled() - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
 
isStrictJpaQueryLanguageCompliance() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isStrictJpaQueryLanguageCompliance() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isStrictJpaQueryLanguageCompliance() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isStrictJpaQueryLanguageCompliance() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isStrictJpaQueryLanguageCompliance() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isStrictJpaQueryLanguageCompliance() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isStructuredCacheEntriesEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isStructuredCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isSubclassEntityName(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassEntityName(String) - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the given name represents a subclass entity (or this entity itself) of the entity mapped by this persister.
isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isSubclassPropertyNullable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassPropertyNullable(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Is the numbered property of the class of subclass nullable?
isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isSubQuery() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isSubQuery() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
isSubselect() - Method in class org.hibernate.mapping.Table
 
isSubselectLoadable() - Method in class org.hibernate.mapping.Collection
 
isSubselectLoadable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isSubselectLoadingEnabled() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.collection.CollectionLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.hql.QueryLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.Loader
 
isSubselectLoadingEnabled(FetchStats) - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
isSubselectLoadingEnabled(FetchStats) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
Is subselect loading enabled?
isSubselectLoadingEnabled(FetchStats) - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
isSubtreeChild(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Determine if a given node (test) is contained anywhere in the subtree of another given node (fixture).
isSynchronizationRegistered() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
Is the RegisteredSynchronization used by Hibernate for unified JTA Synchronization callbacks registered for this coordinator?
isSynchronousCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Indicates whether the given cache is configured with CacheMode.REPL_SYNC, CacheMode.INVALIDATION_SYNC, or CacheMode.DIST_SYNC.
isSynthetic() - Method in class org.hibernate.jpa.internal.metamodel.MapMember
 
isSynthetic() - Method in class org.hibernate.mapping.Backref
 
isSynthetic() - Method in class org.hibernate.mapping.IndexBackref
 
isSynthetic() - Method in class org.hibernate.mapping.Property
Does this property represent a synthetic property? A synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity.
isSynthetic() - Method in class org.hibernate.mapping.SyntheticProperty
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isTerracottaHibernateCache(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isTerracottaHibernateCache(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
isThetaStyle() - Method in class org.hibernate.engine.internal.JoinSequence
 
isTooDeep(int) - Method in class org.hibernate.loader.JoinWalker
 
isTooManyCollections() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
isTooManyCollections() - Method in class org.hibernate.loader.JoinWalker
 
isTooManyCollections() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
isTooManyCollections() - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
 
isTrackEntitiesChangedInRevision() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
isTransactionalCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
isTransactionAware() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
 
isTransactionAware() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
isTransactionAware() - Method in interface org.hibernate.cache.spi.TransactionalDataRegion
Is the underlying cache implementation aware of (and "participating in") ongoing JTA transactions?

Regions which report that they are transaction-aware are considered "synchronous", in that we assume we can immediately (i.e.

isTransactionInProgress() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isTransactionInProgress() - Method in interface org.hibernate.engine.spi.SessionImplementor
Does this Session have an active Hibernate transaction or is there a JTA transaction in progress?
isTransactionInProgress() - Method in class org.hibernate.internal.SessionImpl
 
isTransactionInProgress() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isTransactionInProgress() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
isTransactionInProgress() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Provides access to whether a transaction is currently in progress.
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.PassThroughResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.RootEntityResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in interface org.hibernate.transform.TupleSubsetResultTransformer
When a tuple is transformed, is the result a single element of the tuple?
isTransient(Object) - Method in class org.hibernate.EmptyInterceptor
 
isTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Is this instance, which we know is not persistent, actually transient?

If assumed is non-null, don't hit the database to make the determination, instead assume that value; the client code must be prepared to "recover" in the case that this assumed result is incorrect.

isTransient(Object) - Method in interface org.hibernate.Interceptor
Called to distinguish between transient and detached entities.
isTransient(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isTransient(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Is this a new transient instance?
isTrue(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
isTypeResolved() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
isTypeSpecified() - Method in class org.hibernate.mapping.SimpleValue
 
isTypeSpecified() - Method in class org.hibernate.mapping.ToOne
 
isUninitialized() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
isUninitialized() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isUninitialized() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy uninitialzed?
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
isUnique - Variable in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
isUnique() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Is this column unique?
isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
isUnique() - Method in class org.hibernate.cfg.Ejb3Column
 
isUnique() - Method in class org.hibernate.cfg.JPAIndexHolder
 
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.mapping.Column
 
isUnreferenced() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
isUnreferenced() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection unreferenced?
isUnsaved(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
Does the given identifier belong to a new instance?
isUnsaved(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Make the transient/detached determination
isUnsaved(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
isUnsigned() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isUnwrap() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isUnwrap() - Method in interface org.hibernate.proxy.LazyInitializer
 
isUnwrappableAs(Class) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
isUnwrappableAs(Class) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
isUnwrappableAs(Class) - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
isUnwrappableAs(Class) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
isUnwrappableAs(Class) - Method in interface org.hibernate.service.spi.Wrapped
Can this wrapped service be unwrapped as the indicated type?
isUnwrappableAs(Class) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
isUnwrapProxies() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
isUnwrapProxies() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsSingularAssociation
 
isUnwrapProxy() - Method in class org.hibernate.mapping.ToOne
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isUpdatable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Did the mapping specify that the given attribute value(s) should be updated in the database?
isUpdatable() - Method in class org.hibernate.cfg.Ejb3Column
 
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the updatable property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the update property.
isUpdateable() - Method in class org.hibernate.mapping.DependantValue
 
isUpdateable() - Method in interface org.hibernate.mapping.KeyValue
 
isUpdateable() - Method in class org.hibernate.mapping.Property
 
isUpdateable() - Method in class org.hibernate.mapping.SimpleValue
 
isUpdateable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isUpdateable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isUpdateable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isUpdateCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isUpdateCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isUpdateNecessary(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Performs all necessary checking to determine if an entity needs an SQL update to synchronize its state to the database.
isUpToDate(Set<Serializable>, Long, SessionImplementor) - Method in class org.hibernate.cache.internal.StandardQueryCache
 
isUpToDate(Set<Serializable>, Long, SessionImplementor) - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
Perform an up-to-date check for the given set of query spaces.
isUsedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
isUsedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
isUseQuotedIdentifiers() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
isUseQuotedIdentifiers() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
isUseQuotedIdentifiers() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Is the use of quoted identifiers in effect for this whole persistence unit?
isUseRevisionEntityWithNativeId() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
isUsingModifiedFlag() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
isUsingModifiedFlag() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
isValid(Mapping) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isValid(Mapping) - Method in class org.hibernate.mapping.Collection
 
isValid(Mapping) - Method in class org.hibernate.mapping.OneToMany
 
isValid(Mapping) - Method in class org.hibernate.mapping.Property
 
isValid(Mapping) - Method in class org.hibernate.mapping.SimpleValue
 
isValid(Mapping) - Method in class org.hibernate.mapping.ToOne
 
isValid(Mapping) - Method in interface org.hibernate.mapping.Value
 
isValidationEnabled() - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
isVerbose() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
isVersion() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
isVersion() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
isVersion() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
isVersion() - Method in class org.hibernate.mapping.SimpleValue
 
isVersionable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isVersionable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isVersionable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isVersioned() - Method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
 
isVersioned() - Method in interface org.hibernate.cache.spi.CacheDataDescription
Is the data to be cached considered versioned? If true, it is illegal for CacheDataDescription.getVersionComparator() to return null or an instance of IncomparableComparator.
isVersioned() - Method in interface org.hibernate.cache.spi.OptimisticCacheSource
Is the data to be cached considered versioned?

If true, it is illegal for OptimisticCacheSource.getVersionComparator() to return null.

isVersioned(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
isVersioned() - Method in class org.hibernate.mapping.MappedSuperclass
 
isVersioned() - Method in class org.hibernate.mapping.PersistentClass
 
isVersioned() - Method in class org.hibernate.mapping.RootClass
 
isVersioned() - Method in class org.hibernate.mapping.Subclass
 
isVersioned() - Method in interface org.hibernate.metadata.ClassMetadata
Are instances of this class versioned by a timestamp or version number column?
isVersioned() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isVersioned() - Method in interface org.hibernate.persister.collection.CollectionPersister
Does this collection cause version increment of the owning entity?
isVersioned() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersioned() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether optimistic locking by column is enabled for this entity.
isVersioned() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isVersionGenerated() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isVersionIncrementDisabled() - Method in class org.hibernate.event.internal.AbstractSaveEventListener
After the save, will te version number be incremented if the instance is modified?
isVersionIncrementDisabled() - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
 
isVersionIncrementRequired(int[], boolean, boolean[]) - Static method in class org.hibernate.engine.internal.Versioning
Do we need to increment the version number, given the dirty properties?
isVersionPropertyGenerated() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionPropertyGenerated() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity contain a version property that is defined to be database generated?
isVersionPropertyInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionPropertyInsertable() - Method in interface org.hibernate.persister.entity.Queryable
Is the version property included in insert statements?
isVirtual() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
isVirtual() - Method in class org.hibernate.tuple.IdentifierProperty
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isVirtualAttribute() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Determine whether this is a virtual attribute or whether it physically exists on the users domain model.
isWhitespace(String) - Static method in class org.hibernate.hql.internal.classic.ParserHelper
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
isWrapper(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this the wrapper for the given collection instance?
isWrapper(Class<?>) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
isWrapResultSetsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
isWrapResultSetsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
isWrapResultSetsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
isWrapResultSetsEnabled() - Method in interface org.hibernate.boot.internal.SessionFactoryOptionsState
 
isWrapResultSetsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isWrapResultSetsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isWrapResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isXMLElement() - Method in class org.hibernate.type.AbstractStandardBasicType
 
iterate(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
iterate(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute an iterate() query
iterate(QueryParameters, EventSource) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Return the query results as an iterator
iterate(QueryParameters, EventSource) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Return the query results as an iterator
iterate(QueryParameters, EventSource) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform an iterate operation given the underlying query definition.
iterate() - Method in class org.hibernate.internal.CollectionFilterImpl
 
iterate() - Method in class org.hibernate.internal.QueryImpl
 
iterate(String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
iterate() - Method in class org.hibernate.internal.SQLQueryImpl
 
iterate(String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
iterate(QueryParameters, EventSource) - Method in class org.hibernate.loader.hql.QueryLoader
 
iterate() - Method in interface org.hibernate.Query
Return the query results as an Iterator.
iterateEntityNameResolvers() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
iterateEntityNameResolvers() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
iterateEntityNameResolvers() - Method in class org.hibernate.internal.SessionFactoryImpl
 
iterateExpressionEntries() - Method in class org.hibernate.internal.CriteriaImpl
 
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
iterateFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Iterate a filter
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
iterateOrderings() - Method in class org.hibernate.internal.CriteriaImpl
 
iterateSubcriteria() - Method in class org.hibernate.internal.CriteriaImpl
 
iterator() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
iterator() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
iterator() - Method in class org.hibernate.collection.internal.PersistentBag
 
iterator() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
iterator() - Method in class org.hibernate.collection.internal.PersistentList
 
iterator() - Method in class org.hibernate.collection.internal.PersistentSet
 
iterator() - Method in class org.hibernate.engine.spi.ExecutableList
Returns an iterator for the list.
iterator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
iterator() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
iterator() - Method in class org.hibernate.internal.util.collections.JoinedIterable
 
IteratorImpl - Class in org.hibernate.internal
An implementation of java.util.Iterator that is returned by iterate() query execution methods.
IteratorImpl(ResultSet, PreparedStatement, EventSource, boolean, Type[], String[][], HolderInstantiator) - Constructor for class org.hibernate.internal.IteratorImpl
 
IteratorProxy(Iterator) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
iteratorsContentEqual(Iterator, Iterator) - Static method in class org.hibernate.envers.internal.tools.Tools
 
iteratorToList(Iterator<T>) - Static method in class org.hibernate.envers.internal.tools.Tools
 
itr - Variable in class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
itr - Variable in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 

J

JACC_CONTEXT_ID - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JACC_CONTEXT_ID - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
JACC_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JACC_ENABLED - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
JACC_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JACC_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
jaccContextId(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
JaccIntegrator - Class in org.hibernate.secure.spi
Integrator for setting up JACC integration
JaccIntegrator() - Constructor for class org.hibernate.secure.spi.JaccIntegrator
 
JaccPermissionDeclarations - Class in org.hibernate.secure.spi
 
JaccPermissionDeclarations(String) - Constructor for class org.hibernate.secure.spi.JaccPermissionDeclarations
 
JaccPermissionDefinition - Class in org.hibernate.boot
 
JaccPermissionDefinition(String, String, String, String) - Constructor for class org.hibernate.boot.JaccPermissionDefinition
 
JaccPreDeleteEventListener - Class in org.hibernate.secure.internal
Check security before any deletion
JaccPreDeleteEventListener() - Constructor for class org.hibernate.secure.internal.JaccPreDeleteEventListener
 
JaccPreInsertEventListener - Class in org.hibernate.secure.internal
Check security before an insertion
JaccPreInsertEventListener() - Constructor for class org.hibernate.secure.internal.JaccPreInsertEventListener
 
JaccPreLoadEventListener - Class in org.hibernate.secure.internal
Check security before any load
JaccPreLoadEventListener() - Constructor for class org.hibernate.secure.internal.JaccPreLoadEventListener
 
JaccPreUpdateEventListener - Class in org.hibernate.secure.internal
Check security before any update
JaccPreUpdateEventListener() - Constructor for class org.hibernate.secure.internal.JaccPreUpdateEventListener
 
JaccSecurityListener - Interface in org.hibernate.secure.internal
Marker interface for JACC event listeners.
JaccService - Interface in org.hibernate.secure.spi
Service describing Hibernate integration with JACC for security service.
JANDEX_INDEX - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
Names a Jandex Index instance to use.
jar - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
jarFile - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
JarFileBasedArchiveDescriptor - Class in org.hibernate.boot.archive.internal
An ArchiveDescriptor implementation leveraging the JarFile API for processing.
JarFileBasedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.internal.JarFileBasedArchiveDescriptor
Constructs a JarFileBasedArchiveDescriptor
JarFileEntryUrlAdjuster - Interface in org.hibernate.boot.archive.spi
Optional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust <jar-file/> URL's defined in persistence.xml files.
JarFileEntryXmlSource - Class in org.hibernate.boot.jaxb.internal
 
JarFileEntryXmlSource(Origin, JarFile, ZipEntry) - Constructor for class org.hibernate.boot.jaxb.internal.JarFileEntryXmlSource
 
JarInputStreamBasedArchiveDescriptor - Class in org.hibernate.boot.archive.internal
An ArchiveDescriptor implementation that works on archives accessible through a JarInputStream.
JarInputStreamBasedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.internal.JarInputStreamBasedArchiveDescriptor
Constructs a JarInputStreamBasedArchiveDescriptor
JarProtocolArchiveDescriptor - Class in org.hibernate.boot.archive.internal
An ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).
JarProtocolArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.internal.JarProtocolArchiveDescriptor
Constructs a JarProtocolArchiveDescriptor
Java8DateTimeTypeContributor - Class in org.hibernate.type
TypeContributor for adding Java8 Date/Time specific Type implementations
Java8DateTimeTypeContributor() - Constructor for class org.hibernate.type.Java8DateTimeTypeContributor
 
JAVA_CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
JAVA_CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
JAVA_CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
JavaConstantConverter(SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.ast.QueryTranslatorImpl.JavaConstantConverter
 
JavaConstantNode - Class in org.hibernate.hql.internal.ast.tree
A node representing a static Java constant.
JavaConstantNode() - Constructor for class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
JavaSqlTypesMappedSameCodeMultipleTimes(int, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
JavassistClassTransformer - Class in org.hibernate.bytecode.internal.javassist
Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
JavassistClassTransformer(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.internal.javassist.JavassistClassTransformer
Constructs the JavassistClassTransformer
javassistEnhancementFailed(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
JavassistHelper - Class in org.hibernate.bytecode.instrumentation.internal.javassist
Javassist specific helper
JavassistInstrumenter - Class in org.hibernate.bytecode.buildtime.internal
Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using Javassist.
JavassistInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.internal.JavassistInstrumenter
Constructs the Javassist-based instrumenter.
JavassistLazyInitializer - Class in org.hibernate.proxy.pojo.javassist
A Javassist-based lazy initializer proxy.
JavassistLazyInitializer(String, Class, Class[], Serializable, Method, Method, CompositeType, SessionImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
JavassistProxyFactory - Class in org.hibernate.proxy.pojo.javassist
A ProxyFactory implementation for producing Javassist-based proxies.
JavassistProxyFactory() - Constructor for class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
JavaTypeDescriptor - Interface in org.hibernate.boot.model
 
JavaTypeDescriptor<T> - Interface in org.hibernate.type.descriptor.java
Descriptor for the Java side of a value mapping.
JavaTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.java
Basically a map from Class -> JavaTypeDescriptor
JavaTypeDescriptorRegistry() - Constructor for class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
 
JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor<T> - Class in org.hibernate.type.descriptor.java
 
JavaTypeDescriptorResolvable - Interface in org.hibernate.boot.model.source.spi
 
jaxb(XMLEventReader, Schema, JAXBContext, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
JaxbCfgCacheUsageEnum - Enum in org.hibernate.boot.jaxb.cfg.spi
Java class for CacheUsageEnum.
JaxbCfgCollectionCacheType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for CollectionCacheType complex type.
JaxbCfgCollectionCacheType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
JaxbCfgConfigPropertyType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for ConfigPropertyType complex type.
JaxbCfgConfigPropertyType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
JaxbCfgEntityCacheType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for EntityCacheType complex type.
JaxbCfgEntityCacheType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
JaxbCfgEventListenerGroupType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for EventListenerGroupType complex type.
JaxbCfgEventListenerGroupType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
JaxbCfgEventListenerType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for EventListenerType complex type.
JaxbCfgEventListenerType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
JaxbCfgEventTypeEnum - Enum in org.hibernate.boot.jaxb.cfg.spi
Java class for EventTypeEnum.
JaxbCfgGrant() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
JaxbCfgHibernateConfiguration - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgHibernateConfiguration() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
JaxbCfgHibernateConfiguration.JaxbCfgSecurity - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgMappingReferenceType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for MappingReferenceType complex type.
JaxbCfgMappingReferenceType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
JaxbCfgProcessor - Class in org.hibernate.boot.cfgxml.internal
 
JaxbCfgProcessor(ClassLoaderService) - Constructor for class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor
 
JaxbCfgProcessor.NamespaceAddingEventReader - Class in org.hibernate.boot.cfgxml.internal
 
JaxbCfgSecurity() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
JaxbCfgSessionFactory() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
jaxbEntityMapping() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
jaxbEntityMapping() - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
JaxbHbmAnyAssociationType - Class in org.hibernate.boot.jaxb.hbm.spi
A discriminated association where the discriminator is part of the association, not the associated entity (compared to discriminator subclass)
JaxbHbmAnyAssociationType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
JaxbHbmAnyValueMappingType - Class in org.hibernate.boot.jaxb.hbm.spi
Defines the mapping of a discriminator value to a concrete entity in an any or any-to-many mapping.
JaxbHbmAnyValueMappingType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
JaxbHbmArrayType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ArrayType complex type.
JaxbHbmArrayType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
JaxbHbmAuxiliaryDatabaseObjectType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for AuxiliaryDatabaseObjectType complex type.
JaxbHbmAuxiliaryDatabaseObjectType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmBagCollectionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for BagCollectionType complex type.
JaxbHbmBagCollectionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
JaxbHbmBaseVersionAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Type definition that acts as a base for concrete definitions of mapped attributes that can function as the basis of optimistic locking.
JaxbHbmBaseVersionAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
JaxbHbmBasicAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for BasicAttributeType complex type.
JaxbHbmBasicAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
JaxbHbmBasicCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the element type of a collection where the element is of basic type
JaxbHbmBasicCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
JaxbHbmCacheInclusionEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for CacheInclusionEnum.
JaxbHbmCacheType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for CacheType complex type.
JaxbHbmCacheType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
JaxbHbmClassRenameType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ClassRenameType complex type.
JaxbHbmClassRenameType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
JaxbHbmCollectionIdType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for CollectionIdType complex type.
JaxbHbmCollectionIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
JaxbHbmColumnType - Class in org.hibernate.boot.jaxb.hbm.spi
The column element is an alternative to column attributes and required for mapping associations to classes with composite ids.
JaxbHbmColumnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
JaxbHbmCompositeAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
A component is a user-defined class, persisted along with its containing entity to the table of the entity class.
JaxbHbmCompositeAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
JaxbHbmCompositeCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
A composite element allows a collection to hold instances of an arbitrary class, without the requirement of joining to an entity table.
JaxbHbmCompositeCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
JaxbHbmCompositeIdType - Class in org.hibernate.boot.jaxb.hbm.spi
A composite key may be modelled by a java class with a property for each key column.
JaxbHbmCompositeIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
JaxbHbmCompositeIndexType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map which is a composite.
JaxbHbmCompositeIndexType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
JaxbHbmCompositeKeyBasicAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
A property embedded in a composite identifier or map index (always not-null).
JaxbHbmCompositeKeyBasicAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
JaxbHbmCompositeKeyManyToOneType - Class in org.hibernate.boot.jaxb.hbm.spi
A many-to-one association embedded in a composite identifier or map index (always not-null, never cascade).
JaxbHbmCompositeKeyManyToOneType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
JaxbHbmConfigParameterContainer - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ConfigParameterContainer complex type.
JaxbHbmConfigParameterContainer() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
 
JaxbHbmConfigParameterType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ConfigParameterType complex type.
JaxbHbmConfigParameterType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
JaxbHbmCustomSqlDmlType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for CustomSqlDmlType complex type.
JaxbHbmCustomSqlDmlType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
JaxbHbmDefinition() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
 
JaxbHbmDialectScopeType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for DialectScopeType complex type.
JaxbHbmDialectScopeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
JaxbHbmDiscriminatorSubclassEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Subclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.
JaxbHbmDiscriminatorSubclassEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
JaxbHbmDynamicComponentType - Class in org.hibernate.boot.jaxb.hbm.spi
A dynamic-component maps columns of the database entity to a java.util.Map at the Java level
JaxbHbmDynamicComponentType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
JaxbHbmEntityBaseDefinition - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for EntityBaseDefinition complex type.
JaxbHbmEntityBaseDefinition() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
JaxbHbmEntityDiscriminatorType - Class in org.hibernate.boot.jaxb.hbm.spi
Polymorphic data requires a column holding a class discriminator value.
JaxbHbmEntityDiscriminatorType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
JaxbHbmFetch() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
JaxbHbmFetchProfileType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for FetchProfileType complex type.
JaxbHbmFetchProfileType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
JaxbHbmFetchProfileType.JaxbHbmFetch - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmFetchStyleEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for FetchStyleEnum.
JaxbHbmFetchStyleWithSubselectEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for FetchStyleWithSubselectEnum.
JaxbHbmFilterAliasMappingType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for filter-alias-mapping-type complex type.
JaxbHbmFilterAliasMappingType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
JaxbHbmFilterDefinitionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for FilterDefinitionType complex type.
JaxbHbmFilterDefinitionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
JaxbHbmFilterParameterType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for FilterParameterType complex type.
JaxbHbmFilterParameterType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
JaxbHbmFilterType - Class in org.hibernate.boot.jaxb.hbm.spi
FILTER element; used to apply a filter.
JaxbHbmFilterType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
JaxbHbmGeneratorSpecificationType - Class in org.hibernate.boot.jaxb.hbm.spi
Generators generate unique identifiers.
JaxbHbmGeneratorSpecificationType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
 
JaxbHbmHibernateMapping - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmHibernateMapping() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
JaxbHbmIdBagCollectionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for IdBagCollectionType complex type.
JaxbHbmIdBagCollectionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
JaxbHbmIdentifierGeneratorDefinitionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for IdentifierGeneratorDefinitionType complex type.
JaxbHbmIdentifierGeneratorDefinitionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
JaxbHbmIndexManyToAnyType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for index-many-to-any-type complex type.
JaxbHbmIndexManyToAnyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
JaxbHbmIndexManyToManyType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map which is an FK-association.
JaxbHbmIndexManyToManyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
JaxbHbmIndexType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the index of an indexed collection.
JaxbHbmIndexType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
JaxbHbmJoinedSubclassEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Joined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regarding vs.
JaxbHbmJoinedSubclassEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
JaxbHbmKeyType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the column name of a foreign key.
JaxbHbmKeyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
JaxbHbmLazyEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for LazyEnum.
JaxbHbmLazyWithExtraEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for LazyWithExtraEnum.
JaxbHbmLazyWithNoProxyEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for LazyWithNoProxyEnum.
JaxbHbmListIndexType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ListIndexType complex type.
JaxbHbmListIndexType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
JaxbHbmListType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ListType complex type.
JaxbHbmListType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
JaxbHbmLoaderType - Class in org.hibernate.boot.jaxb.hbm.spi
The loader element allows specification of a named query to be used for fetching an entity or collection
JaxbHbmLoaderType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
 
JaxbHbmManyToAnyCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
A "many to any" defines a polymorphic association to any table with the given identifier type.
JaxbHbmManyToAnyCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
JaxbHbmManyToManyCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ManyToManyCollectionElementType complex type.
JaxbHbmManyToManyCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
JaxbHbmManyToOneType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ManyToOneType complex type.
JaxbHbmManyToOneType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
JaxbHbmMapKeyBasicType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map where the key is a basic (JPA term) type
JaxbHbmMapKeyBasicType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
JaxbHbmMapKeyCompositeType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map where the key is a composite type
JaxbHbmMapKeyCompositeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
JaxbHbmMapKeyManyToManyType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map where the key is an association (FK)
JaxbHbmMapKeyManyToManyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
JaxbHbmMapType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for MapType complex type.
JaxbHbmMapType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
JaxbHbmMultiTenancyType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for multi-tenancy-type complex type.
JaxbHbmMultiTenancyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
JaxbHbmNamedNativeQueryType - Class in org.hibernate.boot.jaxb.hbm.spi
The sql-query element declares a named SQL query string
JaxbHbmNamedNativeQueryType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
JaxbHbmNamedQueryType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NamedQueryType complex type.
JaxbHbmNamedQueryType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
JaxbHbmNativeQueryCollectionLoadReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryCollectionLoadReturnType complex type.
JaxbHbmNativeQueryCollectionLoadReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
JaxbHbmNativeQueryJoinReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryJoinReturnType complex type.
JaxbHbmNativeQueryJoinReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
JaxbHbmNativeQueryPropertyReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryPropertyReturnType complex type.
JaxbHbmNativeQueryPropertyReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmNativeQueryReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Defines a return component for a sql-query.
JaxbHbmNativeQueryReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmNativeQueryScalarReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryScalarReturnType complex type.
JaxbHbmNativeQueryScalarReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
JaxbHbmNaturalIdCacheType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NaturalIdCacheType complex type.
JaxbHbmNaturalIdCacheType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
 
JaxbHbmNaturalIdType - Class in org.hibernate.boot.jaxb.hbm.spi
A natural-id element allows declaration of the unique business key
JaxbHbmNaturalIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
JaxbHbmNestedCompositeElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for nested-composite-element-type complex type.
JaxbHbmNestedCompositeElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
JaxbHbmNotFoundEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for NotFoundEnum.
JaxbHbmOnDeleteEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for OnDeleteEnum.
JaxbHbmOneToManyCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for OneToManyCollectionElementType complex type.
JaxbHbmOneToManyCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
JaxbHbmOneToOneType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for OneToOneType complex type.
JaxbHbmOneToOneType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
JaxbHbmOuterJoinEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for OuterJoinEnum.
JaxbHbmParentType - Class in org.hibernate.boot.jaxb.hbm.spi
The parent element maps a property of the component class as a pointer back to the owning entity.
JaxbHbmParentType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
 
JaxbHbmPolymorphismEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for PolymorphismEnum.
JaxbHbmPrimitiveArrayType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for PrimitiveArrayType complex type.
JaxbHbmPrimitiveArrayType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
JaxbHbmPropertiesType - Class in org.hibernate.boot.jaxb.hbm.spi
properties declares that the contained properties form an alternate key.
JaxbHbmPropertiesType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
JaxbHbmQueryParamType - Class in org.hibernate.boot.jaxb.hbm.spi
The query-param element is used only by tools that generate finder methods for named queries
JaxbHbmQueryParamType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
JaxbHbmResultSetMappingType - Class in org.hibernate.boot.jaxb.hbm.spi
The resultset element declares a named resultset mapping definition for SQL queries
JaxbHbmResultSetMappingType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
JaxbHbmReturnColumn() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
 
JaxbHbmReturnDiscriminator() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
 
JaxbHbmRootEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Root entity mapping.
JaxbHbmRootEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
JaxbHbmSecondaryTableType - Class in org.hibernate.boot.jaxb.hbm.spi
A join allows some properties of a class to be persisted to a second table
JaxbHbmSecondaryTableType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
JaxbHbmSetType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for SetType complex type.
JaxbHbmSetType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
JaxbHbmSimpleIdType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the id type, column and generation algorithm for an entity class.
JaxbHbmSimpleIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
JaxbHbmSubclassEntityBaseDefinition - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for SubclassEntityBaseDefinition complex type.
JaxbHbmSubclassEntityBaseDefinition() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
 
JaxbHbmSynchronizeType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for synchronize-type complex type.
JaxbHbmSynchronizeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
 
JaxbHbmTimestampAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Optimistic locking attribute based on a (last-updated) timestamp.
JaxbHbmTimestampAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
JaxbHbmTimestampSourceEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for TimestampSourceEnum.
JaxbHbmToolingHintContainer - Class in org.hibernate.boot.jaxb.hbm.spi
Describes an XSD base type for any complex type that can contain "tooling hints".
JaxbHbmToolingHintContainer() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
 
JaxbHbmToolingHintType - Class in org.hibernate.boot.jaxb.hbm.spi
is used to assign meta-level attributes to a class or property.
JaxbHbmToolingHintType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
JaxbHbmTuplizerType - Class in org.hibernate.boot.jaxb.hbm.spi
TUPLIZER element; defines tuplizer to use for a component/entity for a given entity-mode
JaxbHbmTuplizerType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
JaxbHbmTypeDefinitionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for TypeDefinitionType complex type.
JaxbHbmTypeDefinitionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
JaxbHbmTypeSpecificationType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the type of the containing property (overrides an eventually existing type attribute of the property).
JaxbHbmTypeSpecificationType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
 
JaxbHbmUnionSubclassEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Union subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regarding vs.
JaxbHbmUnionSubclassEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
JaxbHbmUnsavedValueCompositeIdEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for UnsavedValueCompositeIdEnum.
JaxbHbmUnsavedValueTimestampEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for UnsavedValueTimestampEnum.
JaxbHbmUnsavedValueVersionEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for UnsavedValueVersionEnum.
JaxbHbmVersionAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Optimistic locking attribute based on an incrementing value.
JaxbHbmVersionAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
JaxpSourceXmlSource - Class in org.hibernate.boot.jaxb.internal
 
JaxpSourceXmlSource(Origin, Source) - Constructor for class org.hibernate.boot.jaxb.internal.JaxpSourceXmlSource
 
JBOSS_TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
JBOSS_UT_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
JBOSS_UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
JBossAppServerJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform definition for JBoss Application Server.
JBossAppServerJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
JBossStandAloneJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
Return a standalone JTA transaction manager for JBoss Transactions Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA
JBossStandAloneJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
JDataStoreDialect - Class in org.hibernate.dialect
A Dialect for JDataStore.
JDataStoreDialect() - Constructor for class org.hibernate.dialect.JDataStoreDialect
Creates new JDataStoreDialect
JDBC_DRIVER - Static variable in interface org.hibernate.jpa.AvailableSettings
The name of a JDBC driver to use to connect to the database.
JDBC_PASSWORD - Static variable in interface org.hibernate.jpa.AvailableSettings
The JDBC connection password.
JDBC_URL - Static variable in interface org.hibernate.jpa.AvailableSettings
The JDBC connection url to use to connect to the database.
JDBC_USER - Static variable in interface org.hibernate.jpa.AvailableSettings
The JDBC connection user name.
jdbcAutoCommitFalseBreaksEjb3Spec(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
JdbcConnectionAccess - Interface in org.hibernate.engine.jdbc.connections.spi
Provides centralized access to JDBC connections.
jdbcConnectionAccess() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
jdbcConnectionAccess() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaIsolationDelegate
 
JdbcConnectionAccessImpl - Class in org.hibernate.testing.boot
 
JdbcConnectionAccessImpl(ConnectionProvider) - Constructor for class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
JdbcConnectionAccessImpl(ServiceRegistry) - Constructor for class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
jdbcConnectionAcquisitionEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionAcquisitionEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcConnectionAcquisitionEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcConnectionAcquisitionEnd(Connection) - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcConnectionAcquisitionEnd(Connection) - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcConnectionAcquisitionEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcConnectionAcquisitionStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcConnectionAcquisitionStart() - Method in interface org.hibernate.SessionEventListener
 
JDBCConnectionException - Exception in org.hibernate.exception
Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).
JDBCConnectionException(String, SQLException) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
JDBCConnectionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcConnectionReleaseEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcConnectionReleaseEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcConnectionReleaseStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcConnectionReleaseStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcCoordinator - Interface in org.hibernate.engine.jdbc.spi
Coordinates JDBC-related activities.
JdbcCoordinatorImpl - Class in org.hibernate.engine.jdbc.internal
Standard Hibernate implementation of JdbcCoordinator

IMPL NOTE : Custom serialization handling!

JdbcCoordinatorImpl(Connection, JdbcSessionOwner) - Constructor for class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
Constructs a JdbcCoordinatorImpl
JdbcDataType - Class in org.hibernate.boot.model.source.spi
Models a JDBC DATATYPE.
JdbcDataType(int, String, Class) - Constructor for class org.hibernate.boot.model.source.spi.JdbcDataType
 
JdbcDateTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Date handling.
JdbcDateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
JdbcDateTypeDescriptor.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
jdbcDriverNotFound(String) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Build a message about not being able to find the JDBC driver class
jdbcDriverNotSpecified(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
JdbcEnvironment - Interface in org.hibernate.engine.jdbc.env.spi
Initial look at this concept we keep talking about with merging information from DatabaseMetaData and Dialect
JdbcEnvironmentImpl - Class in org.hibernate.engine.jdbc.env.internal
 
JdbcEnvironmentImpl(ServiceRegistryImplementor, Dialect) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
Constructor form used when the JDBC DatabaseMetaData is not available.
JdbcEnvironmentImpl(DatabaseMetaData, Dialect) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
Constructor form used from testing
JdbcEnvironmentImpl(ServiceRegistryImplementor, Dialect, DatabaseMetaData) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
The main constructor form.
JdbcEnvironmentInitiator - Class in org.hibernate.engine.jdbc.env.internal
 
JdbcEnvironmentInitiator() - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess - Class in org.hibernate.engine.jdbc.env.internal
 
JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess - Class in org.hibernate.engine.jdbc.env.internal
 
JDBCException - Exception in org.hibernate
Wraps a SQLException.
JDBCException(String, SQLException) - Constructor for exception org.hibernate.JDBCException
Constructs a JDBCException using the given information.
JDBCException(String, SQLException, String) - Constructor for exception org.hibernate.JDBCException
Constructs a JDBCException using the given information.
JdbcExceptionHelper - Class in org.hibernate.internal.util
 
jdbcExecuteBatchEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteBatchEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcExecuteBatchEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcExecuteBatchEnd() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcExecuteBatchEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcExecuteBatchEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcExecuteBatchStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteBatchStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcExecuteBatchStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcExecuteBatchStart() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcExecuteBatchStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcExecuteBatchStart() - Method in interface org.hibernate.SessionEventListener
 
jdbcExecuteStatementEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteStatementEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcExecuteStatementEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcExecuteStatementEnd() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcExecuteStatementEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcExecuteStatementEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcExecuteStatementStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteStatementStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcExecuteStatementStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcExecuteStatementStart() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcExecuteStatementStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcExecuteStatementStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcIsolationDelegate - Class in org.hibernate.resource.transaction.backend.jdbc.internal
 
JdbcIsolationDelegate(JdbcConnectionAccess, SqlExceptionHelper) - Constructor for class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
jdbcIsolationLevel(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
JdbcObserver - Interface in org.hibernate.resource.jdbc.spi
 
JdbcObserverImpl() - Constructor for class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcPrepareStatementEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcPrepareStatementEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcPrepareStatementEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcPrepareStatementEnd() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcPrepareStatementEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcPrepareStatementEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcPrepareStatementStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcPrepareStatementStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcPrepareStatementStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcPrepareStatementStart() - Method in class org.hibernate.internal.AbstractSessionImpl.JdbcObserverImpl
 
jdbcPrepareStatementStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
 
jdbcPrepareStatementStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcResourceLocalTransactionCoordinatorBuilderImpl - Class in org.hibernate.resource.transaction.backend.jdbc.internal
Concrete builder for resource-local TransactionCoordinator instances.
JdbcResourceLocalTransactionCoordinatorBuilderImpl() - Constructor for class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
JdbcResourceLocalTransactionCoordinatorImpl - Class in org.hibernate.resource.transaction.backend.jdbc.internal
An implementation of TransactionCoordinator based on managing a transaction through the JDBC Connection via JdbcResourceTransaction
JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl - Class in org.hibernate.resource.transaction.backend.jdbc.internal
The delegate bridging between the local (application facing) transaction and the "physical" notion of a transaction via the JDBC Connection.
JdbcResourceTransaction - Interface in org.hibernate.resource.transaction.backend.jdbc.spi
Models access to the resource transaction of the underlying JDBC resource.
JdbcResourceTransactionAccess - Interface in org.hibernate.resource.transaction.backend.jdbc.spi
Provides access to DataStoreTransaction (JDBC transaction stand-in) for use in building resource-local TransactionCoordinator instances.
jdbcRollbackFailed() - Method in interface org.hibernate.internal.CoreMessageLogger
 
JdbcServices - Interface in org.hibernate.engine.jdbc.spi
Contract for services around JDBC operations.
JdbcServicesImpl - Class in org.hibernate.engine.jdbc.internal
Standard implementation of the JdbcServices contract
JdbcServicesImpl() - Constructor for class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
JdbcServicesInitiator - Class in org.hibernate.engine.jdbc.internal
Standard initiator for the standard JdbcServices service TODO : should this maybe be a SessionFactory service?
JdbcServicesInitiator() - Constructor for class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
JdbcSessionContext - Interface in org.hibernate.resource.jdbc.spi
Provides the JdbcSession implementation with contextual information it needs during its lifecycle.
JdbcSessionContextImpl(SessionFactoryImpl, StatementInspector) - Constructor for class org.hibernate.internal.AbstractSessionImpl.JdbcSessionContextImpl
 
JdbcSessionOwner - Interface in org.hibernate.resource.jdbc.spi
 
JdbcTimestampTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Timestamp handling.
JdbcTimestampTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
JdbcTimeTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Time handling.
JdbcTimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
JdbcTimeTypeDescriptor.TimeMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
JdbcTypeFamilyInformation - Class in org.hibernate.type.descriptor.sql
Information pertaining to JDBC type families.
JdbcTypeFamilyInformation() - Constructor for class org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation
 
JdbcTypeFamilyInformation.Family - Enum in org.hibernate.type.descriptor.sql
 
JdbcTypeJavaClassMappings - Class in org.hibernate.type.descriptor.sql
Presents recommended JDCB typecode <-> Java Class mappings.
JdbcTypeNameMapper - Class in org.hibernate.type.descriptor
(Badly named) helper for dealing with standard JDBC types as defined by Types
jdbcUrlNotSpecified(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
JdbcWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Generic contract for wrapped JDBC objects.
JMX_AGENT_ID - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_DEFAULT_OBJ_NAME_DOMAIN - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_DOMAIN_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_PLATFORM_SERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_SF_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JmxService - Interface in org.hibernate.jmx.spi
Service providing simplified access to JMX related features needed by Hibernate.
JmxServiceImpl - Class in org.hibernate.jmx.internal
Standard implementation of JMX services
JmxServiceImpl(Map) - Constructor for class org.hibernate.jmx.internal.JmxServiceImpl
 
JmxServiceInitiator - Class in org.hibernate.jmx.internal
Standard initiator for the standard JmxService service
JmxServiceInitiator() - Constructor for class org.hibernate.jmx.internal.JmxServiceInitiator
 
JNDI_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JNDI InitialContext class.
JNDI_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a prefix used to define arbitrary JNDI InitialContext properties.
JNDI_URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JNDI provider/connection url
JndiException - Exception in org.hibernate.engine.jndi
An exception indicating trouble accessing JNDI
JndiException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiException
Constructs a JndiException
JndiHelper - Class in org.hibernate.internal.util.jndi
Deprecated.
As JNDI access should get routed through JndiService
JndiInfinispanRegionFactory - Class in org.hibernate.cache.infinispan
A RegionFactory for Infinispan-backed cache regions that finds its cache manager in JNDI rather than creating one itself.
JndiInfinispanRegionFactory() - Constructor for class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
Constructs a JndiInfinispanRegionFactory
JndiInfinispanRegionFactory(Properties) - Constructor for class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
Constructs a JndiInfinispanRegionFactory
jndiInitialContextProperties(Hashtable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
jndiNameDoesNotHandleSessionFactoryReference(String, ClassCastException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
JndiNameException - Exception in org.hibernate.engine.jndi
Indicates a problem with a given JNDI name being deemed as not valid.
JndiNameException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiNameException
Constructs a JndiNameException
JndiService - Interface in org.hibernate.engine.jndi.spi
Service providing simplified access to JNDI related features needed by Hibernate.
jndiService() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
JndiServiceImpl - Class in org.hibernate.engine.jndi.internal
Standard implementation of JNDI services.
JndiServiceImpl(Map) - Constructor for class org.hibernate.engine.jndi.internal.JndiServiceImpl
Constructs a JndiServiceImpl
JndiServiceInitiator - Class in org.hibernate.engine.jndi.internal
Standard initiator for the standard JndiService service
JndiServiceInitiator() - Constructor for class org.hibernate.engine.jndi.internal.JndiServiceInitiator
 
join - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
join - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
JOIN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
JOIN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
JOIN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
join(String[], String[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(String[], String[], boolean[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(int[], int[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(T[], T...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
join(String, Iterator) - Static method in class org.hibernate.internal.util.StringHelper
 
join(String, Iterable) - Static method in class org.hibernate.internal.util.StringHelper
 
join(SingularAttribute<? super X, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(SingularAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(CollectionAttribute<? super X, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(CollectionAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(SetAttribute<? super X, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(SetAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(ListAttribute<? super X, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(ListAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(MapAttribute<? super X, K, V>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(MapAttribute<? super X, K, V>, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(String) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
join(String, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
Join - Interface in org.hibernate.loader.plan.spi
Represents a join in the QuerySpace-sense.
Join - Class in org.hibernate.mapping
 
Join() - Constructor for class org.hibernate.mapping.Join
 
JOIN_FRAGMENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
JOIN_FRAGMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Joinable - Interface in org.hibernate.persister.entity
Anything that can be loaded by outer join - namely persisters for classes or collections.
joinCollection(String) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
joinCollection(String, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
JoinColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
JoinColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
JoinColumnOrFormula - Annotation Type in org.hibernate.annotations
Allows joins based on column or a formula.
JoinColumnsOrFormulas - Annotation Type in org.hibernate.annotations
Collection of @JoinColumnOrFormula definitions.
JoinDefinedByMetadata - Interface in org.hibernate.loader.plan.spi
Specialization of a Join that is defined by the metadata.
JoinedIterable<T> - Class in org.hibernate.internal.util.collections
An JoinedIterable is an Iterable that wraps a number of Iterables.
JoinedIterable(List<Iterable<T>>) - Constructor for class org.hibernate.internal.util.collections.JoinedIterable
 
JoinedIterator<T> - Class in org.hibernate.internal.util.collections
An Iterator implementation that wraps other Iterators, and presents them all as one continuous Iterator.
JoinedIterator(List<Iterator<T>>) - Constructor for class org.hibernate.internal.util.collections.JoinedIterator
 
JoinedIterator(Iterator<T>...) - Constructor for class org.hibernate.internal.util.collections.JoinedIterator
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
JoinedSubclass - Class in org.hibernate.mapping
A subclass in a table-per-subclass mapping
JoinedSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.JoinedSubclass
 
JoinedSubclassEntityPersister - Class in org.hibernate.persister.entity
An EntityPersister implementing the normalized "table-per-subclass" mapping strategy
JoinedSubclassEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
joinedSubclassEntityPersister() - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
JoinedSubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
 
JoinedSubclassEntitySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
JoinedSubclassEntitySourceImpl(MappingDocument, JaxbHbmJoinedSubclassEntityType, EntitySource) - Constructor for class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
JoinedSubclassFkSecondPass - Class in org.hibernate.cfg
 
JoinedSubclassFkSecondPass(JoinedSubclass, Ejb3JoinColumn[], SimpleValue, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
joinElement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
JoinFormula - Annotation Type in org.hibernate.annotations
To be used as a replacement for @JoinColumn in most places.
JoinFragment - Class in org.hibernate.sql
An abstract SQL join fragment renderer
JoinFragment() - Constructor for class org.hibernate.sql.JoinFragment
 
JoinHelper - Class in org.hibernate.engine.internal
Helper for dealing with joins.
JoinHelper - Class in org.hibernate.loader.plan.build.internal.spaces
 
JoinImpl - Class in org.hibernate.loader.plan.build.internal.spaces
 
JoinImpl(QuerySpace, String, QuerySpace, String[], Type, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.spaces.JoinImpl
 
JoinImplementor<Z,X> - Interface in org.hibernate.jpa.criteria
Consolidates the Join and Fetch hierarchies since that is how we implement them.
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the argument
joinKeyColumnName(String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return the join key column name ie a FK column used in a JOINED strategy or for a secondary table
joinList(String) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
joinList(String, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
joinMap(String) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
joinMap(String, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
joinPath() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
JoinProcessor - Class in org.hibernate.hql.internal.ast.util
Performs the post-processing of the join information gathered during semantic analysis.
JoinProcessor(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.util.JoinProcessor
Constructs a new JoinProcessor.
joins - Variable in class org.hibernate.cfg.Ejb3Column
 
JoinSequence - Class in org.hibernate.engine.internal
A sequence of JoinSequence.Join delegates to make it "easier" to work with joins.
JoinSequence(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.internal.JoinSequence
Constructs a JoinSequence
JoinSequence.Join - Class in org.hibernate.engine.internal
Represents a join
JoinSequence.Selector - Interface in org.hibernate.engine.internal
A subclass join selector
joinSet(String) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
joinSet(String, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
JoinStatus - Enum in org.hibernate.engine.transaction.spi
See the JPA notion of joining a transaction for details.
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
JoinTable - Class in org.hibernate.jpamodelgen.xml.jaxb
 
JoinTable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
joinTransaction() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
joinType(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
JoinType - Enum in org.hibernate.sql
 
JoinWalker - Class in org.hibernate.loader
Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.
JoinWalker(SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.JoinWalker
 
JoinWalker.AssociationInitCallback - Interface in org.hibernate.loader
 
joinWithQualifierAndSuffix(String[], String, String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
JOnASJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JTA platform implementation for JOnAS
JOnASJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
JOTMJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
JOTMJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
JPA_ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the JPA entity name
JPA_METAMODEL_GENERATION - Static variable in interface org.hibernate.jpa.AvailableSettings
JPA_METAMODEL_POPULATION - Static variable in interface org.hibernate.jpa.AvailableSettings
Setting that controls whether we seek out JPA "static metamodel" classes and populate them.
JPA_XSD_MAPPING - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
Maps the namespace for the orm.xml xsd for jpa 2.1+
JpaAutoFlushEventListener - Class in org.hibernate.jpa.event.internal.core
In JPA, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate).
JpaAutoFlushEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaAutoFlushEventListener
 
JpaCallbackSource - Interface in org.hibernate.boot.model.source.spi
 
JpaDeleteEventListener - Class in org.hibernate.jpa.event.internal.core
Overrides the LifeCycle OnSave call to call the PreRemove operation
JpaDeleteEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaDeleteEventListener
 
JpaDeleteEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaDeleteEventListener
 
JpaDescriptorParser - Class in org.hibernate.jpamodelgen.xml
Parser for JPA XML descriptors (persistence.xml and referenced mapping files).
JpaDescriptorParser(Context) - Constructor for class org.hibernate.jpamodelgen.xml.JpaDescriptorParser
 
JpaFlushEntityEventListener - Class in org.hibernate.jpa.event.internal.core
Overrides the LifeCycle OnSave call to call the PreUpdate operation
JpaFlushEntityEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaFlushEntityEventListener
 
JpaFlushEntityEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaFlushEntityEventListener
 
JpaFlushEventListener - Class in org.hibernate.jpa.event.internal.core
In JPA, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate).
JpaFlushEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaFlushEventListener
 
jpaFunctionSyntax() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
JPAIndexHolder - Class in org.hibernate.cfg
 
JPAIndexHolder(Index) - Constructor for class org.hibernate.cfg.JPAIndexHolder
 
JpaIntegrator - Class in org.hibernate.jpa.event.spi
Hibernate EntityManager specific Integrator, performing JPA setup.
JpaIntegrator() - Constructor for class org.hibernate.jpa.event.spi.JpaIntegrator
 
JpaMergeEventListener - Class in org.hibernate.jpa.event.internal.core
Overrides the LifeCycle OnSave call to call the PrePersist operation
JpaMergeEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaMergeEventListener
 
JpaMergeEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaMergeEventListener
 
JPAMetadataProvider - Class in org.hibernate.cfg.annotations.reflection
MetadataProvider aware of the JPA Deployment descriptor
JPAMetadataProvider(MetadataBuildingOptions) - Constructor for class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
JPAMetaModelEntityProcessor - Class in org.hibernate.jpamodelgen
Main annotation processor.
JPAMetaModelEntityProcessor() - Constructor for class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
JpaNamespaceTransformingEventReader - Class in org.hibernate.jpamodelgen.util.xml
Transforms the version attribute and namespace of the JPA configuration files (persistence.xml and orm.xml) to the default.
JpaNamespaceTransformingEventReader(XMLEventReader) - Constructor for class org.hibernate.jpamodelgen.util.xml.JpaNamespaceTransformingEventReader
 
JpaOrmXmlEventReader - Class in org.hibernate.boot.jaxb.internal.stax
A JPA orm.xml specific StAX EVentReader to handle a few oddities.
JpaOrmXmlEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader
 
JpaOrmXmlEventReader(XMLEventReader, XMLEventFactory) - Constructor for class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader
 
JpaOrmXmlEventReader.BadVersionException - Exception in org.hibernate.boot.jaxb.internal.stax
 
JpaOrmXmlPersistenceUnitDefaultAware - Interface in org.hibernate.boot.spi
Contract for things that need to be aware of JPA orm.xml-defined persistence-unit-defaults.
JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults - Interface in org.hibernate.boot.spi
Represents the persistence-unit-defaults to be applied
JPAOverriddenAnnotationReader - Class in org.hibernate.cfg.annotations.reflection
Encapsulates the overriding of Java annotations from an EJB 3.0 descriptor.
JPAOverriddenAnnotationReader(AnnotatedElement, XMLContext, ClassLoaderAccess) - Constructor for class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
JpaPersistEventListener - Class in org.hibernate.jpa.event.internal.core
Overrides the LifeCycle OnSave call to call the PrePersist operation
JpaPersistEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaPersistEventListener
 
JpaPersistEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaPersistEventListener
 
JpaPersistOnFlushEventListener - Class in org.hibernate.jpa.event.internal.core
 
JpaPersistOnFlushEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaPersistOnFlushEventListener
 
jpaPositionalParameter(String, int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when a JPA-style named parameter is recognized
jpaPositionalParameter(String, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
jpaPositionalParameter(String, int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
JpaPositionalParameterRegistrationImpl(QueryImpl, Query, Integer, Class<T>) - Constructor for class org.hibernate.jpa.internal.QueryImpl.JpaPositionalParameterRegistrationImpl
 
JpaPostDeleteEventListener - Class in org.hibernate.jpa.event.internal.core
 
JpaPostDeleteEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaPostDeleteEventListener
 
JpaPostDeleteEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaPostDeleteEventListener
 
JpaPostInsertEventListener - Class in org.hibernate.jpa.event.internal.core
 
JpaPostInsertEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaPostInsertEventListener
 
JpaPostInsertEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaPostInsertEventListener
 
JpaPostLoadEventListener - Class in org.hibernate.jpa.event.internal.core
 
JpaPostLoadEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaPostLoadEventListener
 
JpaPostLoadEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaPostLoadEventListener
 
JpaPostUpdateEventListener - Class in org.hibernate.jpa.event.internal.core
Implementation of the post update listeners.
JpaPostUpdateEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaPostUpdateEventListener
 
JpaPostUpdateEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaPostUpdateEventListener
 
JPAQL_STRICT_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JpaSaveEventListener - Class in org.hibernate.jpa.event.internal.core
Overrides the LifeCycle OnSave call to call the PrePersist operation
JpaSaveEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaSaveEventListener
 
JpaSaveEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaSaveEventListener
 
JpaSaveOrUpdateEventListener - Class in org.hibernate.jpa.event.internal.core
Overrides the LifeCycle OnSave call to call the PrePersist operation
JpaSaveOrUpdateEventListener() - Constructor for class org.hibernate.jpa.event.internal.core.JpaSaveOrUpdateEventListener
 
JpaSaveOrUpdateEventListener(CallbackRegistry) - Constructor for class org.hibernate.jpa.event.internal.core.JpaSaveOrUpdateEventListener
 
JpaSchemaGenerator - Class in org.hibernate.jpa.internal.schemagen
Class responsible for the JPA-defined schema generation behavior.
JpaSchemaGenerator.GenerationProcess - Class in org.hibernate.jpa.internal.schemagen
Defines the process of performing a schema generation
JRun4JtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for JRun4 AS
JRun4JtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
JTA_CACHE_TM - Static variable in interface org.hibernate.cfg.AvailableSettings
A configuration value key used to indicate that it is safe to cache TransactionManager references.
JTA_CACHE_UT - Static variable in interface org.hibernate.cfg.AvailableSettings
A configuration value key used to indicate that it is safe to cache UserTransaction references.
JTA_DATASOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
The JNDI name of a JTA DataSource.
JTA_PLATFORM - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JtaPlatform implementation to use for integrating with JTA systems.
JTA_PLATFORM_RESOLVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JtaPlatformResolver implementation to use.
JTA_TRACK_BY_THREAD - Static variable in interface org.hibernate.cfg.AvailableSettings
A transaction can be rolled back by another thread ("tracking by thread") -- not the original application.
JtaAwareConnectionProviderImpl - Class in org.hibernate.testing.jta
A ConnectionProvider implementation intended for testing Hibernate/JTA interaction.
JtaAwareConnectionProviderImpl() - Constructor for class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
JtaAwareConnectionProviderImpl.XAResourceWrapper - Class in org.hibernate.testing.jta
 
jtaDataSource - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
JtaIsolationDelegate - Class in org.hibernate.resource.transaction.backend.jta.internal
An isolation delegate for JTA environments.
JtaIsolationDelegate(JdbcConnectionAccess, SqlExceptionHelper, TransactionManager) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaIsolationDelegate
 
JtaPlatform - Interface in org.hibernate.engine.transaction.jta.platform.spi
Defines how we interact with various JTA services on the given platform/environment.
JtaPlatformException - Exception in org.hibernate.engine.transaction.jta.platform.spi
Indicates a problem interacting with the underlying JTA platform.
JtaPlatformException(String) - Constructor for exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
 
JtaPlatformException(String, Throwable) - Constructor for exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
 
JtaPlatformInaccessibleException - Exception in org.hibernate.resource.transaction.backend.jta.internal
Indicates problems accessing TransactionManager or UserTransaction through the JtaPlatform
JtaPlatformInaccessibleException(String) - Constructor for exception org.hibernate.resource.transaction.backend.jta.internal.JtaPlatformInaccessibleException
 
JtaPlatformInaccessibleException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.backend.jta.internal.JtaPlatformInaccessibleException
 
JtaPlatformInitiator - Class in org.hibernate.engine.transaction.jta.platform.internal
Standard initiator for the standard JtaPlatform
JtaPlatformInitiator() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
 
JtaPlatformProvider - Interface in org.hibernate.engine.transaction.jta.platform.spi
A ServiceLoader-style provider of JtaPlatform instances.
JtaPlatformResolver - Interface in org.hibernate.engine.transaction.jta.platform.spi
Service for defining how to resolve or determine the JtaPlatform to use in configurations where the user did not explicitly specify one.
JtaPlatformResolverInitiator - Class in org.hibernate.engine.transaction.jta.platform.internal
 
JtaPlatformResolverInitiator() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator
 
JTASessionContext - Class in org.hibernate.context.internal
An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction.
JTASessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.internal.JTASessionContext
Constructs a JTASessionContext
JTASessionContext.CleanupSync - Class in org.hibernate.context.internal
JTA transaction sync used for cleanup of the internal session map.
JtaStatusHelper - Class in org.hibernate.engine.transaction.internal.jta
Utility for dealing with JTA statuses.
JtaSynchronizationStrategy - Interface in org.hibernate.engine.transaction.jta.platform.internal
Contract used to centralize Synchronization handling logic.
JtaTransactionAdapter - Interface in org.hibernate.resource.transaction.backend.jta.internal
Adapter for abstracting the physical means of interacting with JTA transactions.
JtaTransactionAdapterTransactionManagerImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
JtaTransactionAdapter for coordinating with the JTA TransactionManager
JtaTransactionAdapterTransactionManagerImpl(TransactionManager) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
JtaTransactionAdapterUserTransactionImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
JtaTransactionAdapter for coordinating with the JTA UserTransaction
JtaTransactionAdapterUserTransactionImpl(UserTransaction) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
JtaTransactionCoordinatorBuilderImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
Concrete builder for JTA-based TransactionCoordinator instances.
JtaTransactionCoordinatorBuilderImpl() - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
JtaTransactionCoordinatorImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
An implementation of TransactionCoordinator based on managing a transaction through the JTA API (either TM or UT)
JtaTransactionCoordinatorImpl(TransactionCoordinatorBuilder, TransactionCoordinatorOwner, boolean, JtaPlatform, boolean, boolean, TransactionObserver...) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
JtaTransactionCoordinatorImpl.TransactionDriverControlImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
Implementation of the LocalInflow for this TransactionCoordinator.
JTSGeometryJavaTypeDescriptor - Class in org.hibernate.spatial
Descriptor for JTS Geometrys.
JTSGeometryJavaTypeDescriptor() - Constructor for class org.hibernate.spatial.JTSGeometryJavaTypeDescriptor
Initialize a type descriptor for the geolatte-geom Geometry type.
JTSGeometryType - Class in org.hibernate.spatial
A Type that maps between the database geometry type and JTS Geometry.
JTSGeometryType(SqlTypeDescriptor) - Constructor for class org.hibernate.spatial.JTSGeometryType
Constructs an instance with the specified SqlTypeDescriptor
Junction - Class in org.hibernate.criterion
A sequence of a logical expressions combined by some associative logical operator
Junction(Junction.Nature) - Constructor for class org.hibernate.criterion.Junction
 
Junction(Junction.Nature, Criterion...) - Constructor for class org.hibernate.criterion.Junction
 
Junction.Nature - Enum in org.hibernate.criterion
The type of junction
jvmHasTimestampBug() - Static method in class org.hibernate.cfg.Environment
Does this JVM's implementation of Timestamp have a bug in which the following is true: new java.sql.Timestamp( x ).getTime() != x

NOTE : IBM JDK 1.3.1 the only known JVM to exhibit this behavior.

K

key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
KEY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
KEY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
KEY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
key() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
KEY - Static variable in class org.hibernate.tuple.DynamicMapInstantiator
 
keyColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
keyColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
keyElementAttributeConverterDefinition(XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
keyIterator() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
keyPropertyOrKeyManyToOne - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
keys(AdvancedCache<K, V>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
keys(AdvancedCache<K, V>, KeyValueFilter<K, V>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
keys() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns an enumeration of the keys in this table.
keys() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
keys(M) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
keySet() - Method in class org.hibernate.collection.internal.PersistentMap
 
keySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
keySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
keySet() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
keySet() - Method in class org.hibernate.proxy.map.MapProxy
 
keySubgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
 
KeyValue - Interface in org.hibernate.mapping
Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.
KEYWORD_AUTO_QUOTING_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether to automatically quote any names that are deemed keywords.

L

last() - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
last() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
LAST - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LAST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LAST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
last() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
last() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
last() - Method in interface org.hibernate.ScrollableResults
Go to the last result.
LAST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
LAST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
lastCollectionElement() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
lastIndexOf(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
lastIndexOf(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
lastIndexOf(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
lastIndexOfLetter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
lastKey() - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
lastKey() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
lastRegionInvalidation - Variable in class org.hibernate.cache.infinispan.impl.BaseRegion
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
LAZY - Static variable in enum org.hibernate.FetchMode
Deprecated.
use FetchMode.SELECT
LAZY_XML_PARSING - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
LazyAttributeLoader - Class in org.hibernate.bytecode.enhance.spi.interceptor
Interceptor that loads attributes lazily
LazyAttributeLoader(SessionImplementor, Set<String>, String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
LazyCollection - Annotation Type in org.hibernate.annotations
Define the lazy status of a collection.
LazyCollectionOption - Enum in org.hibernate.annotations
Lazy options available for a collection.
LazyInitializationException - Exception in org.hibernate
Indicates an attempt to access not-yet-fetched data outside of a session context.
LazyInitializationException(String) - Constructor for exception org.hibernate.LazyInitializationException
Constructs a LazyInitializationException using the given message.
LazyInitializer - Interface in org.hibernate.proxy
Handles fetching of the underlying entity for a proxy
LazyIterator - Class in org.hibernate.internal.util.collections
 
LazyIterator(Map) - Constructor for class org.hibernate.internal.util.collections.LazyIterator
 
lazyPropertyFetchingAvailable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
LazyPropertyInitializer - Interface in org.hibernate.bytecode.instrumentation.spi
Contract for controlling how lazy properties get initialized.
LazyToOne - Annotation Type in org.hibernate.annotations
Define the laziness options available for a ToOne (ie OneToOne or ManyToOne) association.
LazyToOneOption - Enum in org.hibernate.annotations
Lazy options available for a ToOne association.
le(Object) - Method in class org.hibernate.criterion.Property
Create a less-than-or-equal-to restriction based on this property
le(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query less-than-or-equal-to expression for this property
le(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than or equal" constraint to the named property
le(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being less-than-or-equal-to the value in the subquery result.
le(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint
LE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
le(Expression<? extends Number>, Number) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
LEADING - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
LEADING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LEADING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LEADING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LEADING_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming leading spaces
LEADING_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
A template for the series of calls required to trim non-space chars from the beginning of text.
leAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a less-than-or-equal-to-all sub-query expression for this property.
leAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is less-than-or-equal-to ALL the values in the subquery result.
least(Expression<X>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
LEAST(CriteriaBuilderImpl, Expression<X>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.LEAST
 
LEFT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LEFT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LEFT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LEFT_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Deprecated.
LEFT_OUTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LEFT_OUTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LEFT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
LEGACY2_HBM_DTD_MAPPING - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
LEGACY_CFG_DTD_MAPPING - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
LEGACY_DEFAULT_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_DICTATED_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_HBM_DTD_MAPPING - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
LEGACY_HILO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
LEGACY_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
The legacy behavior of Hibernate.
LEGACY_ORDER_BY_ALIAS_RESOLVER - Static variable in class org.hibernate.sql.Template
 
LEGACY_SETTING_NAME - Static variable in class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
 
LegacyBatchingCollectionInitializer(QueryableCollection, int[], Loader[]) - Constructor for class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
LegacyBatchingCollectionInitializer(QueryableCollection, int[], Loader[]) - Constructor for class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
LegacyBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
 
LegacyBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
LegacyBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection.plan
LoadPlan-based implementation of the the legacy batch collection initializer.
LegacyBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder
 
LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer - Class in org.hibernate.loader.collection
 
LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer - Class in org.hibernate.loader.collection.plan
 
LegacyBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
LegacyBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
LegacyBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
LegacyBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
LegacyBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity
No longer used, see LegacyBatchingEntityLoaderBuilder instead.
LegacyBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
LegacyBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity.plan
LoadPlan-based implementation of the the legacy batch loading strategy
LegacyBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader - Class in org.hibernate.loader.entity
 
LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader - Class in org.hibernate.loader.entity.plan
 
LegacyHiLoAlgorithmOptimizer - Class in org.hibernate.id.enhanced
Slight variation from HiLoOptimizer, maintaining compatibility with the values generated by the legacy Hibernate hilo based generators.
LegacyHiLoAlgorithmOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
Constructs a LegacyHiLoAlgorithmOptimizer
LegacyLimitHandler - Class in org.hibernate.dialect.pagination
Limit handler that delegates all operations to the underlying dialect.
LegacyLimitHandler(Dialect) - Constructor for class org.hibernate.dialect.pagination.LegacyLimitHandler
Constructs a LegacyLimitHandler
legacyTransactionManagerStrategy(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
length() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
length(long) - Static method in class org.hibernate.engine.jdbc.Size
 
length(long, Size.LobMultiplier) - Static method in class org.hibernate.engine.jdbc.Size
 
length(Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
length - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
length - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
length - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
LengthFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL LENGTH function.
LengthFunction(CriteriaBuilderImpl, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.LengthFunction
 
leProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an less-than-or-equal-to restriction between 2 properties
leProperty(String) - Method in class org.hibernate.criterion.Property
Creates an less-than-or-equal-to restriction between 2 properties
leProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than or equal" constraint to two properties
leProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint to another property
leSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a less-than-or-equal-to-some sub-query expression for this property.
leSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is less-than-or-equal-to SOME of the values in the subquery result.
lessThan(FlushMode) - Method in enum org.hibernate.FlushMode
Checks to see if this flush mode is less than the given flush mode.
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
lessThan(Expression<? extends Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
lessThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is less restrictive than the given lock mode.
lessThan(ScrollMode) - Method in enum org.hibernate.ScrollMode
Determine if this mode is "less than" the provided mode.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
Lifecycle - Interface in org.hibernate.classic
Provides callbacks from the Session to the persistent object.
LifecycleCallbacks - Class in org.hibernate.cache.infinispan.util
 
LifecycleCallbacks() - Constructor for class org.hibernate.cache.infinispan.util.LifecycleCallbacks
 
like(Object) - Method in class org.hibernate.criterion.Property
Creates a LIKE restriction for this property
like(String, MatchMode) - Method in class org.hibernate.criterion.Property
Creates a LIKE restriction for this property
like(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "like" constraint to the named property
like(String, String, MatchMode) - Static method in class org.hibernate.criterion.Restrictions
Apply a "like" constraint to the named property using the provided match mode
like(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
like(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
LIKE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LIKE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LIKE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
like(Expression<String>, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
like(Expression<String>, Expression<String>, char) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
like(Expression<String>, String) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
like(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
like(Expression<String>, String, char) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
likeEscape() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
likeEscape(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
LikeExpression - Class in org.hibernate.criterion
A criterion representing a "like" expression
LikeExpression(String, String, Character, boolean) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikeExpression(String, String) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikeExpression(String, String, MatchMode) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikeExpression(String, String, MatchMode, Character, boolean) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikePredicate - Class in org.hibernate.jpa.criteria.predicate
Models a SQL LIKE expression.
LikePredicate(CriteriaBuilderImpl, Expression<String>, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, String) - Constructor for class org.hibernate.jpa.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, Expression<String>, Expression<Character>) - Constructor for class org.hibernate.jpa.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, Expression<String>, char) - Constructor for class org.hibernate.jpa.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, String, char) - Constructor for class org.hibernate.jpa.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, String, Expression<Character>) - Constructor for class org.hibernate.jpa.criteria.predicate.LikePredicate
 
LimitHandler - Interface in org.hibernate.dialect.pagination
Contract defining dialect-specific LIMIT clause handling.
LimitHelper - Class in org.hibernate.dialect.pagination
A helper for dealing with LimitHandler implementations
LINE_COMMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
linearizeArc(double, double, double, double, double, double, double) - Static method in class org.hibernate.spatial.jts.Circle
Given 2 points defining an arc on the circle, interpolates the circle into a collection of points that provide connected chords that approximate the arc based on the tolerance value.
linearizeArc(double, double, double, double, double, double) - Static method in class org.hibernate.spatial.jts.Circle
Given 2 points defining an arc on the circle, interpolates the circle into a collection of points that provide connected chords that approximate the arc based on the tolerance value.
linearizeArc(Coordinate, Coordinate, Coordinate, double) - Method in class org.hibernate.spatial.jts.Circle
Given 2 points defining an arc on the circle, interpolates the circle into a collection of points that provide connected chords that approximate the arc based on the tolerance value.
linearizeCircle(double, double, double, double, double, double) - Static method in class org.hibernate.spatial.jts.Circle
Given a circle defined by the 3 points, creates a linearized interpolation of the circle starting and ending on the first coordinate.
linkJoinColumnWithValueOverridingNameIfImplicit(PersistentClass, Iterator, Ejb3JoinColumn[], SimpleValue) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
linkValueUsingAColumnCopy(Column, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
used for mappedBy cases
linkValueUsingDefaultColumnNaming(Column, PersistentClass, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
linkWithValue() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
linkWithValue(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
list - Variable in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
list - Variable in class org.hibernate.collection.internal.PersistentList
 
list() - Method in interface org.hibernate.Criteria
Get the results.
list(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
list(Criteria) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
list(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
list(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a find() query
list(Criteria) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a criteria query
list(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a native SQL query, and return the results as a fully built list.
list() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
list() - Method in class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionQuery
 
list() - Method in class org.hibernate.envers.query.internal.impl.EntitiesModifiedAtRevisionQuery
 
list() - Method in class org.hibernate.envers.query.internal.impl.RevisionsOfEntityQuery
 
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
list(SessionImplementor, QueryParameters) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform a list operation given the underlying query definition.
list(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.internal.AbstractSessionImpl
 
list() - Method in class org.hibernate.internal.CollectionFilterImpl
 
list() - Method in class org.hibernate.internal.CriteriaImpl
 
list() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
list() - Method in class org.hibernate.internal.QueryImpl
 
list(String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
list(Criteria) - Method in class org.hibernate.internal.SessionImpl
 
list() - Method in class org.hibernate.internal.SQLQueryImpl
 
list(String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
list(Criteria) - Method in class org.hibernate.internal.StatelessSessionImpl
 
list(SessionImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.custom.CustomLoader
 
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.hql.QueryLoader
 
list(SessionImplementor, QueryParameters, Set<Serializable>, Type[]) - Method in class org.hibernate.loader.Loader
Return the query results, using the query cache, called by subclasses that implement cacheable queries
List - Class in org.hibernate.mapping
A list mapping has a primary key consisting of the key columns + index column.
List(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.List
 
list() - Method in interface org.hibernate.Query
Return the query results as a List.
LIST - Static variable in class org.hibernate.service.internal.StandardSessionFactoryServiceInitiators
 
LIST - Static variable in class org.hibernate.service.StandardServiceInitiators
 
list(String, String) - Method in class org.hibernate.type.TypeFactory
 
ListAttributeJoin<O,E> - Class in org.hibernate.jpa.criteria.path
Models a join based on a list-style plural association attribute.
ListAttributeJoin(CriteriaBuilderImpl, Class<E>, PathSource<O>, ListAttribute<? super O, E>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
ListAttributeJoin.TreatedListAttributeJoin<O,T> - Class in org.hibernate.jpa.criteria.path
 
ListBinder - Class in org.hibernate.cfg.annotations
Bind a list to the underlying Hibernate configuration
ListBinder() - Constructor for class org.hibernate.cfg.annotations.ListBinder
 
ListCollectionInitializor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a map.
ListCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
ListCollectionMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
 
ListCollectionMapper(CommonCollectionMapperData, MiddleComponentData, MiddleComponentData, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
listCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute an SQL Query
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
listener - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
listener - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
Listener<T> - Interface in org.hibernate.jpa.event.spi.jpa
Encapsulates access to the listener instance for listener callbacks (EntityListeners).
ListenerCallback - Class in org.hibernate.jpa.event.internal.jpa
Represents a JPA callback using a dedicated listener
ListenerCallback(Listener, Method, CallbackType) - Constructor for class org.hibernate.jpa.event.internal.jpa.ListenerCallback
 
ListenerFactory - Interface in org.hibernate.jpa.event.spi.jpa
Contract for building instances of JPA callback listener classes.
ListenerFactoryBeanManagerDelayedImpl - Class in org.hibernate.jpa.event.internal.jpa
CDI-based implementation of the ListenerFactory contract.
ListenerFactoryBeanManagerDelayedImpl(BeanManager) - Constructor for class org.hibernate.jpa.event.internal.jpa.ListenerFactoryBeanManagerDelayedImpl
 
ListenerFactoryBeanManagerStandardImpl - Class in org.hibernate.jpa.event.internal.jpa
CDI-based implementation of the ListenerFactory contract.
ListenerFactoryBeanManagerStandardImpl(BeanManager) - Constructor for class org.hibernate.jpa.event.internal.jpa.ListenerFactoryBeanManagerStandardImpl
 
ListenerFactoryBuilder - Class in org.hibernate.jpa.event.spi.jpa
Builder for ListenerFactory based on configuration options
ListenerFactoryBuilder() - Constructor for class org.hibernate.jpa.event.spi.jpa.ListenerFactoryBuilder
 
ListenerFactoryStandardImpl - Class in org.hibernate.jpa.event.internal.jpa
Standard implementation of the ListenerFactory contract using simple instantiation.
ListenerFactoryStandardImpl() - Constructor for class org.hibernate.jpa.event.internal.jpa.ListenerFactoryStandardImpl
 
listenerGroup(EventType<T>) - Method in class org.hibernate.action.internal.CollectionAction
 
listenerGroup(EventType<T>) - Method in class org.hibernate.action.internal.EntityAction
 
listeners() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
listeners() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
listFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a filter
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
listIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
listIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
listIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
ListIndexBase - Annotation Type in org.hibernate.annotations
Defines the start index value for a list index as stored on the database.
ListIndexExpression - Class in org.hibernate.jpa.criteria.expression
An expression for referring to the index of a list.
ListIndexExpression(CriteriaBuilderImpl, PathImplementor, ListAttribute) - Constructor for class org.hibernate.jpa.criteria.expression.ListIndexExpression
 
listIterator() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
listIterator(int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
listIterator() - Method in class org.hibernate.collection.internal.PersistentBag
 
listIterator(int) - Method in class org.hibernate.collection.internal.PersistentBag
 
listIterator() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
listIterator(int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
listIterator() - Method in class org.hibernate.collection.internal.PersistentList
 
listIterator(int) - Method in class org.hibernate.collection.internal.PersistentList
 
listIterator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
listIterator(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
ListIteratorProxy(ListIterator) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
ListJoinImplementor<Z,X> - Interface in org.hibernate.jpa.criteria
Specialization of JoinImplementor for List typed attribute joins
ListProxy(List) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
ListProxy<U> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
ListProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
ListProxy(Initializor<List<U>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
listToIndexElementPairList(List<T>) - Static method in class org.hibernate.envers.internal.tools.Tools
Transforms a list of arbitrary elements to a list of index-element pairs.
ListType - Class in org.hibernate.type
 
ListType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.ListType
 
literal(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
literal(T) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
LITERAL_ascending - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
LITERAL_by - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LITERAL_by - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LITERAL_by - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
LiteralExpression<T> - Class in org.hibernate.jpa.criteria.expression
Represents a literal expression.
LiteralExpression(CriteriaBuilderImpl, T) - Constructor for class org.hibernate.jpa.criteria.expression.LiteralExpression
 
LiteralExpression(CriteriaBuilderImpl, Class<T>, T) - Constructor for class org.hibernate.jpa.criteria.expression.LiteralExpression
 
LiteralNode - Class in org.hibernate.hql.internal.ast.tree
Represents a literal.
LiteralNode() - Constructor for class org.hibernate.hql.internal.ast.tree.LiteralNode
 
LiteralProcessor - Class in org.hibernate.hql.internal.ast.util
A delegate that handles literals and constants for HqlSqlWalker, performing the token replacement functions and classifying literals.
LiteralProcessor(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
LiteralProcessor.DecimalLiteralFormat - Enum in org.hibernate.hql.internal.ast.util
 
LiteralType<T> - Interface in org.hibernate.type
Additional contract for a Type that may appear as an SQL literal
load(Class<T>, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Object, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
LOAD - Static variable in class org.hibernate.event.spi.EventType
 
LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
load(Serializable) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, or null if there is no such persistent instance.
load(Object, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
load(Class<T>, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
load(String, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
load(Class<T>, Serializable, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
load(Class<T>, Serializable, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
load(String, Serializable, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
load(String, Serializable, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(SessionImplementor, Object, Object, Serializable, LockOptions) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
load(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
load(Serializable, Object, SessionImplementor, LockOptions) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
Load an entity instance by id.
load() - Method in interface org.hibernate.NaturalIdLoadAccess
Return the persistent instance with the natural id value(s) defined by the call(s) to NaturalIdLoadAccess.using(java.lang.String, java.lang.Object), or null if there is no such persistent instance.
load(Serializable, Object, LockMode, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Load an instance using either the forUpdateLoader or the outer joining loader, depending upon the value of the lock parameter
load(Serializable, Object, LockOptions, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Load an instance using either the forUpdateLoader or the outer joining loader, depending upon the value of the lock parameter
load(Serializable, Object, LockMode, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Serializable, Object, LockOptions, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.persister.entity.NamedQueryLoader
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.NamedQueryLoader
 
load(Class<T>, Serializable, LockMode) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(Class<T>, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(String, Serializable, LockMode) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(String, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(Class<T>, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
load(String, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
load(Object, Serializable) - Method in interface org.hibernate.Session
Read the persistent state associated with the given identifier into the given transient instance.
load(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, or null if there is no such persistent instance.
LOAD_FACTOR - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
 
Loadable - Interface in org.hibernate.persister.entity
Implemented by a EntityPersister that may be loaded using Loader.
loadAndCorrectConfiguration(URL) - Static method in class org.hibernate.cache.ehcache.internal.util.HibernateEhcacheUtils
Create a cache manager configuration from the supplied url, correcting it for Hibernate compatibility.
loadAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
loadByUniqueKey(SessionImplementor, Object) - Method in class org.hibernate.loader.entity.EntityLoader
 
loadByUniqueKey(String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadByUniqueKey(String, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
Load an instance of the persistent class, by a unique key other than the primary key.
loadByUniqueKey(String, String, Object, SessionImplementor) - Method in class org.hibernate.type.EntityType
Load an instance by a unique key that is not the primary key.
loadClass(String) - Method in class org.hibernate.bytecode.spi.InstrumentedClassLoader
 
loadClass(String, ClassLoaderService) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
Locate class with a given name.
loadCollection(SessionImplementor, Serializable, Type) - Method in class org.hibernate.loader.Loader
Called by subclasses that initialize collections
loadCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
loadCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a collection loading.
loadCollectionBatch(SessionImplementor, Serializable[], Type) - Method in class org.hibernate.loader.Loader
Called by wrappers that batch initialize collections
loadCollectionSubselect(SessionImplementor, Serializable[], Object[], Type[], Map<String, TypedValue>, Type) - Method in class org.hibernate.loader.Loader
Called by subclasses that batch initialize collections
loadConfiguration(Map) - Static method in class org.hibernate.hikaricp.internal.HikariConfigurationUtil
Create/load a HikariConfig from Hibernate properties.
loadConfigXmlFile(File) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
loadConfigXmlResource(String) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
loadConfigXmlUrl(URL) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
LoadContexts - Class in org.hibernate.engine.loading.internal
Maps result-sets to specific contextual data related to processing that result set

Considering the JDBC-redesign work, would further like this contextual info not mapped separately, but available based on the result set being processed.

LoadContexts(PersistenceContext) - Constructor for class org.hibernate.engine.loading.internal.LoadContexts
Creates and binds this to the given persistence context.
loadCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
loadCount
loadCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
loadCount
loadCtClassFromClass(Class<?>) - Method in class org.hibernate.bytecode.enhance.spi.Enhancer
 
LOADED_CLASSES - Static variable in interface org.hibernate.jpa.AvailableSettings
 
LOADED_CONFIG_KEY - Static variable in interface org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
 
LoadedConfig - Class in org.hibernate.boot.cfgxml.spi
Models the information gleaned from parsing a cfg.xml file.
loadedState - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
loadElement(SessionImplementor, Object, Object) - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
loadEntity(SessionImplementor, Object, Type, Object, String, Serializable, EntityPersister, LockOptions) - Method in class org.hibernate.loader.Loader
Called by subclasses that load entities
loadEntity(SessionImplementor, Object, Object, Type, Type, EntityPersister) - Method in class org.hibernate.loader.Loader
Called by subclasses that load entities
loadEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
loadEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being loaded.
loadEntityBatch(SessionImplementor, Serializable[], Type, Object, String, Serializable, EntityPersister, LockOptions) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
Called by wrappers that batch load entities
loadEntityBatch(SessionImplementor, Serializable[], Type, Object, String, Serializable, EntityPersister, LockOptions) - Method in class org.hibernate.loader.Loader
Called by wrappers that batch load entities
loadEntityIdByNaturalId(Object[], LockOptions, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadEntityIdByNaturalId(Object[], LockOptions, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load the id for the entity based on the natural id.
Loader - Annotation Type in org.hibernate.annotations
Used to override how Hibernate performs load operations.
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Loader - Class in org.hibernate.loader
Abstract superclass of object loading (and querying) strategies.
Loader(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.Loader
 
Loader.SqlStatementWrapper - Class in org.hibernate.loader
Wrapper class for Statement and associated ResultSet.
LoadEvent - Class in org.hibernate.event.spi
Defines an event class for the loading of an entity.
LoadEvent(Serializable, Object, EventSource) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Serializable, String, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Serializable, String, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Serializable, String, boolean, EventSource) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of load events generated from a session.
LoadEventListener.LoadType - Class in org.hibernate.event.spi
 
loadFromDatasource(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
Performs the process of loading an entity from the configured underlying datasource.
loadFromSessionCache(LoadEvent, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Attempts to locate the entity in the session-level cache.
LOADGRAPH - Static variable in class org.hibernate.annotations.QueryHints
Hint providing a "loadgraph" EntityGraph.
LoadGraphLoadPlanBuildingStrategy - Class in org.hibernate.loader.plan.build.internal
Loadplan building strategy for EntityGraph is applied in javax.persistence.loadgraph mode.
LoadGraphLoadPlanBuildingStrategy(SessionFactoryImplementor, LoadQueryInfluencers, LockMode) - Constructor for class org.hibernate.loader.plan.build.internal.LoadGraphLoadPlanBuildingStrategy
 
loadImmediate(AuditReaderImplementor, Class<?>, String, Object, Number, boolean, EnversService) - Static method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneEntityLoader
Immediately loads historical entity or its current state when excluded from audit process.
LoadingCollectionEntry - Class in org.hibernate.engine.loading.internal
Represents a collection currently being loaded.
loadingCollectionKeyNotFound(CollectionKey) - Method in interface org.hibernate.internal.CoreMessageLogger
 
loadJavaServices(Class<S>) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
loadJavaServices(Class<S>) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Discovers and instantiates implementations of the named service contract.
loadJavaServices(Class<S>) - Method in class org.hibernate.osgi.OSGiClassLoaderServiceImpl
 
LoadPlan - Interface in org.hibernate.loader.plan.spi
Describes a plan for performing a load of results.
LoadPlan.Disposition - Enum in org.hibernate.loader.plan.spi
Enumerated possibilities for describing the disposition of this LoadPlan.
LoadPlanBuildingAssociationVisitationStrategy - Interface in org.hibernate.loader.plan.build.spi
Specialized AssociationVisitationStrategy implementation for building LoadPlan instances.
LoadPlanBuildingContext - Interface in org.hibernate.loader.plan.build.spi
Provides access to context needed in building a LoadPlan.
LoadPlanImpl - Class in org.hibernate.loader.plan.build.internal
 
LoadPlanImpl(List<? extends Return>, QuerySpaces, LoadPlan.Disposition, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.LoadPlanImpl
 
LoadPlanImpl(EntityReturn, QuerySpaces) - Constructor for class org.hibernate.loader.plan.build.internal.LoadPlanImpl
Creates a Disposition#ENTITY_LOADER LoadPlan.
LoadPlanImpl(CollectionReturn, QuerySpaces) - Constructor for class org.hibernate.loader.plan.build.internal.LoadPlanImpl
Creates a Disposition#COLLECTION_INITIALIZER LoadPlan.
LoadPlanImpl(List<? extends Return>, QuerySpaces, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.LoadPlanImpl
Creates a Disposition#MIXED LoadPlan.
LoadPlanTreePrinter - Class in org.hibernate.loader.plan.build.spi
Prints a LoadPlan graph and its QuerySpaces graph as tree structures.
loadProperties(String) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
loadProperties(File) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
loadProperties(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by resource name.
loadProperties(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by File reference Differs from StandardServiceRegistryBuilder.configure() and StandardServiceRegistryBuilder.configure(String) in that here we expect to read a Properties file while for StandardServiceRegistryBuilder.configure() we read the XML variant.
LoadQueryDetails - Interface in org.hibernate.loader.plan.exec.spi
 
LoadQueryInfluencers - Class in org.hibernate.engine.spi
Centralize all options which can influence the SQL query needed to load an entity.
LoadQueryInfluencers() - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
 
LoadQueryInfluencers(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
 
loadQueryInfluencers - Variable in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
LoadQueryJoinAndFetchProcessor - Class in org.hibernate.loader.plan.exec.internal
Helper for implementors of entity and collection based query building based on LoadPlans providing common functionality, especially in regards to handling QuerySpace Joins and Fetches.
LoadQueryJoinAndFetchProcessor(AliasResolutionContextImpl, QueryBuildingParameters, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor
Instantiates a LoadQueryBuilderHelper with the given information
loadSequentialRowsForward(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.Loader
Loads a single logical row from the result set moving forward.
loadSequentialRowsReverse(ResultSet, SessionImplementor, QueryParameters, boolean, boolean) - Method in class org.hibernate.loader.Loader
Loads a single logical row from the result set moving forward.
loadSingleRow(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.Loader
Loads a single row from the result set.
lob - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
lob - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
Lob - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Lob() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Lob
 
LobCreationContext - Interface in org.hibernate.engine.jdbc
Provides callback access into the context in which the LOB is to be created.
LobCreationContext.Callback<T> - Interface in org.hibernate.engine.jdbc
The callback contract for making use of the JDBC Connection.
LobCreator - Interface in org.hibernate.engine.jdbc
Contract for creating various LOB references.
LobCreatorBuilder - Interface in org.hibernate.engine.jdbc.env.spi
 
LobCreatorBuilder - Class in org.hibernate.engine.jdbc.internal
Builds LobCreator instances based on the capabilities of the environment.
LobCreatorBuilder(Map, Connection) - Constructor for class org.hibernate.engine.jdbc.internal.LobCreatorBuilder
The public factory method for obtaining the appropriate (according to given JDBC Connection.
LobCreatorBuilderImpl - Class in org.hibernate.engine.jdbc.env.internal
Builds LobCreator instances based on the capabilities of the environment.
LobHelper - Interface in org.hibernate
A session's helper for creating LOB data.
LobMergeStrategy - Interface in org.hibernate.dialect
Strategy for how dialects need LOB values to be merged.
localAndSkipLoadCache - Variable in class org.hibernate.cache.infinispan.impl.BaseRegion
 
localCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a local cache
LocalDateJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalDateJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
LocalDateTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalDateTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
LocalDateTimeType - Class in org.hibernate.type
A type that maps between TIMESTAMP and LocalDateTime.
LocalDateTimeType() - Constructor for class org.hibernate.type.LocalDateTimeType
 
LocalDateType - Class in org.hibernate.type
 
LocalDateType() - Constructor for class org.hibernate.type.LocalDateType
 
LOCALE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Locale to JDBC VARCHAR.
LocaleComparator() - Constructor for class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
 
LocaleType - Class in org.hibernate.type
A type that maps between VARCHAR and @link Locale}
LocaleType() - Constructor for class org.hibernate.type.LocaleType
 
LocaleTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Locale handling.
LocaleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
LocaleTypeDescriptor.LocaleComparator - Class in org.hibernate.type.descriptor.java
 
localGenerators - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
localLoadingCollectionKeysCount(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
LocalMetadataBuildingContext - Interface in org.hibernate.boot.model.source.spi
Specialization of the MetadataBuildingContext contract specific to a given origin.
LocalSchema - Enum in org.hibernate.boot.jaxb.internal.stax
 
LocalSchemaLocator - Class in org.hibernate.boot.jaxb.internal.stax
Helper for resolving XML Schema references locally.
LocalSynchronizationException - Exception in org.hibernate.resource.transaction
Wraps an exception thrown from a "local synchronization" (one registered in the SynchronizationRegistry).
LocalSynchronizationException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.LocalSynchronizationException
 
LocalTemporaryTableBulkIdStrategy - Class in org.hibernate.hql.spi.id.local
Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).
LocalTemporaryTableBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
LocalTemporaryTableBulkIdStrategy(IdTableSupport, AfterUseAction, TempTableDdlTransactionHandling) - Constructor for class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
LocalTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
LocalTimeType - Class in org.hibernate.type
A type that maps between TIMESTAMP and LocalDateTime.
LocalTimeType() - Constructor for class org.hibernate.type.LocalTimeType
 
LocalXmlResourceResolver - Class in org.hibernate.boot.jaxb.internal.stax
 
LocalXmlResourceResolver(ClassLoaderService) - Constructor for class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
LocalXmlResourceResolver.DtdMapping - Class in org.hibernate.boot.jaxb.internal.stax
 
LocalXmlResourceResolver.NamespaceSchemaMapping - Class in org.hibernate.boot.jaxb.internal.stax
 
locate(String) - Method in class org.hibernate.engine.jndi.internal.JndiServiceImpl
 
locate(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Locate an object in JNDI by name
locate(Expression<String>, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
locate(Expression<String>, String) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
locate(Expression<String>, String, int) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
locateAnnotation(Class<T>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
locateAttribute(String) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
Get the attribute by name from the underlying model.
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
locateAttributeInternal(String) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
locateAttributeInternal(String) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
Get the attribute by name from the underlying model.
locateAttributeInternal(String) - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
locateAttributeInternal(String) - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
locateAttributeInternal(String) - Method in class org.hibernate.jpa.criteria.path.PluralAttributePath
 
locateAttributeInternal(String) - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath
 
locateChildFromClauseWithJoinByPath(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
locateConfig(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
Try to locate a local URL representing the incoming path.
locateEntityPersister(Class) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
locateEntityPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
locateEntityPersister(Class) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Locate an EntityPersister by the entity class.
locateEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Locate the entity persister by name.
locateEntityPersister(Class) - Method in class org.hibernate.internal.SessionFactoryImpl
 
locateEntityPersister(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
LocateFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL LOCATE function.
LocateFunction(CriteriaBuilderImpl, Expression<String>, Expression<String>, Expression<Integer>) - Constructor for class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
LocateFunction(CriteriaBuilderImpl, Expression<String>, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
LocateFunction(CriteriaBuilderImpl, String, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
LocateFunction(CriteriaBuilderImpl, String, Expression<String>, int) - Constructor for class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
locateGenerationContext(SessionImplementor, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationContextLocator
Given the incoming object, determine the context for injecting back its generated id sub-values.
locateGenerationContext(SessionImplementor, Object) - Method in class org.hibernate.mapping.Component.StandardGenerationContextLocator
 
locateJdbcTypeFamilyByTypeCode(int) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation
Will return null if no match is found.
locateJoin(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
locateLoadingCollection(CollectionPersister, Serializable) - Method in class org.hibernate.engine.loading.internal.LoadContexts
Attempt to locate the loading collection given the owner's key.
locateManagedType() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
locateManagedType() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
locateManagedType() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin
 
locateManagedType() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
locateManagedType() - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
locateManagedType() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin
 
locateManagedType() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
locateManagedType() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
locateNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
 
locateNaturalIdUniqueKeyBinder(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
locateNaturalIdUniqueKeyBinder(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
locateOwningPersister() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
locateOwningPersister() - Method in class org.hibernate.tuple.component.CompositionBasedCompositionAttribute
 
locateOwningPersister() - Method in class org.hibernate.tuple.entity.EntityBasedCompositionAttribute
 
locatePersistenceUnits(Map) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
 
locatePersisterForKey(EntityPersister) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
It is only valid to define natural ids at the root of an entity hierarchy.
locateResource(String) - Method in class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
locateResource(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
locateResource(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup).
locateResource(String) - Method in interface org.hibernate.boot.spi.ClassLoaderAccess
Locate a resource by name
locateResource(String) - Method in class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
 
locateResource(String) - Method in class org.hibernate.cfg.annotations.reflection.ClassLoaderAccessLazyImpl
 
locateResource(String) - Method in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
 
locateResources(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
locateResources(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a series of resource by name (classpath lookup).
locateResourceStream(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
locateResourceStream(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup) and gets its stream.
locateSequence(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
 
locateSequenceInformation(QualifiedSequenceName) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
locateSequenceInformation(QualifiedSequenceName) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess
 
locateServiceBinding(Class<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
locateServiceBinding(Class<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
locateServiceBinding(Class<R>, boolean) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
locateServiceBinding(Class<R>) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
Locate the binding for the given role.
locateTable(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
Returns the table with the specified logical table name.
locateTableInformation(QualifiedTableName) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
locateTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
locateUnquoted(String, char) - Static method in class org.hibernate.internal.util.StringHelper
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
locateWhereClause() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in interface org.hibernate.dialect.lock.LockingStrategy
Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
LOCK - Static variable in class org.hibernate.engine.spi.CascadeStyles
lock
LOCK - Static variable in class org.hibernate.engine.spi.CascadingActions
 
lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
LOCK - Static variable in class org.hibernate.event.spi.EventType
 
lock(String, Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
lock(Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
lock() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
lock(Object, LockModeType) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
lock(Serializable, Object, Object, LockMode, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Serializable, Object, Object, LockOptions, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Serializable, Object, Object, LockMode, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Serializable, Object, Object, LockOptions, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Object, LockMode) - Method in interface org.hibernate.Session
Obtain the specified lock level upon the given object.
lock(String, Object, LockMode) - Method in interface org.hibernate.Session
Obtain the specified lock level upon the given object.
lock(String, Object) - Method in interface org.hibernate.Session.LockRequest
Perform the requested locking.
lock(Object) - Method in interface org.hibernate.Session.LockRequest
Perform the requested locking.
LOCK_MODE - Static variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
LOCK_SCOPE - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to request (hint) a pessimistic lock scope.
LOCK_TIMEOUT - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to request (hint) a pessimistic lock timeout (in milliseconds).
Lockable - Interface in org.hibernate.persister.entity
Contract for things that can be locked via a LockingStrategy.
LockAcquisitionException - Exception in org.hibernate.exception
Implementation of JDBCException indicating a problem acquiring lock on the database.
LockAcquisitionException(String, SQLException) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
LockAcquisitionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
LockEvent - Class in org.hibernate.event.spi
Defines an event class for the locking of an entity.
LockEvent(String, Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of lock events generated from a session.
LockingStrategy - Interface in org.hibernate.dialect.lock
A strategy abstraction for how locks are obtained in the underlying database.
LockingStrategyException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a LockingStrategy to an entity
LockingStrategyException(Object, String) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
Constructs a LockingStrategyException
LockingStrategyException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
Constructs a LockingStrategyException
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
lockMode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
LockMode - Enum in org.hibernate
Instances represent a lock mode for a row of a relational database table.
lockModeArray - Variable in class org.hibernate.loader.JoinWalker
 
lockModeArray - Variable in class org.hibernate.loader.OuterJoinLoader
 
LockModeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
LockModeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.LockModeConverter
 
LockModeConverter - Class in org.hibernate.internal.util
Helper to deal with conversions (both directions) between LockMode and LockModeType.
LockModeResolver - Interface in org.hibernate.loader.plan.exec.spi
 
LockModeType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for lock-mode-type.
LockModeTypeHelper - Class in org.hibernate.jpa.internal.util
Helper to deal with LockModeType <-> LockMode conversions.
lockOptions - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
lockOptions - Variable in class org.hibernate.loader.JoinWalker
 
LockOptions - Class in org.hibernate
Contains locking details (LockMode, Timeout and Scope).
LockOptions() - Constructor for class org.hibernate.LockOptions
Constructs a LockOptions with all default options.
LockOptions(LockMode) - Constructor for class org.hibernate.LockOptions
Constructs a LockOptions with the given lock mode.
lockRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
lockRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
lockRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
lockRegion() - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Lock the entire region
locksAreIndependentOfCache() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Returns true if the locks used by the locking methods of this region are the independent of the cache.
LockTimeoutException - Exception in org.hibernate.exception
 
LockTimeoutException(String, SQLException) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
LockTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
log - Static variable in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
log - Static variable in class org.hibernate.cache.infinispan.util.InvocationAfterCompletion
 
LOG - Static variable in class org.hibernate.envers.strategy.ValidTimeAuditStrategy
Deprecated.
 
LOG - Static variable in class org.hibernate.jpa.internal.EntityManagerImpl
 
LOG - Static variable in class org.hibernate.jpa.internal.QueryImpl
 
LOG - Static variable in class org.hibernate.loader.Loader
 
Log4DelegatingLogger - Class in org.hibernate.testing.logger
A Logger implementation which delegates to Log4J but makes it possible to test for events being logged (not logged).
LOG_SESSION_METRICS - Static variable in interface org.hibernate.cfg.AvailableSettings
A setting to control whether to StatisticalLoggingSessionEventListener is enabled on all Sessions (unless explicitly disabled for a given Session).
logAndClearWarnings(Connection) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Standard (legacy) behavior for logging warnings associated with a JDBC Connection and clearing them.
logAndClearWarnings(Statement) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
 
logBadHbmAttributeConverterType(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
logCannotLocateIndexColumnInformation(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
logCannotUnsetUnexpectedSessionInCollection(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
logDeprecatedBytecodeEnhancement() - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDeprecatedInstrumentTask(Class, Class) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDeprecatedNamingStrategyAntArgument() - Method in interface org.hibernate.internal.log.DeprecationLogger
Log a warning about an attempt to specify unsupported NamingStrategy
logDeprecatedNamingStrategyArgument() - Method in interface org.hibernate.internal.log.DeprecationLogger
Log a warning about an attempt to specify unsupported NamingStrategy
logDeprecatedNamingStrategySetting(String, String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
Log a warning about an attempt to specify no-longer-supported NamingStrategy
logDeprecatedScannerSetting() - Method in interface org.hibernate.internal.log.DeprecationLogger
Log about usage of deprecated Scanner setting
logDeprecatedTransactionFactorySetting(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDeprecation() - Method in class org.hibernate.ejb.HibernatePersistence
Deprecated.
 
logDeprecationOfClassEntityTypeSelector(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDeprecationOfCollectionPropertiesInHql(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDeprecationOfDomEntityModeSupport() - Method in interface org.hibernate.internal.log.DeprecationLogger
Log message indicating the use of DOM4J EntityMode.
logDeprecationOfEmbedXmlSupport() - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDeprecationOfMultipleEntityModeSupport() - Method in interface org.hibernate.internal.log.DeprecationLogger
Log message indicating the use of multiple EntityModes for a single entity.
logDeprecationOfNonNamedIdAttribute(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDeprecationOfTemporaryTableBulkIdStrategy() - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logErrors() - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
logExceptions(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Log the given (and any nested) exception.
logFileDoesNotExist(URL) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Logs a warning that the File (file/directory) to which the URL resolved reported that it did not exist.
logFileIsNotDirectory(URL) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Logs a warning indicating that the URL resolved to a File that we were expecting to be a directory, but File.isDirectory() reported it was not.
Loggable - Interface in org.hibernate.boot.model.relational
Marker for things which can be logged.
loggable(Set<ValidationMode>) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
 
loggableMetadata() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
loggableMetadata() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
loggableMetadata() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
loggableMetadata() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
LoggableUserType - Interface in org.hibernate.usertype
Marker interface for user types which want to perform custom logging of their corresponding values
loggedEvent(Logger.Level, String, Throwable) - Method in interface org.hibernate.testing.logger.LogListener
 
logger - Variable in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
 
Logger - Interface in org.hibernate.bytecode.buildtime.spi
Provides an abstraction for how instrumentation does logging because it is usually run in environments (Ant/Maven) with their own logging infrastructure.
logger(Class) - Static method in class org.hibernate.envers.internal.EnversLogging
 
logger(String) - Static method in class org.hibernate.envers.internal.EnversLogging
 
logger(Class) - Static method in class org.hibernate.internal.CoreLogging
 
logger(String) - Static method in class org.hibernate.internal.CoreLogging
 
logger(Class) - Static method in class org.hibernate.jpa.internal.HEMLogging
 
logger(String) - Static method in class org.hibernate.jpa.internal.HEMLogging
 
LoggerBridge() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
LoggerInspectionRule - Class in org.hibernate.testing.logger
 
LoggerInspectionRule(BasicLogger) - Constructor for class org.hibernate.testing.logger.LoggerInspectionRule
 
loggingStatistics() - Method in interface org.hibernate.internal.CoreMessageLogger
 
LogHelper - Class in org.hibernate.jpa.internal.util
 
logicalAndExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
LogicalAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
LogicalAuditExpression(AuditCriterion, AuditCriterion, String) - Constructor for class org.hibernate.envers.query.criteria.internal.LogicalAuditExpression
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the column name if explicit or the concatenation of the property name and the referenced column
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the column name if explicit or the concatenation of the property name and the referenced column
logicalCollectionColumnName(String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Returns the logical foreign key column name used to refer to this column in the mapping metadata
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Returns either the table name if explicit or if there is an associated table, the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Returns either the table name if explicit or if there is an associated table, the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name
logicalCollectionTableName(String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Returns the logical collection table name used to refer to a table in the mapping metadata
logicalColumnName(String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the column name or the unqualified property name
logicalColumnName(String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the column name or the unqualified property name
logicalColumnName(String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return the logical column name used to refer to a column in the metadata (like index, unique constraints etc) A full bijection is required between logicalNames and physical ones logicalName have to be case insersitively unique for a given table
LogicalConnection - Interface in org.hibernate.resource.jdbc
Models the logical notion of a JDBC Connection.
logicalConnectionClosed() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
The logical connection was closed.
logicalConnectionClosed() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
logicalConnectionClosed() - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
logicalConnectionClosed() - Method in interface org.hibernate.internal.CoreMessageLogger
 
LogicalConnectionImplementor - Interface in org.hibernate.resource.jdbc.spi
SPI contract for LogicalConnection
LogicalConnectionManagedImpl - Class in org.hibernate.resource.jdbc.internal
Represents a LogicalConnection where we manage obtaining and releasing the Connection as needed.
LogicalConnectionManagedImpl(JdbcConnectionAccess, JdbcSessionContext) - Constructor for class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
LogicalConnectionManagedImpl(JdbcConnectionAccess, JdbcSessionContext, ResourceRegistry) - Constructor for class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
LogicalConnectionProvidedImpl - Class in org.hibernate.resource.jdbc.internal
 
LogicalConnectionProvidedImpl(Connection) - Constructor for class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
LogicalConnectionProvidedImpl(Connection, ResourceRegistry) - Constructor for class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
logicalConnectionReleasingPhysicalConnection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
logicalExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
LogicalExpression - Class in org.hibernate.criterion
Superclass of binary logical expressions
LogicalExpression(Criterion, Criterion, String) - Constructor for class org.hibernate.criterion.LogicalExpression
 
logicalExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
logicalOrExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
LogListener - Interface in org.hibernate.testing.logger
 
logMalformedUrl(URL, URISyntaxException) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Logs a warning about a malformed URL, caused by a URISyntaxException
logMessage(Diagnostic.Kind, String) - Method in class org.hibernate.jpamodelgen.Context
 
logPersistenceUnitInformation(PersistenceUnitDescriptor) - Static method in class org.hibernate.jpa.internal.util.LogHelper
 
logStatement(String) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a SQL statement string.
logStatement(String, Formatter) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a SQL statement string using the specified formatter
logStaticSQL() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
logStaticSQL() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
logSummary() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
log in info level the main statistics
logSummary() - Method in interface org.hibernate.stat.Statistics
log in info level the main statistics
logTree(LoadPlan, AliasResolutionContext) - Method in class org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter
Logs the specified LoadPlan graph and its QuerySpaces graph as tree structures.
logUnableToFindFileByUrl(URL, Exception) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Logs a warning about not being able to find a file by a specified URL.
logUnexpectedSessionInCollectionNotConnected(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
logVersion() - Static method in class org.hibernate.Version
Logs the Hibernate version (using Version.getVersionString()) to the logging system.
logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
Delegate to log common details of a warning
LONG - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Long to JDBC BIGINT.
LongNVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for LONGNVARCHAR handling.
LongNVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
 
LongType - Class in org.hibernate.type
A type that maps between BIGINT and Long
LongType() - Constructor for class org.hibernate.type.LongType
 
LongTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Long handling.
LongTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
LongValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.LongValueHandler
 
LongVarbinaryTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for LONGVARBINARY handling.
LongVarbinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
 
LongVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for LONGVARCHAR handling.
LongVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
 
lookupAlias(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
lookupAlias(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
lookupConstant(DotNode) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
lookupNonQualifiedProperty(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
lookupNonQualifiedProperty(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
lookupProperty(AST, boolean, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
lookupProperty(AST, boolean, boolean) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
lower(Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
LowerFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL LOWER function.
LowerFunction(CriteriaBuilderImpl, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.LowerFunction
 
LRS_CONCAT - Static variable in interface org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialAggregate
LRS_CONCAT aggregate function
lt(Object) - Method in class org.hibernate.criterion.Property
Create a less-than restriction based on this property
lt(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query less-than expression for this property
lt(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than" constraint to the named property
lt(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being less-than the value in the subquery result.
lt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint
LT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
lt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
lt(Expression<? extends Number>, Number) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
ltAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a less-than-all sub-query expression for this property.
ltAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is less-than ALL the values in the subquery result.
ltProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an less-than restriction between 2 properties
ltProperty(String) - Method in class org.hibernate.criterion.Property
Creates an less-than restriction between 2 properties
ltProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than" constraint to two properties
ltProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint to another property
LTRIM - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The default ltrim function name
ltSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a less-than-some sub-query expression for this property.
ltSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is less-than SOME of the values in the subquery result.

M

main(String[]) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
main(String[]) - Static method in class org.hibernate.id.uuid.Helper
 
main(String...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaValidator
 
main(String[]) - Static method in class org.hibernate.Version
Prints the Hibernate version (using Version.getVersionString()) to SYSOUT.
make() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
make(T1, T2, T3) - Static method in class org.hibernate.envers.internal.tools.Triple
 
make(T1, T2) - Static method in class org.hibernate.envers.tools.Pair
 
makeAttributeConverterDefinition(AttributeConversionInfo) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
makeCollectionLoadQueryDetails(CollectionPersister, LoadPlan, QueryBuildingParameters) - Method in class org.hibernate.loader.plan.exec.internal.BatchingLoadQueryDetailsFactory
Constructs a BasicCollectionLoadQueryDetails object from the given inputs.
makeCollectionQuerySpace(ExpandingQuerySpace, AssociationAttributeDefinition, String, FetchStrategy) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpaceHelper
 
makeCollectionQuerySpace(String, CollectionPersister, boolean) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
makeCollectionQuerySpace(String, CollectionPersister, boolean) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingCollectionQuerySpace for a collection (that is not a "return") with the specified unique ID.
makeCompositeIdentifierQuerySpace() - Method in class org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl
 
makeCompositeIdentifierQuerySpace() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingEntityQuerySpace
Builds a composite query space that allows adding joins used if the entity has a composite entity identifier.
makeCompositeQuerySpace(ExpandingQuerySpace, AttributeDefinition, String, boolean) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpaceHelper
 
makeCompositeQuerySpace(ExpandingQuerySpace, CompositePropertyMapping, String, CompositeType, String, boolean, boolean) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpaceHelper
 
makeCompositeQuerySpace(String, CompositePropertyMapping, boolean) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
makeCompositeQuerySpace(String, CompositePropertyMapping, boolean) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingCompositeQuerySpace for a composite with the specified unique ID.
makeConnection(String, Properties) - Method in class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
makeConnection(String, Properties) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverConnectionCreator
 
makeConnection(String, Properties) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionCreator
 
makeCopy(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
makeCopy(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
makeCopy(Set<T>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
makeCopy(Map<X, Y>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
makeCopy() - Method in class org.hibernate.LockOptions
Make a copy.
makeEntityLoadQueryDetails(LoadPlan, String[], QueryBuildingParameters, SessionFactoryImplementor) - Method in class org.hibernate.loader.plan.exec.internal.BatchingLoadQueryDetailsFactory
Returns a EntityLoadQueryDetails object from the given inputs.
makeEntityManaged() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Make the entity "managed" by the persistence context.
makeEntityQuerySpace(ExpandingQuerySpace, AssociationAttributeDefinition, String, FetchStrategy) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpaceHelper
 
makeEntityQuerySpace(ExpandingQuerySpace, EntityPersister, String, EntityType, String, boolean, boolean) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpaceHelper
 
makeEntityQuerySpace(String, EntityPersister, boolean) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
makeEntityQuerySpace(String, EntityPersister, boolean) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingEntityQuerySpace for an entity (that is not a "return") with the specified unique ID.
makeIdGenerator(SimpleValue, String, String, MetadataBuildingContext, Map<String, IdentifierGeneratorDefinition>) - Static method in class org.hibernate.cfg.BinderHelper
apply an id generator to a SimpleValue
makeImmutableCopy() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeImmutableCopy() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
makeImmutableCopy(String) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
makeImmutableCopy() - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
makeKeySubgraph() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
makeKeySubgraph(Class<X>) - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
makeLobCreatorBuilder(Map, Connection) - Static method in class org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl
The public factory method for obtaining the appropriate LOB creator (according to given JDBC Connection).
makeLobCreatorBuilder() - Static method in class org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl
For used when JDBC Connection is not available.
makeMutableCopy() - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
makeNationalized() - Method in class org.hibernate.mapping.SimpleValue
 
makeProcedureCall(Session) - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl
 
makeProcedureCall(SessionImplementor) - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl
 
makeProcedureCall(Session) - Method in interface org.hibernate.procedure.ProcedureCallMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(SessionImplementor) - Method in interface org.hibernate.procedure.ProcedureCallMemento
Convert the memento back into an executable (connected) form.
makeProperty() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
makePropertyAndBind() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
makePropertyValueAndBind() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
makeRootCollectionQuerySpace(String, CollectionPersister) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
makeRootCollectionQuerySpace(String, CollectionPersister) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingCollectionQuerySpace for a collection "return" with the specified unique ID.
makeRootEntityQuerySpace(String, EntityPersister) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
makeRootEntityQuerySpace(String, EntityPersister) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingEntityQuerySpace for an entity "return" with the specified unique ID.
makeShareableCopy() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
makeShareableCopy() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
makeShareableCopy() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Creates a shareable copy of itself for use in "shared sessions"
makeSiblingOfParent(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Makes the child node a sibling of the parent, reconnecting all siblings.
makeSubgraph() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
makeSubgraph(Class<X>) - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValue() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Return the internal value.
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenAdd(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state by the given addend, but return the pre-incremented value.
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenIncrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state, but return the pre-incremented value.
makeVersion() - Method in class org.hibernate.mapping.SimpleValue
 
malformedUrl(URL, URISyntaxException) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
malformedUrlWarning(URL, URISyntaxException) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
Manageable - Interface in org.hibernate.service.spi
Optional Service contract for services which can be managed in JMX
Managed - Interface in org.hibernate.engine.spi
Contract for classes (specifically, entities and components/embeddables) that are "managed".
ManagedComposite - Interface in org.hibernate.engine.spi
Specialized Managed contract for component/embeddable classes.
ManagedEntity - Interface in org.hibernate.engine.spi
Specialized Managed contract for entity classes.
ManagedFlushChecker - Interface in org.hibernate.resource.transaction.backend.jta.internal.synchronization
A pluggable strategy for defining how the Synchronization registered by Hibernate determines whether to perform a managed flush.
ManagedMappedSuperclass - Interface in org.hibernate.engine.spi
Specialized Managed contract for MappedSuperclass classes.
ManagedResources - Interface in org.hibernate.boot.model.process.spi
Represents the result of the first step of the process of building MetadataSources reference into a Metadata reference.
ManagedResourcesImpl - Class in org.hibernate.boot.model.process.internal
 
ManagedSessionContext - Class in org.hibernate.context.internal
Represents a CurrentSessionContext the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).
ManagedSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.internal.ManagedSessionContext
Constructs a new ManagedSessionContext
managedType(Class<X>) - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
manageLocalNaturalIdCrossReference(EntityPersister, Serializable, Object[], Object[], CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Creates necessary local cross-reference entries.
manageSharedNaturalIdCrossReference(EntityPersister, Serializable, Object[], Object[], CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Creates necessary shared (second level cache) cross-reference entries.
manualDisconnect() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
manualDisconnect() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
manualDisconnect() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Manually disconnect the underlying JDBC Connection.
manualReconnect(Connection) - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
manualReconnect(Connection) - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
manualReconnect(Connection) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Manually reconnect the underlying JDBC Connection.
MANY_TO_MANY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
MANY_TO_ONE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
ManyToAny - Annotation Type in org.hibernate.annotations
This is the collection-valued form of @Any definitions.
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
manyToMany - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
manyToMany - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
ManyToMany - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ManyToMany() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
manyToOne - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
manyToOne - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
ManyToOne - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ManyToOne() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
ManyToOne - Class in org.hibernate.mapping
A many-to-one association mapping
ManyToOne(MetadataImplementor, Table) - Constructor for class org.hibernate.mapping.ManyToOne
 
manyToOne(String) - Method in class org.hibernate.type.TypeFactory
 
manyToOne(String, boolean) - Method in class org.hibernate.type.TypeFactory
 
manyToOne(String, String, boolean, boolean, boolean, boolean) - Method in class org.hibernate.type.TypeFactory
manyToOne(String, boolean, String, boolean, boolean, boolean, boolean) - Method in class org.hibernate.type.TypeFactory
 
ManyToOneAttributeColumnsAndFormulasSource - Class in org.hibernate.boot.model.source.internal.hbm
ColumnAndFormulaSource implementation handling many-to-one attribute mappings.
ManyToOneAttributeColumnsAndFormulasSource(JaxbHbmManyToOneType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
ManyToOnePropertySource - Class in org.hibernate.boot.model.source.internal.hbm
PropertySource implementation handling many-to-one attribute mappings.
ManyToOnePropertySource(JaxbHbmManyToOneType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
ManyToOneType - Class in org.hibernate.type
A many-to-one association to an entity.
ManyToOneType(TypeFactory.TypeScope, String) - Constructor for class org.hibernate.type.ManyToOneType
Creates a many-to-one association type with the given referenced entity.
ManyToOneType(TypeFactory.TypeScope, String, boolean) - Constructor for class org.hibernate.type.ManyToOneType
Creates a many-to-one association type with the given referenced entity and the given laziness characteristic
ManyToOneType(TypeFactory.TypeScope, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.type.ManyToOneType
ManyToOneType(TypeFactory.TypeScope, String, boolean, String, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.type.ManyToOneType
 
map - Variable in class org.hibernate.collection.internal.PersistentMap
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in interface org.hibernate.envers.internal.entities.mapper.ExtendedPropertyMapper
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
Map - Class in org.hibernate.mapping
A map has a primary key consisting of the key columns + index columns.
Map(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Map
 
map(String) - Method in interface org.hibernate.sql.ordering.antlr.ColumnMapper
Resolve the property reference to its underlying columns.
map(String) - Method in class org.hibernate.sql.Template.NoOpColumnMapper
 
map(String, String) - Method in class org.hibernate.type.TypeFactory
 
MAP_KEY_CLASS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
MapAttributeJoin<O,K,V> - Class in org.hibernate.jpa.criteria.path
Models a join based on a map-style plural association attribute.
MapAttributeJoin(CriteriaBuilderImpl, Class<V>, PathSource<O>, MapAttribute<? super O, K, V>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
MapAttributeJoin.TreatedMapAttributeJoin<O,K,T> - Class in org.hibernate.jpa.criteria.path
 
MapBinder - Class in org.hibernate.cfg.annotations
Implementation to bind a Map
MapBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.MapBinder
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
Maps collection changes.
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
MapCollectionInitializor<T extends Map> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a map.
MapCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends T>, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
MapCollectionMapper<T extends Map> - Class in org.hibernate.envers.internal.entities.mapper.relation
 
MapCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData, MiddleComponentData, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
mapComponentReference(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
mapComponentReference(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
MapEntryExpression<K,V> - Class in org.hibernate.jpa.criteria.expression
TODO : javadoc
MapEntryExpression(CriteriaBuilderImpl, Class<Map.Entry<K, V>>, PathImplementor, MapAttribute<?, K, V>) - Constructor for class org.hibernate.jpa.criteria.expression.MapEntryExpression
 
MapEntryNode - Class in org.hibernate.hql.internal.ast.tree
Tree node representing reference to the entry (Map.Entry) of a Map association.
MapEntryNode() - Constructor for class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
MapJoinImplementor<Z,K,V> - Interface in org.hibernate.jpa.criteria
Specialization of JoinImplementor for Map typed attribute joins
mapKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
mapKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
MapKey - Class in org.hibernate.jpamodelgen.xml.jaxb
 
MapKey() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MapKey
 
mapKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyAttribute(CriteriaBuilderImpl, MapAttribute<?, K, ?>) - Constructor for class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
mapKeyAttributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyAttributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyAttributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
mapKeyClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
MapKeyClass - Class in org.hibernate.jpamodelgen.xml.jaxb
 
MapKeyClass() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
 
mapKeyClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
mapKeyColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
MapKeyColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
MapKeyColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
mapKeyColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyColumnDelegator - Class in org.hibernate.cfg.annotations
 
MapKeyColumnDelegator(MapKeyColumn) - Constructor for class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
mapKeyConvert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyConvert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyConvert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyEntityFromElement - Class in org.hibernate.hql.internal.ast.tree
 
MapKeyEntityFromElement(boolean) - Constructor for class org.hibernate.hql.internal.ast.tree.MapKeyEntityFromElement
 
mapKeyEnumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyEnumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyEnumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
mapKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyHelpers - Class in org.hibernate.jpa.criteria.path
MapJoin.key() poses a number of implementation difficulties in terms of the type signatures amongst the Path, Join and Attribute.
MapKeyHelpers.MapKeyAttribute<K> - Class in org.hibernate.jpa.criteria.path
Defines an Attribute modelling of a map-key.
MapKeyHelpers.MapKeyPath<K> - Class in org.hibernate.jpa.criteria.path
Models a path to a map key.
MapKeyHelpers.MapKeySource<K,V> - Class in org.hibernate.jpa.criteria.path
Defines a path for the map which can then be used to represent the source of the map key "attribute".
mapKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
MapKeyJoinColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
MapKeyJoinColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
mapKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyJoinColumnDelegator - Class in org.hibernate.cfg.annotations
 
MapKeyJoinColumnDelegator(MapKeyJoinColumn) - Constructor for class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
mapKeyManyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
MapKeyNode - Class in org.hibernate.hql.internal.ast.tree
Tree node representing reference to the key of a Map association.
MapKeyNode() - Constructor for class org.hibernate.hql.internal.ast.tree.MapKeyNode
 
MapKeyPath(CriteriaBuilderImpl, MapKeyHelpers.MapKeySource<K, ?>, MapKeyHelpers.MapKeyAttribute<K>) - Constructor for class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
mapKeyPropertyName - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
MapKeySource(CriteriaBuilderImpl, Class<Map<K, V>>, MapJoinImplementor<?, K, V>, MapAttribute<?, K, V>) - Constructor for class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
mapKeyTemporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyTemporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyTemporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyType - Annotation Type in org.hibernate.annotations
Allows defining the type of the key of a persistent map.
MapLazyInitializer - Class in org.hibernate.proxy.map
Lazy initializer for "dynamic-map" entity representations.
mapLegacyNames(String) - Static method in class org.hibernate.cache.internal.RegionFactoryInitiator
Map legacy names unto the new corollary.
mapManagedFlushFailure(String, RuntimeException) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.ExceptionMapper
Map an exception encountered during a managed flush to the appropriate runtime-based exception.
MapMember - Class in org.hibernate.jpa.internal.metamodel
Acts as a virtual Member definition for dynamic (Map-based) models.
MapMember(String, Class<?>) - Constructor for class org.hibernate.jpa.internal.metamodel.MapMember
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapOfSize(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a properly sized map, especially handling load size and load factor to prevent immediate resizing.
mapped - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
MAPPED_SUPERCLASS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
mappedBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mappedBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
mappedBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
mappedSuperclass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
MappedSuperclass - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines the settings and mappings for a mapped superclass.
MappedSuperclass() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
MappedSuperclass - Class in org.hibernate.mapping
Represents a @MappedSuperclass.
MappedSuperclass(MappedSuperclass, PersistentClass) - Constructor for class org.hibernate.mapping.MappedSuperclass
 
MappedSuperclassEnhancer - Class in org.hibernate.bytecode.enhance.internal
enhancer for mapped superclass
MappedSuperclassEnhancer(EnhancementContext) - Constructor for class org.hibernate.bytecode.enhance.internal.MappedSuperclassEnhancer
 
MappedSuperclassTypeImpl<X> - Class in org.hibernate.jpa.internal.metamodel
 
MappedSuperclassTypeImpl(Class<X>, MappedSuperclass, AbstractIdentifiableType<? super X>) - Constructor for class org.hibernate.jpa.internal.metamodel.MappedSuperclassTypeImpl
 
mapping - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
Mapping - Interface in org.hibernate.engine.spi
Defines operations common to "compiled" mappings (ie.
MappingBinder - Class in org.hibernate.boot.jaxb.internal
 
MappingBinder(ClassLoaderService) - Constructor for class org.hibernate.boot.jaxb.internal.MappingBinder
 
MappingBinder(ClassLoaderService, boolean) - Constructor for class org.hibernate.boot.jaxb.internal.MappingBinder
 
MappingCollector - Interface in org.hibernate.envers.configuration.internal
Used in building the AuditConfiguration to allow callbacks for generated audit entities.
MappingDefaults - Interface in org.hibernate.boot.spi
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
MappingDefaultsImpl(StandardServiceRegistry) - Constructor for class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
MappingDocument - Class in org.hibernate.boot.model.source.internal.hbm
Aggregates together information about a mapping document.
MappingDocument(JaxbHbmHibernateMapping, Origin, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
mappingDocumentFullyXmlConfigured(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
MappingException - Exception in org.hibernate.boot
Indicates a problem parsing a mapping document.
MappingException(String, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
MappingException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
MappingException - Exception in org.hibernate
An exception that occurs while reading mapping sources (xml/annotations),usually as a result of something screwy in the O-R mappings.
MappingException(String, Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(String) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
mappingFile - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
MappingFileDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a mapping (XML) file.
MappingFileDescriptorImpl - Class in org.hibernate.boot.archive.scan.internal
 
MappingFileDescriptorImpl(String, InputStreamAccess) - Constructor for class org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
 
MappingNotFoundException - Exception in org.hibernate.boot
 
MappingNotFoundException(String, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException - Exception in org.hibernate
Deprecated.
MappingNotFoundException(String, String, String, Throwable) - Constructor for exception org.hibernate.MappingNotFoundException
Deprecated.
Constructs a MappingNotFoundException using the given information.
MappingNotFoundException(String, String, String) - Constructor for exception org.hibernate.MappingNotFoundException
Deprecated.
Constructs a MappingNotFoundException using the given information.
MappingNotFoundException(String, String) - Constructor for exception org.hibernate.MappingNotFoundException
Deprecated.
Constructs a MappingNotFoundException using the given information, using a standard message.
MappingNotFoundException(String, String, Throwable) - Constructor for exception org.hibernate.MappingNotFoundException
Deprecated.
Constructs a MappingNotFoundException using the given information, using a standard message.
MappingReference - Class in org.hibernate.boot.cfgxml.spi
Represents a <mapping/> element within a cfg.xml file.
MappingReference(MappingReference.Type, String) - Constructor for class org.hibernate.boot.cfgxml.spi.MappingReference
 
MappingReference.Type - Enum in org.hibernate.boot.cfgxml.spi
 
mappingRoot() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
MappingTools - Class in org.hibernate.envers.internal.tools
 
MappingTools() - Constructor for class org.hibernate.envers.internal.tools.MappingTools
 
mapPropertyExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
MapProxy<K,V> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
MapProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
MapProxy(Initializor<Map<K, V>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
MapProxy - Class in org.hibernate.proxy.map
Proxy for "dynamic-map" entity representations.
MapProxyFactory - Class in org.hibernate.proxy.map
 
MapProxyFactory() - Constructor for class org.hibernate.proxy.map.MapProxyFactory
 
MapProxyTool - Class in org.hibernate.envers.internal.tools
 
mapsId - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
mapsId - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
MapsIdSource - Interface in org.hibernate.boot.model.source.spi
Describes a relationship annotated with MapsId
mapStatusCheckFailure(String, SystemException) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.ExceptionMapper
Map a JTA SystemException to the appropriate runtime-based exception.
mapToArray(Map<String, Object>, String[]) - Static method in class org.hibernate.envers.internal.tools.ArraysTools
Converts map's value set to an array.
mapToEntityFromEntity(Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToEntityFromMap(Object, Map) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
Maps properties from the given map to the given object.
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToIdFromEntity(Object) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToIdFromMap(Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
mapToIdFromMap(Map) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToIdFromMap(Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
Maps properties to the given map, basing on differences between properties of new and old objects.
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
Maps the changed collection element to the given map.
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.relation.component.MiddleComponentMapper
Maps from an object to the object's map representation (for an entity - only its id).
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleDummyComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleStraightComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in interface org.hibernate.envers.internal.entities.mapper.relation.component.MiddleComponentMapper
Maps from full object data, contained in the given map (or object representation of the map, if available), to an object.
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleDummyComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleStraightComponentMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToQueryParametersFromId(Object) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
MapType - Class in org.hibernate.type
 
MapType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.MapType
 
MapValueNode - Class in org.hibernate.hql.internal.ast.tree
Tree node representing reference to the value of a Map association.
MapValueNode() - Constructor for class org.hibernate.hql.internal.ast.tree.MapValueNode
 
mark() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Same as calling BufferedXMLEventReader.mark(int) with -1.
mark(int) - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Start buffering events
mark() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
Same as calling BufferedXMLEventReader.mark(int) with -1.
mark(int) - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
Start buffering events
markAsLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
 
MARKER - Static variable in class org.hibernate.internal.FilterImpl
 
MarkerObject - Class in org.hibernate.internal.util
 
MarkerObject(String) - Constructor for class org.hibernate.internal.util.MarkerObject
 
markExecuted() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Indicate that the action has executed.
markForRollbackOnly() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
markForRollbackOnly() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Used to mark a transaction for rollback only (when that is the JPA spec defined behavior).
markRollbackOnly() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
markRollbackOnly() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
markRollbackOnly() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
 
markRollbackOnly() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
markRollbackOnly() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
markRollbackOnly() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
markRollbackOnly() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator.TransactionDriver
 
markRollbackOnly() - Method in interface org.hibernate.Transaction
Make a best effort to mark the underlying transaction for rollback only.
marshal(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
marshal(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
marshal(EntityMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
marshal(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
marshal(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
marshal(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
mask - Variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
MASK - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
The mask parameter
maskOut(Properties, String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
replace a property by a starred version
matches(String, String) - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.DtdMapping
 
matches(String) - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.NamespaceSchemaMapping
 
matches(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
MatchMode - Enum in org.hibernate.criterion
Represents an strategy for matching strings using "like".
MATERIALIZED_BLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC BLOB.
MATERIALIZED_CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC CLOB.
MATERIALIZED_NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC NCLOB.
MaterializedBlobType - Class in org.hibernate.type
A type that maps between BLOB and byte[]
MaterializedBlobType() - Constructor for class org.hibernate.type.MaterializedBlobType
 
MaterializedClobType - Class in org.hibernate.type
A type that maps between CLOB and String
MaterializedClobType() - Constructor for class org.hibernate.type.MaterializedClobType
 
MaterializedNClobType - Class in org.hibernate.type
A type that maps between CLOB and String
MaterializedNClobType() - Constructor for class org.hibernate.type.MaterializedNClobType
 
MavenEnhancePlugin - Class in org.hibernate.orm.tooling.maven
This plugin will enhance Entity objects.
MavenEnhancePlugin() - Constructor for class org.hibernate.orm.tooling.maven.MavenEnhancePlugin
 
max(String) - Static method in class org.hibernate.criterion.Projections
A property maximum value projection
max() - Method in class org.hibernate.criterion.Property
Creates a property max projection
max() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the maximum value
MAX - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MAX - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MAX - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
max(Expression<N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
MAX(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.MAX
 
MAX_BATCH_SIZE - Static variable in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
 
MAX_FETCH_DEPTH - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum depth of outer join fetching
MAX_LO - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
MAX_LO - Static variable in class org.hibernate.id.SequenceHiLoGenerator
Deprecated.
 
MAX_RESOLUTION - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
The max_resolution parameter
MaxFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
 
maximize() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "maximalize" constraint, with the ability to specify further constraints on the maximized property
maxQueryTime(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
maxResults - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
maxSize(int) - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections.Builder
 
mbeanSafe(String) - Static method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
Filter out invalid ObjectName characters from s.
MckoiCaseFragment - Class in org.hibernate.sql
A Mckoi IF function.
MckoiCaseFragment() - Constructor for class org.hibernate.sql.MckoiCaseFragment
 
MckoiDialect - Class in org.hibernate.dialect
An SQL dialect compatible with McKoi SQL
MckoiDialect() - Constructor for class org.hibernate.dialect.MckoiDialect
Constructs a MckoiDialect
mCLOSE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mCLOSE_BRACKET(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mCLOSE_PAREN(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mCOLON(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mCOMMA(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mCOMMA(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mCONCAT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mDIV(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
MEMBER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MEMBER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MEMBER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
member(Member) - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl.Builder
 
memberOfPath() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
MemberOfPredicate<E,C extends Collection<E>> - Class in org.hibernate.jpa.criteria.predicate
Models an [NOT] MEMBER OF restriction
MemberOfPredicate(CriteriaBuilderImpl, Expression<E>, PluralAttributePath<C>) - Constructor for class org.hibernate.jpa.criteria.predicate.MemberOfPredicate
 
MemberOfPredicate(CriteriaBuilderImpl, E, PluralAttributePath<C>) - Constructor for class org.hibernate.jpa.criteria.predicate.MemberOfPredicate
 
mEQ(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
merge(LoadedConfig) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Merge information from loaded a cfg.xml represented by the incoming parameter into this LoadedConfig representation
merge(Tombstone) - Method in class org.hibernate.cache.infinispan.util.Tombstone
 
MERGE - Static variable in class org.hibernate.engine.spi.CascadeStyles
merge
MERGE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
merge(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit, AuditWorkUnit, AuditWorkUnit) - Static method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(AddWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(ModWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(DelWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(CollectionChangeWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(FakeBidirectionalRelationWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade merge an entity instance
MERGE - Static variable in class org.hibernate.event.spi.EventType
 
merge(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
merge(Object) - Method in class org.hibernate.internal.SessionImpl
 
merge(String, Object, Map) - Method in class org.hibernate.internal.SessionImpl
 
merge(A) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
merge(Object) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, Object) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
mergeBlob(Blob, Blob, SessionImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on Blob values.
mergeClob(Clob, Clob, SessionImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on Clob values.
mergeCollectionModifiedData(Map<String, Object>) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
MergedSettings() - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings
 
MergeEvent - Class in org.hibernate.event.spi
An event class for merge() and saveOrUpdateCopy()
MergeEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of merge events generated from a session.
mergeInMembers(MetaEntity) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
mergeNClob(NClob, NClob, SessionImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on NClob values.
mergeOrderings(String, String) - Static method in class org.hibernate.loader.JoinWalker
 
mergeOuterJoins(List) - Method in class org.hibernate.loader.JoinWalker
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
mergeProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Adds the incoming properties to the internal properties structure, as long as the internal structure does not already contain an entry for the given key.
mESCqs(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mESCqs(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mESCqs(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MessageHelper - Class in org.hibernate.pretty
MessageHelper methods for rendering log messages relating to managed entities and collections typically used in log statements and exception messages.
messageLogger(Class) - Static method in class org.hibernate.envers.internal.EnversLogging
 
messageLogger(String) - Static method in class org.hibernate.envers.internal.EnversLogging
 
messageLogger(Class) - Static method in class org.hibernate.internal.CoreLogging
 
messageLogger(String) - Static method in class org.hibernate.internal.CoreLogging
 
messageLogger(Class) - Static method in class org.hibernate.jpa.internal.HEMLogging
 
messageLogger(String) - Static method in class org.hibernate.jpa.internal.HEMLogging
 
MetaAttributable - Interface in org.hibernate.mapping
Common interface for things that can handle meta attributes.
MetaAttribute - Interface in org.hibernate.jpamodelgen.model
 
MetaAttribute - Class in org.hibernate.mapping
A meta attribute is a named value or values.
MetaAttribute(String) - Constructor for class org.hibernate.mapping.MetaAttribute
 
MetaAttributeGenerationVisitor - Class in org.hibernate.jpamodelgen.annotation
 
MetaCollection - Interface in org.hibernate.jpamodelgen.model
 
Metadata - Interface in org.hibernate.boot
Represents the ORM model as determined from all provided mapping sources.
metadata - Variable in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Metadata associated with the objects stored in the region.
metadata() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
MetadataBuilder - Interface in org.hibernate.boot
Contract for specifying various overrides to be used in metamodel building.
MetadataBuilderFactory - Interface in org.hibernate.boot.spi
An extension point for integrators that wish to hook into the process of how a Metadata is built.
MetadataBuilderImpl - Class in org.hibernate.boot.internal
 
MetadataBuilderImpl(MetadataSources) - Constructor for class org.hibernate.boot.internal.MetadataBuilderImpl
 
MetadataBuilderImpl(MetadataSources, StandardServiceRegistry) - Constructor for class org.hibernate.boot.internal.MetadataBuilderImpl
 
MetadataBuilderImpl.MappingDefaultsImpl - Class in org.hibernate.boot.internal
 
MetadataBuilderImpl.MetadataBuildingOptionsImpl - Class in org.hibernate.boot.internal
 
MetadataBuilderImplementor - Interface in org.hibernate.boot.spi
Internal API for MetadataBuilder exposing the building options being collected.
MetadataBuilderInitializer - Interface in org.hibernate.boot.spi
Contract for contributing to the initialization of MetadataBuilder.
metadataBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
MetadataBuildingContext - Interface in org.hibernate.boot.spi
Describes the context in which the process of building Metadata out of MetadataSources occurs.
MetadataBuildingContextRootImpl - Class in org.hibernate.boot.internal
 
MetadataBuildingContextRootImpl(MetadataBuildingOptions, ClassLoaderAccess, InFlightMetadataCollector) - Constructor for class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
MetadataBuildingContextTestingImpl - Class in org.hibernate.testing.boot
 
MetadataBuildingContextTestingImpl() - Constructor for class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
MetadataBuildingContextTestingImpl(StandardServiceRegistry) - Constructor for class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
MetadataBuildingOptions - Interface in org.hibernate.boot.spi
Describes the options used while building the Metadata object (during MetadataBuilder.build() processing).
MetadataBuildingOptionsImpl(StandardServiceRegistry) - Constructor for class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
MetadataBuildingProcess - Class in org.hibernate.boot.model.process.spi
Represents the process of of transforming a MetadataSources reference into a Metadata reference.
MetadataBuildingProcess() - Constructor for class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
 
MetadataCache() - Constructor for class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MetadataCache
 
metadataComplete - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
metadataComplete - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
metadataComplete - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
MetadataContributor - Interface in org.hibernate.boot.spi
Contract for contributing to Metadata (InFlightMetadataCollector).
MetadataImpl - Class in org.hibernate.boot.internal
Container for configuration data collected during binding the metamodel.
MetadataImpl(UUID, MetadataBuildingOptions, TypeResolver, MutableIdentifierGeneratorFactory, Map<String, PersistentClass>, Map<Class, MappedSuperclass>, Map<String, Collection>, Map<String, TypeDefinition>, Map<String, FilterDefinition>, Map<String, FetchProfile>, Map<String, String>, Map<String, IdentifierGeneratorDefinition>, Map<String, NamedQueryDefinition>, Map<String, NamedSQLQueryDefinition>, Map<String, NamedProcedureCallDefinition>, Map<String, ResultSetMappingDefinition>, Map<String, NamedEntityGraphDefinition>, Map<String, SQLFunction>, Database) - Constructor for class org.hibernate.boot.internal.MetadataImpl
 
MetadataImplementor - Interface in org.hibernate.boot.spi
The SPI-level Metadata contract.
MetadataSource - Enum in org.hibernate.mapping
Enumeration of the known places from which a piece of metadata may come.
MetadataSourceProcessor - Interface in org.hibernate.boot.model.source.spi
Defines the steps in processing metadata sources.
MetadataSources - Class in org.hibernate.boot
Entry point into working with sources of metadata information (mapping XML, annotations).
MetadataSources() - Constructor for class org.hibernate.boot.MetadataSources
 
MetadataSources(ServiceRegistry) - Constructor for class org.hibernate.boot.MetadataSources
Create a metadata sources using the specified service registry.
MetadataSourcesContributor - Interface in org.hibernate.boot.spi
A bootstrap process hook for contributing sources to MetadataSources.
MetadataSourceType - Enum in org.hibernate.cfg
Enumeration of the types of sources of mapping metadata
MetadataTools - Class in org.hibernate.envers.configuration.internal.metadata
 
MetadataTools.ColumnNameIterator - Class in org.hibernate.envers.configuration.internal.metadata
An iterator over column names.
MetaEntity - Interface in org.hibernate.jpamodelgen.model
 
MetamodelDrivenLoadPlanBuilder - Class in org.hibernate.loader.plan.build.spi
A metadata-driven builder of LoadPlans.
MetaModelGenerationException - Exception in org.hibernate.jpamodelgen
RuntimeException used for errors during meta model generation.
MetaModelGenerationException() - Constructor for exception org.hibernate.jpamodelgen.MetaModelGenerationException
 
MetaModelGenerationException(String) - Constructor for exception org.hibernate.jpamodelgen.MetaModelGenerationException
 
MetamodelGraphWalker - Class in org.hibernate.persister.walking.spi
Implements metamodel graph walking.
MetamodelGraphWalker(AssociationVisitationStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.walking.spi.MetamodelGraphWalker
 
MetamodelImpl - Class in org.hibernate.jpa.internal.metamodel
Hibernate implementation of the JPA Metamodel contract.
MetaSingleAttribute - Interface in org.hibernate.jpamodelgen.model
 
metaType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
metaType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
metaType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
MetaType - Class in org.hibernate.type
 
MetaType(Map<Object, String>, Type) - Constructor for class org.hibernate.type.MetaType
 
MetaValue - Annotation Type in org.hibernate.annotations
Maps a given discriminator value to the corresponding entity type.
metaValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
metaValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
METHOD_CALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
METHOD_CALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
METHOD_CALL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
METHOD_NAME - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
METHOD_NAME - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
MethodAttributeAccess(String, Method) - Constructor for class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MethodAttributeAccess
 
methodBlock(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
 
methodCall(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
 
MethodNode - Class in org.hibernate.hql.internal.ast.tree
Represents a method call.
MethodNode() - Constructor for class org.hibernate.hql.internal.ast.tree.MethodNode
 
MethodWriter - Class in org.hibernate.bytecode.enhance.internal
utility class to compile methods and add the to class files
mEXPONENT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mEXPONENT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mFLOAT_SUFFIX(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mFLOAT_SUFFIX(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mGE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mGT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mHARD_QUOTE(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mHEX_DIGIT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mHEX_DIGIT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mID_LETTER(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mID_LETTER(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mID_START_LETTER(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mID_START_LETTER(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MIDDLE_ENTITY_ALIAS - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
MIDDLE_ENTITY_ALIAS_DEF_AUD_STR - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
MiddleComponentData - Class in org.hibernate.envers.internal.entities.mapper.relation
A data holder for a middle relation component (which is either the collection element or index): - component mapper used to map the component to and from versions entities - an index, which specifies in which element of the array returned by the query for reading the collection the data of the component is
MiddleComponentData(MiddleComponentMapper, int) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
 
MiddleComponentMapper - Interface in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleDummyComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleDummyComponentMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleDummyComponentMapper
 
MiddleEmbeddableComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleEmbeddableComponentMapper(MultiPropertyMapper, Class) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
MiddleIdData - Class in org.hibernate.envers.internal.entities.mapper.relation
A class holding information about ids, which form a virtual "relation" from a middle-table.
MiddleIdData(AuditEntitiesConfiguration, IdMappingData, String, String, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
MiddleMapKeyIdComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
A component mapper for the @MapKey mapping: the value of the map's key is the id of the entity.
MiddleMapKeyIdComponentMapper(AuditEntitiesConfiguration, IdMapper) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
MiddleMapKeyPropertyComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
A component mapper for the @MapKey mapping with the name parameter specified: the value of the map's key is a property of the entity.
MiddleMapKeyPropertyComponentMapper(String, String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
MiddleRelatedComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleRelatedComponentMapper(MiddleIdData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
MiddleSimpleComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleSimpleComponentMapper(AuditEntitiesConfiguration, String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
MiddleStraightComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
A mapper for reading and writing a property straight to/from maps.
MiddleStraightComponentMapper(String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleStraightComponentMapper
 
mIDENT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mIDENT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MimerSQLDialect - Class in org.hibernate.dialect
An Hibernate 3 SQL dialect for Mimer SQL.
MimerSQLDialect() - Constructor for class org.hibernate.dialect.MimerSQLDialect
Even thoug Mimer SQL supports character and binary columns up to 15 000 in lenght, this is also the maximum width of the table (exluding LOBs).
min(String) - Static method in class org.hibernate.criterion.Projections
A property minimum value projection
min() - Method in class org.hibernate.criterion.Property
Creates a property min projection
min() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the minimum value
MIN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MIN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MIN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
min(Expression<N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
MIN(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.MIN
 
MIN_RESOLUTION - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
The min_resolution parameter
MIN_SIZE - Static variable in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
MinFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MinFunction
 
minimize() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "minimize" constraint, with the ability to specify further constraints on the minimized property
MINIMUM_INITIAL_CAPACITY - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
 
minSize(int) - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections.Builder
 
MINUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MINUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MINUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
missCount - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
miss count
missingArguments(int, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
missingEntityAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
mLE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mLINE_COMMENT(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mLT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mMINUS(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mMOD(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mMULTILINE_COMMENT(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mNE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mNOT_STMT_END(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mNUM_INT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mNUM_INT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MOD - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MOD - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MOD - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
mod(Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
mod(Expression<Integer>, Integer) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
mod(Integer, Expression<Integer>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
mode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
MODE_PROPERTY - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
ModelBinder - Class in org.hibernate.boot.model.source.internal.hbm
Responsible for coordinating the binding of all information inside entity tags (<class/>, etc).
ModelBinder(MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
ModelBinder.DelayedPropertyReferenceHandlerImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
ModificationStore - Enum in org.hibernate.envers
 
MODIFIED_FLAG_SUFFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Suffix of modified flag columns.
ModifiedEntityNames - Annotation Type in org.hibernate.envers
Marks a property which holds entity names that have been modified during each revision.
ModifiedEntityNamesReader - Class in org.hibernate.envers.internal.revisioninfo
Returns modified entity names from a persisted revision info entity.
ModifiedEntityNamesReader(Class<?>, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.revisioninfo.ModifiedEntityNamesReader
 
ModifiedFlagPropertyName - Class in org.hibernate.envers.query.internal.property
PropertyNameGetter for modified flags
ModifiedFlagPropertyName(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.internal.property.ModifiedFlagPropertyName
 
ModWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
ModWorkUnit(SessionImplementor, String, EnversService, Serializable, EntityPersister, Object[], Object[]) - Constructor for class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
mOPEN(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mOPEN_BRACKET(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mOPEN_PAREN(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
move(double, double) - Method in class org.hibernate.spatial.jts.Circle
Moves the circle to a new center
moveAndToBeginning(String) - Static method in class org.hibernate.internal.util.StringHelper
 
mPARAM(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mPLUS(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mQUOTED_STRING(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mQUOTED_STRING(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mQUOTED_STRING(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MSG - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Message
mSQL_NE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mSTAR(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mSTMT_END(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
MULTI_TENANT - Static variable in interface org.hibernate.cfg.AvailableSettings
Strategy for multi-tenancy.
MULTI_TENANT_CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a MultiTenantConnectionProvider implementation to use.
MULTI_TENANT_IDENTIFIER_RESOLVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a CurrentTenantIdentifierResolver implementation to use.
MultiDynamicComponentMapper - Class in org.hibernate.envers.internal.entities.mapper
Multi mapper for dynamic components (it knows that component is a map, not a class)
MultiDynamicComponentMapper(PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
MULTILINE_COMMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
MultipleBagFetchException - Exception in org.hibernate.loader
Exception used to indicate that a query is attempting to simultaneously fetch multiple bags
MultipleBagFetchException(List) - Constructor for exception org.hibernate.loader.MultipleBagFetchException
 
MultipleCascadeStyle(CascadeStyle[]) - Constructor for class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
MultipleHiLoPerTableGenerator - Class in org.hibernate.id
Deprecated.
Use TableGenerator instead.
MultipleHiLoPerTableGenerator() - Constructor for class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
MultipleIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
 
MultipleIdMapper(Class, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
MultipleLinesSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
Class responsible for extracting SQL statements from import script.
MultipleLinesSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor
 
multipleTablesFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
multipleValidationModes(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
multiplicativeExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
multiply(String, Iterator, Iterator) - Static method in class org.hibernate.internal.util.StringHelper
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiplyBy(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiplyExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
MultiPropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
 
MultiPropertyMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
multiselect(Selection<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
multiselect(List<Selection<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
MultiTableBulkIdStrategy - Interface in org.hibernate.hql.spi.id
Generalized strategy contract for handling multi-table bulk HQL operations.
MultiTableBulkIdStrategy.DeleteHandler - Interface in org.hibernate.hql.spi.id
Handler for dealing with multi-table HQL bulk delete statements.
MultiTableBulkIdStrategy.UpdateHandler - Interface in org.hibernate.hql.spi.id
Handler for dealing with multi-table HQL bulk update statements.
MultiTableDeleteExecutor - Class in org.hibernate.hql.internal.ast.exec
Implementation of MultiTableDeleteExecutor.
MultiTableDeleteExecutor(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.exec.MultiTableDeleteExecutor
 
MultiTableUpdateExecutor - Class in org.hibernate.hql.internal.ast.exec
Implementation of MultiTableUpdateExecutor.
MultiTableUpdateExecutor(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.exec.MultiTableUpdateExecutor
 
multiTenancy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
MultiTenancySource - Interface in org.hibernate.boot.model.source.spi
Describes the source information related to mapping the multi-tenancy of an entity
MultiTenancyStrategy - Enum in org.hibernate
Describes the methods for multi-tenancy understood by Hibernate.
MultiTenantConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
A specialized Connection provider contract used when the application is using multi-tenancy support requiring tenant aware connections.
MultiTenantConnectionProviderInitiator - Class in org.hibernate.engine.jdbc.connections.internal
A service initiator for the MultiTenantConnectionProvider service
MultiTenantConnectionProviderInitiator() - Constructor for class org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
MultiTenantConnectionProviderJdbcConnectionAccess(MultiTenantConnectionProvider) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
MutabilityPlan<T> - Interface in org.hibernate.type.descriptor.java
Describes the mutability aspects of a Java type.
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
MutableBoolean - Class in org.hibernate.envers.internal.tools
 
MutableBoolean() - Constructor for class org.hibernate.envers.internal.tools.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class org.hibernate.envers.internal.tools.MutableBoolean
 
MutableEntityEntry - Class in org.hibernate.engine.internal
An EntityEntry implementation for mutable entities.
MutableEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, EntityMode, String, boolean, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.MutableEntityEntry
Deprecated.
the tenantId and entityMode parameters where removed: this constructor accepts but ignores them. Use the other constructor!
MutableEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.MutableEntityEntry
 
MutableEntityEntryFactory - Class in org.hibernate.engine.internal
Factory for the safe approach implementation of EntityEntry.
MutableIdentifierGeneratorFactory - Interface in org.hibernate.id.factory.spi
Let people register strategies
MutableIdentifierGeneratorFactoryInitiator - Class in org.hibernate.id.factory.internal
 
MutableIdentifierGeneratorFactoryInitiator() - Constructor for class org.hibernate.id.factory.internal.MutableIdentifierGeneratorFactoryInitiator
 
MutableInteger - Class in org.hibernate.envers.internal.tools
 
MutableInteger() - Constructor for class org.hibernate.envers.internal.tools.MutableInteger
 
MutableInteger(int) - Constructor for class org.hibernate.envers.internal.tools.MutableInteger
 
MutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Mutability plan for mutable objects
MutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
mutateRowValueConstructorSyntaxesIfNecessary(Type, Type) - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
mWS(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mWS(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MySQL56InnoDBSpatialDialect - Class in org.hibernate.spatial.dialect.mysql
Spatial Dialect for MySQL 5.6 with InnoDB engine.
MySQL56InnoDBSpatialDialect() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect
 
MySQL56SpatialDialect - Class in org.hibernate.spatial.dialect.mysql
Extends the MySQL5Dialect by including support for the spatial operators.
MySQL56SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
Constructs the dialect
MySQL57InnoDBDialect - Class in org.hibernate.dialect
 
MySQL57InnoDBDialect() - Constructor for class org.hibernate.dialect.MySQL57InnoDBDialect
 
MySQL5Dialect - Class in org.hibernate.dialect
An SQL dialect for MySQL 5.x specific features.
MySQL5Dialect() - Constructor for class org.hibernate.dialect.MySQL5Dialect
 
MySQL5InnoDBDialect - Class in org.hibernate.dialect
A Dialect for MySQL 5 using InnoDB engine
MySQL5InnoDBDialect() - Constructor for class org.hibernate.dialect.MySQL5InnoDBDialect
 
MySQL5InnoDBSpatialDialect - Class in org.hibernate.spatial.dialect.mysql
A Dialect for MySQL 5 using InnoDB engine, with support for its spatial features
MySQL5InnoDBSpatialDialect() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
Constructs an instance
MySQLDialect - Class in org.hibernate.dialect
An SQL dialect for MySQL (prior to 5.x).
MySQLDialect() - Constructor for class org.hibernate.dialect.MySQLDialect
Constructs a MySQLDialect
MySQLGeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.mysql
Descriptor for MySQL Geometries.
MySQLGeometryTypeDescriptor() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
 
MySQLInnoDBDialect - Class in org.hibernate.dialect
A Dialect for MySQL using InnoDB engine
MySQLInnoDBDialect() - Constructor for class org.hibernate.dialect.MySQLInnoDBDialect
 
MySQLMyISAMDialect - Class in org.hibernate.dialect
A Dialect for MySQL using the MyISAM engine
MySQLMyISAMDialect() - Constructor for class org.hibernate.dialect.MySQLMyISAMDialect
 
MySQLSpatialDialect - Class in org.hibernate.spatial.dialect.mysql
A Dialect for MySQL with support for its spatial features
MySQLSpatialDialect() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
Constructs an instance

N

name - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
name - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
 
Name(Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Namespace.Name
 
Name(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence.Name
 
name - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
name
name - Variable in class org.hibernate.cache.infinispan.impl.BaseRegion
 
name() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
name() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
name - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.AbsFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.AggregationFunction.AVG
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.AggregationFunction.COUNT
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.AggregationFunction.GREATEST
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.AggregationFunction.LEAST
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.AggregationFunction.MAX
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.AggregationFunction.MIN
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.AggregationFunction.SUM
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.CurrentDateFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.CurrentTimeFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.CurrentTimestampFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.LengthFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.LowerFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.SqrtFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.UpperFunction
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Index
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKey
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Transient
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Version
 
NAME_PREFIX - Static variable in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
NAMED - Static variable in class org.hibernate.type.EnumType
 
NAMED_PARAM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NAMED_PARAM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NamedAttributeNode - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedAttributeNode() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
 
namedAttributeNode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
namedAttributeNode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
 
NamedAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
Mainly this is used to support legacy sequence exporting.
NamedAuxiliaryDatabaseObject(String, Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
NamedAuxiliaryDatabaseObject(String, Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
namedEntityGraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
NamedEntityGraph - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedEntityGraph() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
NamedEntityGraphDefinition - Class in org.hibernate.cfg.annotations
Models the definition of a NamedEntityGraph annotation
NamedEntityGraphDefinition(NamedEntityGraph, String, String) - Constructor for class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
NamedNativeQueries - Annotation Type in org.hibernate.annotations
A grouping of Hibernate-specific NamedNativeQuery definitions.
NamedNativeQuery - Annotation Type in org.hibernate.annotations
Extends NamedNativeQuery with Hibernate features.
namedNativeQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
namedNativeQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
NamedNativeQuery - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedNativeQuery() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
namedParameter(String, int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when a named parameter is recognized
namedParameter(String, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
namedParameter(String, int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
NamedParameterContext - Interface in org.hibernate.loader.plan.exec.query.spi
The context for named parameters.
NamedParameterDescriptor - Class in org.hibernate.engine.query.spi
Descriptor regarding a named parameter.
NamedParameterDescriptor(String, Type, int[], boolean) - Constructor for class org.hibernate.engine.query.spi.NamedParameterDescriptor
Constructs a NamedParameterDescriptor
NamedParameterRegistration<T> - Class in org.hibernate.procedure.internal
Represents a registered named parameter
NamedParametersNotSupportedException - Exception in org.hibernate.procedure
Thrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying database reports to not support named parameters.
NamedParametersNotSupportedException(String) - Constructor for exception org.hibernate.procedure.NamedParametersNotSupportedException
 
NamedParameterSpecification - Class in org.hibernate.param
Parameter bind specification for an explicit named parameter.
NamedParameterSpecification(int, int, String) - Constructor for class org.hibernate.param.NamedParameterSpecification
Constructs a named parameter bind specification.
NamedProcedureCallDefinition - Class in org.hibernate.cfg.annotations
Holds all the information needed from a named procedure call declaration in order to create a ProcedureCallImpl
NamedQueries - Annotation Type in org.hibernate.annotations
A grouping of Hibernate-specific NamedQuery definitions.
NamedQuery - Annotation Type in org.hibernate.annotations
Extends NamedQuery with Hibernate features.
namedQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
namedQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
NamedQuery - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedQuery() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
NamedQueryBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
NamedQueryBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
NamedQueryCollectionInitializer - Class in org.hibernate.persister.collection
A wrapper around a named query.
NamedQueryCollectionInitializer(String, CollectionPersister) - Constructor for class org.hibernate.persister.collection.NamedQueryCollectionInitializer
 
NamedQueryDefinition - Class in org.hibernate.engine.spi
Definition of a named query, defined in the mapping metadata.
NamedQueryDefinition(String, String, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map) - Constructor for class org.hibernate.engine.spi.NamedQueryDefinition
Deprecated.
NamedQueryDefinition(String, String, boolean, String, Integer, Integer, Integer, FlushMode, CacheMode, boolean, String, Map) - Constructor for class org.hibernate.engine.spi.NamedQueryDefinition
Deprecated.
NamedQueryDefinitionBuilder - Class in org.hibernate.engine.spi
 
NamedQueryDefinitionBuilder() - Constructor for class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
NamedQueryDefinitionBuilder(String) - Constructor for class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
namedQueryError(String, HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NamedQueryLoader - Class in org.hibernate.persister.entity
Not really a Loader, just a wrapper around a named query.
NamedQueryLoader(String, EntityPersister) - Constructor for class org.hibernate.persister.entity.NamedQueryLoader
Constructs the NamedQueryLoader
NamedQueryRepository - Class in org.hibernate.internal
 
NamedQueryRepository(Iterable<NamedQueryDefinition>, Iterable<NamedSQLQueryDefinition>, Iterable<ResultSetMappingDefinition>, Map<String, ProcedureCallMemento>) - Constructor for class org.hibernate.internal.NamedQueryRepository
 
NamedQueryRepository(Map<String, NamedQueryDefinition>, Map<String, NamedSQLQueryDefinition>, Map<String, ResultSetMappingDefinition>, Map<String, ProcedureCallMemento>) - Constructor for class org.hibernate.internal.NamedQueryRepository
 
NamedSQLQueryDefinition - Class in org.hibernate.engine.spi
Definition of a named native SQL query, defined in the mapping metadata.
NamedSQLQueryDefinition(String, String, NativeSQLQueryReturn[], List<String>, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map, boolean) - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinition
Deprecated.
NamedSQLQueryDefinition(String, String, String, List<String>, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map, boolean) - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinition
Deprecated.
NamedSQLQueryDefinitionBuilder - Class in org.hibernate.engine.spi
 
NamedSQLQueryDefinitionBuilder() - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
NamedSQLQueryDefinitionBuilder(String) - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
namedStoredProcedureQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
namedStoredProcedureQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
NamedStoredProcedureQuery - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedStoredProcedureQuery() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
NamedSubgraph - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedSubgraph() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
 
NameGenerator - Class in org.hibernate.hql.internal
Provides utility methods for generating HQL / SQL names.
NameParts(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
NameQualifierSupport - Enum in org.hibernate.engine.jdbc.env.spi
Enumerated values representing the level of support for catalog and schema.
Namespace - Class in org.hibernate.boot.model.relational
Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.
Namespace(Database, Namespace.Name) - Constructor for class org.hibernate.boot.model.relational.Namespace
 
Namespace.ComparableHelper - Class in org.hibernate.boot.model.relational
 
Namespace.Name - Class in org.hibernate.boot.model.relational
 
NamespaceAddingEventReader(XMLEventReader, String) - Constructor for class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.NamespaceAddingEventReader
 
NamespaceAddingEventReader(XMLEventReader, XMLEventFactory, String) - Constructor for class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.NamespaceAddingEventReader
 
NamespaceSchemaMapping(String, String) - Constructor for class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.NamespaceSchemaMapping
 
NAMING_STRATEGY - Static variable in interface org.hibernate.jpa.AvailableSettings
namingExceptionAccessingFactory(NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NamingHelper - Class in org.hibernate.boot.model.naming
 
NamingHelper() - Constructor for class org.hibernate.boot.model.naming.NamingHelper
 
NamingStrategy - Interface in org.hibernate.cfg
Deprecated.
A org.hibernate.cfg.naming.NamingStrategyDelegator should be used instead.
NamingStrategyHelper - Interface in org.hibernate.boot.model.naming
Helper contract for dealing with naming strategies.
narrowingProxy(Class) - Method in interface org.hibernate.internal.CoreMessageLogger
 
narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
Nationalized - Annotation Type in org.hibernate.annotations
Marks a character data type (String, Character, character, Clob) as being a nationalized variant (NVARCHAR, NCHAR, NCLOB, etc).
NationalizedTypeMappings - Class in org.hibernate.type.descriptor.sql
Manages a mapping between nationalized and non-nationalized variants of JDBC types.
NationalizedTypeMappings() - Constructor for class org.hibernate.type.descriptor.sql.NationalizedTypeMappings
 
NATIVE_LOCKMODE - Static variable in class org.hibernate.annotations.QueryHints
Available to apply lock mode to a native SQL query since JPA requires that Query.setLockMode(javax.persistence.LockModeType) throw an IllegalStateException if called for a native query.
NativeQueryInterpreter - Interface in org.hibernate.engine.query.spi
Service contract for dealing with native queries.
NativeQueryInterpreterInitiator - Class in org.hibernate.engine.query.spi
 
NativeQueryInterpreterInitiator() - Constructor for class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
NativeQueryInterpreterStandardImpl - Class in org.hibernate.engine.query.internal
 
NativeQueryInterpreterStandardImpl() - Constructor for class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
 
NativeQueryNonScalarRootReturn - Interface in org.hibernate.boot.jaxb.hbm.spi
Commonality for non-scalar root returns for a native query result mapping
NativeSQLQueryCollectionReturn - Class in org.hibernate.engine.query.spi.sql
Represents a return defined as part of a native sql query which names a collection role in the form {className}.{collectionRole}; it is used in defining a custom sql query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).
NativeSQLQueryCollectionReturn(String, String, String, Map, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
Construct a native-sql return representing a collection initializer
NativeSQLQueryConstructorReturn - Class in org.hibernate.engine.query.spi.sql
Describes a ConstructorResult
NativeSQLQueryConstructorReturn(Class, List<NativeSQLQueryScalarReturn>) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
 
NativeSQLQueryJoinReturn - Class in org.hibernate.engine.query.spi.sql
Represents a return defined as part of a native sql query which names a fetched role.
NativeSQLQueryJoinReturn(String, String, String, Map, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
Construct a return descriptor representing some form of fetch.
NativeSQLQueryNonScalarReturn - Class in org.hibernate.engine.query.spi.sql
Represents the base information for a non-scalar return defined as part of a native sql query.
NativeSQLQueryNonScalarReturn(String, Map<String, String[]>, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Constructs some form of non-scalar return descriptor
NativeSQLQueryPlan - Class in org.hibernate.engine.query.spi
Defines a query execution plan for a native-SQL query.
NativeSQLQueryPlan(String, CustomQuery) - Constructor for class org.hibernate.engine.query.spi.NativeSQLQueryPlan
Constructs a NativeSQLQueryPlan.
NativeSQLQueryReturn - Interface in org.hibernate.engine.query.spi.sql
Describes a return in a native SQL query.
NativeSQLQueryReturn.TraceLogger - Interface in org.hibernate.engine.query.spi.sql
 
NativeSQLQueryRootReturn - Class in org.hibernate.engine.query.spi.sql
Represents a return defined as part of a native sql query which names a "root" entity.
NativeSQLQueryRootReturn(String, String, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
Construct a return representing an entity returned at the root of the result.
NativeSQLQueryRootReturn(String, String, Map<String, String[]>, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
 
NativeSQLQueryScalarReturn - Class in org.hibernate.engine.query.spi.sql
Describes a scalar return in a native SQL query.
NativeSQLQueryScalarReturn(String, Type) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
NativeSQLQuerySpecification - Class in org.hibernate.engine.query.spi.sql
Defines the specification or blue-print for a native-sql query.
NativeSQLQuerySpecification(String, NativeSQLQueryReturn[], Collection) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
NATURAL_ID_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for natural id caches.
NaturalId - Annotation Type in org.hibernate.annotations
This specifies that a property is part of the natural id of the entity.
naturalId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
naturalId() - Static method in class org.hibernate.criterion.Restrictions
Consider using any of the natural id based loading stuff from session instead, especially in cases where the restriction is the full set of natural id values.
NaturalIdCache - Annotation Type in org.hibernate.annotations
Used to specify that the natural id values associated with the annotated entity should be cached in Hibernate's shared (L2) cache.
naturalIdCache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
naturalIdCacheHit(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
naturalIdCacheHit(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a hit.
naturalIdCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NaturalIdCacheKey - Class in org.hibernate.cache.internal
Defines a key for caching natural identifier resolutions into the second level cache.
NaturalIdCacheKey(Object[], Type[], int[], String, SessionImplementor) - Constructor for class org.hibernate.cache.internal.NaturalIdCacheKey
Construct a new key for a caching natural identifier resolutions into the second level cache.
naturalIdCacheMiss(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
naturalIdCacheMiss(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a miss.
naturalIdCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
naturalIdCachePut(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
naturalIdCachePut(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into natural id cache.
naturalIdCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NaturalIdCacheStatistics - Interface in org.hibernate.stat
NaturalId query statistics

Note that for a cached natural id, the cache miss is equals to the db count

NaturalIdentifier - Class in org.hibernate.criterion
An expression pertaining to an entity's defined natural identifier
NaturalIdentifier() - Constructor for class org.hibernate.criterion.NaturalIdentifier
 
NaturalIdLoadAccess<T> - Interface in org.hibernate
Loads an entity by its natural identifier.
naturalIdMaxQueryTime(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NaturalIdMutability - Enum in org.hibernate.boot.model.source.spi
A ternary boolean enum for describing the mutability aspects of an attribute as a natural id.
naturalIdQueriesExecuted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
naturalIdQueryExecuted(String, long) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
naturalIdQueryExecuted(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a natural id query
NaturalIdRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store naturalId data.
NaturalIdRegionAccessStrategy - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached naturalId data.
NaturalIdRegionImpl - Class in org.hibernate.cache.infinispan.naturalid
Natural ID cache region
NaturalIdRegionImpl(AdvancedCache, String, TransactionManager, CacheDataDescription, InfinispanRegionFactory, CacheKeysFactory) - Constructor for class org.hibernate.cache.infinispan.naturalid.NaturalIdRegionImpl
Constructor for the natural id region.
NaturalIdUniqueKeyBinder - Interface in org.hibernate.boot.spi
 
NaturalIdXrefDelegate - Class in org.hibernate.engine.internal
Maintains a PersistenceContext-level 2-way cross-reference (xref) between the identifiers and natural ids of entities associated with the PersistenceContext.
NaturalIdXrefDelegate(StatefulPersistenceContext) - Constructor for class org.hibernate.engine.internal.NaturalIdXrefDelegate
Constructs a NaturalIdXrefDelegate
NCharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NCHAR handling.
NCharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
 
NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping NClob to JDBC NCLOB.
NCLOB_BINDING - Static variable in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
NClobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created java.sql.NClob instances..
NClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
NClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying java.sql.NClobs for non-contextual creation, including proxy creation and handling proxy invocations.
NClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobType - Class in org.hibernate.type
A type that maps between CLOB and Clob
NClobType() - Constructor for class org.hibernate.type.NClobType
 
NClobTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for NClob handling.
NClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
NClobTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NCLOB handling.
NClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
NClobTypeDescriptor.NClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
ne(Object) - Method in class org.hibernate.criterion.Property
Creates an non-equality restriction.
ne(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query non-equality expression for this property
ne(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to the named property
ne(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being not-equal to the value in the subquery result.
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply a "not equal" constraint
ne(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Apply a "not equal" constraint
NE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
needsAfterTransactionCompletion() - Method in class org.hibernate.action.internal.EntityAction
 
needsAfterTransactionCompletion() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
needsExecutor() - Method in class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
needsExecutor() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
 
needsExecutor() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
needsExecutor() - Method in interface org.hibernate.hql.internal.ast.tree.Statement
Does this statement require the StatementExecutor?
needsExecutor() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
needsFetchingScroll() - Method in class org.hibernate.loader.hql.QueryLoader
 
needsFetchingScroll() - Method in class org.hibernate.loader.Loader
Does the result set to be scrolled contain collection fetches?
needsIdTable(PersistentClass) - Method in class org.hibernate.hql.spi.id.IdTableHelper
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentBag
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentList
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentMap
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentSet
 
needsInserting(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to insert this element?
needsLimit() - Method in interface org.hibernate.internal.CoreMessageLogger
 
needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
needsRecreate(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to completely recreate this collection when it changes?
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentBag
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentList
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentMap
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentSet
 
needsUpdating(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to update this element?
neg(Expression<N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
negated() - Method in enum org.hibernate.jpa.criteria.predicate.ComparisonPredicate.ComparisonOperator
 
negatedExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
NegatedPredicateWrapper - Class in org.hibernate.jpa.criteria.predicate
 
NegatedPredicateWrapper(PredicateImplementor) - Constructor for class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
negateNode(AST) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Returns the negated equivalent of the expression.
negateNode(AST) - Method in class org.hibernate.hql.internal.ast.HqlParser
Returns an equivalent tree for (NOT (a relop b) ), for example:
NEGATIVE - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.
neOrIsNotNull(Object) - Method in class org.hibernate.criterion.Property
Creates an non-equality restriction capable of also rendering as IS NOT NULL if the given value is null
neOrIsNotNull(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to the named property.
neProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an non-equality restriction between 2 properties
neProperty(String) - Method in class org.hibernate.criterion.Property
Creates an non-equality restriction between 2 properties
neProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to two properties
neProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint to another property
NestedCompositeAttributeFetchImpl - Class in org.hibernate.loader.plan.build.internal.returns
 
NestedCompositeAttributeFetchImpl(FetchSource, AttributeDefinition, ExpandingCompositeQuerySpace, boolean) - Constructor for class org.hibernate.loader.plan.build.internal.returns.NestedCompositeAttributeFetchImpl
 
nestedExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
nestedExprAfterMinusDiv(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
nestedFromFragment(AST, AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
nestedFromFragment(AST, AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
NEVER - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are never generated by the database.
NEW - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NEW - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NEW - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NEW_LOCATOR_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
Merge strategy based on creating a new LOB locator.
newAdditionalMapping() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityXmlMappingData
 
newExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
newHashMap() - Static method in class org.hibernate.envers.internal.tools.Tools
 
newHashSet() - Static method in class org.hibernate.envers.internal.tools.Tools
 
newInstance() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
Invoke the default constructor
newInstance(Class[], Object[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
Invoke a parameterized constructor
newInstance(int, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
Invoke a constructor by its index
newInstance() - Method in class org.hibernate.bytecode.internal.javassist.InstantiationOptimizerAdapter
 
newInstance() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.InstantiationOptimizer
Perform instantiation of an instance of the underlying class.
newInstanceOfBeanProxyForMap(String, Map<String, Object>, Set<PropertyData>, ClassLoaderService) - Static method in class org.hibernate.envers.internal.tools.MapProxyTool
 
newLinkedHashMap() - Static method in class org.hibernate.envers.internal.tools.Tools
 
newRevision(Object) - Method in interface org.hibernate.envers.RevisionListener
Called when a new revision is created.
newSubQueryBuilder() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
newSubQueryBuilder(String, String) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
newTabularDataInstance() - Static method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Convert our state into a JMX TabularData
newTabularDataInstance() - Static method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
Builds a JMX TabularData
newTabularDataInstance() - Static method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Creates a new TabularData
newTabularDataInstance() - Static method in class org.hibernate.cache.ehcache.management.impl.QueryStats
Creates a new TabularData
newValue() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
newValue(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
next() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
next() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
next() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
next - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
next() - Method in class org.hibernate.hql.internal.ast.util.ASTIterator
 
next() - Method in class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
next() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
next() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
next() - Method in class org.hibernate.internal.IteratorImpl
 
next() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
next() - Method in class org.hibernate.internal.util.collections.EmptyIterator
 
next() - Method in class org.hibernate.internal.util.collections.JoinedIterator
 
next() - Method in class org.hibernate.internal.util.collections.LazyIterator
 
next() - Method in class org.hibernate.internal.util.collections.SingletonIterator
 
next() - Method in class org.hibernate.internal.util.xml.BaseXMLEventReader
 
next() - Method in interface org.hibernate.ScrollableResults
Advance to the next result.
next() - Static method in class org.hibernate.testing.cache.Timestamper
 
next(byte[], SessionImplementor) - Method in class org.hibernate.type.BinaryType
Deprecated.
use RowVersionType for binary entity versions/timestamps
next(Byte, SessionImplementor) - Method in class org.hibernate.type.ByteType
 
next(Calendar, SessionImplementor) - Method in class org.hibernate.type.CalendarType
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.CustomType
 
next(Instant, SessionImplementor) - Method in class org.hibernate.type.InstantType
 
next(Integer, SessionImplementor) - Method in class org.hibernate.type.IntegerType
 
next(LocalDateTime, SessionImplementor) - Method in class org.hibernate.type.LocalDateTimeType
 
next(Long, SessionImplementor) - Method in class org.hibernate.type.LongType
 
next(OffsetDateTime, SessionImplementor) - Method in class org.hibernate.type.OffsetDateTimeType
 
next(byte[], SessionImplementor) - Method in class org.hibernate.type.RowVersionType
 
next(Short, SessionImplementor) - Method in class org.hibernate.type.ShortType
 
next(Date, SessionImplementor) - Method in class org.hibernate.type.TimestampType
 
next(T, SessionImplementor) - Method in interface org.hibernate.type.VersionType
Increment the version.
next(ZonedDateTime, SessionImplementor) - Method in class org.hibernate.type.ZonedDateTimeType
 
next(Object, SessionImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Increment the version.
NEXT_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the previous ManagedEntity.
NEXT_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the next ManagedEntity field
NEXT_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the next ManagedEntity field
nextEvent() - Method in class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.NamespaceAddingEventReader
 
nextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
nextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.HbmEventReader
 
nextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader
 
nextEvent() - Method in class org.hibernate.internal.util.xml.BaseXMLEventReader
 
nextEvent() - Method in class org.hibernate.jpamodelgen.util.xml.JpaNamespaceTransformingEventReader
 
nextFromElementCounter() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
nextIndex() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
nextNode() - Method in class org.hibernate.hql.internal.ast.util.ASTIterator
Get the next node to be returned from iteration.
nextNode() - Method in class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
nextTag() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
nextTag() - Method in class org.hibernate.internal.util.xml.BaseXMLEventReader
 
nextTimestamp() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
nextTimestamp() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
nextTimestamp() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
nextTimestamp() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
nextTimestamp() - Method in interface org.hibernate.cache.spi.Region
Get the next timestamp according to the underlying cache implementor.
nextTimestamp() - Method in interface org.hibernate.cache.spi.RegionFactory
Generate a timestamp.
nextTimestamp() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
nextToken() - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
nextToken() - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
nextToken() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
NO_BATCH - Static variable in class org.hibernate.dialect.Dialect
Defines a "no batching" batch size constant
NO_CALLBACK - Static variable in interface org.hibernate.loader.JoinWalker.AssociationInitCallback
 
NO_CLASSES - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
NO_CLASSES - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
NO_COMMANDS - Static variable in interface org.hibernate.tool.schema.spi.Exporter
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
NO_PARAM_SIGNATURE - Static variable in class org.hibernate.internal.util.ReflectHelper
 
NO_PARAMS - Static variable in class org.hibernate.internal.util.ReflectHelper
 
NO_REF_CURSOR_INSTANCE - Static variable in class org.hibernate.procedure.internal.StandardCallableStatementSupport
Singleton access - without REF_CURSOR support
NO_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
NO_ROW - Static variable in interface org.hibernate.engine.spi.PersistenceContext
Marker object used to indicate (via reference checking) that no row was returned.
NO_SUFFIX - Static variable in class org.hibernate.loader.BasicLoader
 
NO_VERSION - Static variable in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Constant used to indicate that no version is defined
NO_VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to accept the action (false)
NO_WAIT - Static variable in class org.hibernate.LockOptions
Indicates that the database should not wait at all to acquire the pessimistic lock.
NO_WHERE_CLAUSE - Static variable in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
noAppropriateConnectionProvider() - Method in interface org.hibernate.internal.CoreMessageLogger
 
NoArgSQLFunction - Class in org.hibernate.dialect.function
A function which takes no arguments
NoArgSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
Constructs a NoArgSQLFunction
NoArgSQLFunction(String, Type, boolean) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
Constructs a NoArgSQLFunction
NoCacheRegionFactoryAvailableException - Exception in org.hibernate.cache
Indicates a condition where a second-level cache implementation was expected to be to available, but none was found on the classpath.
NoCacheRegionFactoryAvailableException() - Constructor for exception org.hibernate.cache.NoCacheRegionFactoryAvailableException
Constructs a NoCacheRegionFactoryAvailableException with a standard message.
NoCachingRegionFactory - Class in org.hibernate.cache.internal
Factory used if no caching enabled in config...
NoCachingRegionFactory() - Constructor for class org.hibernate.cache.internal.NoCachingRegionFactory
Constructs a NoCachingRegionFactory.
noCascade(EventSource, Object, EntityPersister, Type, int) - Method in interface org.hibernate.engine.spi.CascadingAction
Called (in the case of CascadingAction.requiresNoCascadeChecking() returning true) to validate that no cascade on the given property is considered a valid semantic.
noCascade(EventSource, Object, EntityPersister, Type, int) - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
noColumnsSpecifiedForIndex(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NoCommentsInsert(Dialect) - Constructor for class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
Deprecated.
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
Node - Class in org.hibernate.hql.internal.ast.tree
Base node class for use by Hibernate within its AST trees.
Node() - Constructor for class org.hibernate.hql.internal.ast.tree.Node
 
Node(Token) - Constructor for class org.hibernate.hql.internal.ast.tree.Node
 
Node - Interface in org.hibernate.sql.ordering.antlr
General contract for AST nodes.
noDefaultConstructor(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
nodeModified(CacheEntryModifiedEvent) - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
Monitors cache events and updates the local cache
nodeRemoved(CacheEntryRemovedEvent) - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
Monitors cache events and updates the local cache
NodeSupport - Class in org.hibernate.sql.ordering.antlr
Basic implementation of a Node briding to the Antlr CommonAST hierarchy.
NodeSupport() - Constructor for class org.hibernate.sql.ordering.antlr.NodeSupport
 
nodeToString(AST, boolean) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
 
NodeTraverser - Class in org.hibernate.hql.internal.ast.util
A visitor for traversing an AST tree.
NodeTraverser(NodeTraverser.VisitationStrategy) - Constructor for class org.hibernate.hql.internal.ast.util.NodeTraverser
 
NodeTraverser.VisitationStrategy - Interface in org.hibernate.hql.internal.ast.util
 
noInterceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
noInterceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
noInterceptor() - Method in interface org.hibernate.SessionBuilder
Signifies that no Interceptor should be used.
noInterceptor() - Method in interface org.hibernate.SharedSessionBuilder
 
NoJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
The non-configured form of JTA platform.
NoJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
NoMoreReturnsException - Exception in org.hibernate.result
 
NoMoreReturnsException(String) - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
NoMoreReturnsException() - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
NON_CONTEXTUAL_LOB_CREATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Should we not use contextual LOB creation (aka based on Connection.createBlob() et al).
NON_JTA_DATASOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
The JNDI name of a non-JTA DataSource.
NON_PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
NonBatchingBatch - Class in org.hibernate.engine.jdbc.batch.internal
An implementation of Batch which does not perform batching.
NonBatchingBatch(BatchKey, JdbcCoordinator) - Constructor for class org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
 
NonClassFileArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archive
NonClassFileArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
 
nonCompliantMapConversion(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NonContextualLobCreator - Class in org.hibernate.engine.jdbc
LobCreator implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC Connection.
NonDurableConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
Additional optional contract for connection observers to indicate that they should be released when the physical connection is released.
NONE - Static variable in class org.hibernate.engine.spi.CascadeStyles
no cascades
NONE - Static variable in class org.hibernate.engine.spi.IdentifierValue
Never assume the transient instance is newly instantiated
NONE - Static variable in class org.hibernate.engine.spi.LoadQueryInfluencers
Static reference useful for cases where we are creating load SQL outside the context of any influencers.
NONE - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
NONE - Static variable in class org.hibernate.jdbc.Expectations
 
NONE - Static variable in class org.hibernate.LockOptions
Represents LockMode.NONE (timeout + scope do not apply).
NonEncapsulatedEntityIdentifierDefinition - Interface in org.hibernate.persister.walking.spi
 
NonEncapsulatedEntityIdentifierDescription - Class in org.hibernate.loader.plan.build.internal.returns
Models a composite entity identifier that is non-encapsulated (meaning there is no composite class, no single attribute that encapsulates the composite value).
NonEncapsulatedEntityIdentifierDescription(EntityReference, ExpandingCompositeQuerySpace, CompositeType, PropertyPath) - Constructor for class org.hibernate.loader.plan.build.internal.returns.NonEncapsulatedEntityIdentifierDescription
Build a non-encapsulated version of a composite EntityIdentifierDescription
NonIdentifierAttribute - Interface in org.hibernate.tuple
 
nonJtaDataSource - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
nonMap() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
NonNullableTransientDependencies - Class in org.hibernate.engine.internal
Tracks non-nullable transient entities that would cause a particular entity insert to fail.
NonNullableTransientDependencies() - Constructor for class org.hibernate.engine.internal.NonNullableTransientDependencies
 
NonPojoInstrumentationMetadata - Class in org.hibernate.tuple.entity
 
NonPojoInstrumentationMetadata(String) - Constructor for class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
NonPrivilegedContextSubjectAccess() - Constructor for class org.hibernate.secure.internal.StandardJaccServiceImpl.NonPrivilegedContextSubjectAccess
 
NonScalarResultColumnProcessor - Class in org.hibernate.loader.custom
Represents non-scalar returns within the custom query.
NonScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.NonScalarResultColumnProcessor
 
NonScalarReturn - Class in org.hibernate.loader.custom
Represents some non-scalar (entity/collection) return within the query result.
NonScalarReturn(String, LockMode) - Constructor for class org.hibernate.loader.custom.NonScalarReturn
 
NonstopAccessStrategyFactory - Class in org.hibernate.cache.ehcache.internal.nonstop
Implementation of EhcacheAccessStrategyFactory that takes care of Nonstop cache exceptions using HibernateNonstopCacheExceptionHandler
NonstopAccessStrategyFactory(EhcacheAccessStrategyFactory) - Constructor for class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
Constructor accepting the actual factory
NonstopAwareCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.nonstop
Implementation of CollectionRegionAccessStrategy that handles NonStopCacheException using HibernateNonstopCacheExceptionHandler
NonstopAwareCollectionRegionAccessStrategy(CollectionRegionAccessStrategy, HibernateNonstopCacheExceptionHandler) - Constructor for class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
NonstopAwareEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.nonstop
Implementation of EntityRegionAccessStrategy that handles NonStopCacheException using HibernateNonstopCacheExceptionHandler
NonstopAwareEntityRegionAccessStrategy(EntityRegionAccessStrategy, HibernateNonstopCacheExceptionHandler) - Constructor for class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Constructor accepting the actual EntityRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler
NonstopAwareNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.nonstop
Implementation of NaturalIdRegionAccessStrategy that handles NonStopCacheException using HibernateNonstopCacheExceptionHandler
NonstopAwareNaturalIdRegionAccessStrategy(NaturalIdRegionAccessStrategy, HibernateNonstopCacheExceptionHandler) - Constructor for class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
NonStrictAccessDelegate - Class in org.hibernate.cache.infinispan.access
Access delegate that relaxes the consistency a bit: stale reads are prohibited only after the transaction commits.
NonStrictAccessDelegate(BaseTransactionalDataRegion) - Constructor for class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific non-strict read/write collection region access strategy
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
Create a non-strict read/write access strategy accessing the given collection region.
NonStrictReadWriteEhcacheEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific non-strict read/write entity region access strategy
NonStrictReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Create a non-strict read/write access strategy accessing the given collection region.
NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific non-strict read/write NaturalId region access strategy
NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Create a non-strict read/write access strategy accessing the given NaturalId region.
NonTxInvalidationCacheAccessDelegate - Class in org.hibernate.cache.infinispan.access
Delegate for non-transactional caches
NonTxInvalidationCacheAccessDelegate(BaseRegion, PutFromLoadValidator) - Constructor for class org.hibernate.cache.infinispan.access.NonTxInvalidationCacheAccessDelegate
 
NonTxInvalidationInterceptor - Class in org.hibernate.cache.infinispan.access
This interceptor should completely replace default InvalidationInterceptor.
NonTxInvalidationInterceptor(PutFromLoadValidator) - Constructor for class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
NonTxPutFromLoadInterceptor - Class in org.hibernate.cache.infinispan.access
Non-transactional counterpart of TxPutFromLoadInterceptor.
NonTxPutFromLoadInterceptor(PutFromLoadValidator, String) - Constructor for class org.hibernate.cache.infinispan.access.NonTxPutFromLoadInterceptor
 
NonUniqueDiscoveredSqlAliasException - Exception in org.hibernate.loader.custom
 
NonUniqueDiscoveredSqlAliasException(String) - Constructor for exception org.hibernate.loader.custom.NonUniqueDiscoveredSqlAliasException
 
NonUniqueObjectException - Exception in org.hibernate
This exception is thrown when an operation would break session-scoped identity.
NonUniqueObjectException(String, Serializable, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information.
NonUniqueObjectException(Serializable, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information, using a standard message.
NonUniqueResultException - Exception in org.hibernate
Thrown when the application calls Query.uniqueResult() and the query returned more than one result.
NonUniqueResultException(int) - Constructor for exception org.hibernate.NonUniqueResultException
Constructs a NonUniqueResultException.
NOOP_INSTANTIATOR - Static variable in class org.hibernate.hql.internal.HolderInstantiator
 
NoOpColumnMapper() - Constructor for class org.hibernate.sql.Template.NoOpColumnMapper
 
NoopLimitHandler - Class in org.hibernate.dialect.pagination
Handler not supporting query LIMIT clause.
NoopOptimizer - Class in org.hibernate.id.enhanced
An optimizer that performs no optimization.
NoopOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.NoopOptimizer
Constructs a NoopOptimizer
NoOpValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.NoOpValueHandler
 
noPersistentClassesFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
normalizeAngle(double) - Static method in class org.hibernate.spatial.jts.Circle
Returns an angle between 0 and 2*PI.
normalizeCompositePath(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
normalizeCompositePath(String) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
normalizeCompositePath(String) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
normalizeCompositePath(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
normalizeIdentifierQuoting(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Normalizes the quoting of identifiers.
normalizeIdentifierQuoting(Identifier) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
normalizeIdentifierQuotingAsString(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Normalizes the quoting of identifiers.
normalizePathName(String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
normalizeQuoting(Identifier) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
normalizeQuoting(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Essentially quotes the identifier if it needs to be.
NormalizingIdentifierHelperImpl - Class in org.hibernate.engine.jdbc.env.internal
 
NormalizingIdentifierHelperImpl(JdbcEnvironment, NameQualifierSupport, boolean, boolean, Set<String>, IdentifierCaseStrategy, IdentifierCaseStrategy) - Constructor for class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
noSessionFactoryWithJndiName(String, NameNotFoundException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NoSuchParameterException - Exception in org.hibernate.procedure
 
NoSuchParameterException(String) - Constructor for exception org.hibernate.procedure.NoSuchParameterException
 
not(Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the negation of an expression
not(AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the negation of a criterion.
NOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NOT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
not(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
not() - Method in class org.hibernate.jpa.criteria.predicate.AbstractPredicateImpl
 
not() - Method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
Create negation of compound predicate by using logic rules: 1.
not() - Method in class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
NOT_BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NOT_BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NOT_BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NOT_IN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NOT_IN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NOT_IN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NOT_LIKE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NOT_LIKE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NOT_LIKE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NOT_NULL - Static variable in class org.hibernate.sql.InFragment
 
NOT_NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NOT_STMT_END - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
NotAudited - Annotation Type in org.hibernate.envers
When applied to a field, indicates that this field should not be audited.
NotAuditedException - Exception in org.hibernate.envers.exception
 
NotAuditedException(String, String) - Constructor for exception org.hibernate.envers.exception.NotAuditedException
 
NotAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
NotAuditExpression(AuditCriterion) - Constructor for class org.hibernate.envers.query.criteria.internal.NotAuditExpression
 
NotEmptyExpression - Class in org.hibernate.criterion
An expression asserting that a collection property is empty
NotEmptyExpression(String) - Constructor for class org.hibernate.criterion.NotEmptyExpression
Constructs an EmptyExpression
notEqual(Expression<?>, Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
notEqual(Expression<?>, Object) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
notExists(DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks for the non-existence of rows in the subquery result
NotExpression - Class in org.hibernate.criterion
A criterion that is a wrapper for another, negating the wrapped one.
NotExpression(Criterion) - Constructor for class org.hibernate.criterion.NotExpression
Constructs a NotExpression
NotFound - Annotation Type in org.hibernate.annotations
Action to do when an element is not found on a association.
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
NotFoundAction - Enum in org.hibernate.annotations
Possible actions when an associated entity is not found in the database.
notifyCacheAdded(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl

NOTE : No-op in this case

notifyCacheRemoved(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl

NOTE : No-op in this case

notifyObserversExplicitExecution() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Convenience method to notify registered observers of an explicit execution of this batch.
notifyObserversImplicitExecution() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Convenience method to notify registered observers of an implicit execution of this batch.
notifySynchronizationsAfterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl
 
notifySynchronizationsAfterTransactionCompletion(int) - Method in interface org.hibernate.engine.transaction.spi.SynchronizationRegistry
notifySynchronizationsAfterTransactionCompletion(int) - Method in class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
notifySynchronizationsAfterTransactionCompletion(int) - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Delegates the Synchronization.afterCompletion(int) call to each registered Synchronization.
notifySynchronizationsBeforeTransactionCompletion() - Method in class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl
 
notifySynchronizationsBeforeTransactionCompletion() - Method in interface org.hibernate.engine.transaction.spi.SynchronizationRegistry
notifySynchronizationsBeforeTransactionCompletion() - Method in class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
notifySynchronizationsBeforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Delegates the Synchronization.beforeCompletion() call to each registered Synchronization
notIn(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query NOT IN expression for this property.
notIn(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is NOT IN the values in the subquery result.
NotInstrumentedException - Exception in org.hibernate.bytecode.spi
Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.
NotInstrumentedException(String) - Constructor for exception org.hibernate.bytecode.spi.NotInstrumentedException
Constructs a NotInstrumentedException
notLike(Expression<String>, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, String) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, String, char) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
NotNullAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
NotNullAuditExpression(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.internal.NotNullAuditExpression
 
NotNullExpression - Class in org.hibernate.criterion
Constrains a property to be non-null
NotNullExpression(String) - Constructor for class org.hibernate.criterion.NotNullExpression
 
NotNullOrZeroPropertySelector() - Constructor for class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector
 
NotNullPropertySelector() - Constructor for class org.hibernate.criterion.Example.NotNullPropertySelector
 
NotYetImplementedException - Exception in org.hibernate.cfg
Mapping not yet implemented
NotYetImplementedException() - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(String, Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(String) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NTEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGNVARCHAR.
NTextType - Class in org.hibernate.type
A type that maps between LONGNVARCHAR and String
NTextType() - Constructor for class org.hibernate.type.NTextType
 
NULL - Static variable in class org.hibernate.engine.spi.IdentifierValue
Assume the transient instance is newly instantiated if the identifier is null.
NULL - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.
NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NULL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NULL - Static variable in class org.hibernate.sql.InFragment
 
NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NULL_ORDER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NULL_ORDER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Nullability - Enum in org.hibernate.cfg.annotations
Are the columns forced to null, not null or not forced
Nullability - Class in org.hibernate.engine.internal
Implements the algorithm for validating property values for illegal null values
Nullability(SessionImplementor) - Constructor for class org.hibernate.engine.internal.Nullability
Constructs a Nullability
nullable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
nullable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
NullAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
NullAuditExpression(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.internal.NullAuditExpression
 
NullExpression - Class in org.hibernate.criterion
Constrains a property to be null
NullExpression(String) - Constructor for class org.hibernate.criterion.NullExpression
Constructs a NullExpression
NullHibernateStats - Class in org.hibernate.cache.ehcache.management.impl
Implementation of HibernateStats that does nothing

nullif(Expression<Y>, Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
nullif(Class<Y>, Expression<Y>, Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
nullif(Expression<Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
nullif(Class<Y>, Expression<Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
nullIfEmpty(String) - Static method in class org.hibernate.internal.util.StringHelper
 
NullifExpression<T> - Class in org.hibernate.jpa.criteria.expression
Models an ANSI SQL NULLIF expression.
NullifExpression(CriteriaBuilderImpl, Class<T>, Expression<? extends T>, Expression<?>) - Constructor for class org.hibernate.jpa.criteria.expression.NullifExpression
 
NullifExpression(CriteriaBuilderImpl, Class<T>, Expression<? extends T>, Object) - Constructor for class org.hibernate.jpa.criteria.expression.NullifExpression
 
Nullifier(Object, boolean, boolean, SessionImplementor) - Constructor for class org.hibernate.engine.internal.ForeignKeys.Nullifier
Constructs a Nullifier
nullifyTransientReferences(Object[], Type[]) - Method in class org.hibernate.engine.internal.ForeignKeys.Nullifier
Nullify all references to entities that have not yet been inserted in the database, where the foreign key points toward that entity.
nullifyTransientReferencesIfNotAlready() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Nullifies any references to transient entities in the entity state maintained by this action.
nullLiteral(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
NullLiteralExpression<T> - Class in org.hibernate.jpa.criteria.expression
Represents a NULLliteral expression.
NullLiteralExpression(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.expression.NullLiteralExpression
 
NullnessPredicate - Class in org.hibernate.jpa.criteria.predicate
Defines a Predicate for checking the nullness state of an expression, aka an IS [NOT] NULL predicate.
NullnessPredicate(CriteriaBuilderImpl, Expression<?>) - Constructor for class org.hibernate.jpa.criteria.predicate.NullnessPredicate
Constructs the affirmitive form of nullness checking (IS NULL).
NullNode - Class in org.hibernate.hql.internal.ast.tree
 
NullNode() - Constructor for class org.hibernate.hql.internal.ast.tree.NullNode
 
nullOrdering() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
nullOrdering(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
nullOrdering(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
nullOrdering() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what SQL-2003 terms the null ordering; NULLS FIRST or NULLS LAST.
nullOrdering(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
nullPrecedence() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
nullPrecedence(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
nullPrecedence(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
NullPrecedence - Enum in org.hibernate
Defines precedence of null values within ORDER BY clause.
nullPrecedence() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
nulls(NullPrecedence) - Method in class org.hibernate.criterion.Order
Defines precedence for nulls.
NULLS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NULLS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NULLS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NULLS - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NULLS - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.EntityType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.EntityType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.EnumType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.MetaType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.MetaType
 
nullSafeGet(ResultSet, String, SessionImplementor) - Method in interface org.hibernate.type.SingleColumnType
Get a column value from a result set by name.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Extract a value of the mapped class from the JDBC result set.
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Extract a value of the mapped class from the JDBC result set.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in interface org.hibernate.usertype.UserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeMapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
nullSafeMapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
Parameter obj is never null.
nullSafeMapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, Object, String, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, Object, String, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(CallableStatement, Object, String, SessionImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.EnumType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
nullSafeSet(CallableStatement, Object, String, SessionImplementor) - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
Bind a value to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the JDBC prepared statement.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
Write an instance of the mapped class to a prepared statement.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in interface org.hibernate.usertype.UserType
Write an instance of the mapped class to a prepared statement.
NullSynchronizationException - Exception in org.hibernate.engine.transaction.internal
Indicates an attempt to register a null synchronization.
NullSynchronizationException() - Constructor for exception org.hibernate.engine.transaction.internal.NullSynchronizationException
 
NullSynchronizationException(String) - Constructor for exception org.hibernate.engine.transaction.internal.NullSynchronizationException
 
NullSynchronizationException - Exception in org.hibernate.resource.transaction
Indicates an attempt to register a null synchronization.
NullSynchronizationException() - Constructor for exception org.hibernate.resource.transaction.NullSynchronizationException
 
NullSynchronizationException(String) - Constructor for exception org.hibernate.resource.transaction.NullSynchronizationException
 
NullTypeBindableParameterRegistration<T> - Interface in org.hibernate.jpa.spi
A ParameterRegistration that allows providing Java type information when binding a null value for a parameter when there is no other available type information for that parameter.
NUM_BIG_DECIMAL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_BIG_DECIMAL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_BIG_DECIMAL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_BIG_INTEGER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_BIG_INTEGER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_BIG_INTEGER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
numberOfCollectionCreations() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionRemovals() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfDeletions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfInsertions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
NUMERIC_BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC INTEGER.
NumericBooleanType - Class in org.hibernate.type
A type that maps between INTEGER and Boolean (using 1 and 0)
NumericBooleanType() - Constructor for class org.hibernate.type.NumericBooleanType
 
numericInteger(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
NumericTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NUMERIC handling.
NumericTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
 
NVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NVARCHAR handling.
NVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
NvlFunction - Class in org.hibernate.dialect.function
Emulation of coalesce() on Oracle, using multiple nvl() calls
NvlFunction() - Constructor for class org.hibernate.dialect.function.NvlFunction
 
nyi(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 

O

OBJ_NAME_TEMPLATE - Static variable in class org.hibernate.jmx.internal.JmxServiceImpl
 
OBJECT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OBJECT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OBJECT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ObjectDeletedException - Exception in org.hibernate
Thrown when the user tries to do something illegal with a deleted object.
ObjectDeletedException(String, Serializable, String) - Constructor for exception org.hibernate.ObjectDeletedException
Constructs an ObjectDeletedException using the given information.
ObjectFactory - Class in org.hibernate.boot.jaxb.cfg.spi
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.cfg.spi package.
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.cfg.spi
ObjectFactory - Class in org.hibernate.boot.jaxb.hbm.spi
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.hbm.spi package.
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.hbm.spi
ObjectFactory - Class in org.hibernate.jpamodelgen.xml.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.jpamodelgen.xml.jaxb package.
ObjectFactory() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.jpamodelgen.xml.jaxb
ObjectFactoryImpl() - Constructor for class org.hibernate.internal.SessionFactoryRegistry.ObjectFactoryImpl
 
ObjectNameNormalizer - Class in org.hibernate.boot.model.naming
Provides centralized normalization of how database object names are handled.
ObjectNameNormalizer() - Constructor for class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
ObjectNameSource - Interface in org.hibernate.cfg
Source for database object names (identifiers).
ObjectNotFoundException - Exception in org.hibernate
Thrown when Session.load() fails to select a row with the given primary key (identifier value).
ObjectNotFoundException(Serializable, String) - Constructor for exception org.hibernate.ObjectNotFoundException
Constructs a ObjectNotFoundException using the given information.
objectsEqual(Object, Object) - Static method in class org.hibernate.envers.internal.tools.Tools
Deprecated.
ObjectSqlTypeDescriptor(int) - Constructor for class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
 
objectToSQLString(BigInteger, Dialect) - Method in class org.hibernate.type.BigIntegerType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.BooleanType
 
objectToSQLString(Byte, Dialect) - Method in class org.hibernate.type.ByteType
 
objectToSQLString(Character, Dialect) - Method in class org.hibernate.type.CharacterNCharType
 
objectToSQLString(Character, Dialect) - Method in class org.hibernate.type.CharacterType
 
objectToSQLString(Currency, Dialect) - Method in class org.hibernate.type.CurrencyType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.CustomType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.DateType
 
objectToSQLString(Double, Dialect) - Method in class org.hibernate.type.DoubleType
 
objectToSQLString(Duration, Dialect) - Method in class org.hibernate.type.DurationType
 
objectToSQLString(Object) - Method in class org.hibernate.type.EnumType
 
objectToSQLString(Float, Dialect) - Method in class org.hibernate.type.FloatType
 
objectToSQLString(Instant, Dialect) - Method in class org.hibernate.type.InstantType
 
objectToSQLString(Integer, Dialect) - Method in class org.hibernate.type.IntegerType
 
objectToSQLString(T, Dialect) - Method in interface org.hibernate.type.LiteralType
Convert the value into a string representation, suitable for embedding in an SQL statement as a literal.
objectToSQLString(LocalDateTime, Dialect) - Method in class org.hibernate.type.LocalDateTimeType
 
objectToSQLString(LocalDate, Dialect) - Method in class org.hibernate.type.LocalDateType
 
objectToSQLString(Locale, Dialect) - Method in class org.hibernate.type.LocaleType
 
objectToSQLString(LocalTime, Dialect) - Method in class org.hibernate.type.LocalTimeType
 
objectToSQLString(Long, Dialect) - Method in class org.hibernate.type.LongType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.NumericBooleanType
 
objectToSQLString(OffsetDateTime, Dialect) - Method in class org.hibernate.type.OffsetDateTimeType
 
objectToSQLString(OffsetTime, Dialect) - Method in class org.hibernate.type.OffsetTimeType
 
objectToSQLString(Short, Dialect) - Method in class org.hibernate.type.ShortType
 
objectToSQLString(String, Dialect) - Method in class org.hibernate.type.StringNVarcharType
 
objectToSQLString(String, Dialect) - Method in class org.hibernate.type.StringType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.TimestampType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.TimeType
 
objectToSQLString(TimeZone, Dialect) - Method in class org.hibernate.type.TimeZoneType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.TrueFalseType
 
objectToSQLString(URL, Dialect) - Method in class org.hibernate.type.UrlType
 
objectToSQLString(UUID, Dialect) - Method in class org.hibernate.type.UUIDCharType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.YesNoType
 
objectToSQLString(ZonedDateTime, Dialect) - Method in class org.hibernate.type.ZonedDateTimeType
 
objectToSQLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Return an SQL literal representation of the value
ObjectType - Class in org.hibernate.type
Specific adaptation of the "any" type to the old deprecated "object" type
obtainArchiveEntryHandler(ArchiveEntry) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
obtainArchiveEntryHandler(ArchiveEntry) - Method in interface org.hibernate.boot.archive.spi.ArchiveContext
Get the handler for the given entry, which generally is indicated by the entry type (a .class file, a mapping file, etc).
obtainConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Obtain a JDBC connection
obtainConnection() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
obtainConnection() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
obtainConnection() - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
OC4JJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for the OC4J (Oracle) AS.
OC4JJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
occurrences(Object) - Method in class org.hibernate.collection.internal.PersistentBag
Count how many times the given object occurs in the elements
OF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OF - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
offset - Variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
OffsetDateTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
OffsetDateTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
OffsetDateTimeType - Class in org.hibernate.type
 
OffsetDateTimeType() - Constructor for class org.hibernate.type.OffsetDateTimeType
 
OffsetTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
OffsetTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
OffsetTimeType - Class in org.hibernate.type
 
OffsetTimeType() - Constructor for class org.hibernate.type.OffsetTimeType
 
ON - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ON - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ON - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
on(Expression<Boolean>) - Method in interface org.hibernate.jpa.criteria.CollectionJoinImplementor
 
on(Predicate...) - Method in interface org.hibernate.jpa.criteria.CollectionJoinImplementor
 
on(Expression<Boolean>) - Method in interface org.hibernate.jpa.criteria.JoinImplementor
Coordinate return type between Join.on(Expression) and Fetch#on(Expression)
on(Predicate...) - Method in interface org.hibernate.jpa.criteria.JoinImplementor
Coordinate return type between Join.on(Predicate...) and Fetch#on(Predicate...)
on(Expression<Boolean>) - Method in interface org.hibernate.jpa.criteria.ListJoinImplementor
 
on(Predicate...) - Method in interface org.hibernate.jpa.criteria.ListJoinImplementor
 
on(Expression<Boolean>) - Method in interface org.hibernate.jpa.criteria.MapJoinImplementor
 
on(Predicate...) - Method in interface org.hibernate.jpa.criteria.MapJoinImplementor
 
on(Predicate...) - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
on(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
on(Predicate...) - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
on(Predicate...) - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
on(Predicate...) - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
on(Predicate...) - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
on(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
on(Predicate...) - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.jpa.criteria.SetJoinImplementor
 
on(Predicate...) - Method in interface org.hibernate.jpa.criteria.SetJoinImplementor
 
onAutoFlush(AutoFlushEvent) - Method in class org.hibernate.event.internal.DefaultAutoFlushEventListener
Handle the given auto-flush event.
onAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.event.spi.AutoFlushEventListener
Handle the given auto-flush event.
onClear(ClearEvent) - Method in interface org.hibernate.event.spi.ClearEventListener
Callback for Session.clear() notification
onCollectionAction(AbstractCollectionEvent, PersistentCollection, Serializable, CollectionEntry) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
onCollectionRecreate(Object, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
onCollectionRecreate(Object, Serializable) - Method in interface org.hibernate.Interceptor
Called before a collection is (re)created.
onCollectionRemove(Object, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
onCollectionRemove(Object, Serializable) - Method in interface org.hibernate.Interceptor
Called before a collection is deleted.
onCollectionUpdate(Object, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
onCollectionUpdate(Object, Serializable) - Method in interface org.hibernate.Interceptor
Called before a collection is updated.
OnDelete - Annotation Type in org.hibernate.annotations
Strategy to use on collections, arrays and on joined subclasses delete.
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
onDelete(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is deleted.
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onDelete(DeleteEvent) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent) - Method in interface org.hibernate.event.spi.DeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, Set) - Method in interface org.hibernate.event.spi.DeleteEventListener
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is deleted.
OnDeleteAction - Enum in org.hibernate.annotations
Possible actions for on-delete.
onDirtyCheck(DirtyCheckEvent) - Method in class org.hibernate.event.internal.DefaultDirtyCheckEventListener
Handle the given dirty-check event.
onDirtyCheck(DirtyCheckEvent) - Method in interface org.hibernate.event.spi.DirtyCheckEventListener
Handle the given dirty-check event.
ONE_MS - Static variable in class org.hibernate.testing.cache.Timestamper
 
ONE_TO_MANY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
ONE_TO_ONE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
OneAuditEntityQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from an audit entity.
OneAuditEntityQueryGenerator(GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, MiddleIdData, String, MiddleIdData, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
OneEntityQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from a relation middle-table only.
OneEntityQueryGenerator(AuditEntitiesConfiguration, AuditStrategy, String, MiddleIdData, boolean, MiddleComponentData...) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.OneEntityQueryGenerator
 
onEntryChosenForEviction(V) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionListener
 
onEntryEviction(Map<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionListener
 
onEntryHit(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry in Segment has been accessed.
onEntryMiss(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that there has been an attempt to access an entry in Segment, however that entry was not present in Segment.
onEntryRemove(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry e has been removed from Segment.
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
oneToMany - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
oneToMany - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
OneToMany - Class in org.hibernate.jpamodelgen.xml.jaxb
 
OneToMany() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
OneToMany - Class in org.hibernate.mapping
A mapping for a one-to-many association
OneToMany(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.OneToMany
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
oneToManyFilterFragment(String, Set<String>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
oneToManyFilterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
oneToManyFilterFragment(String) - Method in interface org.hibernate.persister.entity.Joinable
 
oneToManyFilterFragment(String, Set<String>) - Method in interface org.hibernate.persister.entity.Joinable
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
oneToManyFilterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
OneToManyJoinWalker - Class in org.hibernate.loader.collection
Walker for one-to-many associations
OneToManyJoinWalker(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyJoinWalker
 
OneToManyLoader - Class in org.hibernate.loader.collection
Loads one-to-many associations

The collection persister must implement QueryableCOllection.
OneToManyLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyLoader(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyLoader(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyLoadQueryDetails - Class in org.hibernate.loader.plan.exec.internal
 
OneToManyPersister - Class in org.hibernate.persister.collection
Collection persister for one-to-many associations.
OneToManyPersister(Collection, CollectionRegionAccessStrategy, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.OneToManyPersister
 
oneToOne - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
oneToOne - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
OneToOne - Class in org.hibernate.jpamodelgen.xml.jaxb
 
OneToOne() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
OneToOne - Class in org.hibernate.mapping
A one-to-one association mapping
OneToOne(MetadataImplementor, Table, PersistentClass) - Constructor for class org.hibernate.mapping.OneToOne
 
oneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Method in class org.hibernate.type.TypeFactory
 
OneToOneNotOwningMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Property mapper for not owning side of OneToOne relation.
OneToOneNotOwningMapper(String, String, String, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.OneToOneNotOwningMapper
 
OneToOnePrimaryKeyJoinColumnMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Property mapper for OneToOne with PrimaryKeyJoinColumn relation.
OneToOnePrimaryKeyJoinColumnMapper(String, String, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.OneToOnePrimaryKeyJoinColumnMapper
 
OneToOneSecondPass - Class in org.hibernate.cfg
We have to handle OneToOne in a second pass because: -
OneToOneSecondPass(String, String, String, PropertyHolder, PropertyData, XClass, boolean, boolean, boolean, String, Ejb3JoinColumn[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.OneToOneSecondPass
 
OneToOneType - Class in org.hibernate.type
A one-to-one association to an entity
OneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.OneToOneType
OneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.OneToOneType
 
onEvict(EvictEvent) - Method in class org.hibernate.event.internal.DefaultEvictEventListener
Handle the given evict event.
onEvict(EvictEvent) - Method in interface org.hibernate.event.spi.EvictEventListener
Handle the given evict event.
OnExpectedFailure - Annotation Type in org.hibernate.testing
Annotation used to identify a method as a callback to be executed whenever a FailureExpected is handled.
onFailure() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
onFailure() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
OnFailure - Annotation Type in org.hibernate.testing
Annotation used to identify a method as a callback to be executed on test failures.
onFlush(FlushEvent) - Method in class org.hibernate.event.internal.DefaultFlushEventListener
Handle the given flush event.
onFlush(FlushEvent) - Method in interface org.hibernate.event.spi.FlushEventListener
Handle the given flush event.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called when an object is detected to be dirty, during a flush.
onFlushEntity(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Flushes a single entity's state to the database, by scheduling an update action, if necessary
onFlushEntity(FlushEntityEvent) - Method in interface org.hibernate.event.spi.FlushEntityEventListener
 
onInitializeCollection(InitializeCollectionEvent) - Method in class org.hibernate.event.internal.DefaultInitializeCollectionEventListener
called by a collection that wants to initialize itself
onInitializeCollection(InitializeCollectionEvent) - Method in interface org.hibernate.event.spi.InitializeCollectionEventListener
 
onLoad(Session, Serializable) - Method in interface org.hibernate.classic.Lifecycle
Called after an entity is loaded.
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Handle the given load event.
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.event.spi.LoadEventListener
Handle the given load event.
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called just before an object is initialized.
onLock(LockEvent) - Method in class org.hibernate.event.internal.DefaultLockEventListener
Handle the given lock event.
onLock(LockEvent) - Method in interface org.hibernate.event.spi.LockEventListener
Handle the given lock event.
OnLockVisitor - Class in org.hibernate.event.internal
When a transient entity is passed to lock(), we must inspect all its collections and 1.
OnLockVisitor(EventSource, Serializable, Object) - Constructor for class org.hibernate.event.internal.OnLockVisitor
 
onMerge(MergeEvent) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Handle the given merge event.
onMerge(MergeEvent, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Handle the given merge event.
onMerge(MergeEvent) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onMerge(MergeEvent, Map) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onPersist(PersistEvent) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
Handle the given create event.
onPersist(PersistEvent, Map) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
Handle the given create event.
onPersist(PersistEvent) - Method in interface org.hibernate.event.spi.PersistEventListener
Handle the given create event.
onPersist(PersistEvent, Map) - Method in interface org.hibernate.event.spi.PersistEventListener
Handle the given create event.
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
onPostDelete(PostDeleteEvent) - Method in interface org.hibernate.event.spi.PostDeleteEventListener
 
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.jpa.event.internal.core.JpaPostDeleteEventListener
 
onPostDeleteCommitFailed(PostDeleteEvent) - Method in interface org.hibernate.event.spi.PostCommitDeleteEventListener
Called when a commit fails and an an entity was scheduled for deletion
onPostInsert(PostInsertEvent) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
onPostInsert(PostInsertEvent) - Method in interface org.hibernate.event.spi.PostInsertEventListener
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.jpa.event.internal.core.JpaPostInsertEventListener
 
onPostInsertCommitFailed(PostInsertEvent) - Method in interface org.hibernate.event.spi.PostCommitInsertEventListener
Called when a commit fails and an an entity was scheduled for insertion
onPostLoad(PostLoadEvent) - Method in class org.hibernate.event.internal.DefaultPostLoadEventListener
 
onPostLoad(PostLoadEvent) - Method in interface org.hibernate.event.spi.PostLoadEventListener
 
onPostLoad(PostLoadEvent) - Method in class org.hibernate.jpa.event.internal.core.JpaPostLoadEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PostCollectionRecreateEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class org.hibernate.jpa.event.internal.core.JpaPostUpdateEventListener
 
onPostRemoveCollection(PostCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PostCollectionRemoveEventListener
 
onPostRemoveCollection(PostCollectionRemoveEvent) - Method in class org.hibernate.jpa.event.internal.core.JpaPostUpdateEventListener
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
onPostUpdate(PostUpdateEvent) - Method in interface org.hibernate.event.spi.PostUpdateEventListener
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.jpa.event.internal.core.JpaPostUpdateEventListener
 
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PostCollectionUpdateEventListener
 
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in class org.hibernate.jpa.event.internal.core.JpaPostUpdateEventListener
 
onPostUpdateCommitFailed(PostUpdateEvent) - Method in interface org.hibernate.event.spi.PostCommitUpdateEventListener
Called when a commit fails and an an entity was scheduled for update
onPreDelete(PreDeleteEvent) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
onPreDelete(PreDeleteEvent) - Method in interface org.hibernate.event.spi.PreDeleteEventListener
Return true if the operation should be vetoed
onPreDelete(PreDeleteEvent) - Method in class org.hibernate.secure.internal.JaccPreDeleteEventListener
 
onPreInsert(PreInsertEvent) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
onPreInsert(PreInsertEvent) - Method in interface org.hibernate.event.spi.PreInsertEventListener
Return true if the operation should be vetoed
onPreInsert(PreInsertEvent) - Method in class org.hibernate.secure.internal.JaccPreInsertEventListener
 
onPreLoad(PreLoadEvent) - Method in class org.hibernate.event.internal.DefaultPreLoadEventListener
 
onPreLoad(PreLoadEvent) - Method in interface org.hibernate.event.spi.PreLoadEventListener
 
onPreLoad(PreLoadEvent) - Method in class org.hibernate.secure.internal.JaccPreLoadEventListener
 
onPrepareStatement(String) - Method in class org.hibernate.EmptyInterceptor
 
onPrepareStatement(String) - Method in interface org.hibernate.Interceptor
Deprecated.
Supply a StatementInspector instead, if you wish to inspect and alter SQL statements.
onPreRecreateCollection(PreCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PreCollectionRecreateEventListener
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PreCollectionRemoveEventListener
 
onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
onPreUpdate(PreUpdateEvent) - Method in interface org.hibernate.event.spi.PreUpdateEventListener
Return true if the operation should be vetoed
onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.secure.internal.JaccPreUpdateEventListener
 
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
 
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PreCollectionUpdateEventListener
 
onRefresh(RefreshEvent) - Method in class org.hibernate.event.internal.DefaultRefreshEventListener
 
onRefresh(RefreshEvent, Map) - Method in class org.hibernate.event.internal.DefaultRefreshEventListener
Handle the given refresh event.
onRefresh(RefreshEvent) - Method in interface org.hibernate.event.spi.RefreshEventListener
Handle the given refresh event.
onRefresh(RefreshEvent, Map) - Method in interface org.hibernate.event.spi.RefreshEventListener
 
onReplicate(ReplicateEvent) - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
Handle the given replicate event.
onReplicate(ReplicateEvent) - Method in interface org.hibernate.event.spi.ReplicateEventListener
Handle the given replicate event.
OnReplicateVisitor - Class in org.hibernate.event.internal
When an entity is passed to replicate(), and there is an existing row, we must inspect all its collections and 1.
onResolveNaturalId(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
onResolveNaturalId(ResolveNaturalIdEvent) - Method in interface org.hibernate.event.spi.ResolveNaturalIdEventListener
Handle the given resolve natural id event.
onSave(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is saved.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onSave(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is saved.
onSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Handle the given update event.
onSaveOrUpdate(SaveOrUpdateEvent) - Method in interface org.hibernate.event.spi.SaveOrUpdateEventListener
Handle the given update event.
onUpdate(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is passed to Session.update().
OnUpdateVisitor - Class in org.hibernate.event.internal
When an entity is passed to update(), we must inspect all its collections and 1.
OPEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OPEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OPEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
open - Variable in class org.hibernate.jpa.internal.EntityManagerImpl
 
OPEN_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OPEN_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OPEN_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
OPEN_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
OPEN_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
openQuote() - Method in class org.hibernate.dialect.CUBRIDDialect
 
openQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to begin a quoted identifier.
openQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
openQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
openSession() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
openSession() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
openSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
openSession() - Method in interface org.hibernate.SessionBuilder
Opens a session with the specified options.
openSession() - Method in interface org.hibernate.SessionFactory
Open a Session.
openSession() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
openSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a session being opened.
openSession() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
openSession(Interceptor) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
openSession() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
openSession(Interceptor) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
openStatelessSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openStatelessSession(Connection) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openStatelessSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
openStatelessSession(Connection) - Method in class org.hibernate.internal.SessionFactoryImpl
 
openStatelessSession() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
openStatelessSession() - Method in interface org.hibernate.SessionFactory
Open a new stateless session.
openStatelessSession(Connection) - Method in interface org.hibernate.SessionFactory
Open a new stateless session, utilizing the specified JDBC Connection.
openStatelessSession() - Method in interface org.hibernate.StatelessSessionBuilder
Opens a session with the specified options.
openTemporarySession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openTemporarySession() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a non-transactional "current" session for Hibernate EntityManager
openTemporarySession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
operate() - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.DelayedOperation
 
OperatorNode - Interface in org.hibernate.hql.internal.ast.tree
Contract for nodes representing operators (logic or arithmetic).
OPT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the optimizer to use, either naming a Optimizer implementation class or naming a StandardOptimizerDescriptor by name
OPT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Indicates the optimizer to use, either naming a Optimizer implementation class or by naming a StandardOptimizerDescriptor by name
OptimisticCacheSource - Interface in org.hibernate.cache.spi
Contract for sources of optimistically lockable data sent to the second level cache.
OptimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply an optimistic LockingStrategy to an entity
OptimisticEntityLockException(Object, String) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
Constructs a OptimisticEntityLockException
OptimisticEntityLockException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
Constructs a OptimisticEntityLockException
optimisticFailure(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
optimisticFailure(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an optimistic lock failure on an entity
optimisticFailureCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
optimisticFailureCount
OptimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that forces an increment of the version (after verifying that version hasn't changed).
OptimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
Construct locking strategy.
OptimisticLock - Annotation Type in org.hibernate.annotations
Whether or not a change of the annotated property will trigger a entity version increment.
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
OptimisticLockException - Exception in org.hibernate
Deprecated.
OptimisticLockException(Object, String) - Constructor for exception org.hibernate.OptimisticLockException
Deprecated.
Constructs a OptimisticLockException using the specified information.
optimisticLockFailures(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
OptimisticLocking - Annotation Type in org.hibernate.annotations
Used to define the style of optimistic locking to be applied to an entity.
OptimisticLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that verifies that the version hasn't changed (prior to transaction commit).
OptimisticLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticLockingStrategy
Construct locking strategy.
OptimisticLockStyle - Enum in org.hibernate.engine
Describes how an entity should be optimistically locked.
optimisticLockStyle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
OptimisticLockStyleConverter - Class in org.hibernate.boot.jaxb.hbm.internal
Handles conversion to/from Hibernate's OptimisticLockStyle enum during JAXB processing.
OptimisticLockStyleConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.OptimisticLockStyleConverter
 
OptimisticLockType - Enum in org.hibernate.annotations
Possible optimistic locking strategies.
Optimizer - Interface in org.hibernate.id.enhanced
Performs optimization on an optimizable identifier generator.
OptimizerFactory - Class in org.hibernate.id.enhanced
Factory for Optimizer instances.
optional - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
optional - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
optional - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
optional - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
optionalFromTokenFromClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
optionalSpace() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
Add a aspace if the previous token was not a space or a parenthesis.
optionalSpace() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
options - Variable in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
 
Options() - Constructor for class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
or(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the disjuction of two expressions
or(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Return the disjuction of multiple expressions
OR - Static variable in class org.hibernate.envers.internal.tools.query.Parameters
 
or(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the disjuction of two criterions.
OR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
or(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
or(Predicate...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
Oracle10gDialect - Class in org.hibernate.dialect
A dialect specifically for use with Oracle 10g.
Oracle10gDialect() - Constructor for class org.hibernate.dialect.Oracle10gDialect
Constructs a Oracle10gDialect
Oracle12cDialect - Class in org.hibernate.dialect
An SQL dialect for Oracle 12c.
Oracle12cDialect() - Constructor for class org.hibernate.dialect.Oracle12cDialect
 
Oracle12cGetGeneratedKeysDelegate - Class in org.hibernate.dialect.identity
 
Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
 
Oracle12cIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
Oracle12cIdentityColumnSupport(Dialect) - Constructor for class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
Oracle8iDialect - Class in org.hibernate.dialect
A dialect for Oracle 8i.
Oracle8iDialect() - Constructor for class org.hibernate.dialect.Oracle8iDialect
Constructs a Oracle8iDialect
Oracle9Dialect - Class in org.hibernate.dialect
Deprecated.
Use either Oracle9iDialect or Oracle10gDialect instead
Oracle9Dialect() - Constructor for class org.hibernate.dialect.Oracle9Dialect
Deprecated.
Constructs a Oracle9Dialect
Oracle9iDialect - Class in org.hibernate.dialect
A dialect for Oracle 9i databases.
Oracle9iDialect() - Constructor for class org.hibernate.dialect.Oracle9iDialect
 
OracleDialect - Class in org.hibernate.dialect
Deprecated.
Use Oracle8iDialect instead.
OracleDialect() - Constructor for class org.hibernate.dialect.OracleDialect
Deprecated.
Constructs a (DEPRECATED) Oracle9Dialect
OracleJoinFragment - Class in org.hibernate.sql
An Oracle-style (theta) join
OracleJoinFragment() - Constructor for class org.hibernate.sql.OracleJoinFragment
 
OracleSpatial10gDialect - Class in org.hibernate.spatial.dialect.oracle
Spatial Dialect for Oracle10g databases.
OracleSpatial10gDialect() - Constructor for class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
Constructs the dialect with the specified configuration
OracleSpatialAggregate - Interface in org.hibernate.spatial.dialect.oracle.criterion
Defines types of Oracle Spatial aggregate functions
OracleSpatialProjection - Class in org.hibernate.spatial.dialect.oracle.criterion
Template class for Spatial Projections
OracleSpatialProjection(int, String) - Constructor for class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjection
Constructs an instance for the specified aggregate function and property
OracleSpatialProjections - Class in org.hibernate.spatial.dialect.oracle.criterion
Factory class for SpationProjection functions *
OracleSpatialRestrictions - Class in org.hibernate.spatial.dialect.oracle.criterion
A static factory class for spatial criteria using the Oracle Spatial native spatial operators for the SDO_GEOMTRY type.
OracleTypesHelper - Class in org.hibernate.dialect
A Helper for dealing with the OracleTypes class
order(CtField[]) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
keep the same order.
order(CtField[]) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
For fields which are persistent (according to EnhancementContext.isPersistentField(javassist.CtField)), determine the corresponding ordering maintained within the Hibernate metamodel.
Order - Class in org.hibernate.criterion
Represents an ordering imposed upon the results of a Criteria
Order(String, boolean) - Constructor for class org.hibernate.criterion.Order
Constructor for Order.
ORDER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ORDER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ORDER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ORDER_BY - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ORDER_BY - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ORDER_ELEMENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ORDER_ELEMENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ORDER_ELEMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ORDER_INSERTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable ordering of insert statements for the purpose of more efficient JDBC batching.
ORDER_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ORDER_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ORDER_UPDATES - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable ordering of update statements by primary key value
Orderable - Interface in org.hibernate.boot.model.source.spi
Contact to define if a plural attribute source is orderable or not.
OrderBy - Annotation Type in org.hibernate.annotations
Order a collection using SQL ordering (not HQL ordering).
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
orderBy(Order...) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
orderBy(List<Order>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
orderBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
orderBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
orderBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
orderBy(List, String) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
For entities, orderings added by, for example, Criteria#addOrder need to come before the associations' @OrderBy values.
orderBy(List, String) - Method in class org.hibernate.loader.JoinWalker
 
orderBy(List) - Static method in class org.hibernate.loader.JoinWalker
Get the order by string required for collection fetching
OrderByAliasResolver - Interface in org.hibernate.sql.ordering.antlr
Given a column reference, resolve the table alias to apply to the column to qualify it.
orderByAnnotationIndexedCollection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
orderByClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
OrderByClause - Class in org.hibernate.hql.internal.ast.tree
Implementation of OrderByClause.
OrderByClause() - Constructor for class org.hibernate.hql.internal.ast.tree.OrderByClause
 
orderByFragment() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Main recognition rule for this grammar
orderByFragment(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
OrderByFragment - Class in org.hibernate.sql.ordering.antlr
Represents a parsed order-by mapping fragment.
OrderByFragment() - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragment
 
OrderByFragmentParser - Class in org.hibernate.sql.ordering.antlr
Extension of the Antlr-generated parser for the purpose of adding our custom parsing behavior (semantic analysis, etc).
OrderByFragmentParser(TokenStream, TranslationContext) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
OrderByFragmentRenderer - Class in org.hibernate.sql.ordering.antlr
Extension of the Antlr-generated tree walker for rendering the parsed order-by tree back to String form.
OrderByFragmentRenderer(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
OrderByFragmentTranslator - Class in org.hibernate.sql.ordering.antlr
A translator for order-by mappings, whether specified by hbm.xml files, Hibernate OrderBy annotation or JPA OrderBy annotation.
OrderByFragmentTranslator() - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator
 
OrderByFragmentTranslator.StandardOrderByTranslationImpl - Class in org.hibernate.sql.ordering.antlr
 
OrderByParser - Class in org.hibernate.hql.internal.classic
Parses the ORDER BY clause of a query
OrderByParser() - Constructor for class org.hibernate.hql.internal.classic.OrderByParser
 
OrderByTemplateTokenTypes - Interface in org.hibernate.sql.ordering.antlr
 
OrderByTranslation - Interface in org.hibernate.sql.ordering.antlr
Represents the result of an order-by translation by @OrderByTranslator
orderClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
orderColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
orderColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
orderColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
OrderColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
OrderColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
orderDirection(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
orderedMap(String, String) - Method in class org.hibernate.type.TypeFactory
 
OrderedMapType - Class in org.hibernate.type
A specialization of the map type, with (resultset-based) ordering.
OrderedMapType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.OrderedMapType
 
OrderedSequenceGenerator - Class in org.hibernate.envers.enhanced
Revision number generator has to produce values in ascending order (gaps may occur).
OrderedSequenceGenerator() - Constructor for class org.hibernate.envers.enhanced.OrderedSequenceGenerator
 
orderedSet(String, String) - Method in class org.hibernate.type.TypeFactory
 
OrderedSetType - Class in org.hibernate.type
A specialization of the set type, with (resultset-based) ordering.
OrderedSetType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.OrderedSetType
 
orderElement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
orderExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
orderExprs(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
orderExprs(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
OrderImpl - Class in org.hibernate.jpa.criteria
Represents an ORDER BY fragment.
OrderImpl(Expression<?>) - Constructor for class org.hibernate.jpa.criteria.OrderImpl
 
OrderImpl(Expression<?>, boolean) - Constructor for class org.hibernate.jpa.criteria.OrderImpl
 
orderingSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the ordering specification; ASCENDING or DESCENDING.
orderingSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
OrderingSpecification - Class in org.hibernate.sql.ordering.antlr
Models an ordering specification (ASCENDING or DESCENDING) within a SortSpecification.
OrderingSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.OrderingSpecification
 
OrderingSpecification.Ordering - Class in org.hibernate.sql.ordering.antlr
 
ordinal() - Method in class org.hibernate.event.spi.EventType
EventType is effectively an enumeration.
ordinalInId - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
ordinalParameter(int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when an ordinal parameter is recognized
ordinalParameter(int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
ordinalParameter(int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
OrdinalParameterDescriptor - Class in org.hibernate.engine.query.spi
Descriptor regarding an ordinal parameter.
OrdinalParameterDescriptor(int, Type, int) - Constructor for class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
Constructs an ordinal parameter descriptor.
org.hibernate - package org.hibernate
This package defines the central Hibernate APIs.
org.hibernate.action.internal - package org.hibernate.action.internal
Internals for action processing.
org.hibernate.action.spi - package org.hibernate.action.spi
Defines SPI hooks into the ActionQueue.
org.hibernate.annotations - package org.hibernate.annotations
Package containing all the Hibernate specific annotations.
org.hibernate.boot - package org.hibernate.boot
This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).
org.hibernate.boot.archive.internal - package org.hibernate.boot.archive.internal
The internals of archive scanning support
org.hibernate.boot.archive.scan.internal - package org.hibernate.boot.archive.scan.internal
 
org.hibernate.boot.archive.scan.spi - package org.hibernate.boot.archive.scan.spi
 
org.hibernate.boot.archive.spi - package org.hibernate.boot.archive.spi
Defines the SPI for support of "scanning" of "archives".
org.hibernate.boot.cfgxml.internal - package org.hibernate.boot.cfgxml.internal
 
org.hibernate.boot.cfgxml.spi - package org.hibernate.boot.cfgxml.spi
 
org.hibernate.boot.internal - package org.hibernate.boot.internal
 
org.hibernate.boot.jaxb - package org.hibernate.boot.jaxb
 
org.hibernate.boot.jaxb.cfg.spi - package org.hibernate.boot.jaxb.cfg.spi
 
org.hibernate.boot.jaxb.hbm.internal - package org.hibernate.boot.jaxb.hbm.internal
JAXB details.
org.hibernate.boot.jaxb.hbm.spi - package org.hibernate.boot.jaxb.hbm.spi
 
org.hibernate.boot.jaxb.internal - package org.hibernate.boot.jaxb.internal
 
org.hibernate.boot.jaxb.internal.stax - package org.hibernate.boot.jaxb.internal.stax
Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)
org.hibernate.boot.jaxb.spi - package org.hibernate.boot.jaxb.spi
 
org.hibernate.boot.model - package org.hibernate.boot.model
 
org.hibernate.boot.model.naming - package org.hibernate.boot.model.naming
Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).
org.hibernate.boot.model.process.internal - package org.hibernate.boot.model.process.internal
 
org.hibernate.boot.model.process.spi - package org.hibernate.boot.model.process.spi
 
org.hibernate.boot.model.relational - package org.hibernate.boot.model.relational
 
org.hibernate.boot.model.source.internal - package org.hibernate.boot.model.source.internal
 
org.hibernate.boot.model.source.internal.annotations - package org.hibernate.boot.model.source.internal.annotations
 
org.hibernate.boot.model.source.internal.hbm - package org.hibernate.boot.model.source.internal.hbm
 
org.hibernate.boot.model.source.spi - package org.hibernate.boot.model.source.spi
 
org.hibernate.boot.registry - package org.hibernate.boot.registry
Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.
org.hibernate.boot.registry.classloading.internal - package org.hibernate.boot.registry.classloading.internal
The class loading service internals.
org.hibernate.boot.registry.classloading.spi - package org.hibernate.boot.registry.classloading.spi
The class loading service SPI.
org.hibernate.boot.registry.internal - package org.hibernate.boot.registry.internal
The internals for building service registries.
org.hibernate.boot.registry.selector - package org.hibernate.boot.registry.selector
Defines a feature-set around named registration of implementations of various contracts and the ability to select those implementations.
org.hibernate.boot.registry.selector.internal - package org.hibernate.boot.registry.selector.internal
Internals for building StrategySelector
org.hibernate.boot.registry.selector.spi - package org.hibernate.boot.registry.selector.spi
Defines actual contract used for strategy selection : StrategySelector.
org.hibernate.boot.spi - package org.hibernate.boot.spi
 
org.hibernate.bytecode.buildtime.internal - package org.hibernate.bytecode.buildtime.internal
Javassist support internals
org.hibernate.bytecode.buildtime.spi - package org.hibernate.bytecode.buildtime.spi
Package defining build-time bytecode code enhancement (instrumentation) support.
org.hibernate.bytecode.enhance.internal - package org.hibernate.bytecode.enhance.internal
package containing bytecode enhancement code (internals)
org.hibernate.bytecode.enhance.internal.tracker - package org.hibernate.bytecode.enhance.internal.tracker
specialized classes to keep track of changes
org.hibernate.bytecode.enhance.spi - package org.hibernate.bytecode.enhance.spi
package defining bytecode code enhancement (instrumentation) support.
org.hibernate.bytecode.enhance.spi.interceptor - package org.hibernate.bytecode.enhance.spi.interceptor
interceptor implementations
org.hibernate.bytecode.instrumentation.internal - package org.hibernate.bytecode.instrumentation.internal
Bytecode instrumentation internals
org.hibernate.bytecode.instrumentation.internal.javassist - package org.hibernate.bytecode.instrumentation.internal.javassist
Javassist support internals
org.hibernate.bytecode.instrumentation.spi - package org.hibernate.bytecode.instrumentation.spi
Package defining bytecode code enhancement (instrumentation) support.
org.hibernate.bytecode.internal.javassist - package org.hibernate.bytecode.internal.javassist
Javassist support internals
org.hibernate.bytecode.spi - package org.hibernate.bytecode.spi
Package defining bytecode code enhancement (instrumentation) support.
org.hibernate.c3p0.internal - package org.hibernate.c3p0.internal
Implementation of ConnectionProvider using the c3p0 Connection pool.
org.hibernate.cache - package org.hibernate.cache
This package defines API of the Hibernate second level cache service.
org.hibernate.cache.ehcache - package org.hibernate.cache.ehcache
Defines the integration with Ehcache as a second-level cache service.
org.hibernate.cache.ehcache.internal.nonstop - package org.hibernate.cache.ehcache.internal.nonstop
Support for handling non-stop caches.
org.hibernate.cache.ehcache.internal.regions - package org.hibernate.cache.ehcache.internal.regions
Defines RegionFactory support for the Ehcache integration
org.hibernate.cache.ehcache.internal.strategy - package org.hibernate.cache.ehcache.internal.strategy
Defines RegionAccessStrategy support for the Ehcache integration
org.hibernate.cache.ehcache.internal.util - package org.hibernate.cache.ehcache.internal.util
Defines utilities used by the Ehcache integration
org.hibernate.cache.ehcache.management.impl - package org.hibernate.cache.ehcache.management.impl
Defines JMX support for the Ehcache integration
org.hibernate.cache.infinispan - package org.hibernate.cache.infinispan
Defines the integration with Infinispan as a second-level cache service.
org.hibernate.cache.infinispan.access - package org.hibernate.cache.infinispan.access
Internal Infinispan-based implementation of the cache region access strategies
org.hibernate.cache.infinispan.collection - package org.hibernate.cache.infinispan.collection
Internal Infinispan-based implementation of the collection cache region
org.hibernate.cache.infinispan.entity - package org.hibernate.cache.infinispan.entity
Internal Infinispan-based implementation of the entity cache region
org.hibernate.cache.infinispan.impl - package org.hibernate.cache.infinispan.impl
Internal Infinispan-specific base cache region implementations
org.hibernate.cache.infinispan.naturalid - package org.hibernate.cache.infinispan.naturalid
Internal Infinispan-based implementation of the natural-id cache region
org.hibernate.cache.infinispan.query - package org.hibernate.cache.infinispan.query
Internal Infinispan-based implementation of the "query results" cache region
org.hibernate.cache.infinispan.timestamp - package org.hibernate.cache.infinispan.timestamp
Internal Infinispan-based implementation of the "update timestamps" cache region
org.hibernate.cache.infinispan.tm - package org.hibernate.cache.infinispan.tm
Internal bridging between Infinispan and Hibernate notions of talking to JTA
org.hibernate.cache.infinispan.util - package org.hibernate.cache.infinispan.util
Internal utilities for the Infinispan integration
org.hibernate.cache.internal - package org.hibernate.cache.internal
Internal implementations and support for second-level caching.
org.hibernate.cache.spi - package org.hibernate.cache.spi
Defines the Hibernate second level caching SPI.
org.hibernate.cache.spi.access - package org.hibernate.cache.spi.access
Defines contracts for transactional and concurrent access to cached entity and collection data.
org.hibernate.cache.spi.entry - package org.hibernate.cache.spi.entry
This package defines formats for disassembled state kept in the second level cache.
org.hibernate.cfg - package org.hibernate.cfg
This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.
org.hibernate.cfg.annotations - package org.hibernate.cfg.annotations
 
org.hibernate.cfg.annotations.reflection - package org.hibernate.cfg.annotations.reflection
Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.
org.hibernate.cfg.beanvalidation - package org.hibernate.cfg.beanvalidation
 
org.hibernate.classic - package org.hibernate.classic
This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.
org.hibernate.collection.internal - package org.hibernate.collection.internal
Internal implementations and support for persistent collections
org.hibernate.collection.spi - package org.hibernate.collection.spi
SPI definitions for persistent collections
org.hibernate.context - package org.hibernate.context
Defines support for "current session" feature.
org.hibernate.context.internal - package org.hibernate.context.internal
Internal implementations and support around "current session" handling.
org.hibernate.context.spi - package org.hibernate.context.spi
SPI level contracts around "current session" support.
org.hibernate.criterion - package org.hibernate.criterion
A framework for defining restriction criteria and order criteria.
org.hibernate.dialect - package org.hibernate.dialect
This package abstracts the SQL dialect of the underlying database.
org.hibernate.dialect.function - package org.hibernate.dialect.function
A framework for defining database-specific SQL functions that are available via the dialect.
org.hibernate.dialect.identity - package org.hibernate.dialect.identity
 
org.hibernate.dialect.lock - package org.hibernate.dialect.lock
Support for Dialect-specific locking strategies
org.hibernate.dialect.pagination - package org.hibernate.dialect.pagination
Support for Dialect-specific pagination strategies
org.hibernate.dialect.unique - package org.hibernate.dialect.unique
Support for Dialect-specific unique constraint definition
org.hibernate.ejb - package org.hibernate.ejb
 
org.hibernate.ejb.cfg.spi - package org.hibernate.ejb.cfg.spi
 
org.hibernate.ejb.packaging - package org.hibernate.ejb.packaging
 
org.hibernate.engine - package org.hibernate.engine
This package contains classes that are "shared" by other packages, and implementations of some key algorithms.
org.hibernate.engine.config.internal - package org.hibernate.engine.config.internal
Internal support for the configuration service implementation
org.hibernate.engine.config.spi - package org.hibernate.engine.config.spi
SPI Package for the configuration service.
org.hibernate.engine.internal - package org.hibernate.engine.internal
Support for many of the internal workings of Hibernate.
org.hibernate.engine.jdbc - package org.hibernate.engine.jdbc
Support for various aspects of JDBC interaction
org.hibernate.engine.jdbc.batch.internal - package org.hibernate.engine.jdbc.batch.internal
Internals for JDBC batching support.
org.hibernate.engine.jdbc.batch.spi - package org.hibernate.engine.jdbc.batch.spi
Defines contracts for JDBC batching support.
org.hibernate.engine.jdbc.connections.internal - package org.hibernate.engine.jdbc.connections.internal
Internals for accessing JDBC Connections
org.hibernate.engine.jdbc.connections.spi - package org.hibernate.engine.jdbc.connections.spi
Defines contracts for accessing JDBC Connections
org.hibernate.engine.jdbc.cursor.internal - package org.hibernate.engine.jdbc.cursor.internal
Internals for JDBC REF_CURSOR support.
org.hibernate.engine.jdbc.cursor.spi - package org.hibernate.engine.jdbc.cursor.spi
Defines contracts for JDBC REF_CURSOR support.
org.hibernate.engine.jdbc.dialect.internal - package org.hibernate.engine.jdbc.dialect.internal
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
org.hibernate.engine.jdbc.dialect.spi - package org.hibernate.engine.jdbc.dialect.spi
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
org.hibernate.engine.jdbc.env.internal - package org.hibernate.engine.jdbc.env.internal
 
org.hibernate.engine.jdbc.env.spi - package org.hibernate.engine.jdbc.env.spi
 
org.hibernate.engine.jdbc.internal - package org.hibernate.engine.jdbc.internal
Internals for supporting various aspects of JDBC interaction
org.hibernate.engine.jdbc.spi - package org.hibernate.engine.jdbc.spi
SPI contracts for supporting various aspects of JDBC interaction
org.hibernate.engine.jndi - package org.hibernate.engine.jndi
Support for JNDI within Hibernate
org.hibernate.engine.jndi.internal - package org.hibernate.engine.jndi.internal
Internal contracts defining the JNDI support within Hibernate
org.hibernate.engine.jndi.spi - package org.hibernate.engine.jndi.spi
The SPI contracts for Hibernate JNDI support
org.hibernate.engine.loading.internal - package org.hibernate.engine.loading.internal
Internal classes used to track loading of data, potentially across multiple ResultSets
org.hibernate.engine.profile - package org.hibernate.engine.profile
Models the fetch profiles defined by the application
org.hibernate.engine.query.internal - package org.hibernate.engine.query.internal
 
org.hibernate.engine.query.spi - package org.hibernate.engine.query.spi
Defines support for query plans and stored metadata about queries
org.hibernate.engine.query.spi.sql - package org.hibernate.engine.query.spi.sql
 
org.hibernate.engine.spi - package org.hibernate.engine.spi
 
org.hibernate.engine.transaction.internal - package org.hibernate.engine.transaction.internal
 
org.hibernate.engine.transaction.internal.jta - package org.hibernate.engine.transaction.internal.jta
 
org.hibernate.engine.transaction.jta.platform.internal - package org.hibernate.engine.transaction.jta.platform.internal
 
org.hibernate.engine.transaction.jta.platform.spi - package org.hibernate.engine.transaction.jta.platform.spi
 
org.hibernate.engine.transaction.spi - package org.hibernate.engine.transaction.spi
 
org.hibernate.envers - package org.hibernate.envers
 
org.hibernate.envers.boot.internal - package org.hibernate.envers.boot.internal
 
org.hibernate.envers.configuration - package org.hibernate.envers.configuration
 
org.hibernate.envers.configuration.internal - package org.hibernate.envers.configuration.internal
 
org.hibernate.envers.configuration.internal.metadata - package org.hibernate.envers.configuration.internal.metadata
 
org.hibernate.envers.configuration.internal.metadata.reader - package org.hibernate.envers.configuration.internal.metadata.reader
 
org.hibernate.envers.enhanced - package org.hibernate.envers.enhanced
 
org.hibernate.envers.event.spi - package org.hibernate.envers.event.spi
 
org.hibernate.envers.exception - package org.hibernate.envers.exception
 
org.hibernate.envers.internal - package org.hibernate.envers.internal
 
org.hibernate.envers.internal.entities - package org.hibernate.envers.internal.entities
 
org.hibernate.envers.internal.entities.mapper - package org.hibernate.envers.internal.entities.mapper
 
org.hibernate.envers.internal.entities.mapper.id - package org.hibernate.envers.internal.entities.mapper.id
 
org.hibernate.envers.internal.entities.mapper.relation - package org.hibernate.envers.internal.entities.mapper.relation
 
org.hibernate.envers.internal.entities.mapper.relation.component - package org.hibernate.envers.internal.entities.mapper.relation.component
 
org.hibernate.envers.internal.entities.mapper.relation.lazy - package org.hibernate.envers.internal.entities.mapper.relation.lazy
 
org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor - package org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
 
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy - package org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
org.hibernate.envers.internal.entities.mapper.relation.query - package org.hibernate.envers.internal.entities.mapper.relation.query
 
org.hibernate.envers.internal.reader - package org.hibernate.envers.internal.reader
 
org.hibernate.envers.internal.revisioninfo - package org.hibernate.envers.internal.revisioninfo
 
org.hibernate.envers.internal.synchronization - package org.hibernate.envers.internal.synchronization
 
org.hibernate.envers.internal.synchronization.work - package org.hibernate.envers.internal.synchronization.work
 
org.hibernate.envers.internal.tools - package org.hibernate.envers.internal.tools
 
org.hibernate.envers.internal.tools.graph - package org.hibernate.envers.internal.tools.graph
 
org.hibernate.envers.internal.tools.query - package org.hibernate.envers.internal.tools.query
 
org.hibernate.envers.query - package org.hibernate.envers.query
 
org.hibernate.envers.query.criteria - package org.hibernate.envers.query.criteria
 
org.hibernate.envers.query.criteria.internal - package org.hibernate.envers.query.criteria.internal
 
org.hibernate.envers.query.internal.impl - package org.hibernate.envers.query.internal.impl
 
org.hibernate.envers.query.internal.property - package org.hibernate.envers.query.internal.property
 
org.hibernate.envers.query.order - package org.hibernate.envers.query.order
 
org.hibernate.envers.query.order.internal - package org.hibernate.envers.query.order.internal
 
org.hibernate.envers.query.projection - package org.hibernate.envers.query.projection
 
org.hibernate.envers.query.projection.internal - package org.hibernate.envers.query.projection.internal
 
org.hibernate.envers.strategy - package org.hibernate.envers.strategy
 
org.hibernate.envers.tools - package org.hibernate.envers.tools
 
org.hibernate.event.internal - package org.hibernate.event.internal
This package defines a default set of event listeners that implements the default behaviors of Hibernate.
org.hibernate.event.service.internal - package org.hibernate.event.service.internal
 
org.hibernate.event.service.spi - package org.hibernate.event.service.spi
 
org.hibernate.event.spi - package org.hibernate.event.spi
 
org.hibernate.exception - package org.hibernate.exception
This package is a fork of Apache commons-lang nestable exceptions.
org.hibernate.exception.internal - package org.hibernate.exception.internal
 
org.hibernate.exception.spi - package org.hibernate.exception.spi
 
org.hibernate.graph.spi - package org.hibernate.graph.spi
 
org.hibernate.hikaricp.internal - package org.hibernate.hikaricp.internal
Implementation of ConnectionProvider using HikariCP.
org.hibernate.hql.internal - package org.hibernate.hql.internal
 
org.hibernate.hql.internal.antlr - package org.hibernate.hql.internal.antlr
 
org.hibernate.hql.internal.ast - package org.hibernate.hql.internal.ast
An ANTLR-based parser for Hibernate Query Language.
org.hibernate.hql.internal.ast.exec - package org.hibernate.hql.internal.ast.exec
 
org.hibernate.hql.internal.ast.tree - package org.hibernate.hql.internal.ast.tree
 
org.hibernate.hql.internal.ast.util - package org.hibernate.hql.internal.ast.util
 
org.hibernate.hql.internal.classic - package org.hibernate.hql.internal.classic
This package contains the Hibernate 2.x query parser which is being end-of-lifed.
org.hibernate.hql.spi - package org.hibernate.hql.spi
 
org.hibernate.hql.spi.id - package org.hibernate.hql.spi.id
Support for multi-table update and delete statements via id-tables.
org.hibernate.hql.spi.id.global - package org.hibernate.hql.spi.id.global
 
org.hibernate.hql.spi.id.local - package org.hibernate.hql.spi.id.local
 
org.hibernate.hql.spi.id.persistent - package org.hibernate.hql.spi.id.persistent
Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.
org.hibernate.id - package org.hibernate.id
This package contains internal implementation classes for the main API interfaces.
org.hibernate.id.enhanced - package org.hibernate.id.enhanced
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration
org.hibernate.id.factory - package org.hibernate.id.factory
 
org.hibernate.id.factory.internal - package org.hibernate.id.factory.internal
 
org.hibernate.id.factory.spi - package org.hibernate.id.factory.spi
 
org.hibernate.id.insert - package org.hibernate.id.insert
 
org.hibernate.id.uuid - package org.hibernate.id.uuid
 
org.hibernate.integrator.internal - package org.hibernate.integrator.internal
 
org.hibernate.integrator.spi - package org.hibernate.integrator.spi
 
org.hibernate.internal - package org.hibernate.internal
An internal package containing mostly implementations of central Hibernate APIs.
org.hibernate.internal.log - package org.hibernate.internal.log
 
org.hibernate.internal.util - package org.hibernate.internal.util
Internal utility classes.
org.hibernate.internal.util.beans - package org.hibernate.internal.util.beans
 
org.hibernate.internal.util.collections - package org.hibernate.internal.util.collections
 
org.hibernate.internal.util.compare - package org.hibernate.internal.util.compare
 
org.hibernate.internal.util.config - package org.hibernate.internal.util.config
 
org.hibernate.internal.util.io - package org.hibernate.internal.util.io
 
org.hibernate.internal.util.jndi - package org.hibernate.internal.util.jndi
 
org.hibernate.internal.util.type - package org.hibernate.internal.util.type
 
org.hibernate.internal.util.xml - package org.hibernate.internal.util.xml
 
org.hibernate.jdbc - package org.hibernate.jdbc
Essentially defines Work, ReturningWork and Expectation as well as some exceptions
org.hibernate.jmx.internal - package org.hibernate.jmx.internal
 
org.hibernate.jmx.spi - package org.hibernate.jmx.spi
 
org.hibernate.jpa - package org.hibernate.jpa
Defines Hibernate implementation of Java Persistence specification.
org.hibernate.jpa.boot.internal - package org.hibernate.jpa.boot.internal
 
org.hibernate.jpa.boot.spi - package org.hibernate.jpa.boot.spi
 
org.hibernate.jpa.criteria - package org.hibernate.jpa.criteria
 
org.hibernate.jpa.criteria.compile - package org.hibernate.jpa.criteria.compile
 
org.hibernate.jpa.criteria.expression - package org.hibernate.jpa.criteria.expression
 
org.hibernate.jpa.criteria.expression.function - package org.hibernate.jpa.criteria.expression.function
 
org.hibernate.jpa.criteria.path - package org.hibernate.jpa.criteria.path
 
org.hibernate.jpa.criteria.predicate - package org.hibernate.jpa.criteria.predicate
 
org.hibernate.jpa.event.internal.core - package org.hibernate.jpa.event.internal.core
 
org.hibernate.jpa.event.internal.jpa - package org.hibernate.jpa.event.internal.jpa
 
org.hibernate.jpa.event.spi - package org.hibernate.jpa.event.spi
 
org.hibernate.jpa.event.spi.jpa - package org.hibernate.jpa.event.spi.jpa
 
org.hibernate.jpa.graph.internal - package org.hibernate.jpa.graph.internal
 
org.hibernate.jpa.internal - package org.hibernate.jpa.internal
 
org.hibernate.jpa.internal.enhance - package org.hibernate.jpa.internal.enhance
 
org.hibernate.jpa.internal.instrument - package org.hibernate.jpa.internal.instrument
 
org.hibernate.jpa.internal.metamodel - package org.hibernate.jpa.internal.metamodel
 
org.hibernate.jpa.internal.schemagen - package org.hibernate.jpa.internal.schemagen
Support for JPA 2.1 defined database schema generation.
org.hibernate.jpa.internal.util - package org.hibernate.jpa.internal.util
 
org.hibernate.jpa.spi - package org.hibernate.jpa.spi
 
org.hibernate.jpamodelgen - package org.hibernate.jpamodelgen
The main package of this annotation processor.
org.hibernate.jpamodelgen.annotation - package org.hibernate.jpamodelgen.annotation
Implementation of the model classes backed by annotations.
org.hibernate.jpamodelgen.model - package org.hibernate.jpamodelgen.model
 
org.hibernate.jpamodelgen.util - package org.hibernate.jpamodelgen.util
Helper classes for string and type processing as well as access type detection.
org.hibernate.jpamodelgen.util.xml - package org.hibernate.jpamodelgen.util.xml
XML helper classes.
org.hibernate.jpamodelgen.xml - package org.hibernate.jpamodelgen.xml
Implementation of the model classes backed by annotations.
org.hibernate.jpamodelgen.xml.jaxb - package org.hibernate.jpamodelgen.xml.jaxb
 
org.hibernate.loader - package org.hibernate.loader
This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.
org.hibernate.loader.collection - package org.hibernate.loader.collection
This package defines collection initializers
org.hibernate.loader.collection.plan - package org.hibernate.loader.collection.plan
 
org.hibernate.loader.criteria - package org.hibernate.loader.criteria
This package defines the criteria query compiler and loader
org.hibernate.loader.custom - package org.hibernate.loader.custom
This package defines a framework for custom loaders that accept handwritten SQL
org.hibernate.loader.custom.sql - package org.hibernate.loader.custom.sql
 
org.hibernate.loader.entity - package org.hibernate.loader.entity
This package defines entity loaders
org.hibernate.loader.entity.plan - package org.hibernate.loader.entity.plan
 
org.hibernate.loader.hql - package org.hibernate.loader.hql
This package defines a loader for the AST-based query parser
org.hibernate.loader.plan.build.internal - package org.hibernate.loader.plan.build.internal
Contains the internal implementations used for building a metamodel-driven LoadPlan.
org.hibernate.loader.plan.build.internal.returns - package org.hibernate.loader.plan.build.internal.returns
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
org.hibernate.loader.plan.build.internal.spaces - package org.hibernate.loader.plan.build.internal.spaces
Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.
org.hibernate.loader.plan.build.spi - package org.hibernate.loader.plan.build.spi
Defines the SPI for building a metamodel-driven LoadPlan
org.hibernate.loader.plan.exec.internal - package org.hibernate.loader.plan.exec.internal
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
org.hibernate.loader.plan.exec.process.internal - package org.hibernate.loader.plan.exec.process.internal
 
org.hibernate.loader.plan.exec.process.spi - package org.hibernate.loader.plan.exec.process.spi
 
org.hibernate.loader.plan.exec.query.internal - package org.hibernate.loader.plan.exec.query.internal
Provides the internal implementation for generating the load query for the LoadPlan.
org.hibernate.loader.plan.exec.query.spi - package org.hibernate.loader.plan.exec.query.spi
Defines the SPI for obtaining values for options that impact the load query.
org.hibernate.loader.plan.exec.spi - package org.hibernate.loader.plan.exec.spi
Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.
org.hibernate.loader.plan.spi - package org.hibernate.loader.plan.spi
Defines the SPI for the building blocks that make up a LoadPlan.
org.hibernate.loader.spi - package org.hibernate.loader.spi
 
org.hibernate.lob - package org.hibernate.lob
 
org.hibernate.mapping - package org.hibernate.mapping
This package defines the Hibernate configuration-time metamodel.
org.hibernate.metadata - package org.hibernate.metadata
This package defines an API for accessing the Hibernate runtime metamodel.
org.hibernate.orm.tooling.maven - package org.hibernate.orm.tooling.maven
 
org.hibernate.osgi - package org.hibernate.osgi
Main OSGi support classes
org.hibernate.param - package org.hibernate.param
 
org.hibernate.persister.collection - package org.hibernate.persister.collection
This package abstracts the persistence mechanism for collections.
org.hibernate.persister.entity - package org.hibernate.persister.entity
This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.
org.hibernate.persister.internal - package org.hibernate.persister.internal
 
org.hibernate.persister.spi - package org.hibernate.persister.spi
 
org.hibernate.persister.walking.internal - package org.hibernate.persister.walking.internal
 
org.hibernate.persister.walking.spi - package org.hibernate.persister.walking.spi
 
org.hibernate.pretty - package org.hibernate.pretty
Classes for pretty printing things for exception and log messages.
org.hibernate.procedure - package org.hibernate.procedure
 
org.hibernate.procedure.internal - package org.hibernate.procedure.internal
Defines the internal support for implementing stored procedure calling.
org.hibernate.procedure.spi - package org.hibernate.procedure.spi
 
org.hibernate.property.access.internal - package org.hibernate.property.access.internal
 
org.hibernate.property.access.spi - package org.hibernate.property.access.spi
Defines strategies for accessing the persistent properties of an entity or composite.
org.hibernate.proxool.internal - package org.hibernate.proxool.internal
Implementation of ConnectionProvider using the proxool Connection pool.
org.hibernate.proxy - package org.hibernate.proxy
This package defines a framework for lazy-initializing entity proxies.
org.hibernate.proxy.map - package org.hibernate.proxy.map
 
org.hibernate.proxy.pojo - package org.hibernate.proxy.pojo
 
org.hibernate.proxy.pojo.javassist - package org.hibernate.proxy.pojo.javassist
 
org.hibernate.resource.jdbc - package org.hibernate.resource.jdbc
 
org.hibernate.resource.jdbc.internal - package org.hibernate.resource.jdbc.internal
 
org.hibernate.resource.jdbc.spi - package org.hibernate.resource.jdbc.spi
 
org.hibernate.resource.transaction - package org.hibernate.resource.transaction
Defines the resource-level transaction capabilities of Hibernate, which revolves around the TransactionCoordinator contract.
org.hibernate.resource.transaction.backend.jdbc.internal - package org.hibernate.resource.transaction.backend.jdbc.internal
 
org.hibernate.resource.transaction.backend.jdbc.spi - package org.hibernate.resource.transaction.backend.jdbc.spi
 
org.hibernate.resource.transaction.backend.jta.internal - package org.hibernate.resource.transaction.backend.jta.internal
 
org.hibernate.resource.transaction.backend.jta.internal.synchronization - package org.hibernate.resource.transaction.backend.jta.internal.synchronization
Internal implementation details for reacting to JTA transaction completion via Synchronization callbacks
org.hibernate.resource.transaction.internal - package org.hibernate.resource.transaction.internal
Internal implementation details for the resource-level transaction capabilities of Hibernate.
org.hibernate.resource.transaction.spi - package org.hibernate.resource.transaction.spi
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
org.hibernate.result - package org.hibernate.result
 
org.hibernate.result.internal - package org.hibernate.result.internal
 
org.hibernate.result.spi - package org.hibernate.result.spi
 
org.hibernate.secure.internal - package org.hibernate.secure.internal
 
org.hibernate.secure.spi - package org.hibernate.secure.spi
 
org.hibernate.service - package org.hibernate.service
 
org.hibernate.service.internal - package org.hibernate.service.internal
 
org.hibernate.service.spi - package org.hibernate.service.spi
 
org.hibernate.spatial - package org.hibernate.spatial
This package defines the central Hibernate Spatial APIs.
org.hibernate.spatial.criterion - package org.hibernate.spatial.criterion
This extends the criterion API with spatial query expressions.
org.hibernate.spatial.dialect.h2geodb - package org.hibernate.spatial.dialect.h2geodb
This package contains the H2 Dialect extensions for the GeoDB dialect.
org.hibernate.spatial.dialect.mysql - package org.hibernate.spatial.dialect.mysql
This package contains the spatial extensions for the MySQL dialect.
org.hibernate.spatial.dialect.oracle - package org.hibernate.spatial.dialect.oracle
This package contains the spatial extensions for the Oracle 10g dialect.
org.hibernate.spatial.dialect.oracle.criterion - package org.hibernate.spatial.dialect.oracle.criterion
A criterion API for Oracle Spatial (10g and later) using SDOGeometry.
org.hibernate.spatial.dialect.postgis - package org.hibernate.spatial.dialect.postgis
This package contains the spatial extensions for the Postgresql dialect.
org.hibernate.spatial.dialect.sqlserver - package org.hibernate.spatial.dialect.sqlserver
This package contains the spatial extensions for the SqlServer2008 dialect.
org.hibernate.spatial.integration - package org.hibernate.spatial.integration
This package contains the integration classes to hook into Hibernate-ORM.
org.hibernate.spatial.jts - package org.hibernate.spatial.jts
This package contains utility classes for use with JTS.
org.hibernate.sql - package org.hibernate.sql
This package defines helper classes for rendering SQL fragments and SQL statements.
org.hibernate.sql.ordering.antlr - package org.hibernate.sql.ordering.antlr
 
org.hibernate.stat - package org.hibernate.stat
This package exposes statistics about a running Hibernate instance to the application.
org.hibernate.stat.internal - package org.hibernate.stat.internal
 
org.hibernate.stat.spi - package org.hibernate.stat.spi
 
org.hibernate.testing - package org.hibernate.testing
 
org.hibernate.testing.async - package org.hibernate.testing.async
 
org.hibernate.testing.boot - package org.hibernate.testing.boot
 
org.hibernate.testing.byteman - package org.hibernate.testing.byteman
 
org.hibernate.testing.cache - package org.hibernate.testing.cache
 
org.hibernate.testing.common.connections - package org.hibernate.testing.common.connections
 
org.hibernate.testing.env - package org.hibernate.testing.env
 
org.hibernate.testing.jdbc - package org.hibernate.testing.jdbc
 
org.hibernate.testing.jta - package org.hibernate.testing.jta
 
org.hibernate.testing.junit4 - package org.hibernate.testing.junit4
 
org.hibernate.testing.logger - package org.hibernate.testing.logger
 
org.hibernate.testing.util - package org.hibernate.testing.util
 
org.hibernate.tool.enhance - package org.hibernate.tool.enhance
 
org.hibernate.tool.hbm2ddl - package org.hibernate.tool.hbm2ddl
The hbm2ddl tool.
org.hibernate.tool.instrument - package org.hibernate.tool.instrument
The instrument tool for adding field-interception hooks to persistent classes using built-time bytecode processing.
org.hibernate.tool.instrument.javassist - package org.hibernate.tool.instrument.javassist
 
org.hibernate.tool.schema.extract.internal - package org.hibernate.tool.schema.extract.internal
 
org.hibernate.tool.schema.extract.spi - package org.hibernate.tool.schema.extract.spi
 
org.hibernate.tool.schema.internal - package org.hibernate.tool.schema.internal
 
org.hibernate.tool.schema.spi - package org.hibernate.tool.schema.spi
 
org.hibernate.transform - package org.hibernate.transform
Defines strategies for post-processing criteria query result sets into a form convenient to the application.
org.hibernate.tuple - package org.hibernate.tuple
This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.
org.hibernate.tuple.component - package org.hibernate.tuple.component
 
org.hibernate.tuple.entity - package org.hibernate.tuple.entity
 
org.hibernate.type - package org.hibernate.type
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
org.hibernate.type.descriptor - package org.hibernate.type.descriptor
 
org.hibernate.type.descriptor.converter - package org.hibernate.type.descriptor.converter
Support for handling JPA AttributeConverter instances as part of the Hibernate Type system.
org.hibernate.type.descriptor.java - package org.hibernate.type.descriptor.java
 
org.hibernate.type.descriptor.sql - package org.hibernate.type.descriptor.sql
Defines handling of the standard JDBC-defined types.
org.hibernate.usertype - package org.hibernate.usertype
Interfaces for user-defined custom types.
Origin - Class in org.hibernate.boot.jaxb
Describes the origin of an xml document
Origin(SourceType, String) - Constructor for class org.hibernate.boot.jaxb.Origin
 
origin() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
Origin - Interface in org.hibernate.internal.util.xml
Describes the origin of an xml document
OriginalIdPropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on the identifier.
OriginalIdPropertyName(String) - Constructor for class org.hibernate.envers.query.internal.property.OriginalIdPropertyName
 
originalMessage() - Method in exception org.hibernate.PropertyAccessException
 
OriginImpl - Class in org.hibernate.internal.util.xml
Basic implementation of Origin
OriginImpl(String, String) - Constructor for class org.hibernate.internal.util.xml.OriginImpl
 
OrionJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for Orion
OrionJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
ORM_XML_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
orphanRemoval - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
orphanRemoval - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
OrphanRemovalAction - Class in org.hibernate.action.internal
 
OrphanRemovalAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.OrphanRemovalAction
 
OsgiArchiveDescriptor - Class in org.hibernate.osgi
ArchiveDescriptor implementation for describing archives in the OSGi sense
OsgiArchiveDescriptor(Bundle) - Constructor for class org.hibernate.osgi.OsgiArchiveDescriptor
Creates a OsgiArchiveDescriptor
OsgiArchiveDescriptorFactory - Class in org.hibernate.osgi
ArchiveDescriptorFactory implementation for OSGi environments
OsgiArchiveDescriptorFactory(Bundle) - Constructor for class org.hibernate.osgi.OsgiArchiveDescriptorFactory
Creates a OsgiArchiveDescriptorFactory
OsgiClassLoader - Class in org.hibernate.osgi
Custom OSGI ClassLoader helper which knows all the "interesting" class loaders and bundles.
OsgiClassLoader() - Constructor for class org.hibernate.osgi.OsgiClassLoader
 
OSGiClassLoaderServiceImpl - Class in org.hibernate.osgi
The ClassLoaderService that should be used when running in OSGi; this helps for example to load the Services correctly.
OSGiClassLoaderServiceImpl(OsgiClassLoader, OsgiServiceUtil) - Constructor for class org.hibernate.osgi.OSGiClassLoaderServiceImpl
 
OsgiJtaPlatform - Class in org.hibernate.osgi
Offers the JTA Platform provided by the OSGi container.
OsgiJtaPlatform(OsgiServiceUtil) - Constructor for class org.hibernate.osgi.OsgiJtaPlatform
Constructs a OsgiJtaPlatform
OsgiPersistenceProvider - Class in org.hibernate.osgi
Acts as the PersistenceProvider service in OSGi environments
OsgiPersistenceProvider(OsgiClassLoader, OsgiJtaPlatform, OsgiServiceUtil, Bundle) - Constructor for class org.hibernate.osgi.OsgiPersistenceProvider
Constructs a OsgiPersistenceProvider
OsgiPersistenceProviderService - Class in org.hibernate.osgi
See the description on OsgiSessionFactoryService.
OsgiPersistenceProviderService(OsgiJtaPlatform, OsgiServiceUtil) - Constructor for class org.hibernate.osgi.OsgiPersistenceProviderService
Constructs a OsgiPersistenceProviderService
OsgiScanner - Class in org.hibernate.osgi
OSGi-specific implementation of the Scanner contract.
OsgiScanner(Bundle) - Constructor for class org.hibernate.osgi.OsgiScanner
Constructs the scanner for finding things in a OSGi bundle
OsgiServiceUtil - Class in org.hibernate.osgi
Utilities for dealing with OSGi environments
OsgiServiceUtil(BundleContext) - Constructor for class org.hibernate.osgi.OsgiServiceUtil
 
OsgiSessionFactoryService - Class in org.hibernate.osgi
Hibernate 4.2 and 4.3 still heavily rely on TCCL for ClassLoading.
OsgiSessionFactoryService(OsgiJtaPlatform, OsgiServiceUtil) - Constructor for class org.hibernate.osgi.OsgiSessionFactoryService
Constructs a OsgiSessionFactoryService
other(char) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when a character that is not a parameter (or part of a parameter dfinition) is recognized.
other(char) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
other(char) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
otherwise(R) - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
otherwise(R) - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
out(String) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
out(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
out(String) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
out(Token) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
out(String) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
out(AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
out(String) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
out(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
out(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
OUTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OUTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OUTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
OuterJoinableAssociation - Class in org.hibernate.loader
Part of the Hibernate SQL rendering internals.
OuterJoinableAssociation(PropertyPath, AssociationType, String, String[], String, JoinType, String, boolean, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.OuterJoinableAssociation
 
OuterJoinLoadable - Interface in org.hibernate.persister.entity
A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
OuterJoinLoader - Class in org.hibernate.loader
Implements logic for walking a tree of associated classes.
OuterJoinLoader(SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.OuterJoinLoader
 
outParameter(int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when an output parameter is recognized
outParameter(int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
outParameter(int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
Output - Interface in org.hibernate.result
Common contract for individual return objects which can be either results (ResultSetOutput) or update counts (UpdateCountOutput).
outputs() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
Outputs - Interface in org.hibernate.result
Represents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity (IMO) of how this is exposed in the JDBC API.
OutputsImpl - Class in org.hibernate.result.internal
 
OutputsImpl(ResultContext, PreparedStatement) - Constructor for class org.hibernate.result.internal.OutputsImpl
 
OutputsImpl.CurrentReturnState - Class in org.hibernate.result.internal
Encapsulates the information needed to interpret the current return within a result
overlaps(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially overlaps" constraint to the named property
OVERLAPS - Static variable in interface org.hibernate.spatial.SpatialRelation
The geometries spatially overlap
overlay(CacheRegionDefinition) - Method in class org.hibernate.boot.model.Caching
 
overlay(Caching) - Method in class org.hibernate.boot.model.Caching
 
OverriddenMappingDefaults - Class in org.hibernate.boot.model.source.internal
Represents a "nested level" in the mapping defaults stack.
OverriddenMappingDefaults(String, String, boolean, String, String, String, String, boolean, String, String, boolean, boolean, AccessType) - Constructor for class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
OverriddenMappingDefaults.Builder - Class in org.hibernate.boot.model.source.internal
 
override(XMLContext.Default) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
overrideCacheStrategy() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
overrideFromReferencedColumnIfNecessary(Column) - Method in class org.hibernate.cfg.Ejb3JoinColumn
Called to apply column definitions from the referenced FK column to this column.
overrideProperties(Properties, Map<?, ?>) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
overridesEquals(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class defines an Object.equals(java.lang.Object) override.
overridesEquals - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
overridesHashCode(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class defines a Object.hashCode() override.
overridingTransactionStrategyDangerous(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
overwriteLoadedStateCollectionValue(String, PersistentCollection) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
overwriteLoadedStateCollectionValue(String, PersistentCollection) - Method in interface org.hibernate.engine.spi.EntityEntry
 
owner(SessionOwner) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
 
owner(SessionOwner) - Method in interface org.hibernate.engine.spi.SessionBuilderImplementor
Adds the session owner to the session options
ownerAssociationTypes - Variable in class org.hibernate.loader.JoinWalker
 
ownerAssociationTypes - Variable in class org.hibernate.loader.OuterJoinLoader
 
owners - Variable in class org.hibernate.loader.JoinWalker
 
owners - Variable in class org.hibernate.loader.OuterJoinLoader
 

P

PACKAGE_NAMES - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
Was never intended for external use
PackageDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a package (as indicated by a package-info.class file).
PackageDescriptorImpl - Class in org.hibernate.boot.archive.scan.internal
 
PackageDescriptorImpl(String, InputStreamAccess) - Constructor for class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
PackageInfoArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for package-info file entries within an archive
PackageInfoArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
packageNameFromFqcn(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
packageNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
PaddedBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
A batch-fetch capable CollectionInitializer that performs batch-fetching using the padded style.
PaddedBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
Pair<T1,T2> - Class in org.hibernate.envers.tools
A pair of objects.
Pair(T1, T2) - Constructor for class org.hibernate.envers.tools.Pair
 
panic() - Static method in class org.hibernate.hql.internal.ast.HqlParser
 
panic() - Static method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
panic() - Static method in class org.hibernate.hql.internal.ast.SqlGenerator
 
PARAM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
PARAM - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
PARAM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
PARAM - Static variable in class org.hibernate.jdbc.Expectations
 
ParamDef - Annotation Type in org.hibernate.annotations
A parameter definition.
Parameter - Annotation Type in org.hibernate.annotations
Generic parameter (basically a key/value combination) used to parametrize other annotations.
parameter() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
parameter(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
parameter(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
parameter(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
parameter(Class<T>, String) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
parameter - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
PARAMETER_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
ParameterBind<T> - Interface in org.hibernate.jpa.spi
Represents the value currently bound to a particular (bindable) parameter.
ParameterBind<T> - Interface in org.hibernate.procedure
Describes an input value binding for any IN/INOUT parameters.
ParameterBinder - Class in org.hibernate.engine.internal
Centralizes the commonality regarding binding of parameter values into PreparedStatements as this logic is used in many places.
ParameterBinder.NamedParameterSource - Interface in org.hibernate.engine.internal
Helper contract for dealing with named parameters and resolving their locations
ParameterBindImpl(T, TemporalType) - Constructor for class org.hibernate.jpa.spi.BaseQueryImpl.ParameterBindImpl
 
ParameterBindImpl<T> - Class in org.hibernate.procedure.internal
Implementation of the ParameterBind contract.
ParameterContainer - Interface in org.hibernate.hql.internal.ast.tree
Deprecated.
See entire discussion above
ParameterContainer - Interface in org.hibernate.jpa.criteria
Contract for query components capable of eirther being a parameter or containing parameters.
ParameterContainer.Helper - Class in org.hibernate.jpa.criteria
Helper to deal with potential parameter container nodes.
ParameterExpressionImpl<T> - Class in org.hibernate.jpa.criteria.expression
Defines a parameter specification, or the information about a parameter (where it occurs, what is its type, etc).
ParameterExpressionImpl(CriteriaBuilderImpl, Class<T>, String) - Constructor for class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl
 
ParameterExpressionImpl(CriteriaBuilderImpl, Class<T>, Integer) - Constructor for class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl
 
ParameterExpressionImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl
 
ParameterInfo(int[], Type) - Constructor for class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo
 
ParameterInfo(int, Type) - Constructor for class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo
 
ParameterizedFunctionExpression<X> - Class in org.hibernate.jpa.criteria.expression.function
Support for functions with parameters.
ParameterizedFunctionExpression(CriteriaBuilderImpl, Class<X>, String, List<Expression<?>>) - Constructor for class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
ParameterizedFunctionExpression(CriteriaBuilderImpl, Class<X>, String, Expression<?>...) - Constructor for class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
ParameterizedType - Interface in org.hibernate.usertype
Support for parameterizable types.
ParameterMemento(int, String, ParameterMode, Class, Type) - Constructor for class org.hibernate.procedure.internal.ProcedureCallMementoImpl.ParameterMemento
Create the memento
ParameterMetadata - Class in org.hibernate.engine.query.spi
Encapsulates metadata about parameters encountered within a query.
ParameterMetadata(OrdinalParameterDescriptor[], Map<String, NamedParameterDescriptor>) - Constructor for class org.hibernate.engine.query.spi.ParameterMetadata
Instantiates a ParameterMetadata container.
parameterMetadata - Variable in class org.hibernate.internal.AbstractQueryImpl
 
ParameterMisuseException - Exception in org.hibernate.procedure
Thrown to indicate a misuse of a ParameterRegistration
ParameterMisuseException(String) - Constructor for exception org.hibernate.procedure.ParameterMisuseException
 
ParameterMode - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for parameter-mode.
parameterName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
ParameterNode - Class in org.hibernate.hql.internal.ast.tree
Implementation of ParameterNode.
ParameterNode() - Constructor for class org.hibernate.hql.internal.ast.tree.ParameterNode
 
ParameterParser - Class in org.hibernate.engine.query.spi
The single available method ParameterParser.parse(java.lang.String, org.hibernate.engine.query.spi.ParameterParser.Recognizer) is responsible for parsing a query string and recognizing tokens in relation to parameters (either named, JPA-style, or ordinal) and providing callbacks about such recognitions.
ParameterParser.Recognizer - Interface in org.hibernate.engine.query.spi
Maybe better named a Journaler.
ParameterRegistration<T> - Interface in org.hibernate.jpa.spi
Hibernate specific extension to the JPA Parameter contract as known to the Query and StoredProcedureQuery implementations.
ParameterRegistration<T> - Interface in org.hibernate.procedure
 
ParameterRegistrationImplementor<T> - Interface in org.hibernate.procedure.spi
Additional internal contract for ParameterRegistration
ParameterRegistry - Interface in org.hibernate.jpa.criteria
A registry for parameters.
Parameters - Class in org.hibernate.envers.internal.tools.query
Parameters of a query, built using QueryBuilder.
PARAMETERS - Static variable in class org.hibernate.id.SequenceGenerator
Deprecated.
No longer supported. To specify initial-value or increment use the org.hibernate.id.enhanced.SequenceStyleGenerator generator instead.
ParameterSpecification - Interface in org.hibernate.param
Maintains information relating to parameters which need to get bound into a JDBC PreparedStatement.
ParameterStrategy - Enum in org.hibernate.procedure.spi
The style/strategy of parameter registration used in a particular procedure call definition.
ParameterStrategyException - Exception in org.hibernate.procedure
 
ParameterStrategyException(String) - Constructor for exception org.hibernate.procedure.ParameterStrategyException
 
ParameterSubstitutionRecognizer() - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
ParameterTranslations - Interface in org.hibernate.hql.spi
Defines available information about the parameters encountered during query translation.
ParameterTranslationsImpl - Class in org.hibernate.hql.internal.ast
Defines the information available for parameters encountered during query translation through the antlr-based parser.
ParameterTranslationsImpl(List<ParameterSpecification>) - Constructor for class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
Constructs a parameter metadata object given a list of parameter specifications.
ParameterTranslationsImpl.ParameterInfo - Class in org.hibernate.hql.internal.ast
 
parameterTypes - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
parameterValueTypeName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
ParamLocationRecognizer - Class in org.hibernate.engine.query.spi
Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.
ParamLocationRecognizer() - Constructor for class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
ParamLocationRecognizer.NamedParameterDescription - Class in org.hibernate.engine.query.spi
Internal representation of a recognized named parameter
parenSelect(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
Parent - Annotation Type in org.hibernate.annotations
Reference the property as a pointer back to the owner (generally the owning entity).
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
parent - Variable in class org.hibernate.cfg.AbstractPropertyHolder
 
parse(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Parse an external representation of a CacheConcurrencyStrategy value.
parse(String, Origin) - Static method in enum org.hibernate.boot.jaxb.internal.stax.SupportedOrmXsdVersion
Deprecated.
 
parse(String, Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
Parses a textual representation of a qualified name into a NameParts representation.
parse(String) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
Parses a textual representation of a qualified name into a NameParts representation.
parse(String) - Static method in class org.hibernate.boot.model.source.spi.AttributePath
 
parse(String) - Static method in enum org.hibernate.ConnectionReleaseMode
Alias for ConnectionReleaseMode.valueOf(String) using upper-case version of the incoming name.
parse(String) - Static method in enum org.hibernate.engine.profile.Fetch.Style
Parses a style given an externalized string representation
parse(String, ParameterParser.Recognizer) - Static method in class org.hibernate.engine.query.spi.ParameterParser
Performs the actual parsing and tokenizing of the query string making appropriate callbacks to the given recognizer upon recognition of the various tokens.
parse(String) - Static method in enum org.hibernate.EntityMode
Legacy-style entity-mode name parsing.
parse(Parser, String, String, QueryTranslatorImpl) - Static method in class org.hibernate.hql.internal.classic.ParserHelper
 
parse(String) - Static method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
parse(String) - Static method in enum org.hibernate.NullPrecedence
Interprets a string representation of a NullPrecedence, returning null by default.
parse(String, NullPrecedence) - Static method in enum org.hibernate.NullPrecedence
Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.
parse(int) - Static method in enum org.hibernate.sql.JoinType
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
parse(Object) - Method in interface org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ValueTransformer
 
parseCommaSeparatedString(String) - Static method in class org.hibernate.internal.util.StringHelper
 
ParsedPersistenceXmlDescriptor - Class in org.hibernate.jpa.boot.internal
Describes the information gleaned from a <persistence-unit/> element in a persistence.xml file whether parsed directly by Hibernate or passed to us by an EE container as a PersistenceUnitInfo.
ParsedPersistenceXmlDescriptor(URL) - Constructor for class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
ParseErrorHandler - Interface in org.hibernate.hql.internal.ast
Defines the behavior of an error handler for the HQL parsers.
parseFilterParameterName(String) - Static method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
parseFromName(String) - Static method in enum org.hibernate.tuple.GenerationTiming
 
parseLocations(String) - Static method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Convenience method for creating a param location recognizer and initiating the parse.
parsePath(String, ASTFactory) - Static method in class org.hibernate.hql.internal.ast.util.PathHelper
Turns a path into an AST.
parsePrecedence(String) - Static method in enum org.hibernate.cfg.MetadataSourceType
 
Parser - Interface in org.hibernate.hql.internal.classic
A parser is a state machine that accepts a string of tokens, bounded by start() and end() and modifies a QueryTranslator.
ParserHelper - Class in org.hibernate.hql.internal.classic
 
parseXml() - Method in class org.hibernate.jpamodelgen.xml.JpaDescriptorParser
 
parsingXmlError(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlErrorForFile(String, int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlWarning(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlWarningForFile(String, int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
partialFlushEnd(int, int) - Method in class org.hibernate.BaseSessionEventListener
 
partialFlushEnd(int, int) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
partialFlushEnd(int, int) - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
partialFlushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
 
partialFlushStart() - Method in class org.hibernate.BaseSessionEventListener
 
partialFlushStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
partialFlushStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
partialFlushStart() - Method in interface org.hibernate.SessionEventListener
 
partiallyUnqualify(String, String) - Static method in class org.hibernate.internal.util.StringHelper
Partially unqualifies a qualified name.
PASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the connection password.
PASS - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
PASS - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
PassThroughResultTransformer - Class in org.hibernate.transform
???
PassThroughTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
path() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
path(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
PATH_SEPARATOR - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
PATH_SEPARATORS - Static variable in class org.hibernate.hql.internal.classic.ParserHelper
 
pathAsIdent(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
PathExpressionParser - Class in org.hibernate.hql.internal.classic
Parses an expression of the form foo.bar.baz and builds up an expression involving two less table joins than there are path components.
PathExpressionParser() - Constructor for class org.hibernate.hql.internal.classic.PathExpressionParser
 
PathHelper - Class in org.hibernate.hql.internal.ast.util
Provides utility methods for paths.
PathImplementor<X> - Interface in org.hibernate.jpa.criteria
Implementation contract for the JPA Path interface.
PathNode - Interface in org.hibernate.hql.internal.ast.tree
An AST node with a path property.
PathSource<X> - Interface in org.hibernate.jpa.criteria
Implementation contract for things which can be the source (parent, left-hand-side, etc) of a path
PathTypeExpression<T> - Class in org.hibernate.jpa.criteria.expression
Used to construct the result of Path.type()
PathTypeExpression(CriteriaBuilderImpl, Class<T>, AbstractPathImpl<T>) - Constructor for class org.hibernate.jpa.criteria.expression.PathTypeExpression
 
peek() - Method in class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.NamespaceAddingEventReader
 
peek() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
peek() - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
peek() - Method in class org.hibernate.boot.jaxb.internal.stax.HbmEventReader
 
peek() - Method in class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader
 
peek() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
 
peek() - Method in class org.hibernate.internal.util.xml.FilteringXMLEventReader
 
peek() - Method in class org.hibernate.jpamodelgen.util.xml.JpaNamespaceTransformingEventReader
 
peekNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
PENDING_PUTS_CACHE_NAME - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the pending puts cache.
perform(InvocationContext) - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
perform(InvocationContext) - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
perform(Session, Object) - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
perform(Session, Object) - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
Perform this work unit in the given session.
perform(Session, Object) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
perform(Session, String, EnversService, Serializable, Object, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Perform the persistence of audited data for regular entities.
perform(Session, String, EnversService, Serializable, Object, Object) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
perform(Session, String, EnversService, Serializable, Object, Object) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
performAfterClassCallbacks(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performBeforeClassCallbacks(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performCallback(Object) - Method in class org.hibernate.jpa.event.internal.jpa.EntityCallback
 
performCallback(Object) - Method in class org.hibernate.jpa.event.internal.jpa.ListenerCallback
 
performCallback(Object) - Method in interface org.hibernate.jpa.event.spi.jpa.Callback
Contract for performing the callback
performCollectionChange(Session, String, String, EnversService, PersistentCollectionChangeData, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Perform the persistence of audited data for collection ("middle") entities.
performCollectionChange(Session, String, String, EnversService, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
performCollectionChange(Session, String, String, EnversService, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
performDetachedEntityDeletionCheck(DeleteEvent) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Called when we have recognized an attempt to delete a detached entity.
performDetachedEntityDeletionCheck(DeleteEvent) - Method in class org.hibernate.jpa.event.internal.core.JpaDeleteEventListener
 
performDiscovery(JdbcResultMetadata, List<Type>, List<String>) - Method in class org.hibernate.loader.custom.ConstructorResultColumnProcessor
 
performDiscovery(JdbcResultMetadata, List<Type>, List<String>) - Method in class org.hibernate.loader.custom.NonScalarResultColumnProcessor
 
performDiscovery(JdbcResultMetadata, List<Type>, List<String>) - Method in class org.hibernate.loader.custom.ScalarResultColumnProcessor
 
performExecuteUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Coordinates the efforts to perform an execution across all the included query translators.
performExecuteUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
Performs the execute query
performExecutions(EventSource) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
Execute all SQL (and second-level cache updates) in a special order so that foreign-key constraints cannot be violated: Inserts, in the order they were performed Updates Deletion of collection elements Insertion of collection elements Deletes, in the order they were performed
performExtendedInstrumentation() - Method in interface org.hibernate.bytecode.buildtime.spi.Instrumenter.Options
Should we enhance references to class fields outside the class itself?
performExtendedInstrumentation() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
performGeneration(MetadataImplementor, Map, StandardServiceRegistry) - Static method in class org.hibernate.jpa.internal.schemagen.JpaSchemaGenerator
 
performInsert(String, SessionImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
performInsert(String, SessionImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
 
performInsert(String, SessionImplementor, Binder) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Perform the indicated insert SQL statement and determine the identifier value generated.
performIterate(QueryParameters, EventSource) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Coordinates the efforts to perform an iterate across all the included query translators.
performList(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Coordinates the efforts to perform a list across all the included query translators.
performOnExpectedFailureCallback(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performOnFailureCallback(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performOnLazyProperty() - Method in interface org.hibernate.engine.spi.CascadingAction
Should this action be performed (or noCascade consulted) in the case of lazy properties.
performOnLazyProperty() - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
performQueuedOperations() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
After reading all existing elements from the database, add the queued elements to the underlying collection.
performSave(Object, Serializable, EntityPersister, boolean, Object, EventSource, boolean) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Prepares the save call by checking the session caches for a pre-existing entity and performing any lifecycle callbacks.
performSaveOrReplicate(Object, EntityKey, EntityPersister, boolean, Object, EventSource, boolean) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Performs all the actual work needed to save an entity (well to get the save moved to the execution queue).
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveEventListener
 
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultUpdateEventListener
 
performScroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Coordinates the efforts to perform a scroll across all the included query translators.
performSecurityCheck(AbstractPreDatabaseOperationEvent, PermissibleAction) - Method in class org.hibernate.secure.internal.AbstractJaccSecurableEventListener
 
performSecurityCheck(SessionImplementor, PermissionCheckEntityInformation, PermissibleAction) - Method in class org.hibernate.secure.internal.AbstractJaccSecurableEventListener
 
performUpdate(SaveOrUpdateEvent, Object, EntityPersister) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
performWork(Helper.LazyInitializationWork<T>) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.Helper
 
PermissibleAction - Enum in org.hibernate.secure.spi
 
PermissionCheckEntityInformation - Interface in org.hibernate.secure.spi
 
permissiveInitialization() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
PERSIST - Static variable in class org.hibernate.engine.spi.CascadeStyles
create
PERSIST - Static variable in class org.hibernate.engine.spi.CascadingActions
 
persist(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance
PERSIST - Static variable in class org.hibernate.event.spi.EventType
 
persist(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
persist(Object) - Method in class org.hibernate.internal.SessionImpl
 
persist(String, Object, Map) - Method in class org.hibernate.internal.SessionImpl
 
persist(Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
persist(Object) - Method in interface org.hibernate.Session
Make a transient instance persistent.
persist(String, Object) - Method in interface org.hibernate.Session
Make a transient instance persistent.
PERSIST_ON_FLUSH - Static variable in class org.hibernate.engine.spi.CascadingActions
Execute persist during flush time
PERSIST_ONFLUSH - Static variable in class org.hibernate.event.spi.EventType
 
PERSIST_SKIPLAZY - Static variable in class org.hibernate.jpa.event.internal.core.JpaPersistEventListener
 
PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

Persistence - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for anonymous complex type.
Persistence() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Persistence
 
Persistence.PersistenceUnit - Class in org.hibernate.jpamodelgen.xml.jaxb
Configuration of a persistence unit.
Persistence.PersistenceUnit.Properties - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for anonymous complex type.
Persistence.PersistenceUnit.Properties.Property - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for anonymous complex type.
PERSISTENCE_UNIT_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to pass along the name of the persistence unit.
PERSISTENCE_XML_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
persistenceContext - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
PersistenceContext - Interface in org.hibernate.engine.spi
Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxies

Often referred to as the "first level cache".

PersistenceContext.NaturalIdHelper - Interface in org.hibernate.engine.spi
Provides centralized access to natural-id-related functionality.
persistenceException(PersistenceUnitDescriptor, String) - Static method in class org.hibernate.jpa.boot.internal.Helper
 
persistenceException(PersistenceUnitDescriptor, String, Exception) - Static method in class org.hibernate.jpa.boot.internal.Helper
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly() - Method in interface org.hibernate.internal.CoreMessageLogger
 
persistenceUnit - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
 
PersistenceUnit() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
PersistenceUnitCachingType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for persistence-unit-caching-type.
PersistenceUnitDefaults - Class in org.hibernate.jpamodelgen.xml.jaxb
These defaults are applied to the persistence unit as a whole unless they are overridden by local annotation or XML element settings.
PersistenceUnitDefaults() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
persistenceUnitDefaults - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
 
PersistenceUnitDescriptor - Interface in org.hibernate.jpa.boot.spi
Abstraction for dealing with either <persistence-unit/> information whether that comes from an EE container in the form of PersistenceUnitInfo or in an SE environment where Hibernate has parsed the persistence.xml file itself.
PersistenceUnitInfoDescriptor - Class in org.hibernate.jpa.boot.internal
 
PersistenceUnitInfoDescriptor(PersistenceUnitInfo) - Constructor for class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
persistenceUnitMetadata - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
PersistenceUnitMetadata - Class in org.hibernate.jpamodelgen.xml.jaxb
Metadata that applies to the persistence unit and not just to the mapping file in which it is contained.
PersistenceUnitMetadata() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
 
PersistenceUnitTransactionType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for persistence-unit-transaction-type.
PersistenceUnitTransactionTypeHelper - Class in org.hibernate.jpa.internal.util
 
PersistenceUnitValidationModeType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for persistence-unit-validation-mode-type.
PersistenceUtilHelper - Class in org.hibernate.jpa.internal.util
PersistenceUtilHelper.AttributeAccess - Interface in org.hibernate.jpa.internal.util
 
PersistenceUtilHelper.AttributeExtractionException - Exception in org.hibernate.jpa.internal.util
 
PersistenceUtilHelper.ClassMetadataCache - Class in org.hibernate.jpa.internal.util
 
PersistenceUtilHelper.FieldAttributeAccess - Class in org.hibernate.jpa.internal.util
 
PersistenceUtilHelper.MetadataCache - Class in org.hibernate.jpa.internal.util
Cache hierarchy and member resolution in a weak hash map
PersistenceUtilHelper.MethodAttributeAccess - Class in org.hibernate.jpa.internal.util
 
PersistenceXmlParser - Class in org.hibernate.jpa.boot.internal
Used by Hibernate to parse persistence.xml files in SE environments.
PersistenceXmlParser(ClassLoaderService, PersistenceUnitTransactionType) - Constructor for class org.hibernate.jpa.boot.internal.PersistenceXmlParser
 
PersistenceXmlParser.ErrorHandlerImpl - Class in org.hibernate.jpa.boot.internal
 
PERSISTENT_FIELD_READER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Prefix for persistent-field reader methods.
PERSISTENT_FIELD_WRITER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Prefix for persistent-field writer methods.
PersistentArrayHolder - Class in org.hibernate.collection.internal
A persistent wrapper for an array.
PersistentArrayHolder(SessionImplementor, Object) - Constructor for class org.hibernate.collection.internal.PersistentArrayHolder
Constructs a PersistentCollection instance for holding an array.
PersistentArrayHolder(SessionImplementor, CollectionPersister) - Constructor for class org.hibernate.collection.internal.PersistentArrayHolder
Constructs a PersistentCollection instance for holding an array.
PersistentAttributeFilter - Class in org.hibernate.cfg.annotations.reflection
 
PersistentAttributeFilter() - Constructor for class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
 
PersistentAttributeInterceptable - Interface in org.hibernate.engine.spi
 
PersistentAttributeInterceptor - Interface in org.hibernate.engine.spi
 
PersistentAttributesEnhancer - Class in org.hibernate.bytecode.enhance.internal
enhancer for persistent attributes of any type of entity
PersistentAttributesEnhancer(EnhancementContext) - Constructor for class org.hibernate.bytecode.enhance.internal.PersistentAttributesEnhancer
 
PersistentAttributesHelper - Class in org.hibernate.bytecode.enhance.internal
util methods to fetch attribute metadata.
persistentAttributeType(Attribute.PersistentAttributeType) - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl.Builder
 
PersistentBag - Class in org.hibernate.collection.internal
An unordered, unkeyed collection that can contain the same element multiple times.
PersistentBag() - Constructor for class org.hibernate.collection.internal.PersistentBag
Constructs a PersistentBag.
PersistentBag(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentBag
Constructs a PersistentBag
PersistentBag(SessionImplementor, Collection) - Constructor for class org.hibernate.collection.internal.PersistentBag
Constructs a PersistentBag
PersistentClass - Class in org.hibernate.mapping
Mapping for an entity.
PersistentClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.PersistentClass
 
persistentClass - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
PersistentClassGraphDefiner - Class in org.hibernate.envers.configuration.internal
Defines a graph, where the vertexes are all persistent classes, and there is an edge from p.c.
PersistentClassGraphDefiner(MetadataImplementor) - Constructor for class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
PersistentClassVisitor - Interface in org.hibernate.mapping
 
PersistentCollection - Interface in org.hibernate.collection.spi
Persistent collections are treated as value objects by Hibernate.
PersistentCollectionChangeData - Class in org.hibernate.envers.internal.entities.mapper
Data describing the change of a single object in a persistent collection (when the object was added, removed or modified in the collection).
PersistentCollectionChangeData(String, Map<String, Object>, Object) - Constructor for class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
PersistentCollectionChangeWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
PersistentCollectionChangeWorkUnit(SessionImplementor, String, EnversService, PersistentCollection, CollectionEntry, Serializable, Serializable, String) - Constructor for class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
PersistentCollectionChangeWorkUnit(SessionImplementor, String, EnversService, Serializable, List<PersistentCollectionChangeData>, String) - Constructor for class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId - Class in org.hibernate.envers.internal.synchronization.work
A unique identifier for a collection work unit.
PersistentCollectionChangeWorkUnitId(Serializable, String) - Constructor for class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
PersistentIdentifierBag - Class in org.hibernate.collection.internal
An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
PersistentIdentifierBag() - Constructor for class org.hibernate.collection.internal.PersistentIdentifierBag
Constructs a PersistentIdentifierBag.
PersistentIdentifierBag(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentIdentifierBag
Constructs a PersistentIdentifierBag.
PersistentIdentifierBag(SessionImplementor, Collection) - Constructor for class org.hibernate.collection.internal.PersistentIdentifierBag
Constructs a PersistentIdentifierBag.
PersistentIdentifierGenerator - Interface in org.hibernate.id
An IdentifierGenerator that requires creation of database objects.
PersistentList - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.List.
PersistentList() - Constructor for class org.hibernate.collection.internal.PersistentList
Constructs a PersistentList.
PersistentList(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentList
Constructs a PersistentList.
PersistentList(SessionImplementor, List) - Constructor for class org.hibernate.collection.internal.PersistentList
Constructs a PersistentList.
PersistentMap - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.Map.
PersistentMap() - Constructor for class org.hibernate.collection.internal.PersistentMap
Empty constructor.
PersistentMap(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentMap
Instantiates a lazy map (the underlying map is un-initialized).
PersistentMap(SessionImplementor, Map) - Constructor for class org.hibernate.collection.internal.PersistentMap
Instantiates a non-lazy map (the underlying map is constructed from the incoming map reference).
PersistentObjectException - Exception in org.hibernate
Thrown when the user passes a persistent instance to a Session method that expects a transient instance.
PersistentObjectException(String) - Constructor for exception org.hibernate.PersistentObjectException
Constructs a PersistentObjectException using the given message.
PersistentPropertiesSource - Interface in org.hibernate.envers.configuration.internal.metadata.reader
A source of data on persistent properties of a class or component.
PersistentSet - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.Set.
PersistentSet() - Constructor for class org.hibernate.collection.internal.PersistentSet
Empty constructor.
PersistentSet(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentSet
Constructor matching super.
PersistentSet(SessionImplementor, Set) - Constructor for class org.hibernate.collection.internal.PersistentSet
Instantiates a non-lazy set (the underlying set is constructed from the incoming set reference).
PersistentSortedMap - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.SortedMap.
PersistentSortedMap() - Constructor for class org.hibernate.collection.internal.PersistentSortedMap
Constructs a PersistentSortedMap.
PersistentSortedMap(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentSortedMap
Constructs a PersistentSortedMap.
PersistentSortedMap(SessionImplementor, SortedMap) - Constructor for class org.hibernate.collection.internal.PersistentSortedMap
Constructs a PersistentSortedMap.
PersistentSortedSet - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.SortedSet.
PersistentSortedSet() - Constructor for class org.hibernate.collection.internal.PersistentSortedSet
Constructs a PersistentSortedSet.
PersistentSortedSet(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentSortedSet
Constructs a PersistentSortedSet
PersistentSortedSet(SessionImplementor, SortedSet) - Constructor for class org.hibernate.collection.internal.PersistentSortedSet
Constructs a PersistentSortedSet
PersistentTableBulkIdStrategy - Class in org.hibernate.hql.spi.id.persistent
This is a strategy that mimics temporary tables for databases which do not support temporary tables.
PersistentTableBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
PersistentTableBulkIdStrategy(IdTableSupport) - Constructor for class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
Persister - Annotation Type in org.hibernate.annotations
Specify a custom persister.
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
persister - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
persister - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
persister() - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
persister() - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
PersisterClassResolver - Interface in org.hibernate.persister.spi
Given an entity or collection mapping, resolve the appropriate persister class to use.
PersisterClassResolverInitiator - Class in org.hibernate.persister.internal
 
PersisterClassResolverInitiator() - Constructor for class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
PersisterCreationContext - Interface in org.hibernate.persister.spi
"Parameter object" providing access to additional information that may be needed in the creation of the persisters.
PersisterFactory - Interface in org.hibernate.persister.spi
Contract for creating persister instances (both EntityPersister and CollectionPersister varieties).
PersisterFactoryImpl - Class in org.hibernate.persister.internal
The standard Hibernate PersisterFactory implementation
PersisterFactoryImpl() - Constructor for class org.hibernate.persister.internal.PersisterFactoryImpl
 
PersisterFactoryInitiator - Class in org.hibernate.persister.internal
 
PersisterFactoryInitiator() - Constructor for class org.hibernate.persister.internal.PersisterFactoryInitiator
 
persisters - Variable in class org.hibernate.loader.JoinWalker
 
persisters - Variable in class org.hibernate.loader.OuterJoinLoader
 
PersistEvent - Class in org.hibernate.event.spi
An event class for persist()
PersistEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of create events generated from a session.
persistOnFlush(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance during the flush process
persistOnFlush(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
persistOnFlush(Object) - Method in class org.hibernate.internal.SessionImpl
 
persistOnFlush(String, Object, Map) - Method in class org.hibernate.internal.SessionImpl
 
PESSIMISTIC_NO_WAIT - Static variable in interface org.hibernate.Session.LockRequest
Constant usable as a time out value that indicates no wait semantics should be used in attempting to acquire locks.
PESSIMISTIC_WAIT_FOREVER - Static variable in interface org.hibernate.Session.LockRequest
Constant usable as a time out value that indicates that attempting to acquire locks should be allowed to wait forever (apply no timeout).
PessimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a pessimistic LockingStrategy to an entity
PessimisticEntityLockException(Object, String, JDBCException) - Constructor for exception org.hibernate.dialect.lock.PessimisticEntityLockException
Constructs a PessimisticEntityLockException
PessimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy that increments the version immediately (obtaining an exclusive write lock).
PessimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
Construct locking strategy.
PessimisticLockException - Exception in org.hibernate
Thrown when a pessimistic locking conflict occurs.
PessimisticLockException(String, SQLException, String) - Constructor for exception org.hibernate.PessimisticLockException
Constructs a PessimisticLockException using the specified information.
PessimisticNumberParser - Class in org.hibernate.jpa.internal.util
An old-style query might pass positional numbers of Query parameters as strings.
PessimisticReadSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through select statements.
PessimisticReadSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticReadUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through update statements.
PessimisticReadUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
PessimisticWriteSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through select statements.
PessimisticWriteSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticWriteUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through update statements.
PessimisticWriteUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
PGGeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geometry type
PGGeometryTypeDescriptor() - Constructor for class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
PHYSICAL_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify the PhysicalNamingStrategy class to use.
physicalConnectionObtained(Connection) - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was obtained.
physicalConnectionObtained(Connection) - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
physicalConnectionObtained(Connection) - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
physicalConnectionReleased() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was released.
physicalConnectionReleased() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
physicalConnectionReleased() - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
PhysicalJdbcTransaction - Interface in org.hibernate.resource.jdbc.spi
Provides access to manage "transactionality" via the JDBC Connection
PhysicalNamingStrategy - Interface in org.hibernate.boot.model.naming
Pluggable strategy contract for applying physical naming rules for database object names.
PhysicalNamingStrategyStandardImpl - Class in org.hibernate.boot.model.naming
Standard implementation of the PhysicalNamingStrategy contract.
PhysicalNamingStrategyStandardImpl() - Constructor for class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
PK - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the primary key column name of the generated id
PK_COLUMN_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
PK_LENGTH_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
PK_VALUE_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
pkColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
pkColumnValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
PkDrivenByDefaultMapsIdSecondPass - Class in org.hibernate.cfg
 
PkDrivenByDefaultMapsIdSecondPass(String, Ejb3JoinColumn[], SimpleValue) - Constructor for class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
PluralAttributeElementNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of plural attribute elements in terms of relational implications.
PluralAttributeElementSource - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeElementSourceAssociation - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeElementSourceBasic - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are basic types
PluralAttributeElementSourceBasicImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceBasicImpl(MappingDocument, PluralAttributeSource, JaxbHbmBasicCollectionElementType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
PluralAttributeElementSourceEmbedded - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.
PluralAttributeElementSourceEmbeddedImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceEmbeddedImpl(MappingDocument, AbstractPluralAttributeSourceImpl, JaxbHbmCompositeCollectionElementType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceEmbeddedImpl
 
PluralAttributeElementSourceManyToAny - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are defined by Hibernate's any mapping
PluralAttributeElementSourceManyToAnyImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceManyToAnyImpl(MappingDocument, AbstractPluralAttributeSourceImpl, JaxbHbmManyToAnyCollectionElementType, String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToAnyImpl
 
PluralAttributeElementSourceManyToMany - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many association
PluralAttributeElementSourceManyToManyImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceManyToManyImpl(MappingDocument, PluralAttributeSource, JaxbHbmManyToManyCollectionElementType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
PluralAttributeElementSourceOneToMany - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are a one-to-many association
PluralAttributeElementSourceOneToManyImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceOneToManyImpl(MappingDocument, PluralAttributeSource, JaxbHbmOneToManyCollectionElementType, String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
PluralAttributeImpl<X,C,E> - Class in org.hibernate.jpa.internal.metamodel
 
PluralAttributeImpl.Builder<X,C,E,K> - Class in org.hibernate.jpa.internal.metamodel
 
PluralAttributeIndexNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of plural attribute indexes in terms of relational implications.
PluralAttributeIndexSource - Interface in org.hibernate.boot.model.source.spi
Highly abstract concept of the index of an "indexed persistent collection".
PluralAttributeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Commonality between the various forms of plural attribute (collection) mappings: <bag/>, <set/>, etc.
PluralAttributeInfoIdBagAdapter - Class in org.hibernate.boot.jaxb.hbm.spi
Adaptive implementation of the PluralAttributeInfo for <idbag/> mappings which do not support all the configuration available on other collection mappings.
PluralAttributeInfoIdBagAdapter() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
PluralAttributeInfoPrimitiveArrayAdapter - Class in org.hibernate.boot.jaxb.hbm.spi
 
PluralAttributeInfoPrimitiveArrayAdapter() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
PluralAttributeJoinSupport<O,C,E> - Class in org.hibernate.jpa.criteria.path
Support for defining joins to plural attributes (JPA requires typing based on the specific collection type so we cannot really implement all support in a single class)
PluralAttributeJoinSupport(CriteriaBuilderImpl, Class<E>, PathSource<O>, Attribute<? super O, ?>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
PluralAttributeKeySource - Interface in org.hibernate.boot.model.source.spi
Describes the source mapping of plural-attribute (collection) foreign-key information.
PluralAttributeKeySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeKeySourceImpl(MappingDocument, JaxbHbmKeyType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
PluralAttributeMapKeyManyToAnySource - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeyManyToAnySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeMapKeyManyToAnySourceImpl(MappingDocument, PluralAttributeSourceMapImpl, JaxbHbmIndexManyToAnyType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
PluralAttributeMapKeyManyToManySource - Interface in org.hibernate.boot.model.source.spi
Additional source information for <map-key-many-to-many/> and <index-many-to-many/>.
PluralAttributeMapKeyManyToManySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeMapKeyManyToManySourceImpl(MappingDocument, PluralAttributeSourceMapImpl, JaxbHbmMapKeyManyToManyType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
PluralAttributeMapKeyManyToManySourceImpl(MappingDocument, PluralAttributeSourceMapImpl, JaxbHbmIndexManyToManyType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
PluralAttributeMapKeySource - Interface in org.hibernate.boot.model.source.spi
Describes source information about the key of a persistent map.
PluralAttributeMapKeySource.Nature - Enum in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeySourceBasic - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeySourceBasicImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeMapKeySourceBasicImpl(MappingDocument, JaxbHbmMapKeyBasicType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
PluralAttributeMapKeySourceBasicImpl(MappingDocument, JaxbHbmIndexType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
PluralAttributeMapKeySourceEmbedded - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeySourceEmbeddedImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument, AbstractPluralAttributeSourceImpl, JaxbHbmCompositeIndexType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument, AbstractPluralAttributeSourceImpl, JaxbHbmMapKeyCompositeType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
PluralAttributeNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of the collection itself as declared by the metadata.
PluralAttributePath<X> - Class in org.hibernate.jpa.criteria.path
PluralAttributePath(CriteriaBuilderImpl, PathSource, PluralAttribute<?, X, ?>) - Constructor for class org.hibernate.jpa.criteria.path.PluralAttributePath
 
PluralAttributeSequentialIndexSource - Interface in org.hibernate.boot.model.source.spi
Defines the index of a persistent list/array
PluralAttributeSequentialIndexSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSequentialIndexSourceImpl(MappingDocument, JaxbHbmListIndexType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
PluralAttributeSequentialIndexSourceImpl(MappingDocument, JaxbHbmIndexType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
PluralAttributeSource - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeSourceArray - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeSourceArrayImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceArrayImpl(MappingDocument, JaxbHbmArrayType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
PluralAttributeSourceBagImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceBagImpl(MappingDocument, JaxbHbmBagCollectionType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
PluralAttributeSourceIdBagImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceIdBagImpl(MappingDocument, JaxbHbmIdBagCollectionType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
PluralAttributeSourceListImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceListImpl(MappingDocument, JaxbHbmListType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
PluralAttributeSourceMapImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceMapImpl(MappingDocument, JaxbHbmMapType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
PluralAttributeSourcePrimitiveArrayImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourcePrimitiveArrayImpl(MappingDocument, JaxbHbmPrimitiveArrayType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
PluralAttributeSourceSetImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceSetImpl(MappingDocument, JaxbHbmSetType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
PLUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
PLUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
PLUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
PointbaseDialect - Class in org.hibernate.dialect
A Dialect for Pointbase.
PointbaseDialect() - Constructor for class org.hibernate.dialect.PointbaseDialect
Creates new PointbaseDialect
PojoComponentTuplizer - Class in org.hibernate.tuple.component
A ComponentTuplizer specific to the pojo entity mode.
PojoComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.PojoComponentTuplizer
 
PojoEntityTuplizer - Class in org.hibernate.tuple.entity
An EntityTuplizer specific to the pojo entity mode.
PojoEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.PojoEntityTuplizer
 
PojoInstantiator - Class in org.hibernate.tuple
Defines a POJO-based instantiator for use from the tuplizers.
PojoInstantiator(Component, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
PojoInstantiator(PersistentClass, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
poll() - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections
 
Polymorphism - Annotation Type in org.hibernate.annotations
Used to define the type of polymorphism Hibernate will apply to entity hierarchies.
polymorphism - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
PolymorphismType - Enum in org.hibernate.annotations
Type of available polymorphism for a particular entity.
POOL - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
POOL_LO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
POOL_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum number of inactive connections for the built-in Hibernate connection pool.
PooledConnections - Class in org.hibernate.engine.jdbc.connections.internal
 
PooledConnections.Builder - Class in org.hibernate.engine.jdbc.connections.internal
 
PooledLoOptimizer - Class in org.hibernate.id.enhanced
Variation of PooledOptimizer which interprets the incoming database value as the lo value, rather than the hi value.
PooledLoOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.PooledLoOptimizer
Constructs a PooledLoOptimizer.
PooledLoThreadLocalOptimizer - Class in org.hibernate.id.enhanced
Variation of PooledOptimizer which interprets the incoming database value as the lo value, rather than the hi value, as well as using thread local to cache the generation state.
PooledLoThreadLocalOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
Constructs a PooledLoThreadLocalOptimizer.
PooledOptimizer - Class in org.hibernate.id.enhanced
Optimizer which uses a pool of values, storing the next low value of the range in the database.
PooledOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.PooledOptimizer
Constructs a PooledOptimizer
pooledOptimizerReportedInitialValue(IntegralDataTypeHolder) - Method in interface org.hibernate.internal.CoreMessageLogger
 
pop() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy.PropertyPathStack
 
popNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
populate(MetadataSources, EntityManagerFactoryBuilderImpl.MergedSettings, StandardServiceRegistry) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
populate(MetadataBuilder, EntityManagerFactoryBuilderImpl.MergedSettings, StandardServiceRegistry, List<AttributeConverterDefinition>) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
populate(SessionFactoryBuilder, StandardServiceRegistry) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
PositionalParameterRegistration<T> - Class in org.hibernate.procedure.internal
Represents a registered positional parameter
PositionalParameterSpecification - Class in org.hibernate.param
Parameter bind specification for an explicit positional (or ordinal) parameter.
PositionalParameterSpecification(int, int, int) - Constructor for class org.hibernate.param.PositionalParameterSpecification
Constructs a position/ordinal parameter bind specification.
PositionSubstringFunction - Class in org.hibernate.dialect.function
Emulation of locate() on PostgreSQL
PositionSubstringFunction() - Constructor for class org.hibernate.dialect.function.PositionSubstringFunction
 
possibleParameter(Selection, ParameterRegistry) - Static method in class org.hibernate.jpa.criteria.ParameterContainer.Helper
 
POST_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Marker object returned from IdentifierGenerator.generate(org.hibernate.engine.spi.SessionImplementor, java.lang.Object) to indicate that the entity's identifier will be generated as part of the datbase insertion.
POST_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
POST_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
postAction() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
postAction() - Method in interface org.hibernate.collection.spi.PersistentCollection
After flushing, clear any "queued" additions, since the database state is now synchronized with the memory state.
PostCollectionRecreateEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is recreated
PostCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionRecreateEvent
 
PostCollectionRecreateEventListener - Interface in org.hibernate.event.spi
Called after recreating a collection
PostCollectionRemoveEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is removed
PostCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.spi.PostCollectionRemoveEvent
 
PostCollectionRemoveEventListener - Interface in org.hibernate.event.spi
Called after removing a collection
PostCollectionUpdateEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is updated
PostCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionUpdateEvent
 
PostCollectionUpdateEventListener - Interface in org.hibernate.event.spi
Called after updating a collection
PostCommitDeleteEventListener - Interface in org.hibernate.event.spi
Called after an entity delete is committed to the datastore.
PostCommitEventListenerGroupImpl<T> - Class in org.hibernate.event.service.internal
Historically, the listeners for the post-commit events simply reused the contracts from the non-post-commit variants.
PostCommitEventListenerGroupImpl(EventType<T>) - Constructor for class org.hibernate.event.service.internal.PostCommitEventListenerGroupImpl
 
PostCommitInsertEventListener - Interface in org.hibernate.event.spi
Called after an entity insert is committed to the datastore.
PostCommitUpdateEventListener - Interface in org.hibernate.event.spi
Called after an entity update is committed to the datastore.
postConstruct(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Post-construct is a callback for AbstractEntityPersister subclasses to call after they are all done with their constructor processing.
postCreate(Object) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
postCreate(Object) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
 
postDelete() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
postDelete() - Method in interface org.hibernate.engine.spi.EntityEntry
After actually deleting a row, record the fact that the instance no longer exists in the database
PostDeleteEvent - Class in org.hibernate.event.spi
Occurs after deleting an item from the datastore
PostDeleteEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostDeleteEvent
 
PostDeleteEventListener - Interface in org.hibernate.event.spi
Called after deleting an item from the datastore
postFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
 
postFlush(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after a successful flush
postFlush(SessionImplementor) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
1.
postFlush(Iterator) - Method in interface org.hibernate.Interceptor
Called after a flush that actually ends in execution of the SQL statements required to synchronize in-memory state with the database.
PostgisDialect - Class in org.hibernate.spatial.dialect.postgis
A Dialect for Postgresql with support for the Postgis spatial types, functions and operators (release 1.3 or higher)
PostgisDialect() - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisDialect
Creates an instance
PostgisNoSQLMM - Class in org.hibernate.spatial.dialect.postgis
A Dialect for Postgresql with support for the Postgis spatial types, functions and operators (release 1.x - 1.3)
PostgisNoSQLMM() - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
PostgresCallableStatementSupport - Class in org.hibernate.procedure.internal
 
PostgresCallableStatementSupport() - Constructor for class org.hibernate.procedure.internal.PostgresCallableStatementSupport
 
PostgresPlusDialect - Class in org.hibernate.dialect
An SQL dialect for Postgres Plus
PostgresPlusDialect() - Constructor for class org.hibernate.dialect.PostgresPlusDialect
Constructs a PostgresPlusDialect
PostgreSQL81Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres

For discussion of BLOB support in Postgres, as of 8.4, have a peek at http://jdbc.postgresql.org/documentation/84/binary-data.html.

PostgreSQL81Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL81Dialect
Constructs a PostgreSQL81Dialect
PostgreSQL82Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 8.2 and later, adds support for "if exists" when dropping tables
PostgreSQL82Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL82Dialect
 
PostgreSQL92Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 9.2 and later, adds support for JSON data type
PostgreSQL92Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL92Dialect
Constructs a PostgreSQL92Dialect
PostgreSQL94Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 9.4 and later.
PostgreSQL94Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL94Dialect
Constructs a PostgreSQL94Dialect
PostgreSQL9Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 9 and later.
PostgreSQL9Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL9Dialect
 
PostgreSQLDialect - Class in org.hibernate.dialect
Deprecated.
PostgreSQLDialect() - Constructor for class org.hibernate.dialect.PostgreSQLDialect
Deprecated.
 
PostgresUUIDSqlTypeDescriptor() - Constructor for class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
PostgresUUIDType - Class in org.hibernate.type
Specialized type mapping for UUID and the Postgres UUID data type (which is mapped as OTHER in its JDBC driver).
PostgresUUIDType() - Constructor for class org.hibernate.type.PostgresUUIDType
 
PostgresUUIDType.PostgresUUIDSqlTypeDescriptor - Class in org.hibernate.type
 
postHydrate(EntityPersister, Serializable, Object[], Object, Object, LockMode, boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
Register the "hydrated" state of an entity instance, after the first step of 2-phase loading.
postInit() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
postInitialize(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
postInsert(Object[]) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
postInsert(Object[]) - Method in interface org.hibernate.engine.spi.EntityEntry
After actually inserting a row, record the fact that the instance exists on the database (needed for identity-column key generation)
PostInsertEvent - Class in org.hibernate.event.spi
Occurs after inserting an item in the datastore
PostInsertEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostInsertEvent
 
PostInsertEventListener - Interface in org.hibernate.event.spi
Called after insterting an item in the datastore
PostInsertIdentifierGenerator - Interface in org.hibernate.id
 
PostInsertIdentityPersister - Interface in org.hibernate.id
A persister that may have an identity assigned by execution of a SQL INSERT.
postInstantiate() - Method in class org.hibernate.loader.BasicLoader
 
postInstantiate() - Method in class org.hibernate.loader.Loader
Calculate and cache select-clause suffixes.
postInstantiate() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
postInstantiate() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
postInstantiate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
postInstantiate() - Method in interface org.hibernate.persister.entity.EntityPersister
Finish the initialization of this object.
postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
postInstantiate(String, Class, Set<Class>, Method, Method, CompositeType) - Method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
postInstantiate(String, Class, Set<Class>, Method, Method, CompositeType) - Method in interface org.hibernate.proxy.ProxyFactory
Called immediately after instantiation of this factory.
postLoad(Object, SessionImplementor, PostLoadEvent) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
PostLoad cannot occur during initializeEntity, as that call occurs *before* the Set collections are added to the persistence context by Loader.
postLoad(Object) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
postLoad(Object) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
 
postLoad - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
postLoad - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
postLoad - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
PostLoad - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PostLoad() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
 
PostLoadEvent - Class in org.hibernate.event.spi
Occurs after an an entity instance is fully loaded.
PostLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PostLoadEvent
 
PostLoadEventListener - Interface in org.hibernate.event.spi
Occurs after an an entity instance is fully loaded.
postPersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
postPersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
postPersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
PostPersist - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PostPersist() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
 
postPostFlush(SessionImplementor) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
postProcessDelete(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
postProcessDelete(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
postProcessDML(RestrictableStatement) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
postProcessEntityHierarchies() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
postProcessEntityHierarchies() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
postProcessEntityHierarchies() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
postProcessEntityHierarchies() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
postProcessInsert(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
postProcessInsert(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
postProcessSortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Allow post processing of each sort specification
postProcessSortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
postProcessUpdate(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
postProcessUpdate(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
postRemove(Object) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
postRemove(Object) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
 
postRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
postRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
postRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
PostRemove - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PostRemove() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
 
postUpdate(Object, Object[], Object) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
postUpdate(Object, Object[], Object) - Method in interface org.hibernate.engine.spi.EntityEntry
Handle updating the internal state of the entry after actually performing the database update.
postUpdate(Object) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
postUpdate(Object) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
 
postUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
postUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
postUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
PostUpdate - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PostUpdate() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
 
PostUpdateEvent - Class in org.hibernate.event.spi
Occurs after the datastore is updated
PostUpdateEvent(Object, Serializable, Object[], Object[], int[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostUpdateEvent
 
PostUpdateEventListener - Interface in org.hibernate.event.spi
Called after updating the datastore
PRE_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
PRE_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
PRE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
precision - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
precision - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
precision - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
precision() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
precision(int) - Static method in class org.hibernate.engine.jdbc.Size
 
precision(int, int) - Static method in class org.hibernate.engine.jdbc.Size
 
precision - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
precision - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
PreCollectionRecreateEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is recreated
PreCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionRecreateEvent
 
PreCollectionRecreateEventListener - Interface in org.hibernate.event.spi
Called before recreating a collection
PreCollectionRemoveEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is removed
PreCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.spi.PreCollectionRemoveEvent
 
PreCollectionRemoveEventListener - Interface in org.hibernate.event.spi
Called before removing a collection
PreCollectionUpdateEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is updated
PreCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionUpdateEvent
 
PreCollectionUpdateEventListener - Interface in org.hibernate.event.spi
Called before updating a collection
preCreate(Object) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
preCreate(Object) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
 
PreDeleteEvent - Class in org.hibernate.event.spi
Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.
PreDeleteEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreDeleteEvent
Constructs an event containing the pertinent information.
PreDeleteEventListener - Interface in org.hibernate.event.spi
Called before deleting an item from the datastore
PredicateImplementor - Interface in org.hibernate.jpa.criteria.predicate
 
PREFER_LONG_RAW - Static variable in class org.hibernate.dialect.Oracle12cDialect
 
PREFER_POOLED_VALUES_LO - Static variable in interface org.hibernate.cfg.AvailableSettings
PREFER_USER_TRANSACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Should we prefer using the JtaPlatform.retrieveUserTransaction() over using JtaPlatform.retrieveTransactionManager()? Default is false
PREFERRED_POOLED_OPTIMIZER - Static variable in interface org.hibernate.cfg.AvailableSettings
When a generator specified an increment-size and an optimizer was not explicitly specified, which of the "pooled" optimizers should be preferred? Can specify an optimizer short name or an Optimizer impl FQN.
prefixMappedProperties(String) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
prefixMappedProperties(String) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Creates a mapper with all mapped properties prefixed.
prefixMappedProperties(String) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
prefixMappedProperties(String) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
prefixNamesInPropertyElement(Element, String, MetadataTools.ColumnNameIterator, boolean, boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
preFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
 
preFlush(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
preFlush(Iterator) - Method in interface org.hibernate.Interceptor
Called before a flush.
preInsert(CollectionPersister) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
preInsert(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
preInsert(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called before inserting rows, to ensure that any surrogate keys are fully generated
PreInsertEvent - Class in org.hibernate.event.spi
Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database.
PreInsertEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreInsertEvent
Constructs an event containing the pertinent information.
PreInsertEventListener - Interface in org.hibernate.event.spi
Called before inserting an item in the datastore
preInvalidate(Serializable[], SessionImplementor) - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
Perform pre-invalidation.
PreLoadEvent - Class in org.hibernate.event.spi
Called before injecting property values into a newly loaded entity instance.
PreLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PreLoadEvent
 
PreLoadEventListener - Interface in org.hibernate.event.spi
Called before injecting property values into a newly loaded entity instance.
prepare(MetadataSources, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
First step of 2-phase for MetadataSources->Metadata process
prepare() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
prepare() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
prepare() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
prepare(MetadataBuildingContext) - Static method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
prepare() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
A general preparation step.
prepare(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
prepare(String, SessionImplementor) - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
prepare(String, SessionImplementor) - Method in class org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
 
prepare(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
prepare(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Prepare for processing of a warning stack.
prepare() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
prepare(JdbcServices, JdbcConnectionAccess, MetadataImplementor, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
prepare(JdbcServices, JdbcConnectionAccess, MetadataImplementor, SessionFactoryOptions) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy
Prepare the strategy.
prepare(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Prepare this structure for use.
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.TableStructure
 
prepare(String, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepare(String, SessionImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
prepare(String, SessionImplementor) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
prepare(PreparedStatement) - Method in interface org.hibernate.jdbc.Expectation
Perform any special statement preparation.
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
prepare(CallableStatement, int) - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
prepare(CallableStatement, int) - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
Prepare for execution.
prepare(boolean) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
prepare(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
prepare(Map) - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
 
prepare(boolean) - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Prepare the helper for use.
prepare() - Method in class org.hibernate.tool.schema.internal.TargetDatabaseImpl
 
prepare() - Method in class org.hibernate.tool.schema.internal.TargetFileImpl
 
prepare() - Method in class org.hibernate.tool.schema.internal.TargetStdoutImpl
 
prepare() - Method in interface org.hibernate.tool.schema.spi.Target
Prepare for accepting actions
prepareActions() - Method in class org.hibernate.engine.spi.ActionQueue
Prepares the internal action queues for execution.
prepareAlias(RenderingContext) - Method in interface org.hibernate.jpa.criteria.FromImplementor
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.RootImpl.TreatedRoot
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
prepareAlias(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath.TreatedSingularAttributePath
 
prepareAlias(RenderingContext) - Method in interface org.hibernate.jpa.criteria.PathSource
 
prepareArithmeticOperator(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
prepareArithmeticOperator(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
prepareBasicRegistryBuilder(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
prepareCorrelationDelegate(FromImplementor<Z, X>) - Method in interface org.hibernate.jpa.criteria.FromImplementor
 
prepareCorrelationDelegate(FromImplementor<Z, X>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
preparedStatementAlreadyInBatch(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
prepareForAutoDiscovery(JdbcResultMetadata) - Method in class org.hibernate.loader.custom.ResultRowProcessor
 
prepareForDot(String) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
prepareForDot(String) - Method in class org.hibernate.hql.internal.ast.tree.IndexNode
 
prepareForEntityHierarchyProcessing() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
prepareForEntityHierarchyProcessing() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
prepareForEntityHierarchyProcessing() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
prepareForEntityHierarchyProcessing() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
prepareForUse(Queryable, SessionImplementor) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
prepareForValidation() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
prepareForVersionedEntries() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
prepareFromClauseInputTree(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
Pre-process the from clause input tree.
prepareFromClauseInputTree(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepareIdentifierGeneratingInsert() - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Build a Insert specific to the delegate's mode of handling generated key values.
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
prepareLogicOperator(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
prepareLogicOperator(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
prepareQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Get a prepared statement for use in loading / querying.
prepareQueryStatement(String, QueryParameters, LimitHandler, boolean, SessionImplementor) - Method in class org.hibernate.loader.Loader
Obtain a PreparedStatement with all parameters pre-bound.
prepareQueryStatement(String, QueryParameters, LimitHandler, boolean, SessionImplementor) - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
Obtain a PreparedStatement with all parameters pre-bound.
prepareSelectColumns(String[]) - Method in class org.hibernate.hql.internal.ast.tree.CollectionFunction
 
prepareSelectColumns(String[]) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
prepareServices(StandardServiceRegistryBuilder) - Method in interface org.hibernate.integrator.spi.ServiceContributingIntegrator
Deprecated.
Allow the integrator to alter the builder of ServiceRegistry, presumably to register services into it.
prepareServices(StandardServiceRegistryBuilder) - Method in class org.hibernate.secure.spi.JaccIntegrator
 
prepareStatement(String) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, int) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare an INSERT statement, specifying how auto-generated (by the database) keys should be handled.
prepareStatement(String, String[]) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare an INSERT statement, specifying columns which are auto-generated values to be returned.
prepareStatement() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
prepareStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being prepared.
prepareTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
prepareTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
prepareVersioned(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
prepareVersioned(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
prependIdColumnSpec() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
prependListener(T) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
prependListener(T) - Method in class org.hibernate.event.service.internal.PostCommitEventListenerGroupImpl
 
prependListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependListeners(T...) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
prependListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
prependListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
prependListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependVersionColumnSpec() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
prependWhereConditions(String) - Method in class org.hibernate.sql.QuerySelect
 
prePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
prePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
prePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
PrePersist - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PrePersist() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
 
PreprocessingParser - Class in org.hibernate.hql.internal.classic
 
PreprocessingParser(Map) - Constructor for class org.hibernate.hql.internal.classic.PreprocessingParser
 
preprocessSQL(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
Modify the SQL, adding lock hints and comments, if necessary
preRemove(Object) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
preRemove(Object) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
 
preRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
preRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
preRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
PreRemove - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PreRemove() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
 
preUpdate(Object) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
preUpdate(Object) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackRegistry
 
preUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
preUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
preUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
PreUpdate - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PreUpdate() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
 
PreUpdateEvent - Class in org.hibernate.event.spi
Represents a pre-update event, which occurs just prior to performing the update of an entity in the database.
PreUpdateEvent(Object, Serializable, Object[], Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreUpdateEvent
Constructs an event containing the pertinent information.
PreUpdateEventListener - Interface in org.hibernate.event.spi
Called before updating the datastore
previous() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
previous() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
previous() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
previous() - Method in interface org.hibernate.ScrollableResults
Retreat to the previous result.
PREVIOUS_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the previous ManagedEntity.
PREVIOUS_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the previous ManagedEntity field
PREVIOUS_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the previous ManagedEntity field
PREVIOUS_STATUS - Static variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
previousIndex() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
primaryExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
PrimaryKey - Class in org.hibernate.mapping
A primary key constraint
PrimaryKey(Table) - Constructor for class org.hibernate.mapping.PrimaryKey
 
primaryKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
primaryKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
primaryKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
PrimaryKeyInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing primary key for a table
PrimaryKeyInformationImpl - Class in org.hibernate.tool.schema.extract.internal
 
PrimaryKeyInformationImpl(Identifier, Iterable<ColumnInformation>) - Constructor for class org.hibernate.tool.schema.extract.internal.PrimaryKeyInformationImpl
 
primaryKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
primaryKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
PrimaryKeyJoinColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PrimaryKeyJoinColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
 
primaryKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
primeFunctionMap(Map<String, SQLFunction>) - Static method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
Push the functions defined on StandardAnsiSqlAggregationFunctions into the given map
PRIMITIVE_ARRAY_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
PRIMITIVE_NAMES - Static variable in class org.hibernate.cfg.BinderHelper
 
PrimitiveArray - Class in org.hibernate.mapping
A primitive array has a primary key consisting of the key columns + index column.
PrimitiveArray(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.PrimitiveArray
 
PrimitiveArrayBinder - Class in org.hibernate.cfg.annotations
 
PrimitiveArrayBinder() - Constructor for class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
PrimitiveByteArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for byte[] handling.
PrimitiveByteArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
PrimitiveCharacterArrayClobType - Class in org.hibernate.type
Map a char[] to a Clob
PrimitiveCharacterArrayClobType() - Constructor for class org.hibernate.type.PrimitiveCharacterArrayClobType
 
PrimitiveCharacterArrayNClobType - Class in org.hibernate.type
Map a char[] to a NClob
PrimitiveCharacterArrayNClobType() - Constructor for class org.hibernate.type.PrimitiveCharacterArrayNClobType
 
PrimitiveCharacterArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for char[] handling.
PrimitiveCharacterArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
PrimitiveType<T> - Interface in org.hibernate.type
Additional contract for primitive / primitive wrapper types.
PrimitiveWrapperHelper - Class in org.hibernate.internal.util.type
Helper for primitive/wrapper utilities.
PrimitiveWrapperHelper.BooleanDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.ByteDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.CharacterDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.DoubleDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.FloatDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.IntegerDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.LongDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<T> - Interface in org.hibernate.internal.util.type
Describes a particular primitive/wrapper combo
PrimitiveWrapperHelper.ShortDescriptor - Class in org.hibernate.internal.util.type
 
printStackTrace() - Method in exception org.hibernate.hql.internal.ast.DetailedSemanticException
Prints a stack trace.
printStackTrace(PrintStream) - Method in exception org.hibernate.hql.internal.ast.DetailedSemanticException
Prints a stack trace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.hibernate.hql.internal.ast.DetailedSemanticException
Prints this throwable and its backtrace to the specified print writer.
PrivilegedContextSubjectAccess() - Constructor for class org.hibernate.secure.internal.StandardJaccServiceImpl.PrivilegedContextSubjectAccess
 
PROCEDURE_NULL_PARAM_PASSING - Static variable in interface org.hibernate.cfg.AvailableSettings
Global setting for whether NULL parameter bindings should be passed to database procedure/function calls as part of ProcedureCall handling.
ProcedureCall - Interface in org.hibernate.procedure
Defines support for executing database stored procedures and functions
ProcedureCallImpl - Class in org.hibernate.procedure.internal
Standard implementation of ProcedureCall
ProcedureCallImpl(SessionImplementor, String) - Constructor for class org.hibernate.procedure.internal.ProcedureCallImpl
The no-returns form.
ProcedureCallImpl(SessionImplementor, String, Class...) - Constructor for class org.hibernate.procedure.internal.ProcedureCallImpl
The result Class(es) return form
ProcedureCallImpl(SessionImplementor, String, String...) - Constructor for class org.hibernate.procedure.internal.ProcedureCallImpl
The result-set-mapping(s) return form
ProcedureCallMemento - Interface in org.hibernate.procedure
Represents a "memento" (disconnected, externalizable form) of a ProcedureCall
ProcedureCallMementoImpl - Class in org.hibernate.procedure.internal
Implementation of ProcedureCallMemento
ProcedureCallMementoImpl(String, NativeSQLQueryReturn[], ParameterStrategy, List<ProcedureCallMementoImpl.ParameterMemento>, Set<String>, Map<String, Object>) - Constructor for class org.hibernate.procedure.internal.ProcedureCallMementoImpl
Constructs a ProcedureCallImpl
ProcedureCallMementoImpl.ParameterMemento - Class in org.hibernate.procedure.internal
A "disconnected" copy of the metadata for a parameter, that can be used in ProcedureCallMementoImpl.
procedureName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
ProcedureOutputs - Interface in org.hibernate.procedure
Specialization of the Outputs contract providing access to the stored procedure's registered output parameters.
ProcedureOutputsImpl - Class in org.hibernate.procedure.internal
Implementation of ProcedureResult.
ProcedureOutputsImpl.ProcedureCurrentReturnState - Class in org.hibernate.procedure.internal
 
ProcedureParameterExtractionAware<T> - Interface in org.hibernate.type
Optional Type contract for implementations that are aware of how to extract values from store procedure OUT/INOUT parameters.
ProcedureParameterNamedBinder - Interface in org.hibernate.type
Optional Type contract for implementations enabled to set store procedure OUT/INOUT parameters values by name.
process(AttributePath, StringBuilder) - Static method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
process(InFlightMetadataCollector) - Method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
process(InFlightMetadataCollector) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.DelayedPropertyReferenceHandler
 
process() - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
process() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
process() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
processAggregation(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processAggregation(AST, boolean) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processAnyAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmAnyAssociationType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processAnyDelayedAfterCompletion() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinator
Called by the TransactionCoordinator to allow the SynchronizationCallbackCoordinator to process any after-completion handling that it may have delayed due to thread affinity
processAnyDelayedAfterCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
processAnyDelayedAfterCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
processArrayAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmArrayType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processAttributes(MappingDocument, AttributesHelper.Callback, List, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processAuxiliaryDatabaseObject(HbmLocalMetadataBuildingContext, JaxbHbmAuxiliaryDatabaseObjectType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AuxiliaryDatabaseObjectBinder
Handling for a <database-object/> declaration.
processAuxiliaryDatabaseObjectDefinitions() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processAuxiliaryDatabaseObjectDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processAuxiliaryDatabaseObjectDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processAuxiliaryDatabaseObjectDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all AuxiliaryDatabaseObject definitions.
processBagAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmBagCollectionType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processBasicAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmBasicAttributeType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processBeanInfo(BeanInfo) - Method in interface org.hibernate.internal.util.beans.BeanInfoHelper.BeanInfoDelegate
 
processBeanInfo(BeanInfo) - Method in interface org.hibernate.internal.util.beans.BeanInfoHelper.ReturningBeanInfoDelegate
 
processBoolean(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processBoolean(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processBoolean(AST) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
processCastFunction(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processCastFunction(AST, boolean) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processClassFile(File, Set<String>) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Process a class file.
processCollection(Object, CollectionType) - Method in class org.hibernate.event.internal.OnLockVisitor
 
processCollection(Object, CollectionType) - Method in class org.hibernate.event.internal.OnReplicateVisitor
 
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processComplementaryTableDefinitions(Tables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processCompositeKeySubAttributes(MappingDocument, AttributesHelper.Callback, List<?>) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processConstant(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processConstant(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processConstant(AST, boolean) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
processConstructor(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processConstructor(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processDynamicComponentAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmDynamicComponentType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processDynamicFilterParameters(String, ParameterContainer, HqlSqlWalker) - Static method in class org.hibernate.hql.internal.ast.util.JoinProcessor
 
ProcessedWhereClause(String, List<ParameterSpecification>) - Constructor for class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
processEmbeddedAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmCompositeAttributeType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processEntityHierarchies(Set<String>) - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processEntityHierarchies(Set<String>) - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processEntityHierarchies(Set<String>) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processEntityHierarchies(Set<String>) - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
processEntityPropertyValues(Object[], Type[]) - Method in class org.hibernate.event.internal.AbstractVisitor
Dispatch each property value to processValue().
processEqualityExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Returns the 'cleaned up' version of a comparison operator sub-tree.
processEqualityExpression(AST) - Method in class org.hibernate.hql.internal.ast.HqlParser
Post process equality expressions, clean up the subtree.
processEqualityExpression() - Method in interface org.hibernate.internal.CoreMessageLogger
 
processFetches(FetchSource, SelectStatementBuilder, ReaderCollector) - Method in class org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor
 
processFetchProfile(HbmLocalMetadataBuildingContext, JaxbHbmFetchProfileType) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchProfileBinder
Handling for a <fetch-profile/> declaration.
processFetchProfile(HbmLocalMetadataBuildingContext, JaxbHbmFetchProfileType, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchProfileBinder
Handling for a <fetch-profile/> declaration.
processFetchProfiles() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processFetchProfiles() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processFetchProfiles() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processFetchProfiles() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all fetch profiles.
processFile(File, Set<String>) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Actually process the file by applying instrumentation transformations to any classes it contains.
processFilterDefinition(HbmLocalMetadataBuildingContext, JaxbHbmFilterDefinitionType) - Static method in class org.hibernate.boot.model.source.internal.hbm.FilterDefinitionBinder
Handling for a <filter-def/> declaration.
processFilterDefinitions() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processFilterDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processFilterDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processFilterDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all filter definitions.
processFilters(String, SessionImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
 
processFilters(String, Map, SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
 
processFunction(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processFunction(AST, boolean) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processIdBagAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmIdBagCollectionType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processIdentifierGeneratorDefinition(HbmLocalMetadataBuildingContext, JaxbHbmIdentifierGeneratorDefinitionType) - Static method in class org.hibernate.boot.model.source.internal.hbm.IdentifierGeneratorDefinitionBinder
 
processIdentifierGenerators() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processIdentifierGenerators() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processIdentifierGenerators() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processIdentifierGenerators() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all custom identifier generator declarations,

Depends on MetadataSourceProcessor.processTypeDefinitions()

processIndex(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processIndex(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processingPersistenceUnitInfoName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
processInsertGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processInsertGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Perform a select to retrieve the values of any generated properties back from the database, injecting these generated values into the given entity as well as writing this state to the PersistenceContext.
processJarFile(File, Set<String>) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Process an archive file.
processJoins(QueryNode) - Method in class org.hibernate.hql.internal.ast.util.JoinProcessor
 
processListAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmListType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processManyToOneAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmManyToOneType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processMapAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmMapType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processMapComponentReference(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processMemberOf(Token, AST, ASTPair) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
processMemberOf(Token, AST, ASTPair) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
processNamedNativeQuery(HbmLocalMetadataBuildingContext, JaxbHbmNamedNativeQueryType) - Static method in class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
processNamedNativeQuery(HbmLocalMetadataBuildingContext, JaxbHbmNamedNativeQueryType, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
processNamedQueries() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processNamedQueries() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processNamedQueries() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processNamedQueries() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all "root" named queries.
processNamedQuery(HbmLocalMetadataBuildingContext, JaxbHbmNamedQueryType) - Static method in class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
processNamedQuery(HbmLocalMetadataBuildingContext, JaxbHbmNamedQueryType, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
processNull(AST) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
processNumeric(AST) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
processNumericLiteral(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processNumericLiteral(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processOneToOneAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmOneToOneType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processPrimitiveArrayAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmPrimitiveArrayType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processQuery(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processQuery(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processQueryRenames() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processQueryRenames() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processQueryRenames() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processQueryRenames() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all explicit query renames (imports).
processQuerySpaceJoins(QuerySpace, SelectStatementBuilder) - Method in class org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor
 
processQueuedOps(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
processQueuedOps(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Process queued operations within the PersistentCollection.
processReachableCollection(PersistentCollection, CollectionType, Object, SessionImplementor) - Static method in class org.hibernate.engine.internal.Collections
Initialize the role of the collection.
processResultSet(ResultSet, QueryParameters, SessionImplementor, boolean, ResultTransformer, int, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
 
processResultSetMappings() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processResultSetMappings() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processResultSetMappings() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processResultSetMappings() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process ResultSet mappings for native queries.
processSecondPasses(MetadataBuildingContext) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
Ugh! But we need this done before we ask Envers to produce its entities.
processSetAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmSetType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.CUBRIDLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.FirstLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
processSql(String, RowSelection) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Return processed SQL query.
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.SQL2008StandardLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Add a LIMIT clause to the given SQL SELECT (HHH-2655: ROW_NUMBER for Paging) The LIMIT SQL will look like:
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
processSubclass(SubclassEntitySourceImpl) - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
processTypeDefinition(HbmLocalMetadataBuildingContext, JaxbHbmTypeDefinitionType) - Static method in class org.hibernate.boot.model.source.internal.hbm.TypeDefinitionBinder
Handling for a <typedef/> declaration
processTypeDefinitions() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processTypeDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processTypeDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processTypeDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all custom Type definitions.
processUnreachableCollection(PersistentCollection, SessionImplementor) - Static method in class org.hibernate.engine.internal.Collections
record the fact that this collection was dereferenced
processUpdateGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processUpdateGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Perform a select to retrieve the values of any generated properties back from the database, injecting these generated values into the given entity as well as writing this state to the PersistenceContext.
processWhereClause(AST) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
Interprets the WHERE clause from the user-defined update/delete query
prod(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
prod(Expression<? extends N>, N) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
prod(N, Expression<? extends N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
produceAdditionalMappings(MetadataImplementor, IndexView, MappingBinder, MetadataBuildingContext) - Method in interface org.hibernate.boot.spi.AdditionalJaxbMappingProducer
Deprecated.
 
produceAdditionalMappings(MetadataImplementor, IndexView, MappingBinder, MetadataBuildingContext) - Method in class org.hibernate.envers.boot.internal.AdditionalJaxbMappingProducerImpl
 
ProgressDialect - Class in org.hibernate.dialect
An SQL dialect compatible with Progress 9.1C

Connection Parameters required: hibernate.dialect org.hibernate.sql.ProgressDialect hibernate.driver com.progress.sql.jdbc.JdbcProgressDriver hibernate.url jdbc:JdbcProgress:T:host:port:dbname;WorkArounds=536870912 hibernate.username username hibernate.password password The WorkArounds parameter in the URL is required to avoid an error in the Progress 9.1C JDBC driver related to PreparedStatements.
ProgressDialect() - Constructor for class org.hibernate.dialect.ProgressDialect
Constructs a ProgressDialect
PROJECTION - Static variable in interface org.hibernate.criterion.CriteriaSpecification
This result transformer is selected implicitly by calling setProjection()
Projection - Interface in org.hibernate.criterion
An object-oriented representation of a query result set projection in a Criteria query.
projection(int, String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjections
Applies the specified OracleSpatialProjection to the named property.
ProjectionList - Class in org.hibernate.criterion
A projection that wraps other projections to allow selecting multiple values.
ProjectionList() - Constructor for class org.hibernate.criterion.ProjectionList
Constructs a ProjectionList
projectionList() - Static method in class org.hibernate.criterion.Projections
Create a new projection list.
Projections - Class in org.hibernate.criterion
The criterion package may be used by applications as a framework for building new kinds of Projection.
promoteJoin(FromElement) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
PROPAGATE_EXCEPTION - Static variable in class org.hibernate.cache.internal.CollectionCacheInvalidator
Exposed for use in testing
properSize(int) - Static method in class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression
 
properSize(int) - Static method in class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
properties - Variable in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
PROPERTIES - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
PROPERTIES - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
PROPERTIES - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
properties - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
Properties() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties
 
propertiesEq(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of multiple given properties as being equal to the set of values in the subquery result.
propertiesIn(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of multiple given properties as being in to the set of values in the subquery result.
propertiesLoaded(Properties) - Method in interface org.hibernate.internal.CoreMessageLogger
 
propertiesNotEq(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of multiple given properties as being not-equal to the set of values in the subquery result.
propertiesNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
propertiesNotIn(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of multiple given properties as being not-in to the set of values in the subquery result.
PropertiesSubqueryExpression - Class in org.hibernate.criterion
A comparison between several properties value in the outer query and the result of a multicolumn subquery.
PropertiesSubqueryExpression(String[], String, DetachedCriteria) - Constructor for class org.hibernate.criterion.PropertiesSubqueryExpression
 
property - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
property - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
property(String) - Static method in class org.hibernate.criterion.Projections
A property value projection
Property - Class in org.hibernate.criterion
A factory for property-specific criterion and projection instances
Property(String) - Constructor for class org.hibernate.criterion.Property
Constructs a Property.
property(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of an audited entity.
property(Property) - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl.Builder
 
property - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties
 
Property() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
 
Property - Class in org.hibernate.mapping
Represents a property as part of an entity or a component.
Property() - Constructor for class org.hibernate.mapping.Property
 
Property - Interface in org.hibernate.tuple
Deprecated.
Use the direct Attribute hierarchy
PROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
PROPERTY_REF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
PROPERTY_REF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
PropertyAccess - Interface in org.hibernate.property.access.spi
Describes access to a particular persistent property in terms of getting and setting values.
PropertyAccessBasicImpl - Class in org.hibernate.property.access.internal
PropertyAccessor for accessing the wrapped property via get/set pair, which may be nonpublic.
PropertyAccessBasicImpl(PropertyAccessStrategyBasicImpl, Class, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessBasicImpl
 
PropertyAccessBuildingException - Exception in org.hibernate.property.access.spi
Indicates a problem while building a PropertyAccess
PropertyAccessBuildingException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
 
PropertyAccessBuildingException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
 
PropertyAccessEmbeddedImpl - Class in org.hibernate.property.access.internal
PropertyAccess for handling non-aggregated composites.
PropertyAccessEmbeddedImpl(PropertyAccessStrategyEmbeddedImpl, Class, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
 
PropertyAccessEnhancedImpl - Class in org.hibernate.property.access.internal
A PropertyAccess for byte code enhanced entities.
PropertyAccessEnhancedImpl(PropertyAccessStrategy, Class, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessEnhancedImpl
 
PropertyAccessException - Exception in org.hibernate.property.access.spi
Indicates a problem reading or writing value from/to a persistent property.
PropertyAccessException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
PropertyAccessException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
PropertyAccessException - Exception in org.hibernate
A problem occurred accessing a property of an instance of a persistent class by reflection, or via CGLIB.
PropertyAccessException(Throwable, String, boolean, Class, String) - Constructor for exception org.hibernate.PropertyAccessException
Constructs a PropertyAccessException using the specified information.
PropertyAccessFieldImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessFieldImpl(PropertyAccessStrategyFieldImpl, Class, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessFieldImpl
 
PropertyAccessMapImpl - Class in org.hibernate.property.access.internal
PropertyAccess implementation that deal with an underlying Map as the container using Map.get(java.lang.Object) and Map.put(K, V)
PropertyAccessMapImpl(PropertyAccessStrategyMapImpl, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessMapImpl
 
PropertyAccessMapImpl.GetterImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessMapImpl.SetterImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessMixedImpl - Class in org.hibernate.property.access.internal
A PropertyAccess based on mix of getter/setter method and/or field.
PropertyAccessMixedImpl(PropertyAccessStrategy, Class, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
PropertyAccessSerializationException - Exception in org.hibernate.property.access.spi
 
PropertyAccessSerializationException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
 
PropertyAccessSerializationException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
 
PropertyAccessStrategy - Interface in org.hibernate.property.access.spi
Describes a strategy for persistent property access (field, JavaBean-style property, etc).
PropertyAccessStrategyBackRefImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyBackRefImpl(String, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
 
PropertyAccessStrategyBasicImpl - Class in org.hibernate.property.access.internal
Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.
PropertyAccessStrategyBasicImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyBasicImpl
 
PropertyAccessStrategyChainedImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyChainedImpl(PropertyAccessStrategy...) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyChainedImpl
 
PropertyAccessStrategyEmbeddedImpl - Class in org.hibernate.property.access.internal
A PropertyAccessStrategy that deals with non-aggregated composites.
PropertyAccessStrategyEmbeddedImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl
 
PropertyAccessStrategyEnhancedImpl - Class in org.hibernate.property.access.internal
Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.
PropertyAccessStrategyEnhancedImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyEnhancedImpl
 
PropertyAccessStrategyFieldImpl - Class in org.hibernate.property.access.internal
Defines a strategy for accessing property values directly via a field, which may be non-public.
PropertyAccessStrategyFieldImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
 
PropertyAccessStrategyIndexBackRefImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyIndexBackRefImpl(String, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyIndexBackRefImpl
 
PropertyAccessStrategyMapImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyMapImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyMapImpl
 
PropertyAccessStrategyMixedImpl - Class in org.hibernate.property.access.internal
A PropertyAccessStrategy that selects between available getter/setter method and/or field.
PropertyAccessStrategyMixedImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyMixedImpl
 
PropertyAccessStrategyNoopImpl - Class in org.hibernate.property.access.internal
Yeah, right, so....
PropertyAccessStrategyNoopImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
 
PropertyAccessStrategyResolver - Interface in org.hibernate.property.access.spi
Contract for resolving the PropertyAccessStrategy to use.
PropertyAccessStrategyResolverInitiator - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyResolverInitiator() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyResolverInitiator
 
PropertyAccessStrategyResolverStandardImpl - Class in org.hibernate.property.access.internal
Standard implementation of PropertyAccessStrategyResolver
PropertyAccessStrategyResolverStandardImpl(ServiceRegistry) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
 
PropertyAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
PropertyAuditExpression(PropertyNameGetter, String, String) - Constructor for class org.hibernate.envers.query.criteria.internal.PropertyAuditExpression
 
PropertyAuditingData - Class in org.hibernate.envers.configuration.internal.metadata.reader
 
PropertyAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
PropertyAuditingData(String, String, ModificationStore, RelationTargetAuditMode, String, String, boolean) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
PropertyAuditOrder - Class in org.hibernate.envers.query.order.internal
 
PropertyAuditOrder(PropertyNameGetter, boolean) - Constructor for class org.hibernate.envers.query.order.internal.PropertyAuditOrder
 
PropertyAuditProjection - Class in org.hibernate.envers.query.projection.internal
 
PropertyAuditProjection(PropertyNameGetter, String, boolean) - Constructor for class org.hibernate.envers.query.projection.internal.PropertyAuditProjection
 
PropertyBinder - Class in org.hibernate.cfg.annotations
 
PropertyBinder() - Constructor for class org.hibernate.cfg.annotations.PropertyBinder
 
PropertyData - Interface in org.hibernate.cfg
 
PropertyData - Class in org.hibernate.envers.internal.entities
Holds information on a property that is audited.
PropertyData(String, PropertyData) - Constructor for class org.hibernate.envers.internal.entities.PropertyData
Copies the given property data, except the name.
PropertyData(String, String, String, ModificationStore) - Constructor for class org.hibernate.envers.internal.entities.PropertyData
 
PropertyData(String, String, String, ModificationStore, boolean, String) - Constructor for class org.hibernate.envers.internal.entities.PropertyData
 
propertyEq(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property as being equal to the set of values in the subquery result.
propertyEqAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property equals ALL the values in the subquery result.
propertyException(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
PropertyExpression - Class in org.hibernate.criterion
superclass for comparisons between two properties (with SQL binary operators)
PropertyExpression(String, String, String) - Constructor for class org.hibernate.criterion.PropertyExpression
 
PropertyFactory - Class in org.hibernate.tuple
Responsible for generation of runtime metamodel Property representations.
PropertyFactory.NonIdentifierAttributeNature - Enum in org.hibernate.tuple
 
propertyFetch() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
propertyGe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than-or-equal-to the value in the subquery result.
propertyGeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than-or-equal-to ALL the values in the subquery result.
PropertyGeneration - Class in org.hibernate.mapping
Deprecated.
This is replaced by ValueGeneration and GenerationTiming
propertyGeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than-or-equal-to SOME of the values in the subquery result.
propertyGetter(Class<?>, String, Method) - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
propertyGt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than the value in the subquery result.
propertyGtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than ALL the values in the subquery result.
propertyGtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than SOME of the values in the subquery result.
propertyHolder - Variable in class org.hibernate.cfg.Ejb3Column
 
PropertyHolder - Interface in org.hibernate.cfg
Property holder abstract property containers from their direct implementation
PropertyHolderBuilder - Class in org.hibernate.cfg
This factory is here ot build a PropertyHolder and prevent .mapping interface adding
propertyIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is in the set of values in the subquery result.
PropertyInferredData - Class in org.hibernate.cfg
Retrieve all inferred data from an annnoted element
PropertyInferredData(XClass, XProperty, String, ReflectionManager) - Constructor for class org.hibernate.cfg.PropertyInferredData
Take the annoted element for lazy process
propertyLe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than-or-equal-to the value in the subquery result.
propertyLeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than-or-equal-to ALL the values in the subquery result.
propertyLeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than-or-equal-to SOME of the values in the subquery result.
propertyLt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than the value in the subquery result.
propertyLtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than ALL the values in the subquery result.
propertyLtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than SOME of the values in the subquery result.
PropertyMapper - Interface in org.hibernate.envers.internal.entities.mapper
 
propertyMapping - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Warning: When there are duplicated property names in the subclasses then propertyMapping will only contain one of those properties.
PropertyMapping - Interface in org.hibernate.persister.entity
Contract for all things that know how to map a property to the needed bits of SQL.
propertyName - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
propertyName - Variable in class org.hibernate.criterion.AbstractEmptinessExpression
 
propertyName - Variable in class org.hibernate.criterion.AggregateProjection
 
propertyName(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
PropertyNameGetter - Interface in org.hibernate.envers.query.internal.property
Provides a function to get the name of a property, which is used in a query, to apply some restrictions on it.
propertyNe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is not equal to the value in the subquery result.
propertyNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
PropertyNotFoundException - Exception in org.hibernate
Indicates that an expected getter or setter method could not be found on a class.
PropertyNotFoundException(String) - Constructor for exception org.hibernate.PropertyNotFoundException
Constructs a PropertyNotFoundException given the specified message.
propertyNotIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is not-in the set of values in the subquery result.
PropertyPath - Class in org.hibernate.loader
 
PropertyPath(PropertyPath, String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath(String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath() - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPathStack() - Constructor for class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy.PropertyPathStack
 
PropertyPreloadedData - Class in org.hibernate.cfg
 
PropertyPreloadedData(AccessType, String, XClass) - Constructor for class org.hibernate.cfg.PropertyPreloadedData
 
PropertyProjection - Class in org.hibernate.criterion
A property value, or grouped property value
PropertyProjection(String, boolean) - Constructor for class org.hibernate.criterion.PropertyProjection
 
PropertyProjection(String) - Constructor for class org.hibernate.criterion.PropertyProjection
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
propertyRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
propertyRefLhs(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
propertyRefOrigin - Variable in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
propertySelectFragment(String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
propertySelectFragment(String, String, boolean) - Method in interface org.hibernate.persister.entity.Queryable
Given a query alias and an identifying suffix, render the property select fragment.
propertySelectFragmentFragment(String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
propertySelectFragmentFragment(String, String, boolean) - Method in interface org.hibernate.persister.entity.Queryable
 
propertySetter(Class<?>, String, Method) - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
PropertySetterAccessException - Exception in org.hibernate
 
PropertySetterAccessException(Throwable, Class, String, Class, Object, Object) - Constructor for exception org.hibernate.PropertySetterAccessException
Constructs a PropertyAccessException using the specified information.
propertySpan - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
propertySpan - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
propertySpan - Variable in class org.hibernate.type.ComponentType
 
PropertySubqueryExpression - Class in org.hibernate.criterion
A comparison between a property value in the outer query and the result of a subquery
PropertySubqueryExpression(String, String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.PropertySubqueryExpression
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name
propertyToColumnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the full property path with underscore seperators, mixed case converted to underscores
propertyToColumnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return a column name for a property path expression
PropertyValueException - Exception in org.hibernate
Thrown when the (illegal) value of a property can not be persisted.
PropertyValueException(String, String, String) - Constructor for exception org.hibernate.PropertyValueException
Constructs a PropertyValueException using the specified information.
ProvidedService<R> - Class in org.hibernate.service.internal
A service provided as-is.
ProvidedService(Class<R>, R) - Constructor for class org.hibernate.service.internal.ProvidedService
 
PROVIDER - Static variable in interface org.hibernate.jpa.AvailableSettings
THe name of the PersistenceProvider implementor

See JPA 2 sections 9.4.3 and 8.2.1.4

provider - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
ProviderChecker - Class in org.hibernate.jpa.boot.spi
Helper for handling checks to see whether Hibernate is the requested PersistenceProvider
ProviderMBeanRegistrationHelper - Class in org.hibernate.cache.ehcache.management.impl
Helper class for registering mbeans for ehcache backed hibernate second level cache

ProviderMBeanRegistrationHelper() - Constructor for class org.hibernate.cache.ehcache.management.impl.ProviderMBeanRegistrationHelper
 
PROXOOL_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
A setting prefix used to indicate settings that target the hibernate-proxool integration
PROXOOL_EXISTING_POOL - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool Provider from an already existing pool (true / false)
PROXOOL_POOL_ALIAS - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property with the Proxool pool alias to use (Required for PROXOOL_EXISTING_POOL, PROXOOL_PROPERTIES, or PROXOOL_XML)
PROXOOL_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
PROXOOL_PROPERTIES - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool Provider using a properties file (/path/to/proxool.properties)
PROXOOL_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for proxool connection pooling
PROXOOL_XML - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool Provider using an XML (/path/to/file.xml)
ProxoolConnectionProvider - Class in org.hibernate.proxool.internal
A connection provider that uses a Proxool connection pool.
ProxoolConnectionProvider() - Constructor for class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
ProxoolMessageLogger - Interface in org.hibernate.proxool.internal
The jboss-logging MessageLogger for the hibernate-proxool module.
proxoolProviderClassNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
Proxy - Annotation Type in org.hibernate.annotations
Lazy and proxy configuration of a particular class.
proxy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
PROXY_INTERFACES - Static variable in class org.hibernate.engine.jdbc.NClobProxy
The interfaces used to generate the proxy
ProxyFactory - Interface in org.hibernate.proxy
Contract for run-time, proxy-based lazy initialization proxies.
ProxyFactoryFactory - Interface in org.hibernate.bytecode.spi
An interface for factories of proxy factory instances.
ProxyFactoryFactoryImpl - Class in org.hibernate.bytecode.internal.javassist
A factory for Javassist-based ProxyFactory instances.
ProxyFactoryFactoryImpl() - Constructor for class org.hibernate.bytecode.internal.javassist.ProxyFactoryFactoryImpl
 
proxyFor(EntityPersister, EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
proxyFor(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
proxyFor(EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the third argument (the entity associated with the key) if no proxy exists.
proxyFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the argument (the entity associated with the key) if no proxy exists.
ProxyVisitor - Class in org.hibernate.event.internal
Reassociates uninitialized proxies with the session
ProxyVisitor(EventSource) - Constructor for class org.hibernate.event.internal.ProxyVisitor
 
pulse() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
pulse() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
pulse() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
Used by owner of the JdbcSession as a means to indicate that implicit joining should be done if needed.
purgeStaleEntries() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
push(PropertyPath) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy.PropertyPathStack
 
pushClassTransformer(EnhancementContext) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
pushClassTransformer(EnhancementContext) - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
pushClassTransformer(EnhancementContext) - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
pushFromClause(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
Sets the current 'FROM' context.
pushFromClause(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
Sets the current 'FROM' context.
pushNdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
put(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Map the given value to the given key, replacing any existing mapping for this key
put(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
 
put(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
put(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
put(QueryKey, Type[], List, boolean, SessionImplementor) - Method in class org.hibernate.cache.internal.StandardQueryCache
 
put(SessionImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.GeneralDataRegion
Put an item into the cache.
put(QueryKey, Type[], List, boolean, SessionImplementor) - Method in interface org.hibernate.cache.spi.QueryCache
Put a result into the query cache.
put(Object, Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
put(int, long, String) - Method in class org.hibernate.dialect.TypeNames
Register a weighted typeCode mapping
put(int, String) - Method in class org.hibernate.dialect.TypeNames
Register a default (non-weighted) typeCode mapping
put(K, V) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
put(K, V) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
put(String, Number, Object, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
put(K, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
put(Object, Object) - Method in class org.hibernate.proxy.map.MapProxy
 
put(K, V) - Method in class org.hibernate.service.internal.ConcurrentServiceBinding
 
putAll(Map) - Method in class org.hibernate.collection.internal.PersistentMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
putAll(Map) - Method in class org.hibernate.proxy.map.MapProxy
 
putCount - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
put count
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Attempt to cache an object, after loading from the database.
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Attempt to cache an object, after loading from the database.
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoadCache - Variable in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
PutFromLoadValidator - Class in org.hibernate.cache.infinispan.access
PutFromLoadValidator(AdvancedCache) - Constructor for class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Creates a new put from load validator instance.
PutFromLoadValidator(AdvancedCache, EmbeddedCacheManager) - Constructor for class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Creates a new put from load validator instance.
PutFromLoadValidator.Lock - Class in org.hibernate.cache.infinispan.access
putIfAbsent(K, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
putIfAbsent(K, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
putMdc(String, Object) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
putOnEntityNameCache(Object, Number, Object, String) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
Adds the entityName into the cache.
putResultInQueryCache(SessionImplementor, QueryParameters, Type[], QueryCache, QueryKey, List) - Method in class org.hibernate.loader.custom.CustomLoader
putResultInQueryCache(SessionImplementor, QueryParameters, Type[], QueryCache, QueryKey, List) - Method in class org.hibernate.loader.Loader
 
putValidator - Variable in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 

Q

qb - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
QualifiedName - Interface in org.hibernate.boot.model.relational
Models the qualified name of a database object.
QualifiedNameImpl - Class in org.hibernate.boot.model.relational
 
QualifiedNameImpl(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
 
QualifiedNameImpl(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
 
QualifiedNameParser - Class in org.hibernate.boot.model.relational
Parses a qualified name.
QualifiedNameParser() - Constructor for class org.hibernate.boot.model.relational.QualifiedNameParser
 
QualifiedNameParser.NameParts - Class in org.hibernate.boot.model.relational
 
QualifiedObjectNameFormatter - Interface in org.hibernate.engine.jdbc.env.spi
Contract for rendering qualified object names for use in queries, etc.
QualifiedObjectNameFormatterStandardImpl - Class in org.hibernate.engine.jdbc.env.internal
Standard implementation of QualifiedObjectNameFormatter which uses information reported by DatabaseMetaData to render qualified names.
QualifiedObjectNameFormatterStandardImpl(NameQualifierSupport, String, boolean) - Constructor for class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
QualifiedObjectNameFormatterStandardImpl(NameQualifierSupport) - Constructor for class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
QualifiedObjectNameFormatterStandardImpl(NameQualifierSupport, DatabaseMetaData) - Constructor for class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
QualifiedSequenceName - Class in org.hibernate.boot.model.relational
 
QualifiedSequenceName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
 
QualifiedSequenceName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
 
QualifiedTableName - Class in org.hibernate.boot.model.relational
 
QualifiedTableName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
 
QualifiedTableName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
 
qualifiedTableName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
qualifier(String) - Static method in class org.hibernate.internal.util.StringHelper
 
qualifier(String) - Static method in class org.hibernate.jpamodelgen.ImportContextImpl
 
qualify(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
qualify(String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
qualify(String, String, String) - Static method in class org.hibernate.mapping.Table
qualifyClassName(String) - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
qualifyClassName(String) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
qualifyConditionally(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
qualifyIfNot(String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
qualifyIndexName() - Method in class org.hibernate.dialect.Cache71Dialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.CUBRIDDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.Dialect
Do we need to qualify index names with the schema name?
qualifyIndexName() - Method in class org.hibernate.dialect.MySQLDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.ProgressDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
RDMS does not support qualifing index names with the schema name.
qualifyIndexName() - Method in class org.hibernate.dialect.TimesTenDialect
 
quantified(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
quantifiedExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
queriesExecuted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
query - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
query
query - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
query(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
QUERY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
QUERY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
QUERY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
query - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
query - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
Query - Interface in org.hibernate
An object-oriented representation of a Hibernate query.
QUERY_CACHE_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
The QueryCacheFactory implementation class.
QUERY_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for query caches.
QUERY_PLAN_CACHE_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The maximum number of entries including: HQLQueryPlan FilterQueryPlan NativeSQLQueryPlan maintained by QueryPlanCache.
QUERY_PLAN_CACHE_MAX_SOFT_REFERENCES - Static variable in interface org.hibernate.cfg.AvailableSettings
QUERY_PLAN_CACHE_MAX_STRONG_REFERENCES - Static variable in interface org.hibernate.cfg.AvailableSettings
QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The maximum number of ParameterMetadata maintained by QueryPlanCache.
QUERY_STARTUP_CHECKING - Static variable in interface org.hibernate.cfg.AvailableSettings
Should named queries be checked during startup (the default is enabled).
QUERY_SUBSTITUTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
A comma-separated list of token substitutions to use when translating a Hibernate query to SQL
QUERY_TRANSLATOR - Static variable in interface org.hibernate.cfg.AvailableSettings
The classname of the HQL query parser factory
Queryable - Interface in org.hibernate.persister.entity
Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language
Queryable.Declarer - Class in org.hibernate.persister.entity
 
QueryableCollection - Interface in org.hibernate.persister.collection
A collection role that may be queried or loaded by outer join.
QueryBinder - Class in org.hibernate.cfg.annotations
Query binder
QueryBinder() - Constructor for class org.hibernate.cfg.annotations.QueryBinder
 
QueryBuilder - Class in org.hibernate.envers.internal.tools.query
A class for incrementally building a HQL query.
QueryBuilder(String, String) - Constructor for class org.hibernate.envers.internal.tools.query.QueryBuilder
 
QueryBuildingParameters - Interface in org.hibernate.loader.plan.exec.query.spi
Provides values for all options that impact the built query.
QueryBuildingParametersImpl - Class in org.hibernate.loader.plan.exec.query.internal
 
QueryBuildingParametersImpl(LoadQueryInfluencers, int, LockMode, LockOptions) - Constructor for class org.hibernate.loader.plan.exec.query.internal.QueryBuildingParametersImpl
 
QueryCache - Interface in org.hibernate.cache.spi
Defines the contract for caches capable of storing query results.
QueryCacheFactory - Interface in org.hibernate.cache.spi
Defines a factory for query cache instances.
queryCacheHit(String, String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
queryCacheHit(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query cache resulted in a hit.
queryCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queryCacheMiss(String, String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
queryCacheMiss(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query cache resulted in a miss.
queryCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queryCachePut(String, String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
queryCachePut(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into the query cache.
queryCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
QueryConstants - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Constants used in JPQL queries.
QueryException - Exception in org.hibernate
A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
QueryException(String) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message.
QueryException(String, Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and cause.
QueryException(String, String) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and query-string.
QueryException(String, String, Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and query-string.
QueryException(Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified cause.
queryExecuted(String, int, long) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
queryExecuted(String, int, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a sql/hql query
QueryExecutionRequestException - Exception in org.hibernate.hql.internal
Expecting to execute an illegal operation regarding the query type
QueryExecutionRequestException(String, String) - Constructor for exception org.hibernate.hql.internal.QueryExecutionRequestException
 
queryForReferencedEntity(AuditReaderImplementor, AbstractToOneMapper.EntityInfo, Serializable, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
queryForReferencedEntity(AuditReaderImplementor, AbstractToOneMapper.EntityInfo, Serializable, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.OneToOneNotOwningMapper
 
queryForReferencedEntity(AuditReaderImplementor, AbstractToOneMapper.EntityInfo, Serializable, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.OneToOnePrimaryKeyJoinColumnMapper
 
QueryGeneratorBuilder - Class in org.hibernate.envers.configuration.internal.metadata
Builds query generators, for reading collection middle tables, along with any related entities.
queryHasAliases() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
QueryHint - Class in org.hibernate.jpamodelgen.xml.jaxb
 
QueryHint() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
 
QueryHintDefinition - Class in org.hibernate.cfg.annotations
 
QueryHintDefinition(QueryHint[]) - Constructor for class org.hibernate.cfg.annotations.QueryHintDefinition
 
QueryHints - Class in org.hibernate.annotations
Consolidation of hints available to Hibernate JPA queries.
QueryHints - Class in org.hibernate.ejb
Deprecated.
Use QueryHints instead
QueryHints() - Constructor for class org.hibernate.ejb.QueryHints
Deprecated.
 
QueryHints - Class in org.hibernate.jpa
Defines the supported JPA query hints
QueryHints() - Constructor for class org.hibernate.jpa.QueryHints
 
QueryImpl - Class in org.hibernate.internal
default implementation of the Query interface, for "ordinary" HQL queries (not collection filters)
QueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.QueryImpl
 
QueryImpl(String, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.QueryImpl
 
QueryImpl<X> - Class in org.hibernate.jpa.internal
Hibernate implementation of both the Query and TypedQuery contracts.
QueryImpl(Query, AbstractEntityManagerImpl) - Constructor for class org.hibernate.jpa.internal.QueryImpl
 
QueryImpl(Query, AbstractEntityManagerImpl, Map<String, Class>) - Constructor for class org.hibernate.jpa.internal.QueryImpl
 
QueryImpl.JpaPositionalParameterRegistrationImpl<T> - Class in org.hibernate.jpa.internal
Specialized handling for JPA "positional parameters".
QueryJoinFragment - Class in org.hibernate.sql
A join that appears in a translated HQL query
QueryJoinFragment(Dialect, boolean) - Constructor for class org.hibernate.sql.QueryJoinFragment
 
QueryKey - Class in org.hibernate.cache.spi
A key that identifies a particular query with bound parameter values.
QueryLoader - Class in org.hibernate.loader.hql
A delegate that implements the Loader part of QueryTranslator.
QueryLoader(QueryTranslatorImpl, SessionFactoryImplementor, SelectClause) - Constructor for class org.hibernate.loader.hql.QueryLoader
Creates a new Loader implementation.
QueryNode - Class in org.hibernate.hql.internal.ast.tree
Defines a top-level AST node representing an HQL select statement.
QueryNode() - Constructor for class org.hibernate.hql.internal.ast.tree.QueryNode
 
QueryParameterData - Class in org.hibernate.envers.internal.entities.mapper.id
 
QueryParameterData(String, Object) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
QueryParameterException - Exception in org.hibernate
Parameter invalid or not found in the query.
QueryParameterException(String) - Constructor for exception org.hibernate.QueryParameterException
Constructs a QueryParameterException using the supplied exception message.
QueryParameterException(String, String, Exception) - Constructor for exception org.hibernate.QueryParameterException
Constructs a QueryParameterException
QueryParameters - Class in org.hibernate.engine.spi
 
QueryParameters() - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type, Object) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Object, String, Serializable) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Serializable[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, Serializable[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], LockOptions, RowSelection, boolean, boolean, boolean, String, String, List<String>, boolean, ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, LockOptions, RowSelection, boolean, boolean, boolean, String, String, List<String>, Serializable[], ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, LockOptions, RowSelection, boolean, boolean, boolean, String, String, List<String>, Serializable[], Object, String, Serializable, ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryPlanCache - Class in org.hibernate.engine.query.spi
Acts as a cache for compiled query plans, as well as query-parameter metadata.
QueryPlanCache(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.QueryPlanCache
Constructs the QueryPlanCache to be used by the given SessionFactory
queryRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
 
QueryResultsRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store query results.
QueryResultsRegionImpl - Class in org.hibernate.cache.infinispan.query
Region for caching query results.
QueryResultsRegionImpl(AdvancedCache, String, TransactionManager, InfinispanRegionFactory) - Constructor for class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
Query region constructor
queryRule() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
QuerySecondPass - Interface in org.hibernate.cfg
Bind query
QuerySelect - Class in org.hibernate.sql
A translated HQL query
QuerySelect(Dialect) - Constructor for class org.hibernate.sql.QuerySelect
 
QuerySpace - Interface in org.hibernate.loader.plan.spi
Defines a persister reference (either entity or collection) or a composite reference.
QuerySpace.Disposition - Enum in org.hibernate.loader.plan.spi
Enumeration of the different types of QuerySpaces we can have.
QuerySpaceHelper - Class in org.hibernate.loader.plan.build.internal.spaces
 
QuerySpaces - Interface in org.hibernate.loader.plan.spi
Models a collection of QuerySpace references and exposes the ability to find a QuerySpace by its UID

todo : make this hierarchical...

QuerySpacesImpl - Class in org.hibernate.loader.plan.build.internal.spaces
 
QuerySpacesImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl
 
QuerySpaceTreePrinter - Class in org.hibernate.loader.plan.build.spi
Prints a QuerySpaces graph as a tree structure.
QuerySpaceUidNotRegisteredException - Exception in org.hibernate.loader.plan.spi
Indicates an attempt to lookup a QuerySpace by its uid, when no registration has been made under that uid.
QuerySpaceUidNotRegisteredException(String) - Constructor for exception org.hibernate.loader.plan.spi.QuerySpaceUidNotRegisteredException
 
QuerySpaceUidNotRegisteredException(String, Throwable) - Constructor for exception org.hibernate.loader.plan.spi.QuerySpaceUidNotRegisteredException
 
QuerySplitter - Class in org.hibernate.hql.internal
Provides query splitting methods, which were originally in QueryTranslator.
QueryStatistics - Interface in org.hibernate.stat
Query statistics (HQL and SQL)

Note that for a cached query, the cache miss is equals to the db count

QueryStats - Class in org.hibernate.cache.ehcache.management.impl
Represent point in time state of the query stats of a given query
QueryStats(String) - Constructor for class org.hibernate.cache.ehcache.management.impl.QueryStats
Constructor
QueryStats(String, QueryStatistics) - Constructor for class org.hibernate.cache.ehcache.management.impl.QueryStats
Constructor
QueryStats(CompositeData) - Constructor for class org.hibernate.cache.ehcache.management.impl.QueryStats
Constructor
QueryStructure<T> - Class in org.hibernate.jpa.criteria
Models basic query structure.
QueryStructure(AbstractQuery<T>, CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.QueryStructure
 
QuerySyntaxException - Exception in org.hibernate.hql.internal.ast
Exception thrown when there is a syntax error in the HQL.
QuerySyntaxException(String) - Constructor for exception org.hibernate.hql.internal.ast.QuerySyntaxException
Constructs a QuerySyntaxException
QuerySyntaxException(String, String) - Constructor for exception org.hibernate.hql.internal.ast.QuerySyntaxException
Constructs a QuerySyntaxException
QuerySyntaxException(String, String, Exception) - Constructor for exception org.hibernate.hql.internal.ast.QuerySyntaxException
QueryTimeoutException - Exception in org.hibernate
Thrown when a database query timeout occurs.
QueryTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.QueryTimeoutException
Constructs a QueryTimeoutException using the supplied information.
queryToString(QueryBuilder) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
queryToString(QueryBuilder, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
QueryTranslator - Interface in org.hibernate.hql.spi
Defines the contract of an HQL->SQL translator.
QueryTranslatorFactory - Interface in org.hibernate.hql.spi
Facade for generation of QueryTranslator and FilterTranslator instances.
QueryTranslatorFactoryInitiator - Class in org.hibernate.hql.internal
Initiator for the QueryTranslatorFactory service
QueryTranslatorFactoryInitiator() - Constructor for class org.hibernate.hql.internal.QueryTranslatorFactoryInitiator
 
QueryTranslatorImpl - Class in org.hibernate.hql.internal.ast
A QueryTranslator that uses an Antlr-based parser.
QueryTranslatorImpl(String, String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Creates a new AST-based query translator.
QueryTranslatorImpl(String, String, Map, SessionFactoryImplementor, EntityGraphQueryHint) - Constructor for class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
QueryTranslatorImpl - Class in org.hibernate.hql.internal.classic
An instance of QueryTranslator translates a Hibernate query string to SQL.
QueryTranslatorImpl(String, String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Construct a query translator
QueryTranslatorImpl(String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Construct a query translator; this form used internally.
QueryTranslatorImpl.JavaConstantConverter - Class in org.hibernate.hql.internal.ast
 
QUERYTYPE - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
The querytype parameter
queuedAdditionIterator() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
queuedAdditionIterator() - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterator over the "queued" additions
QueuedOperationCollectionAction - Class in org.hibernate.action.internal
If a collection is extra lazy and has queued ops, we still need to process them.
QueuedOperationCollectionAction(PersistentCollection, CollectionPersister, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.internal.QueuedOperationCollectionAction
Constructs a CollectionUpdateAction
queueOperation(AbstractPersistentCollection.DelayedOperation) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Queue an addition
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
quot(Expression<? extends Number>, Number) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
quot(Number, Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
quote(Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as opening for quoting SQL identifiers
quote(String) - Method in class org.hibernate.dialect.Dialect
Apply dialect-specific quoting.
quote(String) - Static method in class org.hibernate.internal.util.StringHelper
Return a representation of the given name ensuring quoting (wrapped with '`' characters).
QUOTED_STRING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
quotedIdentifier(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as a quote identifier.
quotedIdentifier(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
quotedString(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as a quote string.
quotedString(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
quoteIdentifiersLocalToEntity() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
quoteIdentifiersLocalToEntity() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 

R

RANGE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
RANGE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
RANGE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
RDMSOS2200Dialect - Class in org.hibernate.dialect
This is the Hibernate dialect for the Unisys 2200 Relational Database (RDMS).
RDMSOS2200Dialect() - Constructor for class org.hibernate.dialect.RDMSOS2200Dialect
Constructs a RDMSOS2200Dialect
rdmsOs2200Dialect() - Method in interface org.hibernate.internal.CoreMessageLogger
 
read - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
read() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Called by any read-only method of the collection interface
read() - Method in class org.hibernate.engine.jdbc.ReaderInputStream
 
read() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
read(ImportSqlCommandExtractor) - Method in interface org.hibernate.jpa.internal.schemagen.ScriptSourceInput
Read the abstracted script, using the given extractor to split up the input into individual commands.
read(ImportSqlCommandExtractor) - Method in class org.hibernate.jpa.internal.schemagen.ScriptSourceInputFromReader
 
read(ResultSet, ResultSetProcessingContext) - Method in class org.hibernate.loader.plan.exec.process.internal.CollectionReturnReader
 
read(ResultSet, ResultSetProcessingContext) - Method in class org.hibernate.loader.plan.exec.process.internal.EntityReturnReader
 
read(ResultSet, ResultSetProcessingContext) - Method in interface org.hibernate.loader.plan.exec.process.spi.ReturnReader
Essentially performs the second phase of two-phase loading.
read() - Method in class org.hibernate.lob.ReaderInputStream
Deprecated.
 
READ - Static variable in class org.hibernate.LockOptions
Represents LockMode.READ (timeout + scope do not apply).
READ_ONLY - Static variable in class org.hibernate.annotations.QueryHints
Should entities returned from the query be set in read only mode?
readBoolean(Object, String, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
readBoolean(Object, String, boolean) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle reading a boolean value to a given field.
readBoolean(Object, String, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readByte(Object, String, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
readByte(Object, String, byte) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle reading a byte value to a given field.
readByte(Object, String, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readByteCode(InputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Reads class byte array info from the given input stream.
readByteCode(File) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition from a file.
readByteCode(ZipInputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition a zip (jar) file entry.
readChar(Object, String, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
readChar(Object, String, char) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle reading a char value to a given field.
readChar(Object, String, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readCommittedIsolationMaintained(String) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
readDouble(Object, String, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
readDouble(Object, String, double) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle reading a double value to a given field.
readDouble(Object, String, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readElement(ResultSet, Object, String[], SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readElement(ResultSet, Object, String[], SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the element from a row of the JDBC ResultSet
readElementByIndex(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
readElementExistence(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
reader() - Method in class org.hibernate.jpa.internal.schemagen.ScriptSourceInputFromReader
 
ReaderCollector - Interface in org.hibernate.loader.plan.exec.process.spi
Used as a callback mechanism while building the SQL statement to collect the needed ResultSet initializers.
ReaderCollectorImpl() - Constructor for class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails.ReaderCollectorImpl
 
ReaderInputStream - Class in org.hibernate.engine.jdbc
Exposes a Reader as an InputStream.
ReaderInputStream(Reader) - Constructor for class org.hibernate.engine.jdbc.ReaderInputStream
Constructs a ReaderInputStream from a Reader
ReaderInputStream - Class in org.hibernate.lob
Deprecated.
Should not be used anymore.
ReaderInputStream(Reader) - Constructor for class org.hibernate.lob.ReaderInputStream
Deprecated.
 
readExternal(ObjectInput) - Method in class org.hibernate.engine.spi.ExecutableList
Read this object state back in from the given stream as part of de-serialization
readFloat(Object, String, float) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
readFloat(Object, String, float) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle reading a float value to a given field.
readFloat(Object, String, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentList
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Read a row from the JDBC result set
readIdentifier(ResultSet, String, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readIdentifier(ResultSet, String, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the identifier from a row of the JDBC ResultSet
readIndex(ResultSet, String[], SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readIndex(ResultSet, String[], SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the index from a row of the JDBC ResultSet
readIndexExistence(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
readingCachedMappings(File) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readingMappingsFromFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readingMappingsFromResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readInt(Object, String, int) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
readInt(Object, String, int) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle reading an int value to a given field.
readInt(Object, String, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readKey(ResultSet, String[], SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readKey(ResultSet, String[], SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the key from a row of the JDBC ResultSet
readLock(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Attempts to read lock the mapping for the given key.
readLogicalRow(ResultSet, ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.AbstractRowReader
 
readLong(Object, String, long) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
readLong(Object, String, long) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle reading a long value to a given field.
readLong(Object, String, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readObject(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
readObject(Object, String, Object) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle reading an Object value to a given field.
readObject(ObjectInput) - Method in class org.hibernate.cache.infinispan.util.Externalizers.UUIDExternalizer
 
readObject(ObjectInput) - Method in class org.hibernate.cache.infinispan.util.FutureUpdate.Externalizer
 
readObject(ObjectInput) - Method in class org.hibernate.cache.infinispan.util.FutureUpdate.ValueExtractorExternalizer
 
readObject(ObjectInput) - Method in class org.hibernate.cache.infinispan.util.Tombstone.ExcludeTombstonesFilterExternalizer
 
readObject(ObjectInput) - Method in class org.hibernate.cache.infinispan.util.Tombstone.Externalizer
 
readObject(ObjectInput) - Method in class org.hibernate.cache.infinispan.util.TombstoneUpdate.Externalizer
 
readObject(ObjectInput) - Method in class org.hibernate.cache.infinispan.util.VersionedEntry.ExcludeEmptyExtractValueExternalizer
 
readObject(ObjectInput) - Method in class org.hibernate.cache.infinispan.util.VersionedEntry.Externalizer
 
readObject(Object, String, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readObject(ObjectInputStream) - Method in class org.hibernate.jpa.internal.metamodel.AbstractAttribute
Used by JDK serialization...
readOnly - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
readOnly - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
readOnly - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
readOnlyCacheConfiguredForMutableCollection(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readOnlyCacheConfiguredForMutableEntity(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
Log a message (WARN) about an attempt to specify read-only caching for a mutable entity
ReadOnlyEhcacheCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read-only collection region access strategy
ReadOnlyEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
Create a read-only access strategy accessing the given collection region.
ReadOnlyEhcacheEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read-only entity region access strategy
ReadOnlyEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Create a read-only access strategy accessing the given entity region.
ReadOnlyEhcacheNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read-only NaturalId region access strategy
ReadOnlyEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Create a read-only access strategy accessing the given NaturalId region.
readRow(ResultSet, ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.AbstractRowReader
 
readRow(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.RowReader
 
readShort(Object, String, short) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
readShort(Object, String, short) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle reading a short value to a given field.
readShort(Object, String, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readSize() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Called by the Collection.size() method
readUnlock(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Attempts to read unlock the mapping for the given key.
ReadWriteEhcacheCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read/write collection region access strategy
ReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy
Create a read/write access strategy accessing the given collection region.
ReadWriteEhcacheEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read/write entity region access strategy
ReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Create a read/write access strategy accessing the given entity region.
ReadWriteEhcacheNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read/write NaturalId region access strategy
ReadWriteEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Create a read/write access strategy accessing the given NaturalId region.
reallyDoCascade(CascadingAction) - Method in interface org.hibernate.engine.spi.CascadeStyle
Probably more aptly named something like doCascadeToCollectionElements(); it is however used from both the collection and to-one logic branches...
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
RealTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for REAL handling.
RealTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
reassociate(AbstractEvent, Object, Serializable, EntityPersister) - Method in class org.hibernate.event.internal.AbstractReassociateEventListener
Associates a given entity (either transient or associated with another session) to the given session.
reassociateIfUninitializedProxy(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
reassociateIfUninitializedProxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Takes the given object and, if it represents a proxy, reassociates it with this event source.
reassociateIfUninitializedProxy(Object, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultSaveEventListener
 
reassociateIfUninitializedProxy(Object, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
reassociateProxy(Object, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
reassociateProxy(Object, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
If a deleted entity instance is re-saved, and it has a proxy, we need to reset the identifier of the proxy
reattachCollection(PersistentCollection, CollectionType) - Method in class org.hibernate.event.internal.ProxyVisitor
Reattach a detached (disassociated) initialized or uninitialized collection wrapper, using a snapshot carried with the collection wrapper
ReattachVisitor - Class in org.hibernate.event.internal
Abstract superclass of visitors that reattach collections.
ReattachVisitor(EventSource, Serializable, Object) - Constructor for class org.hibernate.event.internal.ReattachVisitor
 
rebuildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
rebuildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
rebuildSessionFactoryOnError() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
rebuildSessionFactoryOnError() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
recognizedObsoleteHibernateNamespace(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
recognizedObsoleteHibernateNamespace(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
reconnect(Connection) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
reconnect(Connection) - Method in class org.hibernate.internal.SessionImpl
 
reconnect(Connection) - Method in interface org.hibernate.Session
Reconnect to the given JDBC connection.
recover(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
RecoverableException - Exception in org.hibernate.cfg
Deprecated.
Was only ever referenced in a single place, in an extremely dubious way.
RecoverableException(String, Throwable) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
RecoverableException(String) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
recreate(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
recreate(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
(Re)create the collection's persistent state
recreate(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
recreateBatchKey - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
recreateCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
recreateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection recreation (full deletion + full (re-)insertion).
recreateCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
recreateCount
recursiveResolve(int, boolean, String) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
recursiveResolve(int, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
reentrantSafeEntityEntries() - Method in class org.hibernate.engine.internal.EntityEntryContext
The main bugaboo with IdentityMap that warranted this class in the first place.
reentrantSafeEntityEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
reentrantSafeEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Provides access to the entity/EntityEntry combos associated with the persistence context in a manner that is safe from reentrant access.
REF_CURSOR_INSTANCE - Static variable in class org.hibernate.procedure.internal.StandardCallableStatementSupport
Singleton access - with REF CURSOR support
RefCursorSupport - Interface in org.hibernate.engine.jdbc.cursor.spi
Contract for JDBC REF_CURSOR support.
RefCursorSupportInitiator - Class in org.hibernate.engine.jdbc.cursor.internal
Service initiator for RefCursorSupport service
RefCursorSupportInitiator() - Constructor for class org.hibernate.engine.jdbc.cursor.internal.RefCursorSupportInitiator
 
ReferenceCacheEntryImpl - Class in org.hibernate.cache.spi.entry
Specialized CacheEntry for storing direct references to entity instances.
ReferenceCacheEntryImpl(Object, EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
Constructs a ReferenceCacheEntryImpl
referenceColumnInSql() - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
referenceColumnInSql() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
referenceColumnInSql() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
referenceColumnInSql() - Method in interface org.hibernate.tuple.ValueGeneration
For values which are generated in the database (ValueGeneration.getValueGenerator() == null), should the column be referenced in the INSERT / UPDATE SQL?

This will be false most often to have a DDL-defined DEFAULT value be applied on INSERT

referenceColumnInSql() - Method in class org.hibernate.tuple.VmValueGeneration
 
referenceColumnsInSql() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
Should the column(s) be referenced in the INSERT / UPDATE SQL?

This will be false most often to have a DDL-defined DEFAULT value be applied on INSERT.

REFERENCED_ENTITY_ALIAS - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
REFERENCED_ENTITY_ALIAS_DEF_AUD_STR - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
referencedColumnName() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
referencedColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
referencedColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
referencedColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
 
referencedEntityName - Variable in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
referencedPropertyName - Variable in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
referencedPropertyName - Variable in class org.hibernate.mapping.ToOne
 
referenceToPrimaryKey - Variable in class org.hibernate.mapping.ToOne
 
referencingIdData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
reflectedPropertyClass(MetadataBuildingContext, String, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
reflectedPropertyClass(MetadataBuildingContext, Class, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
reflectedPropertyClass(String, String, ClassLoaderService) - Static method in class org.hibernate.internal.util.ReflectHelper
Attempt to resolve the specified property type through reflection.
reflectedPropertyClass(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
Attempt to resolve the specified property type through reflection.
ReflectHelper - Class in org.hibernate.internal.util
Utility class for various reflection operations.
ReflectionOptimizer - Interface in org.hibernate.bytecode.spi
Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity instantiation.
ReflectionOptimizerImpl - Class in org.hibernate.bytecode.internal.javassist
ReflectionOptimizer implementation for Javassist.
ReflectionOptimizerImpl(ReflectionOptimizer.InstantiationOptimizer, ReflectionOptimizer.AccessOptimizer) - Constructor for class org.hibernate.bytecode.internal.javassist.ReflectionOptimizerImpl
Constructs a ReflectionOptimizerImpl
ReflectionTools - Class in org.hibernate.envers.internal.tools
 
ReflectionTools() - Constructor for class org.hibernate.envers.internal.tools.ReflectionTools
 
REFRESH - Static variable in class org.hibernate.engine.spi.CascadeStyles
refresh
REFRESH - Static variable in class org.hibernate.engine.spi.CascadingActions
 
refresh(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade refresh an entity instance
REFRESH - Static variable in class org.hibernate.event.spi.EventType
 
refresh(Object) - Method in class org.hibernate.internal.SessionImpl
 
refresh(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
refresh(String, Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
refresh(String, Object, Map) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(String, Object, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
refresh(Object, LockModeType) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
refresh(Object) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database.
refresh(String, Object) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database.
refresh(Object, LockMode) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(Object, LockOptions) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(String, Object, LockOptions) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
RefreshEvent - Class in org.hibernate.event.spi
Defines an event class for the refreshing of an object.
RefreshEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of refresh events generated from a session.
region - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
region - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
region - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
region - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
 
region - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
region name
region - Variable in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
region - Variable in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
Region - Interface in org.hibernate.cache.spi
Defines a contract for accessing a particular named region within the underlying cache implementation.
REGION_NAME - Static variable in class org.hibernate.cache.spi.UpdateTimestampsCache
The region name of the update-timestamps cache.
RegionAccessStrategy - Interface in org.hibernate.cache.spi.access
Base access strategy for all regions.
RegionFactory - Interface in org.hibernate.cache
Deprecated.
Moved, but still need this definition for ehcache
RegionFactory - Interface in org.hibernate.cache.spi
Contract for building second level cache regions.
RegionFactoryInitiator - Class in org.hibernate.cache.internal
Initiator for the RegionFactory service.
RegionFactoryInitiator() - Constructor for class org.hibernate.cache.internal.RegionFactoryInitiator
 
register(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister
Register an audit entity name.
register(String, Class) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
register(String, Class) - Method in interface org.hibernate.id.factory.spi.MutableIdentifierGeneratorFactory
 
register(Statement, boolean) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(ResultSet, Statement) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(Blob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(Clob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(NClob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(Statement, boolean) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC statement.
register(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC result set.
register(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(BasicType) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(BasicType, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(UserType, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(CompositeUserType, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
register71Functions() - Method in class org.hibernate.dialect.Cache71Dialect
 
registerAffectingFetchProfile(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
registerAffectingFetchProfile(String) - Method in interface org.hibernate.persister.entity.Loadable
Register the name of a fetch profile determined to have an affect on the underlying loadable in regards to the fact that the underlying load SQL needs to be adjust when the given fetch profile is enabled.
registerAttributePath(String, Path) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
registerBooleanSupport() - Method in class org.hibernate.dialect.Ingres10Dialect
 
registerCallbacks(Class, Callback[]) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
registerCallbacks(Class, Callback[]) - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackBuilder.CallbackRegistrar
Register the callback against the given entity.
registerCascadeStyle(String, CascadeStyles.BaseCascadeStyle) - Static method in class org.hibernate.engine.spi.CascadeStyles
 
registerCharacterTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerCharacterTypeMappings() - Method in class org.hibernate.dialect.Oracle9iDialect
 
registerChild(ServiceRegistryImplementor) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
registerChild(ServiceRegistryImplementor) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
registerChild(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
When a registry is created with a parent, the parent is notified of the child via this callback.
registerColumnType(int, long, String) - Method in class org.hibernate.dialect.Dialect
Subclasses register a type name for the given type code and maximum column length.
registerColumnType(int, String) - Method in class org.hibernate.dialect.Dialect
Subclasses register a type name for the given type code.
registerCompositeQuerySpaceUidResolution(String, String) - Method in class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
 
registerDateTimeColumnTypes() - Method in class org.hibernate.dialect.Ingres9Dialect
Register column types date, time, timestamp
registerDateTimeFunctions() - Method in class org.hibernate.dialect.Ingres9Dialect
Register functions current_time, current_timestamp, current_date
registerDateTimeTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerDateTimeTypeMappings() - Method in class org.hibernate.dialect.Oracle9iDialect
 
registerDefaultProperties() - Method in class org.hibernate.dialect.Oracle12cDialect
 
registerDefaultProperties() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerDefaultTuplizerClass(EntityMode, Class<? extends ComponentTuplizer>) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Method allowing registration of the tuplizer class to use as default for a particular entity-mode.
registerDefaultTuplizerClass(EntityMode, Class<? extends EntityTuplizer>) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Method allowing registration of the tuplizer class to use as default for a particular entity-mode.
registerDerbyKeywords() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
registeredFetchSource(AssociationKey) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
registeredFetchSource(AssociationKey) - Method in interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingContext
 
registeredFetchSource(AssociationKey) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
RegisteredSynchronization - Class in org.hibernate.resource.transaction.backend.jta.internal.synchronization
The JTA Synchronization Hibernate registers when needed for JTA callbacks.
RegisteredSynchronization(SynchronizationCallbackCoordinator) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.synchronization.RegisteredSynchronization
 
registerEntityInstance(Object) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
registerEntityKey(EntityKey) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Register the processed EntityKey for this Entity for the row currently being processed.
registerEntityNameResolver(EntityNameResolver) - Method in class org.hibernate.internal.SessionFactoryImpl
 
registerExplicitParameter(ParameterExpression<?>) - Method in interface org.hibernate.jpa.criteria.compile.RenderingContext
Register parameters explicitly encountered in the criteria query.
registerExportables(Database) - Method in interface org.hibernate.boot.model.relational.ExportableProducer
Register the contained exportable things to the Database
registerExportables(Database) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableGenerator
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableStructure
 
registerExportables(Database) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
registerExportables(Database) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
registerExportables(Database) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
registerFunction(String, SQLFunction) - Method in class org.hibernate.dialect.Dialect
 
registerFunctions() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerHanaKeywords() - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerHibernateType(int, long, String) - Method in class org.hibernate.dialect.Dialect
Registers a Hibernate Type name for the given Types type code and maximum column length.
registerHibernateType(int, String) - Method in class org.hibernate.dialect.Dialect
Registers a Hibernate Type name for the given Types type code.
registerHydratedEntity(EntityReference, EntityKey, Object) - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
registerHydratedEntity(EntityReference, EntityKey, Object) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
registerHydratedState(Object[]) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
registerIdentifierHydratedForm(Object) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Register the hydrated form (raw Type-read ResultSet values) of the entity's identifier for the row currently being processed.
registerInsertedKey(EntityPersister, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
registerInsertedKey(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register keys inserted during the current transaction
registerKeyword(String) - Method in class org.hibernate.dialect.Dialect
 
registerLargeObjectTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerLastQuery(Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
registerLastQuery(Statement) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Register a query statement as being able to be cancelled.
registerListener(LogListener) - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
registerLiteralParameterBinding(Object, Class) - Method in interface org.hibernate.jpa.criteria.compile.RenderingContext
Register a parameter that was not part of the criteria query (at least not as a parameter).
registerMBean(CacheManager, Properties) - Method in class org.hibernate.cache.ehcache.management.impl.ProviderMBeanRegistrationHelper
Registers mbean for the input cache manager and the session factory name
registerMBean(ObjectName, Object) - Method in class org.hibernate.jmx.internal.DisabledJmxServiceImpl
 
registerMBean(ObjectName, Object) - Method in class org.hibernate.jmx.internal.JmxServiceImpl
 
registerMBean(ObjectName, Object) - Method in interface org.hibernate.jmx.spi.JmxService
Registers the given mBean under the given objectName
registerMBeanForCacheManager(CacheManager, Properties) - Method in interface org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistration
Registers MBean for the input manager and session factory properties.
registerMBeanForCacheManager(CacheManager, Properties) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
 
registerMissingIdentifier() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Register the fact that no identifier was found on attempt to hydrate it from ResultSet
registerNamedProcedureCallMemento(String, ProcedureCallMemento) - Method in class org.hibernate.internal.NamedQueryRepository
 
registerNamedQueryDefinition(String, NamedQueryDefinition) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
registerNamedQueryDefinition(String, NamedQueryDefinition) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
registerNamedQueryDefinition(String, NamedQueryDefinition) - Method in class org.hibernate.internal.NamedQueryRepository
 
registerNamedQueryDefinition(String, NamedQueryDefinition) - Method in class org.hibernate.internal.SessionFactoryImpl
 
registerNamedSQLQueryDefinition(String, NamedSQLQueryDefinition) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
registerNamedSQLQueryDefinition(String, NamedSQLQueryDefinition) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
registerNamedSQLQueryDefinition(String, NamedSQLQueryDefinition) - Method in class org.hibernate.internal.NamedQueryRepository
 
registerNamedSQLQueryDefinition(String, NamedSQLQueryDefinition) - Method in class org.hibernate.internal.SessionFactoryImpl
 
registerNaturalIdUniqueKeyBinder(String, NaturalIdUniqueKeyBinder) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
registerNaturalIdUniqueKeyBinder(String, NaturalIdUniqueKeyBinder) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerNumericTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerParameter(ParameterExpression<?>) - Method in interface org.hibernate.jpa.criteria.ParameterRegistry
Registers the given parameter with this regitry.
registerParameter(ParameterRegistration) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
registerParameter(int, Class<T>, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerParameter(String, Class<T>, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerParameter(int, Class<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Basic form for registering a positional parameter.
registerParameter(String, Class<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Basic form for registering a named parameter.
registerParameter0(int, Class, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerParameter0(String, Class, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerParameter0(int, Class, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
registerParameter0(String, Class, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.ConcatExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.EntityTypeExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.function.CastFunction
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.ListIndexExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.LiteralExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.MapEntryExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.NullifExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.NullLiteralExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.PathTypeExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.SizeOfCollectionExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.SubqueryComparisonModifierExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.expression.UnaryArithmeticOperation
 
registerParameters(ParameterRegistry) - Method in interface org.hibernate.jpa.criteria.ParameterContainer
Register any parameters contained within this query component with the given registry.
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.BooleanAssertionPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.BooleanExpressionPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.BooleanStaticAssertionPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.ExistsPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.ExplicitTruthValueCheck
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.InPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.IsEmptyPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.LikePredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.MemberOfPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.jpa.criteria.predicate.NullnessPredicate
 
registerParameters(String, CallableStatement, ParameterStrategy, List<ParameterRegistrationImplementor<?>>, SessionImplementor) - Method in class org.hibernate.procedure.internal.PostgresCallableStatementSupport
 
registerParameters(String, CallableStatement, ParameterStrategy, List<ParameterRegistrationImplementor<?>>, SessionImplementor) - Method in class org.hibernate.procedure.internal.StandardCallableStatementSupport
 
registerParameters(String, CallableStatement, ParameterStrategy, List<ParameterRegistrationImplementor<?>>, SessionImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
registerPendingPut(SessionImplementor, Object, long) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Notifies this validator that it is expected that a database read followed by a subsequent PutFromLoadValidator.acquirePutFromLoadLock(SessionImplementor, Object, long) call will occur.
registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
 
registerProcess(BeforeTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
 
registerRefCursorParameter(CallableStatement, int) - Method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
registerRefCursorParameter(CallableStatement, String) - Method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
registerRefCursorParameter(CallableStatement, int) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Register a parameter capable of returning a ResultSet *by position*.
registerRefCursorParameter(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Register a parameter capable of returning a ResultSet *by name*.
registerRemoteInvalidations(Object[]) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Cache71Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.DataDirectOracle9Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.DB2Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
Registers a parameter (either OUT, or the new REF_CURSOR param type available in Java 8) capable of returning ResultSet *by position*.
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
Registers a parameter (either OUT, or the new REF_CURSOR param type available in Java 8) capable of returning ResultSet *by name*.
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.MySQLDialect
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.Oracle10gDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Teradata14Dialect
 
registerReverseHibernateTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerService(Manageable, Class) - Method in class org.hibernate.jmx.internal.DisabledJmxServiceImpl
 
registerService(Manageable, Class<? extends Service>) - Method in class org.hibernate.jmx.internal.JmxServiceImpl
 
registerService(Manageable, Class<? extends Service>) - Method in interface org.hibernate.jmx.spi.JmxService
Handles registration of a manageable service.
registerService(ServiceBinding<R>, R) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
registerStrategyImplementor(Class<T>, String, Class<? extends T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
registerStrategyImplementor(Class<T>, String, Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Registers a named implementor of a particular strategy contract.
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.engine.transaction.jta.platform.internal.JtaSynchronizationStrategy
Register a synchronization
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerBasedSynchronizationStrategy
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Register a JTA Synchronization in the means defined by the platform.
registerSynchronization(Synchronization) - Method in interface org.hibernate.engine.transaction.spi.SynchronizationRegistry
Register a user Synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
registerSynchronization(Synchronization) - Method in class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.resource.transaction.SynchronizationRegistry
Register a Synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in interface org.hibernate.Transaction
Register a user synchronization callback for this transaction.
registerTable(TableInformation) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
registerTable(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
 
registerTreat(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
registerTreat(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
registerTypeContributor(TypeContributor) - Method in class org.hibernate.cfg.Configuration
 
registerTypeOverride(BasicType) - Method in class org.hibernate.cfg.Configuration
Allows registration of a type into the type registry.
registerTypeOverride(UserType, String[]) - Method in class org.hibernate.cfg.Configuration
 
registerTypeOverride(CompositeUserType, String[]) - Method in class org.hibernate.cfg.Configuration
 
registerTypeOverride(BasicType) - Method in class org.hibernate.type.TypeResolver
 
registerTypeOverride(UserType, String[]) - Method in class org.hibernate.type.TypeResolver
 
registerTypeOverride(CompositeUserType, String[]) - Method in class org.hibernate.type.TypeResolver
 
registerTypesAndFunctions() - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
registerTypesAndFunctions() - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
registerUnderJavaType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
registerUnderJavaType() - Method in class org.hibernate.type.BigDecimalType
 
registerUnderJavaType() - Method in class org.hibernate.type.BigIntegerType
 
registerUnderJavaType() - Method in class org.hibernate.type.BlobType
 
registerUnderJavaType() - Method in class org.hibernate.type.ClassType
 
registerUnderJavaType() - Method in class org.hibernate.type.ClobType
 
registerUnderJavaType() - Method in class org.hibernate.type.CurrencyType
 
registerUnderJavaType() - Method in class org.hibernate.type.DurationType
 
registerUnderJavaType() - Method in class org.hibernate.type.InstantType
 
registerUnderJavaType() - Method in class org.hibernate.type.LocalDateTimeType
 
registerUnderJavaType() - Method in class org.hibernate.type.LocalDateType
 
registerUnderJavaType() - Method in class org.hibernate.type.LocaleType
 
registerUnderJavaType() - Method in class org.hibernate.type.LocalTimeType
 
registerUnderJavaType() - Method in class org.hibernate.type.NClobType
 
registerUnderJavaType() - Method in class org.hibernate.type.OffsetDateTimeType
 
registerUnderJavaType() - Method in class org.hibernate.type.OffsetTimeType
 
registerUnderJavaType() - Method in class org.hibernate.type.PostgresUUIDType
 
registerUnderJavaType() - Method in class org.hibernate.type.StringNVarcharType
 
registerUnderJavaType() - Method in class org.hibernate.type.StringType
 
registerUnderJavaType() - Method in class org.hibernate.type.TimeZoneType
 
registerUnderJavaType() - Method in class org.hibernate.type.UrlType
 
registerUnderJavaType() - Method in class org.hibernate.type.UUIDBinaryType
 
registerUnderJavaType() - Method in class org.hibernate.type.ZonedDateTimeType
 
registerVarcharTypes() - Method in class org.hibernate.dialect.MySQL5Dialect
 
registerVarcharTypes() - Method in class org.hibernate.dialect.MySQLDialect
 
REGISTRATION_KEYS - Static variable in class org.hibernate.type.MetaType
 
REGRESSION_STYLE_CROSS_JOINS - Static variable in class org.hibernate.hql.internal.ast.SqlGenerator
 
regressionStyleJoinSuppression - Static variable in class org.hibernate.hql.internal.ast.tree.DotNode
 
RelatedAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
RelatedAuditExpression(PropertyNameGetter, Object, boolean) - Constructor for class org.hibernate.envers.query.criteria.internal.RelatedAuditExpression
 
relatedId(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions on an id of a related entity.
relationalExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
RelationalModel - Interface in org.hibernate.mapping
A relational object which may be created using DDL
RelationalObjectBinder - Class in org.hibernate.boot.model.source.internal.hbm
Centralized binding of columns and formulas.
RelationalObjectBinder(MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
RelationalObjectBinder.ColumnNamingDelegate - Interface in org.hibernate.boot.model.source.internal.hbm
 
RelationalValueSource - Interface in org.hibernate.boot.model.source.spi
Unifying interface for ColumnSource and DerivedValueSource.
RelationalValueSource.Nature - Enum in org.hibernate.boot.model.source.spi
 
RelationalValueSourceContainer - Interface in org.hibernate.boot.model.source.spi
Contract for a container of RelationalValueSource references.
RelationalValueSourceHelper - Class in org.hibernate.boot.model.source.internal.hbm
 
RelationalValueSourceHelper() - Constructor for class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
 
RelationalValueSourceHelper.AbstractColumnsAndFormulasSource - Class in org.hibernate.boot.model.source.internal.hbm
 
RelationalValueSourceHelper.ColumnsAndFormulasSource - Interface in org.hibernate.boot.model.source.internal.hbm
Internal unifying contract used in creating Column and Formula instances.
RelationDescription - Class in org.hibernate.envers.internal.entities
 
RelationQueryGenerator - Interface in org.hibernate.envers.internal.entities.mapper.relation.query
TODO: cleanup implementations and extract common code

Implementations of this interface provide a method to generate queries on a relation table (a table used for mapping relations).

RelationshipMask - Enum in org.hibernate.spatial.dialect.oracle.criterion
Enumerates the types of spatial relationship masks supported by Oracle Spatial.
RelationTargetAuditMode - Enum in org.hibernate.envers
 
RelationType - Enum in org.hibernate.envers.internal.entities
Type of a relation between two entities.
release() - Method in class org.hibernate.bytecode.internal.javassist.TransformingClassLoader
Used to release resources.
release() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
release() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Used to indicate that the batch instance is no longer needed and that, therefore, it can release its resources.
release() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Release any underlying resources.
release() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Release any underlying resources.
release() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
release() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
release(JdbcServices, JdbcConnectionAccess) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy
Release the strategy.
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
release() - Method in class org.hibernate.jpa.event.internal.jpa.CallbackBuilderLegacyImpl
 
release() - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
release() - Method in class org.hibernate.jpa.event.internal.jpa.ListenerFactoryBeanManagerDelayedImpl
 
release() - Method in class org.hibernate.jpa.event.internal.jpa.ListenerFactoryBeanManagerStandardImpl
 
release() - Method in class org.hibernate.jpa.event.internal.jpa.ListenerFactoryStandardImpl
 
release() - Method in interface org.hibernate.jpa.event.spi.jpa.CallbackBuilder
 
release() - Method in interface org.hibernate.jpa.event.spi.jpa.ListenerFactory
 
release() - Method in class org.hibernate.jpa.internal.schemagen.GenerationSourceFromMetadata
 
release() - Method in class org.hibernate.jpa.internal.schemagen.GenerationSourceFromScript
 
release() - Method in interface org.hibernate.jpa.internal.schemagen.ScriptSourceInput
Release this input.
release() - Method in class org.hibernate.jpa.internal.schemagen.ScriptSourceInputFromFile
 
release() - Method in class org.hibernate.jpa.internal.schemagen.ScriptSourceInputFromReader
 
release() - Method in class org.hibernate.jpa.internal.schemagen.ScriptSourceInputFromUrl
 
release() - Method in interface org.hibernate.jpa.internal.schemagen.ScriptTargetOutput
Release this output
release() - Method in class org.hibernate.jpa.internal.schemagen.ScriptTargetOutputToFile
 
release() - Method in class org.hibernate.jpa.internal.schemagen.ScriptTargetOutputToUrl
 
release() - Method in class org.hibernate.jpa.internal.schemagen.ScriptTargetOutputToWriter
 
release(Statement) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(ResultSet, Statement) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(Blob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(Clob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(NClob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered statement.
release(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered result set.
release(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release() - Method in class org.hibernate.result.internal.OutputsImpl
 
release() - Method in interface org.hibernate.result.Outputs
Eagerly release any resources held by this Outputs.
release() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
release() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Release any resources held by this helper.
release() - Method in class org.hibernate.tool.schema.internal.TargetDatabaseImpl
 
release() - Method in class org.hibernate.tool.schema.internal.TargetFileImpl
 
release() - Method in class org.hibernate.tool.schema.internal.TargetStdoutImpl
 
release() - Method in interface org.hibernate.tool.schema.spi.Target
Release the target after all actions have been processed.
RELEASE_CONNECTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies how Hibernate should release JDBC connections.
releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseAnyConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection obtained from MultiTenantConnectionProvider.getAnyConnection()
releaseConnection(String, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseConnection(String, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Release a previously obtained connection
releaseConnection(String, Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection from Hibernate use.
releaseConnection(Connection) - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
releaseConnection(Connection) - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
releaseConnection(Connection) - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
releaseFromUse(Queryable, SessionImplementor) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
releaseFromUse(Queryable, SessionImplementor) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
releaseFromUse(Queryable, SessionImplementor) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
releaseIsolatedClassLoader(ClassLoader) - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
 
releasePutFromLoadLock(Object, PutFromLoadValidator.Lock) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Releases the lock previously obtained by a call to PutFromLoadValidator.acquirePutFromLoadLock(SessionImplementor, Object, long).
releaseResources() - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
releaseResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
releaseResources() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
releaseSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
releaseStatement(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
releaseStatements() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
releaseTempTable(IdTableInfoImpl, AfterUseAction, TempTableDdlTransactionHandling, SessionImplementor) - Method in class org.hibernate.hql.spi.id.local.Helper
 
releaseTransactions() - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
RELOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.dialect.Dialect
Allows the dialect to override a SqlTypeDescriptor.
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.internal.WrapperOptionsImpl
 
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
remapSqlTypeDescriptor(WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in interface org.hibernate.type.descriptor.WrapperOptions
Allow remapping of descriptors for dealing with sql type.
RemovalSynchronization - Class in org.hibernate.cache.infinispan.access
 
RemovalSynchronization(TransactionCoordinator, AdvancedCache, boolean, BaseTransactionalDataRegion, Object) - Constructor for class org.hibernate.cache.infinispan.access.RemovalSynchronization
 
remove() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
If reading from the buffer after a BufferedXMLEventReader.reset() call an IllegalStateException will be thrown.
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Remove the mapping for this key (if any exists).
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Called after an item has become stale (before the transaction completes).
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
remove(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
remove(SessionImplementor, Object) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Called after an item has become stale (before the transaction completes).
remove() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
remove() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
remove(int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
remove(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
remove(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
remove(int) - Method in class org.hibernate.collection.internal.PersistentBag
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
remove(int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
remove(int) - Method in class org.hibernate.collection.internal.PersistentList
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
remove(int) - Method in class org.hibernate.engine.spi.ExecutableList
Removes the entry at position index in the list.
remove(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
remove(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
remove(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
remove(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
remove() - Method in class org.hibernate.hql.internal.ast.util.ASTIterator
 
remove() - Method in class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
remove() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
remove() - Method in class org.hibernate.internal.IteratorImpl
 
remove(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
remove(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
remove() - Method in class org.hibernate.internal.util.collections.EmptyIterator
 
remove(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
remove(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
remove() - Method in class org.hibernate.internal.util.collections.JoinedIterator
 
remove() - Method in class org.hibernate.internal.util.collections.LazyIterator
 
remove() - Method in class org.hibernate.internal.util.collections.SingletonIterator
 
remove() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
If reading from the buffer after a BufferedXMLEventReader.reset() call an IllegalStateException will be thrown.
remove(Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
remove(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
remove(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Completely remove the persistent state of the collection
remove(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

removeAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
removeAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
removeAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
removeAll() - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Called to evict data from the entire region
removeAll() - Method in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
removeAll() - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
removeAll() - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
removeAll(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
removeAll() - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Called to evict data from the entire region
removeAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
removeAll(Collection<?>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
removeAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
removeBatchLoadableCollection(CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After a collection was initialized or evicted, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After evicting or deleting or loading an entity, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeChildParent(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeChildParent(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove child/parent relation from cache
removeCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
removeCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection removal.
removeCollectionHolder(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove the mapping of collection to holder during eviction of the owning entity
removeConnections(int) - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections
 
removeCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
removeCount
removed - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
REMOVED_ENTITY_MARKER - Static variable in class org.hibernate.event.internal.DefaultLoadEventListener
 
REMOVED_ENTITY_MARKER - Static variable in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
removeDistance() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Removes the distance parameter
removeEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity.
removeEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
Remove an entity from the context, returning the EntityEntry which was associated with it
removeEntityManagerFactory(String, EntityManagerFactory) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryRegistry
remove the specified entity manager factory from the EntityManagerFactoryRegistry
removeEntry(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity entry from the session cache
removeFromCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
This methods should be called only from tests; it removes existing validator from the cache structures in order to replace it with new one.
removeLastN(int) - Method in class org.hibernate.engine.spi.ExecutableList
Removes the last n entries from the list.
removeLocalNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Cleans up local cross-reference entries.
removeMask() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Removes the mask parameter
removeMaxResolution() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Removes the max_resolution parameter
removeMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
removeMinResolution() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Removes the min_resolution parameter
removeNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Handle removing cross reference entries for the given natural-id/pk combo
removeNotificationListener(NotificationListener) - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
removeNotificationListener(NotificationListener) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
removeObserver(TransactionObserver) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
removeObserver(TransactionObserver) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
removeObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
Removed an observer from the coordinator.
removeOrphanBeforeUpdates(String, Object) - Method in interface org.hibernate.event.spi.EventSource
A specialized type of deletion for orphan removal that must occur prior to queued inserts and updates.
removeOrphanBeforeUpdates(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
removeOwner(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
removeProxy(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove a proxy from the session cache.
removePutFromLoadValidator(String) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
removeQueryType() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Removes the querytype parameter
removeSdoBatchSize() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Removes the sdo_batch_size parameter
removeSdoNumRes() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Removes the sdo_num_res parameter
removeSessionFactory(String, String, boolean, JndiService) - Method in class org.hibernate.internal.SessionFactoryRegistry
Remove a previously added SessionFactory
removeSharedNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Cleans up local cross-reference entries.
removeSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After evicting or deleting an entity, we don't need to know the query that was used to load it anymore (don't call this after loading the entity, since we might still need to load its collections)
removeUnit() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Removes the unit parameter
rename - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
renamedProperty(Object, Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
render(Dialect) - Method in class org.hibernate.boot.model.naming.Identifier
If this is a quoted identifier, then return the identifier name enclosed in dialect-specific open- and end-quotes; otherwise, simply return the unquoted identifier.
render() - Method in class org.hibernate.boot.model.naming.Identifier
 
render() - Method in interface org.hibernate.boot.model.relational.QualifiedName
Returns a String-form of the qualified name.
render() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
render(TrimFunctionTemplate.Options, String, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.AnsiTrimFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CastFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CharIndexFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.ConvertFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.DerbyConcatFunction
Render the function call as SQL fragment.
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NvlFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
render(Type, List, SessionFactoryImplementor) - Method in interface org.hibernate.dialect.function.SQLFunction
Render the function call as SQL fragment.
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
render(int, String, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.TemplateRenderer
The rendering code.
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
render(TrimFunctionTemplate.Options, String, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
render(FilterAliasGenerator, Map) - Method in class org.hibernate.internal.FilterHelper
 
render(StringBuilder, FilterAliasGenerator, Map) - Method in class org.hibernate.internal.FilterHelper
 
render() - Method in class org.hibernate.jpa.criteria.compile.ExplicitParameterInfo
Renders this parameter's JPQL form
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl.SubquerySelection
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.CaseLiteralExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.ConcatExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.EntityTypeExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.function.CastFunction
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.function.LocateFunction
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.ListIndexExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.LiteralExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.MapEntryExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.NullifExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.NullLiteralExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.PathTypeExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.SizeOfCollectionExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.SubqueryComparisonModifierExpression
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.UnaryArithmeticOperation
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.RootImpl.TreatedRoot
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath.TreatedSingularAttributePath
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.AbstractSimplePredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.BooleanAssertionPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.BooleanExpressionPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.BooleanStaticAssertionPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
render(PredicateImplementor, RenderingContext) - Static method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.ExistsPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.ExplicitTruthValueCheck
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.InPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.IsEmptyPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.LikePredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.MemberOfPredicate
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
render(RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
render(boolean, RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.NullnessPredicate
 
render(boolean, RenderingContext) - Method in interface org.hibernate.jpa.criteria.predicate.PredicateImplementor
Form of Renderable.render(org.hibernate.jpa.criteria.compile.RenderingContext) used when the predicate is wrapped in a negated wrapper.
render(StringBuilder, RenderingContext) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
render(RenderingContext) - Method in interface org.hibernate.jpa.criteria.Renderable
 
render(T) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.BaseValueHandler
 
render(BigDecimal) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.BigDecimalValueHandler
 
render(BigInteger) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.BigIntegerValueHandler
 
render(Double) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.DoubleValueHandler
 
render(Float) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.FloatValueHandler
 
render(Long) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.LongValueHandler
 
render(T) - Method in interface org.hibernate.jpa.criteria.ValueHandlerFactory.ValueHandler
 
render() - Method in class org.hibernate.sql.SelectValues
 
Renderable - Interface in org.hibernate.jpa.criteria
TODO : javadoc
renderArgument(String, int) - Method in class org.hibernate.dialect.function.AvgWithArgumentCastFunction
 
renderArgument(String, int) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
renderArguments(StringBuilder, RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.function.AggregationFunction.COUNT
 
renderArguments(StringBuilder, RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
renderCallableStatement(String, ParameterStrategy, List<ParameterRegistrationImplementor<?>>, SessionImplementor) - Method in class org.hibernate.procedure.internal.PostgresCallableStatementSupport
 
renderCallableStatement(String, ParameterStrategy, List<ParameterRegistrationImplementor<?>>, SessionImplementor) - Method in class org.hibernate.procedure.internal.StandardCallableStatementSupport
 
renderCallableStatement(String, ParameterStrategy, List<ParameterRegistrationImplementor<?>>, SessionImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
renderDisplayInfo() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
renderDisplayInfo() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
renderDisplayInfo() - Method in class org.hibernate.param.NamedParameterSpecification
 
renderDisplayInfo() - Method in interface org.hibernate.param.ParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in class org.hibernate.param.PositionalParameterSpecification
 
renderDisplayInfo() - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
 
rendered() - Method in enum org.hibernate.jpa.criteria.predicate.ComparisonPredicate.ComparisonOperator
 
RenderingContext - Interface in org.hibernate.jpa.criteria.compile
Used to provide a context and services to the rendering.
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
renderMapEntryPropertySelectFragment(int, int) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
renderMapKeyPropertySelectFragment(int, int) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.DB2Dialect
Handle DB2 "support" for null precedence...
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.Dialect
Renders an ordering fragment
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.MySQLDialect
 
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.SQLServer2008Dialect
 
renderOrderByElement(String, String, String) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
Implementation note: This is just a stub.
renderOrderByElement(String, String, String) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
renderOrderByElement(String, String, String, String) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
Implementation note: This is just a stub.
renderOrderByElement(String, String, String, String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
renderOrderByStringTemplate(String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
renderOrderByStringTemplate(String, ColumnMapper, SessionFactoryImplementor, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl.SubquerySelection
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.ConcatExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.EntityTypeExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.ListIndexExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.LiteralExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.MapEntryExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.NullifExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.NullLiteralExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.PathTypeExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.SizeOfCollectionExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.SubqueryComparisonModifierExpression
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.expression.UnaryArithmeticOperation
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.AbstractSimplePredicate
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
renderProjection(RenderingContext) - Method in class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper
 
renderProjection(RenderingContext) - Method in interface org.hibernate.jpa.criteria.Renderable
 
renderQuery(RenderingContext) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
renderQuery(RenderingContext) - Method in class org.hibernate.jpa.criteria.CriteriaDeleteImpl
 
renderQuery(RenderingContext) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
renderRestrictions(StringBuilder, RenderingContext) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
renderRoot(StringBuilder, RenderingContext) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
renderScalarIdentifierSelect(int) - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
renderSelect(int[], int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
renderTableExpression(RenderingContext) - Method in interface org.hibernate.jpa.criteria.FromImplementor
 
renderTableExpression(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
renderTableExpression(RenderingContext) - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
renderWhereStringTemplate(String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
 
renderWhereStringTemplate(String, String, Dialect) - Static method in class org.hibernate.sql.Template
Deprecated.
renderWhereStringTemplate(String, String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
Takes the where condition provided in the mapping attribute and interpolates the alias.
repeat(String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
repeat(String, int, String) - Static method in class org.hibernate.internal.util.StringHelper
 
repeat(char, int) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(CollectionPersister, Map) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.AbstractValueDelayedOperation
 
replace(CollectionPersister, Map) - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.ValueDelayedOperation
 
REPLACE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The default replace function name
replace(Object, Object, Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
replace(K, V, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
replace(K, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
replace(K, V, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
replace(K, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
replace(String, String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String[], String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, String, String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, String, String, boolean, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, String, String, String, boolean, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.AnyType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.CollectionType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.CompositeCustomType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.CustomType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.EntityType
 
replace(Object, Object, Object) - Method in class org.hibernate.type.EnumType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.MetaType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in interface org.hibernate.type.Type
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in interface org.hibernate.type.Type
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object[], Object[], Type[], SessionImplementor, Object, Map) - Static method in class org.hibernate.type.TypeHelper
replace(Object[], Object[], Type[], SessionImplementor, Object, Map, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
replace(Object, Object, SessionImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, Object) - Method in interface org.hibernate.usertype.UserType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replaceAssociations(Object[], Object[], Type[], SessionImplementor, Object, Map, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
Apply the Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object, java.util.Map) operation across a series of values, as long as the corresponding Type is an association.
replaceDelayedEntityIdentityInsertKeys(EntityKey, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
replaceDelayedEntityIdentityInsertKeys(EntityKey, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
replaceElements(Object, Object, Object, Map, SessionImplementor) - Method in class org.hibernate.type.ArrayType
 
replaceElements(Object, Object, Object, Map, SessionImplementor) - Method in class org.hibernate.type.CollectionType
Replace the elements of a collection with the elements of another collection.
replaceElements(Object, Object, Object, Map, SessionImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
replaceElements(Object, Object, Object, Map, SessionImplementor) - Method in class org.hibernate.type.MapType
 
replaceElements(Object, Object, CollectionPersister, Object, Map, SessionImplementor) - Method in interface org.hibernate.usertype.UserCollectionType
Replace the elements of a collection with the elements of another collection
replaceOnce(String, String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
replaceQueuedOperationValues(CollectionPersister, Map) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Replace entity instances with copy in copyCache/.
replaceResultVariableInOrderByClauseWithPosition() - Method in class org.hibernate.dialect.Dialect
Does this dialect require that references to result variables (i.e, select expresssion aliases) in an ORDER BY clause be replaced by column positions (1-origin) as defined by the select clause?
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
replicate
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
REPLICATE - Static variable in class org.hibernate.event.spi.EventType
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.internal.SessionImpl
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.internal.SessionImpl
 
replicate(Object, ReplicationMode) - Method in interface org.hibernate.Session
Persist the state of the given detached instance, reusing the current identifier value.
replicate(String, Object, ReplicationMode) - Method in interface org.hibernate.Session
Persist the state of the given detached instance, reusing the current identifier value.
ReplicateEvent - Class in org.hibernate.event.spi
Defines an event class for the replication of an entity.
ReplicateEvent(Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEvent(String, Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of replicate events generated from a session.
ReplicationMode - Enum in org.hibernate
Represents a replication strategy.
reportedJavaType() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
reportError(String) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
reportError(String) - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
reportError(RecognitionException) - Method in interface org.hibernate.hql.internal.ast.ErrorReporter
 
reportError(String) - Method in interface org.hibernate.hql.internal.ast.ErrorReporter
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
reportError(String) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
reportError(String) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
reportError(String) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
reportSkip(String) - Static method in class org.hibernate.testing.SkipLog
 
reportSkip(String, String) - Static method in class org.hibernate.testing.SkipLog
 
reportWarning(String) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
reportWarning(String) - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
reportWarning(String) - Method in interface org.hibernate.hql.internal.ast.ErrorReporter
 
reportWarning(String) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
reportWarning(String) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
reportWarning(String) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
requireClassPersister(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Locate the persister by class or entity name, requiring that such a persister exist.
requiredDifferentProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
requireQueryableCollection(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Locate the collection persister by the collection role, requiring that such a persister exist.
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.DB2Dialect
Does this dialect require that parameters appearing in the SELECT clause be wrapped in cast() calls to tell the db parser the expected type.
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.Dialect
Does this dialect require that parameters appearing in the SELECT clause be wrapped in cast() calls to tell the db parser the expected type.
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.HSQLDialect
 
RequiresDialect - Annotation Type in org.hibernate.testing
Annotation used to indicate that a test should be run only when run against the indicated dialects.
RequiresDialectFeature - Annotation Type in org.hibernate.testing
Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
RequiresDialects - Annotation Type in org.hibernate.testing
Plural annotation for RequiresDialect.
requiresDirtyCheck(Object) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
requiresDirtyCheck(Object) - Method in interface org.hibernate.engine.spi.EntityEntry
Not sure this is the best method name, but the general idea here is to return true if the entity can possibly be dirty.
requiresMultiTenantConnectionProvider() - Method in enum org.hibernate.MultiTenancyStrategy
Does this strategy indicate a requirement for the specialized MultiTenantConnectionProvider, rather than the traditional ConnectionProvider?
requiresNoCascadeChecking() - Method in interface org.hibernate.engine.spi.CascadingAction
Does the specified cascading action require verification of no cascade validity?
requiresNoCascadeChecking() - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
If Dialect.supportsTupleDistinctCounts() is true, does the Dialect require the tuple to be wrapped with parens?
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.H2Dialect
 
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
requiresPostCommitHanding(EntityPersister) - Method in interface org.hibernate.event.spi.PostDeleteEventListener
 
requiresPostCommitHanding(EntityPersister) - Method in interface org.hibernate.event.spi.PostInsertEventListener
Does this listener require that after transaction hooks be registered? Typically this is true for post-insert event listeners, but may not be, for example, in JPA cases where there are no callbacks defined for the particular entity.
requiresPostCommitHanding(EntityPersister) - Method in interface org.hibernate.event.spi.PostUpdateEventListener
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.jpa.event.internal.core.JpaPostDeleteEventListener
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.jpa.event.internal.core.JpaPostInsertEventListener
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.jpa.event.internal.core.JpaPostUpdateEventListener
 
requiresTransaction - Variable in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
requiresTransaction - Variable in class org.hibernate.cache.infinispan.util.InvocationAfterCompletion
 
reset() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Reset the reader to these start of the buffered events.
reset() - Method in class org.hibernate.cfg.Configuration
 
reset() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
Reset the reader to these start of the buffered events.
reset() - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
reset() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
reset() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
reset() - Method in interface org.hibernate.testing.logger.Triggerable
 
resetCapture() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
resetConnection(boolean) - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
resetCurrentSession() - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
 
resetDirty(Object, EntityPersister, Session) - Method in class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
resetDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used by Hibernate to signal that the entity dirty flag should be cleared.
resetExpectedType(Type) - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
Set the parameters expected type
resetIdentifier(Object, Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resetIdentifier(Object, Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the identifier and version of the given instance back to its "unsaved" value.
resetIdentifier(Object, Serializable, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
resetIdentifier(Object, Serializable, Object, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
resetIdentifier(Object, Serializable, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
resetIdentifier(Object, Serializable, Object, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the given identifier and version into the entity, in order to "roll back" to their original values.
resetIfNeeded() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
resetJavaType(Class) - Method in class org.hibernate.jpa.criteria.expression.AbstractTupleElement
 
resetJavaType(Class) - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
resetJavaType(Class) - Method in class org.hibernate.jpa.criteria.expression.LiteralExpression
 
resetStatistics() - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
resetStatistics() - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
resetStoredSnapshot(PersistentCollection, Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
Reset the stored snapshot for both the persistent collection and this collection entry.
ResinJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for Resin
ResinJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
ResolvableNode - Interface in org.hibernate.hql.internal.ast.tree
The contract for expression sub-trees that can resolve themselves.
resolve(CtField) - Static method in class org.hibernate.bytecode.enhance.internal.AttributeTypeDescriptor
factory method to get the AttributeTypeDescriptor for a particular field type
resolve() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor.DeserializationResolver
 
resolve(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
resolve(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
resolve() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
resolve(boolean) - Method in class org.hibernate.hql.internal.ast.tree.CastFunctionNode
Called from the hql-sql grammar after the children of the CAST have been resolved.
resolve(boolean) - Method in class org.hibernate.hql.internal.ast.tree.CollectionFunction
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
resolve() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
resolve(boolean, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
resolve(boolean, boolean, String) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.IndexNode
 
resolve(boolean) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
resolve(boolean, boolean, String, AST) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving an identifier or a dot
resolve(boolean, boolean, String) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving an identifier or a dot, but without a parent node
resolve(boolean, boolean) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving an identifier or a dot, but without a parent node or alias
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionImpl
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.EntityType
Resolve an identifier or unique key value
resolve(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
The second phase of 2-phase loading.
RESOLVE_NATURAL_ID - Static variable in class org.hibernate.event.spi.EventType
 
resolveAliasedLeftHandSideJoinConditionColumns(String) - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinImpl
 
resolveAliasedLeftHandSideJoinConditionColumns(String) - Method in interface org.hibernate.loader.plan.spi.Join
Resolves the column names prefixed by the specified alias on the left-hand-side of the join.
resolveAttribute(String) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
resolveAttribute(String) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
resolveAttribute(String) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
resolveAttributeConverterDefinition(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
resolveAttributeConverterDefinition(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
Determine the AttributeConverter to use for the given property.
resolveAttributeIndexes(String[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resolveAttributeIndexes(String[]) - Method in interface org.hibernate.persister.entity.EntityPersister
Converts an array of attribute names to a set of indexes, according to the entity metamodel
resolveAttributeSource(ManagedType) - Method in class org.hibernate.jpa.internal.metamodel.Helper
 
resolveAttributeSource(SessionFactoryImplementor, ManagedType) - Static method in class org.hibernate.jpa.internal.metamodel.Helper
 
resolveBothSpaceTrimFromFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothSpaceTrimFromFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from both the beginning (leading) and end (trailing) of the trim source.
resolveBothTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from both the beginning (leading) and end (trailing) of the trim source.
resolveByName(String) - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Resolves the strategy by name, in a case insensitive manner.
resolveCachedAttributePath(String) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
resolveCallbacks(XClass, CallbackType, ReflectionManager) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackBuilderLegacyImpl
 
resolveClassFile(Class) - Static method in class org.hibernate.testing.util.TestPathHelper
Essentially the same as TestPathHelper.resolveRootUrl(Class), but here we convert the root URL to a File (directory) reference.
resolveClassicResultTransformer(Constructor, ResultTransformer) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
resolveCollectionProperty(AST) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
resolveCollectionReferenceAliases(String) - Method in class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
 
resolveCollectionReferenceAliases(String) - Method in interface org.hibernate.loader.plan.exec.spi.AliasResolutionContext
Resolve the given QuerySpace UID to the CollectionReferenceAliases representing the SQL aliases used in building the SQL query.
resolveColumns(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
resolveColumns(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
resolveColumns(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapKeyNode
 
resolveColumns(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapValueNode
 
resolveCurrentTenantIdentifier() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Resolve the current tenant identifier.
resolveDefaultableStrategy(Class<T>, Object, T) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
resolveDefaultableStrategy(Class<T>, Object, T) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDependentActions(Object, SessionImplementor) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Resolve any dependencies on managedEntity.
resolveDialect(DialectResolutionInfo) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
resolveDialect(DialectResolutionInfo) - Method in class org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver
 
resolveDialect(DialectResolutionInfo) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
 
resolveDialect(DialectResolutionInfo) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolver
Determine the Dialect to use based on the given information.
resolvedSqlTypeDescriptorForDifferentSqlCode(String, String, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
resolveElementAttributeConverterDefinition(XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
resolveEntity(String, String, String, String) - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
resolveEntity(String, String) - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
 
resolveEntity(String, String) - Method in class org.hibernate.internal.util.xml.DTDEntityResolver
Deprecated.
 
resolveEntityKey(ResultSet, ResultSetProcessingContextImpl) - Method in class org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl
 
resolveEntityKey(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 
resolveEntityName(Object) - Method in interface org.hibernate.EntityNameResolver
Given an entity instance, determine its entity-name.
resolveEntityName(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeEntityIdentifierDescription
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractEntityReference
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.AnyAttributeFetchImpl
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.BidirectionalEntityReferenceImpl
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementAnyGraph
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementCompositeGraph
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexAnyGraph
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexCompositeGraph
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.CompositeAttributeFetchImpl
 
resolveEntityReference() - Method in class org.hibernate.loader.plan.build.internal.returns.NestedCompositeAttributeFetchImpl
 
resolveEntityReference() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Resolve the "current" EntityReference, or null if none.
resolveEntityReferenceAliases(String) - Method in class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
 
resolveEntityReferenceAliases(String) - Method in interface org.hibernate.loader.plan.exec.spi.AliasResolutionContext
Resolve the given QuerySpace UID to the EntityReferenceAliases representing the SQL aliases used in building the SQL query.
resolveEventTypeByName(String) - Static method in class org.hibernate.event.spi.EventType
Find an EventType by its name
resolveExplicitlyNamedPropertyAccessStrategy(String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
 
resolveFactory() - Method in interface org.hibernate.type.TypeFactory.TypeScope
 
resolveField() - Method in class org.hibernate.property.access.internal.AbstractFieldSerialForm
 
resolveFirstChild() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
Resolves the left hand side of the DOT.
resolveFirstChild() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
Resolves the left hand side of the DOT.
resolveFromCache(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
Attempts to resolve the entity id corresponding to the event's natural id values from the session
resolveFunction(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as a function.
resolveFunction(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
resolveIdent(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as an IDENT.
resolveIdent(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
resolveIdentifier(Serializable, SessionImplementor) - Method in class org.hibernate.type.EntityType
Resolve an identifier via a load.
resolveImplicitFetchStrategyFromEntityGraph(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
resolveImplicitFetchStrategyFromEntityGraph(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.FetchGraphLoadPlanBuildingStrategy
 
resolveImplicitFetchStrategyFromEntityGraph(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.LoadGraphLoadPlanBuildingStrategy
 
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.IndexNode
 
resolveIndex(AST) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving an an index [].
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionImpl
 
resolveInFunctionCall(boolean, boolean) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
resolveInFunctionCall(boolean, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
resolveInFunctionCall(boolean, boolean) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving inside of the scope of a function call
resolveInHibernateNamespace(String) - Method in class org.hibernate.internal.util.xml.DTDEntityResolver
Deprecated.
 
resolveInLocalNamespace(String) - Method in class org.hibernate.internal.util.xml.DTDEntityResolver
Deprecated.
 
resolveJavaTypeDescriptor(JavaTypeDescriptor) - Method in class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
resolveJavaTypeDescriptor(JavaTypeDescriptor) - Method in interface org.hibernate.boot.model.source.spi.JavaTypeDescriptorResolvable
 
resolveJtaPlatform(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver
 
resolveJtaPlatform(Map, ServiceRegistryImplementor) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformResolver
 
resolveLeadingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim leading spaces.
resolveLeadingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim leading spaces.
resolveLeadingTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the beginning (leading) of the trim source.
resolveLeadingTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the beginning (leading) of the trim source.
resolveLocalSchema(String) - Static method in class org.hibernate.boot.jaxb.internal.stax.LocalSchemaLocator
 
resolveLocalSchema(URL) - Static method in class org.hibernate.boot.jaxb.internal.stax.LocalSchemaLocator
 
resolveLocalSchemaUrl(String) - Static method in class org.hibernate.boot.jaxb.internal.stax.LocalSchemaLocator
Given the resource name of a schema, locate its URL reference via ClassLoader lookup.
resolveLockMode(EntityReference) - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
resolveLockMode(EntityReference) - Method in interface org.hibernate.loader.plan.exec.spi.LockModeResolver
 
resolveNaturalId(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
Coordinates the efforts to load a given entity.
ResolveNaturalIdEvent - Class in org.hibernate.event.spi
Defines an event class for the resolving of an entity id from the entity's natural-id
ResolveNaturalIdEvent(Map<String, Object>, EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.ResolveNaturalIdEvent
 
ResolveNaturalIdEvent(Map<String, Object>, EntityPersister, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.ResolveNaturalIdEvent
 
ResolveNaturalIdEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of resolve natural id events generated from a session.
resolveNonAliasedRightHandSideJoinConditionColumns() - Method in class org.hibernate.loader.plan.build.internal.spaces.JoinImpl
 
resolveNonAliasedRightHandSideJoinConditionColumns() - Method in interface org.hibernate.loader.plan.spi.Join
Resolves the raw (unaliased) column names on the right-hand-side of the join.
resolveNonNullableTransientEntity(Object) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
Clean up any tracked references for the given entity, throwing an exception if there were any paths.
resolveNonRootUrl(URL) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
Handle references from a persistence.xml file.
resolveParentPropertyPath(String) - Method in class org.hibernate.loader.plan.build.internal.spaces.CompositePropertyMapping
Builds the relative path.
resolvePlaceHolder(String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Handles interpolation processing for a single property.
resolvePlaceHolders(Map<?, ?>) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Handles interpolation processing for all entries in a properties object.
resolvePropertyAccessStrategy(Class, String, EntityMode) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
 
resolvePropertyAccessStrategy(Class, String, EntityMode) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategyResolver
Resolve the PropertyAccessStrategy to use
resolveResultClasses(Util.ResultClassesResolutionContext, Class...) - Static method in class org.hibernate.procedure.internal.Util
Resolve the given result classes
resolveResultSetMappings(Util.ResultSetMappingResolutionContext, String...) - Static method in class org.hibernate.procedure.internal.Util
Resolve the given result set mapping names
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
resolveResultTransformer(ResultTransformer, ResultTransformer) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.custom.CustomLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.hql.QueryLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.Loader
Determine the actual ResultTransformer that will be used to transform query results.
resolveRootDirectory(Class) - Static method in class org.hibernate.testing.util.TestPathHelper
Essentially the same as TestPathHelper.resolveRootUrl(Class), but here we convert the root URL to a File (directory) reference.
resolveRootUrl(Class) - Static method in class org.hibernate.testing.util.TestPathHelper
Useful in cases where we need to deal with files/resources in the test compilation output dir of the project.
resolveSchemaName(Connection, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver
 
resolveSchemaName(Connection, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate
 
resolveSchemaName(Connection, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverJava17Delegate
 
resolveSchemaName(Connection, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.SchemaNameResolver
Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
resolveSchemaName(Connection) - Method in interface org.hibernate.engine.jdbc.spi.SchemaNameResolver
Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
resolveSelectExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
resolveSelectExpression(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
resolveSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
Special method to resolve expressions in the SELECT list.
resolveServiceRegistry() - Method in class org.hibernate.mapping.Property
 
resolveSessionFactory() - Method in class org.hibernate.type.TypeFactory
 
resolveSqlTableAliasFromQuerySpaceUid(String) - Method in class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
 
resolveSqlTableAliasFromQuerySpaceUid(String) - Method in interface org.hibernate.loader.plan.exec.spi.AliasResolutionContext
 
resolveStrategy(Class<T>, Object) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
resolveStrategy(Class<T>, Object) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveTable(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
resolveTableAlias(String) - Method in interface org.hibernate.sql.ordering.antlr.OrderByAliasResolver
Given a column reference, resolve the table alias to apply to the column to qualify it.
resolveTrailingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim trailing spaces.
resolveTrailingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim trailing spaces.
resolveTrailingTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the end (trailing) of the trim source.
resolveTrailingTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the end (trailing) of the trim source.
resolveType(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
resolveType(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
resolveType(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapKeyNode
 
resolveType(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapValueNode
 
resolveType(Attribute) - Method in class org.hibernate.jpa.internal.metamodel.Helper
 
resolveType(SessionFactoryImplementor, Attribute) - Static method in class org.hibernate.jpa.internal.metamodel.Helper
 
resource - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
ResourceClosedException - Exception in org.hibernate
Indicates an attempt was made to use a closed resource (Session, SessionFactory, etc).
ResourceClosedException(String) - Constructor for exception org.hibernate.ResourceClosedException
Constructs a ResourceClosedException using the supplied message.
resourceRegistry - Variable in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
ResourceRegistry - Interface in org.hibernate.resource.jdbc
A registry for tracking JDBC resources
ResourceRegistryStandardImpl - Class in org.hibernate.resource.jdbc.internal
 
ResourceRegistryStandardImpl() - Constructor for class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
RESOURCES_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
RestrictableStatement - Interface in org.hibernate.hql.internal.ast.tree
Type definition for Statements which are restrictable via a where-clause (and thus also having a from-clause).
Restrictions - Class in org.hibernate.criterion
The criterion package may be used by applications as a framework for building new kinds of Criterion.
Restrictions() - Constructor for class org.hibernate.criterion.Restrictions
 
RESULT_VARIABLE_REF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
RESULT_VARIABLE_REF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ResultAliasContext() - Constructor for class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
ResultCheckStyle - Enum in org.hibernate.annotations
Possible styles of checking return codes on SQL INSERT, UPDATE and DELETE queries.
resultClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
resultClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
resultClassChecking(Class, Query) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
resultClassChecking(Class, NamedSQLQueryDefinition) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
ResultColumnReferenceStrategy - Enum in org.hibernate.dialect
Defines how we need to reference columns in the group-by, having, and order-by clauses.
ResultContext - Interface in org.hibernate.result.spi
 
ResultRowProcessor - Class in org.hibernate.loader.custom
Models an entire "row" of results within a custom query
ResultRowProcessor(boolean, ResultColumnProcessor[]) - Constructor for class org.hibernate.loader.custom.ResultRowProcessor
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
ResultSetIdentifierConsumer - Interface in org.hibernate.id
An optional contract for Type or UserType implementations to handle generated id values any way they see fit as opposed to being limited to the discrete set of numeric types handled by IdentifierGeneratorHelper
resultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
resultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
ResultSetMappingBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
ResultSetMappingBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.ResultSetMappingBinder
 
ResultSetMappingBindingDefinition - Interface in org.hibernate.boot.jaxb.hbm.spi
 
ResultSetMappingDefinition - Class in org.hibernate.engine
Keep a description of the resultset mapping
ResultSetMappingDefinition(String) - Constructor for class org.hibernate.engine.ResultSetMappingDefinition
Constructs a ResultSetMappingDefinition
ResultsetMappingSecondPass - Class in org.hibernate.cfg.annotations
 
ResultsetMappingSecondPass(SqlResultSetMapping, MetadataBuildingContext, boolean) - Constructor for class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
ResultSetOutput - Interface in org.hibernate.result
Models a return that is a result set.
ResultSetProcessingContext - Interface in org.hibernate.loader.plan.exec.process.spi
 
ResultSetProcessingContext.EntityKeyResolutionContext - Interface in org.hibernate.loader.plan.exec.process.spi
 
ResultSetProcessingContext.EntityReferenceProcessingState - Interface in org.hibernate.loader.plan.exec.process.spi
Holds all pieces of information known about an entity reference in relation to each row as we process the result set.
ResultSetProcessingContextImpl - Class in org.hibernate.loader.plan.exec.process.internal
 
ResultSetProcessingContextImpl(ResultSet, SessionImplementor, LoadPlan, AliasResolutionContext, boolean, boolean, boolean, boolean, QueryParameters, NamedParameterContext, boolean) - Constructor for class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
Builds a ResultSetProcessingContextImpl
ResultSetProcessor - Interface in org.hibernate.loader.plan.exec.process.spi
Contract for processing JDBC ResultSets.
ResultSetProcessorHelper - Class in org.hibernate.loader.plan.exec.process.internal
 
ResultSetProcessorHelper() - Constructor for class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorHelper
 
ResultSetProcessorImpl - Class in org.hibernate.loader.plan.exec.process.internal
 
ResultSetProcessorImpl(LoadPlan, AliasResolutionContext, RowReader, boolean, boolean) - Constructor for class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl
 
resultsetRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
ResultSetReturn - Interface in org.hibernate.engine.jdbc.spi
Contract for extracting ResultSets from Statements, executing Statements, managing Statement/ResultSet resources, and logging statement calls.
ResultSetReturnImpl - Class in org.hibernate.engine.jdbc.internal
Standard implementation of the ResultSetReturn contract
ResultSetReturnImpl(JdbcCoordinator) - Constructor for class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
Constructs a ResultSetReturnImpl
ResultSetUtil - Class in org.hibernate.testing.jdbc
 
ResultSetUtil() - Constructor for class org.hibernate.testing.jdbc.ResultSetUtil
 
ResultSetWrapper - Interface in org.hibernate.engine.jdbc.spi
Contract for wrapping a ResultSet in a "column name cache" wrapper.
ResultSetWrapperImpl - Class in org.hibernate.engine.jdbc.internal
Standard Hibernate implementation for wrapping a ResultSet in a " column name cache" wrapper.
ResultSetWrapperImpl(ServiceRegistry) - Constructor for class org.hibernate.engine.jdbc.internal.ResultSetWrapperImpl
 
ResultSetWrapperProxy - Class in org.hibernate.engine.jdbc
A proxy for a ResultSet delegate, responsible for locally caching the columnName-to-columnIndex resolution that has been found to be inefficient in a few vendor's drivers (i.e., Oracle and Postgres).
ResultTransformer - Interface in org.hibernate.transform
Implementors define a strategy for transforming query results into the actual application-visible query result list.
resultVariableRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
ResultVariableRefNode - Class in org.hibernate.hql.internal.ast.tree
Represents a reference to a result_variable as defined in the JPA 2 spec.
ResultVariableRefNode() - Constructor for class org.hibernate.hql.internal.ast.tree.ResultVariableRefNode
 
resume(Transaction) - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
Tell the TransactionManager to resume the given transaction
resume(Transaction) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
retainAll(Collection<?>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
retainAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
reThrowAnyErrors() - Method in class org.hibernate.testing.async.ExecutableAdapter
 
retransformResults(List, String[], ResultTransformer, boolean[]) - Method in class org.hibernate.transform.CacheableResultTransformer
Re-transforms, if necessary, a List of values previously transformed by this (or an equivalent) CacheableResultTransformer.
retrieveLookAheadText(int) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
retrieveTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
retrieveTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
retrieveTransactionManager() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
retrieveTransactionManager() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
retrieveUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
retrieveUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
retrieveUserTransaction() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Locate the UserTransaction
retrieveUserTransaction() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
Return - Interface in org.hibernate.loader.custom
Represents a return in a custom query.
Return - Interface in org.hibernate.loader.plan.spi
Represents a return value in the query results.
returnClass - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
 
returnColumn - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
returnColumnName - Variable in class org.hibernate.sql.CaseFragment
 
returnDiscriminator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
RETURNED_CLASS - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
returnedClass() - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
returnedClass() - Method in class org.hibernate.type.EnumType
 
returnedClass() - Method in interface org.hibernate.usertype.CompositeUserType
The class returned by nullSafeGet().
returnedClass() - Method in interface org.hibernate.usertype.UserType
The class returned by nullSafeGet().
ReturnGraphTreePrinter - Class in org.hibernate.loader.plan.build.spi
Prints a Return graph as a tree structure.
ReturningWork<T> - Interface in org.hibernate.jdbc
A discrete piece of work following the lines of Work but returning a result.
ReturnMetadata - Class in org.hibernate.engine.query.spi
Metadata about the query return(s).
returnProperty - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
returnProperty - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
returnProperty - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
ReturnReader - Interface in org.hibernate.loader.plan.exec.process.spi
Handles reading a single root Return object
returnStatic() - Method in class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
 
returnTransient() - Method in class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
 
reverse(String[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
reverse() - Method in class org.hibernate.jpa.criteria.OrderImpl
 
reverseOperator(Predicate.BooleanOperator) - Static method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
revision - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
REVISION_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Revision field name.
REVISION_LISTENER - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Fully qualified class name of user defined revision listener.
REVISION_ON_COLLECTION_CHANGE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Triggers revision generation when not-owned relation field changes.
REVISION_PARAMETER - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
REVISION_TYPE_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Revision type field name.
RevisionDoesNotExistException - Exception in org.hibernate.envers.exception
 
RevisionDoesNotExistException(Number) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionDoesNotExistException(Date) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionEntity - Annotation Type in org.hibernate.envers
Marks an entity to be created whenever a new revision is generated.
RevisionInfoConfiguration - Class in org.hibernate.envers.configuration.internal
 
RevisionInfoConfiguration(GlobalConfiguration) - Constructor for class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
RevisionInfoConfigurationResult - Class in org.hibernate.envers.configuration.internal
 
RevisionInfoGenerator - Interface in org.hibernate.envers.internal.revisioninfo
 
RevisionInfoNumberReader - Class in org.hibernate.envers.internal.revisioninfo
Gets a revision number from a persisted revision info entity.
RevisionInfoNumberReader(Class<?>, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.revisioninfo.RevisionInfoNumberReader
 
RevisionInfoQueryCreator - Class in org.hibernate.envers.internal.revisioninfo
 
RevisionInfoQueryCreator(String, String, String, boolean) - Constructor for class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
RevisionListener - Interface in org.hibernate.envers
An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
revisionNumber() - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision number, corresponding to an audited entity.
RevisionNumber - Annotation Type in org.hibernate.envers
Marks a property which will hold the number of the revision in a revision entity, see RevisionListener.
RevisionNumberPropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on the revision number, corresponding to an audit entity.
RevisionNumberPropertyName() - Constructor for class org.hibernate.envers.query.internal.property.RevisionNumberPropertyName
 
revisionProperty(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of the revision entity, corresponding to an audited entity.
RevisionPropertyPropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on a property of the revision entity, which is associated with an audit entity.
RevisionPropertyPropertyName(String) - Constructor for class org.hibernate.envers.query.internal.property.RevisionPropertyPropertyName
 
RevisionsOfEntityQuery - Class in org.hibernate.envers.query.internal.impl
 
RevisionsOfEntityQuery(EnversService, AuditReaderImplementor, Class<?>, boolean, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.RevisionsOfEntityQuery
 
RevisionsOfEntityQuery(EnversService, AuditReaderImplementor, Class<?>, String, boolean, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.RevisionsOfEntityQuery
 
RevisionTimestamp - Annotation Type in org.hibernate.envers
Marks a property which will hold the timestamp of the revision in a revision entity, see RevisionListener.
revisionType - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
revisionType() - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.
RevisionType - Enum in org.hibernate.envers
Type of the revision.
RevisionTypeAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
RevisionTypeAuditExpression(Object, String) - Constructor for class org.hibernate.envers.query.criteria.internal.RevisionTypeAuditExpression
 
revisionTypeInId - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
revisionTypeInId - Variable in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
RevisionTypePropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on the revision number, corresponding to an audit entity.
RevisionTypePropertyName() - Constructor for class org.hibernate.envers.query.internal.property.RevisionTypePropertyName
 
RevisionTypeType - Class in org.hibernate.envers.internal.entities
A hibernate type for the RevisionType enum.
RevisionTypeType() - Constructor for class org.hibernate.envers.internal.entities.RevisionTypeType
 
RIGHT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
RIGHT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
RIGHT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
RIGHT_OUTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
RIGHT_OUTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
RIGHT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
role - Variable in class org.hibernate.boot.JaccPermissionDefinition
 
role - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
role - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
roleName - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
roleName
rollback() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
rollback() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
rollback() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
rollback() - Method in class org.hibernate.jpa.internal.TransactionImpl
 
rollback() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
rollback() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
rollback() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Rollback the resource transaction
rollback() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
Call rollback on the underlying transaction object
rollback() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
rollback() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
rollback() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
rollback() - Method in interface org.hibernate.resource.transaction.TransactionCoordinator.TransactionDriver
Rollback the physical transaction
rollback(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
rollback() - Method in interface org.hibernate.Transaction
Rollback this transaction.
rollbackFromBackgroundThread(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
RollbackWork() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
 
RollbackWork() - Constructor for class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork
 
root(String) - Static method in class org.hibernate.internal.util.StringHelper
 
ROOT_ALIAS - Static variable in interface org.hibernate.criterion.CriteriaSpecification
The alias that refers to the "root" entity of the criteria query.
ROOT_ENTITY - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is an instance of the root entity
ROOT_LEVEL - Static variable in class org.hibernate.hql.internal.ast.tree.FromClause
 
ROOT_LEVEL - Static variable in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
ROOT_SQL_ALIAS - Static variable in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
RootClass - Class in org.hibernate.mapping
The root class of an inheritance hierarchy
RootClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.RootClass
 
RootEntityResultTransformer - Class in org.hibernate.transform
ResultTransformer implementation which limits the result tuple to only the "root entity".
RootEntitySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
RootEntitySourceImpl(MappingDocument, JaxbHbmRootEntityType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
RootHelper - Class in org.hibernate.loader.plan.exec.internal
 
RootImpl<X> - Class in org.hibernate.jpa.criteria.path
Hibernate implementation of the JPA Root contract
RootImpl(CriteriaBuilderImpl, EntityType<X>) - Constructor for class org.hibernate.jpa.criteria.path.RootImpl
 
RootImpl(CriteriaBuilderImpl, EntityType<X>, boolean) - Constructor for class org.hibernate.jpa.criteria.path.RootImpl
 
RootImpl.TreatedRoot<T> - Class in org.hibernate.jpa.criteria.path
 
RootReturn - Class in org.hibernate.loader.custom
Represents a return which names a "root" entity.
RootReturn(String, String, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.RootReturn
 
ROW_STAR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ROW_STAR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ROW_STAR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ROW_VERSION - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC VARBINARY, specifically for entity versions/timestamps.
rowCount() - Static method in class org.hibernate.criterion.Projections
The query row count, ie.
RowCountProjection - Class in org.hibernate.criterion
A row count
RowCountProjection() - Constructor for class org.hibernate.criterion.RowCountProjection
 
RowId - Annotation Type in org.hibernate.annotations
Support for ROWID mapping feature of Hibernate.
rowid - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
rowId - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
ROWID_ALIAS - Static variable in interface org.hibernate.persister.entity.Loadable
 
rowIdName - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
RowReader - Interface in org.hibernate.loader.plan.exec.process.spi
 
RowSelection - Class in org.hibernate.engine.spi
Represents a selection criteria for rows in a JDBC ResultSet
RowSelection() - Constructor for class org.hibernate.engine.spi.RowSelection
 
RowVersionComparator - Class in org.hibernate.internal.util.compare
 
RowVersionType - Class in org.hibernate.type
A type that maps between a VARBINARY and byte[] specifically for entity versions/timestamps.
RowVersionType() - Constructor for class org.hibernate.type.RowVersionType
 
RowVersionTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for byte[] handling specifically used for specifically for entity versions/timestamps.
RowVersionTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
RTRIM - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The default rtrim function name
run() - Method in class org.hibernate.testing.async.ExecutableAdapter
 
runInvalidation(boolean) - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
runInvalidation(boolean) - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
runningHbm2ddlSchemaExport() - Method in interface org.hibernate.internal.CoreMessageLogger
 
runningHbm2ddlSchemaUpdate() - Method in interface org.hibernate.internal.CoreMessageLogger
 
runningSchemaValidator() - Method in interface org.hibernate.internal.CoreMessageLogger
 

S

sameAsCached(EntityPersister, Serializable, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Are the naturals id values cached here (if any) for the given persister+pk combo the same as the given values?
SAPDBDialect - Class in org.hibernate.dialect
An SQL dialect compatible with SAP DB.
SAPDBDialect() - Constructor for class org.hibernate.dialect.SAPDBDialect
Constructs a SAPDBDialect
save(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
save(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
SAVE - Static variable in class org.hibernate.event.spi.EventType
 
save(Object) - Method in class org.hibernate.internal.SessionImpl
 
save(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
save(Object) - Method in interface org.hibernate.Session
Persist the given transient instance, first assigning a generated identifier.
save(String, Object) - Method in interface org.hibernate.Session
Persist the given transient instance, first assigning a generated identifier.
SAVE_UPDATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
SAVE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(Object) - Method in class org.hibernate.internal.SessionImpl
 
saveOrUpdate(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
saveOrUpdate(Object) - Method in interface org.hibernate.Session
Either Session.save(Object) or Session.update(Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
saveOrUpdate(String, Object) - Method in interface org.hibernate.Session
Either Session.save(String, Object) or Session.update(String, Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
SaveOrUpdateEvent - Class in org.hibernate.event.spi
An event class for saveOrUpdate()
SaveOrUpdateEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of update events generated from a session.
saveRevisionData(Session, Object) - Method in class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
saveRevisionData(Session, Object) - Method in interface org.hibernate.envers.internal.revisioninfo.RevisionInfoGenerator
 
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Prepares the save call using a newly generated id.
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.jpa.event.internal.core.JpaMergeEventListener
 
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.jpa.event.internal.core.JpaPersistEventListener
 
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.jpa.event.internal.core.JpaSaveEventListener
 
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.jpa.event.internal.core.JpaSaveOrUpdateEventListener
 
saveWithGeneratedOrRequestedId(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveEventListener
 
saveWithGeneratedOrRequestedId(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Save the transient instance, assigning the right identifier
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Prepares the save call using the given requested id.
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.jpa.event.internal.core.JpaMergeEventListener
 
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.jpa.event.internal.core.JpaPersistEventListener
 
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.jpa.event.internal.core.JpaSaveEventListener
 
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.jpa.event.internal.core.JpaSaveOrUpdateEventListener
 
scalarName(int, int) - Static method in class org.hibernate.hql.internal.NameGenerator
 
scalarName(String, int) - Static method in class org.hibernate.hql.internal.NameGenerator
 
scalarNames(String, int) - Static method in class org.hibernate.hql.internal.NameGenerator
 
scalarNames(int, int) - Static method in class org.hibernate.hql.internal.NameGenerator
 
ScalarResultColumnProcessor - Class in org.hibernate.loader.custom
Represents a scalar result within the custom query
ScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.ScalarResultColumnProcessor
 
ScalarResultColumnProcessor(String, Type) - Constructor for class org.hibernate.loader.custom.ScalarResultColumnProcessor
 
ScalarReturn - Class in org.hibernate.loader.custom
Represent a scalar (aka simple value) return within a query result.
ScalarReturn(Type, String) - Constructor for class org.hibernate.loader.custom.ScalarReturn
 
ScalarReturn - Interface in org.hibernate.loader.plan.spi
Represent a simple scalar return within a query result.
ScalarReturnImpl - Class in org.hibernate.loader.plan.build.internal.returns
 
ScalarReturnImpl(String, Type) - Constructor for class org.hibernate.loader.plan.build.internal.returns.ScalarReturnImpl
 
scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
scale() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
scale - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
scale - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in interface org.hibernate.boot.archive.scan.spi.Scanner
Perform the scanning against the described environment using the defined options, and return the scan results.
ScanEnvironment - Interface in org.hibernate.boot.archive.scan.spi
Describes the environment in which the scan will occur.
Scanner - Interface in org.hibernate.boot.archive.scan.spi
Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.
SCANNER - Static variable in interface org.hibernate.cfg.AvailableSettings
Pass an implementation of Scanner.
Scanner - Interface in org.hibernate.ejb.packaging
Deprecated.
Use Scanner instead
SCANNER - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCANNER_ARCHIVE_INTERPRETER - Static variable in interface org.hibernate.cfg.AvailableSettings
Pass ArchiveDescriptorFactory to use in the scanning process.
SCANNER_DEPRECATED - Static variable in interface org.hibernate.cfg.AvailableSettings
The deprecated name.
SCANNER_DISCOVERY - Static variable in interface org.hibernate.cfg.AvailableSettings
Identifies a comma-separate list of values indicating the types of things we should auto-detect during scanning.
ScanningCoordinator - Class in org.hibernate.boot.model.process.internal
Coordinates the process of executing Scanner (if enabled) and applying the resources (classes, packages and mappings) discovered.
ScanOptions - Interface in org.hibernate.boot.archive.scan.spi
Options for performing scanning
ScanParameters - Interface in org.hibernate.boot.archive.scan.spi
A "parameter object" passed to Scanner.scan(org.hibernate.boot.archive.scan.spi.ScanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions, org.hibernate.boot.archive.scan.spi.ScanParameters) to help support future changes in terms of needing to pass additional stuff to scanning.
ScanResult - Interface in org.hibernate.boot.archive.scan.spi
Defines the result of scanning
ScanResultCollector - Class in org.hibernate.boot.archive.scan.internal
 
ScanResultCollector(ScanEnvironment, ScanOptions, ScanParameters) - Constructor for class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
ScanResultImpl - Class in org.hibernate.boot.archive.scan.internal
 
ScanResultImpl(Set<PackageDescriptor>, Set<ClassDescriptor>, Set<MappingFileDescriptor>) - Constructor for class org.hibernate.boot.archive.scan.internal.ScanResultImpl
 
scheduleAuditDataRemoval(Session, Object) - Method in class org.hibernate.envers.internal.synchronization.SessionCacheCleaner
Schedules audit data removal from session level cache after transaction completion.
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SCHEMA - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
SCHEMA - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the schema name
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
SCHEMA_GEN_CONNECTION - Static variable in interface org.hibernate.jpa.AvailableSettings
Allows passing the specific Connection instance to be used for performing schema generation where the target is "database".
SCHEMA_GEN_CREATE_SCHEMAS - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies whether the persistence provider is to create the database schema(s) in addition to creating database objects (tables, sequences, constraints, etc).
SCHEMA_GEN_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies the CREATE script file as either a Reader configured for reading of the DDL script file or a string designating a file URL for the DDL script.
SCHEMA_GEN_CREATE_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies whether schema generation commands for schema creation are to be determine based on object/relational mapping metadata, DDL scripts, or a combination of the two.
SCHEMA_GEN_DATABASE_ACTION - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies the type of schema generation action to be taken by the persistence provider in regards to sending commands directly to the database via JDBC.
SCHEMA_GEN_DB_MAJOR_VERSION - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies the major version of the underlying database, as would be returned by DatabaseMetaData.getDatabaseMajorVersion() for the target database.
SCHEMA_GEN_DB_MINOR_VERSION - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies the minor version of the underlying database, as would be returned by DatabaseMetaData.getDatabaseMinorVersion() for the target database.
SCHEMA_GEN_DB_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies the name of the database provider in cases where a Connection to the underlying database is not available (aka, mainly in generating scripts).
SCHEMA_GEN_DROP_SCRIPT_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies the DROP script file as either a Reader configured for reading of the DDL script file or a string designating a file URL for the DDL script.
SCHEMA_GEN_DROP_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies whether schema generation commands for schema dropping are to be determine based on object/relational mapping metadata, DDL scripts, or a combination of the two.
SCHEMA_GEN_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies a Reader configured for reading of the SQL load script or a string designating the file URL for the SQL load script.
SCHEMA_GEN_SCRIPTS_ACTION - Static variable in interface org.hibernate.jpa.AvailableSettings
Specifies the type of schema generation action to be taken by the persistence provider in regards to writing commands to DDL script files.
SCHEMA_GEN_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.jpa.AvailableSettings
For cases where the "javax.persistence.schema-generation.scripts.action" value indicates that schema creation commands should be written to DDL script file, "javax.persistence.schema-generation.scripts.create-target" specifies either a Writer configured for output of the DDL script or a string specifying the file URL for the DDL script.
SCHEMA_GEN_SCRIPTS_DROP_TARGET - Static variable in interface org.hibernate.jpa.AvailableSettings
For cases where the "javax.persistence.schema-generation.scripts.action" value indicates that schema drop commands should be written to DDL script file, "javax.persistence.schema-generation.scripts.drop-target" specifies either a Writer configured for output of the DDL script or a string specifying the file URL for the DDL script.
SCHEMA_MANAGEMENT_TOOL - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify the SchemaManagementTool to use for performing schema management.
SCHEMA_NAME_RESOLVER - Static variable in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
SchemaAutoTooling - Enum in org.hibernate.boot
Defines the possible values for "hbm2ddl_auto"
SchemaCreator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema creation.
SchemaCreatorImpl - Class in org.hibernate.tool.schema.internal
This is functionally nothing more than the creation script from the older SchemaExport class (plus some additional stuff in the script).
SchemaCreatorImpl() - Constructor for class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
SchemaDropper - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema dropping.
SchemaDropperImpl - Class in org.hibernate.tool.schema.internal
This is functionally nothing more than the creation script from the older SchemaExport class (plus some additional stuff in the script).
SchemaDropperImpl() - Constructor for class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
schemaExists(Namespace.Name) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
schemaExists(Identifier, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
schemaExists(Namespace.Name) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Check to see if the given schema already exists.
schemaExists(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
The the given schema exist yet?
SchemaExport - Class in org.hibernate.tool.hbm2ddl
Commandline tool to export table schema to the database.
SchemaExport(MetadataImplementor) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Builds a SchemaExport object.
SchemaExport(MetadataImplementor, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Builds a SchemaExport object.
SchemaExport(ServiceRegistry, MetadataImplementor) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Builds a SchemaExport object.
SchemaExport(ServiceRegistry, MetadataImplementor, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Builds a SchemaExport object.
SchemaExport(ConnectionHelper, MetadataImplementor) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Intended for testing use
SchemaExport(MetadataImplementor, Connection) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Create a SchemaExport for the given Metadata, using the supplied connection for connectivity.
SchemaExport(ServiceRegistry, Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Deprecated.
Use one of the forms accepting MetadataImplementor, rather than Configuration, instead.
SchemaExport(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Deprecated.
Use one of the forms accepting MetadataImplementor, rather than Configuration, instead.
SchemaExport(Configuration, Connection) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Deprecated.
Use one of the forms accepting MetadataImplementor, rather than Configuration, instead.
SchemaExport(ConnectionHelper, String[], String[]) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
 
SchemaExport.Type - Enum in org.hibernate.tool.hbm2ddl
 
schemaExportComplete() - Method in interface org.hibernate.internal.CoreMessageLogger
 
SchemaExportTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaExport.
SchemaExportTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
schemaExportUnsuccessful(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SchemaExtractionException - Exception in org.hibernate.tool.schema.extract.spi
 
SchemaExtractionException(String) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
 
SchemaExtractionException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
 
SchemaGenAction - Enum in org.hibernate.jpa
Describes the allowable values of the and AvailableSettings.SCHEMA_GEN_SCRIPTS_ACTION settings.
SchemaGenSource - Enum in org.hibernate.jpa
Describes the allowable values of the and settings.
SchemaManagementException - Exception in org.hibernate.tool.schema.spi
Indicates a problem in performing schema management.
SchemaManagementException(String) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
 
SchemaManagementException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
 
SchemaManagementTool - Interface in org.hibernate.tool.schema.spi
Contract for schema management tool integration.
SchemaManagementToolInitiator - Class in org.hibernate.tool.schema.internal
 
SchemaManagementToolInitiator() - Constructor for class org.hibernate.tool.schema.internal.SchemaManagementToolInitiator
 
SchemaMigrator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema migration.
SchemaMigratorImpl - Class in org.hibernate.tool.schema.internal
 
SchemaMigratorImpl() - Constructor for class org.hibernate.tool.schema.internal.SchemaMigratorImpl
 
SchemaNameResolver - Interface in org.hibernate.engine.jdbc.env.spi
Contract for resolving the schema of a Connection.
SchemaNameResolver - Interface in org.hibernate.engine.jdbc.spi
Contract for resolving the schema of a Connection.
SchemaNameResolverFallbackDelegate() - Constructor for class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate
 
SchemaNameResolverJava17Delegate(Method) - Constructor for class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverJava17Delegate
 
SchemaUpdate - Class in org.hibernate.tool.hbm2ddl
A commandline tool to update a database schema.
SchemaUpdate(MetadataImplementor) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
Creates a SchemaUpdate object.
SchemaUpdate(ServiceRegistry, MetadataImplementor) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
Creates a SchemaUpdate object.
SchemaUpdateCommand - Class in org.hibernate.tool.hbm2ddl
Pairs a SchemaUpdate SQL script with the boolean 'quiet'.
SchemaUpdateCommand(String, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
 
schemaUpdateComplete() - Method in interface org.hibernate.internal.CoreMessageLogger
 
SchemaUpdateTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaUpdate.
SchemaUpdateTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
SchemaValidator - Class in org.hibernate.tool.hbm2ddl
A commandline tool to update a database schema.
SchemaValidator(MetadataImplementor) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidator(ServiceRegistry, MetadataImplementor) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema validations
SchemaValidatorImpl - Class in org.hibernate.tool.schema.internal
 
SchemaValidatorImpl(Dialect) - Constructor for class org.hibernate.tool.schema.internal.SchemaValidatorImpl
 
SchemaValidatorTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaUpdate.
SchemaValidatorTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
scope() - Method in class org.hibernate.type.EntityType
 
scope(SessionFactoryImplementor) - Method in class org.hibernate.type.TypeResolver
 
scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor, SessionFactoryImplementor) - Method in interface org.hibernate.internal.CoreMessageLogger
 
script() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
ScriptSourceInput - Interface in org.hibernate.jpa.internal.schemagen
Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input scripts.
ScriptSourceInputFromFile - Class in org.hibernate.jpa.internal.schemagen
ScriptSourceInput implementation for File references.
ScriptSourceInputFromFile(File) - Constructor for class org.hibernate.jpa.internal.schemagen.ScriptSourceInputFromFile
Constructs a ScriptSourceInputFromFile
ScriptSourceInputFromReader - Class in org.hibernate.jpa.internal.schemagen
ScriptSourceInput implementation for explicitly given Readers.
ScriptSourceInputFromReader(Reader) - Constructor for class org.hibernate.jpa.internal.schemagen.ScriptSourceInputFromReader
Constructs a ScriptSourceInputFromReader
ScriptSourceInputFromUrl - Class in org.hibernate.jpa.internal.schemagen
ScriptSourceInput implementation for URL references.
ScriptSourceInputFromUrl(URL) - Constructor for class org.hibernate.jpa.internal.schemagen.ScriptSourceInputFromUrl
Constructs a ScriptSourceInputFromUrl instance
ScriptTargetOutput - Interface in org.hibernate.jpa.internal.schemagen
Contract for hiding the differences between a passed Writer, File or URL in terms of how we write output scripts.
ScriptTargetOutputToFile - Class in org.hibernate.jpa.internal.schemagen
ScriptTargetOutput implementation for writing to supplied File references
ScriptTargetOutputToFile(File) - Constructor for class org.hibernate.jpa.internal.schemagen.ScriptTargetOutputToFile
Constructs a ScriptTargetOutputToFile
ScriptTargetOutputToUrl - Class in org.hibernate.jpa.internal.schemagen
ScriptTargetOutput implementation for writing to supplied URL references
ScriptTargetOutputToUrl(URL) - Constructor for class org.hibernate.jpa.internal.schemagen.ScriptTargetOutputToUrl
Constructs a ScriptTargetOutputToUrl
ScriptTargetOutputToWriter - Class in org.hibernate.jpa.internal.schemagen
ScriptTargetOutput implementation for supplied Writer references
ScriptTargetOutputToWriter(Writer) - Constructor for class org.hibernate.jpa.internal.schemagen.ScriptTargetOutputToWriter
Constructs a ScriptTargetOutputToWriter
scroll() - Method in interface org.hibernate.Criteria
Get the results as an instance of ScrollableResults.
scroll(ScrollMode) - Method in interface org.hibernate.Criteria
Get the results as an instance of ScrollableResults based on the given scroll mode.
scroll(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scroll(Criteria, ScrollMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scroll(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a scroll() query
scroll(Criteria, ScrollMode) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a criteria query
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a native SQL query, and return the results as a scrollable result.
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Return the query results, as an instance of ScrollableResults
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
scroll(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform a scroll operation given the underlying query definition.
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.internal.AbstractSessionImpl
 
scroll() - Method in class org.hibernate.internal.CollectionFilterImpl
 
scroll() - Method in class org.hibernate.internal.CriteriaImpl
 
scroll(ScrollMode) - Method in class org.hibernate.internal.CriteriaImpl
 
scroll() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
scroll(ScrollMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
scroll(int) - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
scroll() - Method in class org.hibernate.internal.QueryImpl
 
scroll(ScrollMode) - Method in class org.hibernate.internal.QueryImpl
 
scroll(int) - Method in class org.hibernate.internal.ScrollableResultsImpl
 
scroll(String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
scroll(Criteria, ScrollMode) - Method in class org.hibernate.internal.SessionImpl
 
scroll(ScrollMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
scroll() - Method in class org.hibernate.internal.SQLQueryImpl
 
scroll(Criteria, ScrollMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
scroll(String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
scroll(SessionImplementor, ScrollMode) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
scroll(QueryParameters, Type[], HolderInstantiator, SessionImplementor) - Method in class org.hibernate.loader.Loader
Return the query results, as an instance of ScrollableResults
scroll() - Method in interface org.hibernate.Query
Return the query results as ScrollableResults.
scroll(ScrollMode) - Method in interface org.hibernate.Query
Return the query results as ScrollableResults.
scroll(int) - Method in interface org.hibernate.ScrollableResults
Scroll the specified number of positions from the current position.
ScrollableResults - Interface in org.hibernate
A result iterator that allows moving around within the results by arbitrary increments.
ScrollableResultSetProcessor - Interface in org.hibernate.loader.plan.exec.process.spi
Contract for processing JDBC ResultSets a single logical row at a time.
ScrollableResultsImpl - Class in org.hibernate.internal
Standard ScrollableResults implementation.
ScrollableResultsImpl(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.internal.ScrollableResultsImpl
Constructs a ScrollableResultsImpl using the specified information.
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute an SQL Query
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
ScrollMode - Enum in org.hibernate
Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults.
SDO_BATCH_SIZE - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
The sdo_batch_size parameter
SDO_NUM_RES - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
The sdo_num_res parameter
SDOFilter(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
Apply the "SDO_FILTER" constraint to the specified property, using the specified parameters
SDOFilter(String, Geometry, Double, Double) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
Apply the "SDO_FILTER" constraint to the specified property, using the specified parameters
SDOGeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.oracle
Descriptor for the Oracle Spatial SDO_GEOMETRY type
SDOGeometryTypeDescriptor(OracleJDBCTypeFactory) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
Constructs a SqlTypeDescriptor for the Oracle SDOGeometry type.
SDOGeometryValueExtractor<X> - Class in org.hibernate.spatial.dialect.oracle
ValueExtractor for SDO_GEOMETRY
SDOGeometryValueExtractor(JavaTypeDescriptor<X>, SqlTypeDescriptor) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
Creates instance
SDONN(String, Geometry, Double, Integer, String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
Apply the "SDO_NN" constraint to the specified property, using the specified parameters
SDONN(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
Apply the "SDO_NN" constraint to the specified property, using the specified SDOParameterMap
SDOParameterMap - Class in org.hibernate.spatial.dialect.oracle.criterion
Represents the parameters that can be passed into Oracle's Spatial operators
SDOParameterMap() - Constructor for class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Constructs an empty instance
SDORelate(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
Apply the "SDO_RELATE" constraint to the specified property, using the specified SDOParameterMap
SDORelate(String, Geometry, RelationshipMask[], Double, Double) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
Apply the "SDO_RELATE" constraint to the specified property, using the specified parameters.
SDOWithinDistance(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap.
SDOWithinDistance(String, Geometry, Double, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap.
searchedCaseExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
SearchedCaseExpression<R> - Class in org.hibernate.jpa.criteria.expression
Models what ANSI SQL terms a searched case expression.
SearchedCaseExpression(CriteriaBuilderImpl, Class<R>) - Constructor for class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
SearchedCaseExpression.WhenClause - Class in org.hibernate.jpa.criteria.expression
 
SearchedCaseNode - Class in org.hibernate.hql.internal.ast.tree
Models what ANSI SQL terms a searched case expression.
SearchedCaseNode() - Constructor for class org.hibernate.hql.internal.ast.tree.SearchedCaseNode
 
searchedCaseStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
searchedCaseWhenClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
searchedCaseWhenClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
searchingForMappingDocuments(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SecondaryAuditTable - Annotation Type in org.hibernate.envers
 
SecondaryAuditTables - Annotation Type in org.hibernate.envers
 
secondaryTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
SecondaryTable - Class in org.hibernate.jpamodelgen.xml.jaxb
 
SecondaryTable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
SecondaryTableContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for mappings that may contain secondary table (join) mappings.
SecondaryTableSecondPass - Class in org.hibernate.cfg
 
SecondaryTableSecondPass(EntityBinder, PropertyHolder, XAnnotatedElement) - Constructor for class org.hibernate.cfg.SecondaryTableSecondPass
 
SecondaryTableSource - Interface in org.hibernate.boot.model.source.spi
 
secondLevelCacheHit(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
secondLevelCacheHit(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a hit.
secondLevelCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SecondLevelCacheMetadataModuleFinder - Class in org.hibernate.cache.infinispan.util
 
SecondLevelCacheMetadataModuleFinder() - Constructor for class org.hibernate.cache.infinispan.util.SecondLevelCacheMetadataModuleFinder
 
secondLevelCacheMiss(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
secondLevelCacheMiss(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a miss.
secondLevelCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
secondLevelCachePut(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
secondLevelCachePut(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into second level cache.
secondLevelCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SecondLevelCacheStatistics - Interface in org.hibernate.stat
Second level cache statistics of a specific region
secondPass(Map, Map) - Method in class org.hibernate.cfg.CollectionSecondPass
 
SecondPass - Interface in org.hibernate.cfg
Second pass operation
secondPassCompileForeignKeys(Table, Set<ForeignKey>, MetadataBuildingContext) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
security - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
seed(SessionImplementor) - Method in class org.hibernate.type.BinaryType
Deprecated.
use RowVersionType for binary entity versions/timestamps
seed(SessionImplementor) - Method in class org.hibernate.type.ByteType
 
seed(SessionImplementor) - Method in class org.hibernate.type.CalendarType
 
seed(SessionImplementor) - Method in class org.hibernate.type.CustomType
 
seed(SessionImplementor) - Method in class org.hibernate.type.DbTimestampType
 
seed(SessionImplementor) - Method in class org.hibernate.type.InstantType
 
seed(SessionImplementor) - Method in class org.hibernate.type.IntegerType
 
seed(SessionImplementor) - Method in class org.hibernate.type.LocalDateTimeType
 
seed(SessionImplementor) - Method in class org.hibernate.type.LongType
 
seed(SessionImplementor) - Method in class org.hibernate.type.OffsetDateTimeType
 
seed(SessionImplementor) - Method in class org.hibernate.type.RowVersionType
 
seed(SessionImplementor) - Method in class org.hibernate.type.ShortType
 
seed(SessionImplementor) - Method in class org.hibernate.type.TimestampType
 
seed(SessionImplementor) - Method in interface org.hibernate.type.VersionType
Generate an initial version.
seed(SessionImplementor) - Method in class org.hibernate.type.ZonedDateTimeType
 
seed(SessionImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Generate an initial version.
seedVersion(Object[], int, VersionType, SessionImplementor) - Static method in class org.hibernate.engine.internal.Versioning
Create an initial optimistic locking value according the VersionType contract for the version property if required and inject it into the snapshot state.
seekRootElementStartEvent(XMLEventReader, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
SEGMENT_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
The name of the column which holds the segment key.
SEGMENT_LENGTH_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Indicates the length of the column defined by TableGenerator.SEGMENT_COLUMN_PARAM.
SEGMENT_VALUE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
The value indicating which segment is used by this generator, as indicated by the actual value stored in the column indicated by TableGenerator.SEGMENT_COLUMN_PARAM.
SELECT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SELECT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
select(Selection<? extends T>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
select(Expression<T>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
Select - Class in org.hibernate.sql
A simple SQL SELECT statement
Select(Dialect) - Constructor for class org.hibernate.sql.Select
 
SELECT_CLAUSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT_CLAUSE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SELECT_COLUMNS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT_COLUMNS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SELECT_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SELECT_FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT_FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SELECT_FROM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Selectable - Interface in org.hibernate.mapping
Models the commonality between a column and a formula (computed value).
selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
selectAtom(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SelectBeforeUpdate - Annotation Type in org.hibernate.annotations
Should the entity's current state be selected from the database when determining whether to perform an update when re-attaching detached entities?
selectBeforeUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
selectBooleanExpr(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
selectCase(Expression<? extends C>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
selectCase(Class<R>, Expression<? extends C>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
selectCase() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
selectCase(Class<R>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
selectClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
selectClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
selectClause(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SelectClause - Class in org.hibernate.hql.internal.ast.tree
Represents the list of expressions in a SELECT clause.
SelectClause() - Constructor for class org.hibernate.hql.internal.ast.tree.SelectClause
 
selectColumn(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
selectConnectionProvider(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
selectDataSource(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
selectDataSource(String) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
selectedPropertiesList() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
selectExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
selectExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SelectExpression - Interface in org.hibernate.hql.internal.ast.tree
Represents an element of a projection list, i.e.
SelectExpression - Interface in org.hibernate.sql
TODO : javadoc
SelectExpressionImpl - Class in org.hibernate.hql.internal.ast.tree
A select expression that was generated by a FROM element.
SelectExpressionImpl() - Constructor for class org.hibernate.hql.internal.ast.tree.SelectExpressionImpl
 
SelectExpressionList - Class in org.hibernate.hql.internal.ast.tree
Common behavior - a node that contains a list of select expressions.
SelectExpressionList() - Constructor for class org.hibernate.hql.internal.ast.tree.SelectExpressionList
 
selectExprList(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
selectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Generate a list of collection index, key and element columns
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
selectFragment(String, String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Generate a list of collection index and element columns
selectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in interface org.hibernate.persister.entity.Joinable
All columns to select, when loading.
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Generate a list of collection index, key and element columns
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
All columns to select, when loading.
SelectFragment - Class in org.hibernate.sql
A fragment of an SQL SELECT clause
SelectFragment() - Constructor for class org.hibernate.sql.SelectFragment
 
selectFrom() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
SelectGenerator - Class in org.hibernate.id
A generator that selects the just inserted row to determine the identifier value assigned by the database.
SelectGenerator() - Constructor for class org.hibernate.id.SelectGenerator
 
SelectGenerator.SelectGeneratorDelegate - Class in org.hibernate.id
The delegate for the select generation strategy.
SelectionImpl<X> - Class in org.hibernate.jpa.criteria.expression
The Hibernate implementation of the JPA Selection contract.
SelectionImpl(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.jpa.criteria.expression.SelectionImpl
 
SelectionImplementor<X> - Interface in org.hibernate.jpa.criteria
TODO : javadoc
SelectLockingStrategy - Class in org.hibernate.dialect.lock
A locking strategy where the locks are obtained through select statements.
SelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.SelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
selectObject() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
SelectParser - Class in org.hibernate.hql.internal.classic
Parsers the select clause of a Hibernate query.
SelectParser() - Constructor for class org.hibernate.hql.internal.classic.SelectParser
 
SelectPathExpressionParser - Class in org.hibernate.hql.internal.classic
 
SelectPathExpressionParser() - Constructor for class org.hibernate.hql.internal.classic.SelectPathExpressionParser
 
selectStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
selectStatement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
selectStatement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SelectStatementBuilder - Class in org.hibernate.loader.plan.exec.query.internal
Largely a copy of the Select class, but changed up slightly to better meet needs of building a SQL SELECT statement from a LoadPlan
SelectStatementBuilder(Dialect) - Constructor for class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Constructs a select statement builder object.
selectStrategyImplementor(Class<T>, String) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
selectStrategyImplementor(Class<T>, String) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Locate the named strategy implementation.
selectString(List) - Method in class org.hibernate.loader.JoinWalker
Generate a select list of columns containing all properties of the entity classes
SelectValues - Class in org.hibernate.sql
Models a SELECT values lists.
SelectValues(Dialect) - Constructor for class org.hibernate.sql.SelectValues
 
SelfDirtinessTracker - Interface in org.hibernate.engine.spi
Contract for an entity to report that it tracks the dirtiness of its own state, as opposed to needing Hibernate to perform state-diff dirty calculations.
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
semiResolve(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Given a hydrated, but unresolved value, return a value that may be used to reconstruct property-ref associations.
sendNotification(String) - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
Sends notification of an event
sendNotification(String, Object) - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
Sends notification of an event
sendNotification(String, Object, String) - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
Sends notification of an event
separator(AST, String) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
Sequence - Class in org.hibernate.boot.model.relational
Models a database SEQUENCE.
Sequence(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence
 
Sequence(Identifier, Identifier, Identifier, int, int) - Constructor for class org.hibernate.boot.model.relational.Sequence
 
SEQUENCE - Static variable in class org.hibernate.id.SequenceGenerator
Deprecated.
The sequence parameter
Sequence.Name - Class in org.hibernate.boot.model.relational
 
SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the name of the sequence (or table) to use.
SequenceGenerator - Class in org.hibernate.id
Deprecated.
SequenceGenerator() - Constructor for class org.hibernate.id.SequenceGenerator
Deprecated.
 
sequenceGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
sequenceGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
sequenceGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
SequenceGenerator - Class in org.hibernate.jpamodelgen.xml.jaxb
 
SequenceGenerator() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
SequenceHiLoGenerator - Class in org.hibernate.id
Deprecated.
See deprecation discussion on SequenceGenerator
SequenceHiLoGenerator() - Constructor for class org.hibernate.id.SequenceHiLoGenerator
Deprecated.
 
SequenceIdentityGenerator - Class in org.hibernate.id
Deprecated.
See deprecation discussion on SequenceGenerator
SequenceIdentityGenerator() - Constructor for class org.hibernate.id.SequenceIdentityGenerator
Deprecated.
 
SequenceIdentityGenerator.Delegate - Class in org.hibernate.id
Deprecated.
 
SequenceIdentityGenerator.NoCommentsInsert - Class in org.hibernate.id
Deprecated.
 
SequenceIdRevisionEntity - Class in org.hibernate.envers.enhanced
 
SequenceIdRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
SequenceIdTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers.enhanced
Extension of standard SequenceIdRevisionEntity that allows tracking entity names changed in each revision.
SequenceIdTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
SequenceInformation - Interface in org.hibernate.tool.schema.extract.spi
Access to information about existing sequences.
SequenceInformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
Because JDBC (at least up to an including Java 7, JDBC 4) still does not have support for obtaining information about sequences from DatabaseMetaData.
SequenceInformationExtractorH2DatabaseImpl - Class in org.hibernate.tool.schema.extract.internal
Temporary implementation that works for H2.
SequenceInformationExtractorH2DatabaseImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorH2DatabaseImpl
 
SequenceInformationExtractorLegacyImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorLegacyImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
SequenceInformationExtractorNoOpImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorNoOpImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorNoOpImpl
 
SequenceInformationImpl - Class in org.hibernate.tool.schema.extract.internal
For now we only collect sequence name.
SequenceInformationImpl(QualifiedSequenceName, int) - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationImpl
 
sequenceName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
SequenceStructure - Class in org.hibernate.id.enhanced
Describes a sequence.
SequenceStructure(JdbcEnvironment, QualifiedName, int, int, Class) - Constructor for class org.hibernate.id.enhanced.SequenceStructure
 
SequenceStyleGenerator - Class in org.hibernate.id.enhanced
Generates identifier values based on an sequence-style database structure.
SequenceStyleGenerator() - Constructor for class org.hibernate.id.enhanced.SequenceStyleGenerator
 
SERIALIZABLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Serializable to JDBC VARBINARY.
serializable(Class<T>) - Static method in class org.hibernate.type.TypeFactory
Build a SerializableType from the given Serializable class.
SerializableBlobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Blobs to add serializability.
SerializableClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Clobs to add serializability.
SerializableClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableClobProxy
Builds a serializable Clob wrapper around the given Clob.
SerializableMutabilityPlan(Class<S>) - Constructor for class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
 
SerializableNClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying java.sql.NClobs to add serializability.
SerializableNClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableNClobProxy
Builds a serializable Clob wrapper around the given Clob.
serializableProxy() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
serializableProxy() - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
SerializableProxy - Class in org.hibernate.proxy.pojo.javassist
Serializable placeholder for Javassist proxies
SerializableProxy(String, Class, Class[], Serializable, Boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
SerializableToBlobType<T extends Serializable> - Class in org.hibernate.type
 
SerializableToBlobType() - Constructor for class org.hibernate.type.SerializableToBlobType
 
SerializableType<T extends Serializable> - Class in org.hibernate.type
A type that maps between a VARBINARY and Serializable classes.
SerializableType(Class<T>) - Constructor for class org.hibernate.type.SerializableType
 
SerializableTypeDescriptor<T extends Serializable> - Class in org.hibernate.type.descriptor.java
Descriptor for general Serializable handling.
SerializableTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
SerializableTypeDescriptor.SerializableMutabilityPlan<S extends Serializable> - Class in org.hibernate.type.descriptor.java
 
SerializationException - Exception in org.hibernate.type
Thrown when a property cannot be serializaed/deserialized
SerializationException(String, Exception) - Constructor for exception org.hibernate.type.SerializationException
 
SerializationHelper - Class in org.hibernate.internal.util
Assists with the serialization process and performs additional functionality based on serialization.
serialize(ObjectOutputStream) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Serialize this UnresolvedEntityInsertActions object.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.internal.EntityEntryContext
JDK serialization hook for serializing
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Used by the owning session to explicitly control serialization of the persistence context.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
JDK serialization hook
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.ActionQueue
Used by the owning session to explicitly control serialization of the action queue
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionEntry
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in interface org.hibernate.engine.spi.EntityEntry
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityUniqueKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(Serializable, OutputStream) - Static method in class org.hibernate.internal.util.SerializationHelper
Serializes an Object to the specified stream.
serialize(Serializable) - Static method in class org.hibernate.internal.util.SerializationHelper
Serializes an Object to a byte array for storage/serialization.
serialize(ObjectOutputStream) - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
serialize(ObjectOutputStream) - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
serialize(ObjectOutputStream) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Serialization hook
Service - Interface in org.hibernate.service
Marker interface for services.
ServiceBinding<R extends Service> - Class in org.hibernate.service.spi
Models a binding for a particular service
ServiceBinding(ServiceBinding.ServiceLifecycleOwner, Class<R>, R) - Constructor for class org.hibernate.service.spi.ServiceBinding
 
ServiceBinding(ServiceBinding.ServiceLifecycleOwner, ServiceInitiator<R>) - Constructor for class org.hibernate.service.spi.ServiceBinding
 
ServiceBinding.ServiceLifecycleOwner - Interface in org.hibernate.service.spi
 
ServiceContributingIntegrator - Interface in org.hibernate.integrator.spi
Deprecated.
A separate ServiceContributor should be used instead.
ServiceContributor - Interface in org.hibernate.service.spi
Contract for contributing services.
ServiceDependencyException - Exception in org.hibernate.service.internal
Indictes a problem processing service dependencies.
ServiceDependencyException(String, Throwable) - Constructor for exception org.hibernate.service.internal.ServiceDependencyException
 
ServiceDependencyException(String) - Constructor for exception org.hibernate.service.internal.ServiceDependencyException
 
ServiceException - Exception in org.hibernate.service.spi
Indicates a problem with a service.
ServiceException(String, Throwable) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceException(String) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Base contract for an initiator of a service.
serviceProperties(Properties) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ServiceProxyGenerationException - Exception in org.hibernate.service.internal
Indicates a problem generating a service proxy
ServiceProxyGenerationException(String, Throwable) - Constructor for exception org.hibernate.service.internal.ServiceProxyGenerationException
 
ServiceProxyGenerationException(Throwable) - Constructor for exception org.hibernate.service.internal.ServiceProxyGenerationException
 
serviceRegistry() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
ServiceRegistry - Interface in org.hibernate.service
A registry of services.
serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
ServiceRegistryAwareService - Interface in org.hibernate.service.spi
Allows services to be injected with the ServiceRegistry during configuration phase.
ServiceRegistryBuilder - Class in org.hibernate.testing
 
ServiceRegistryCloser() - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.ServiceRegistryCloser
 
ServiceRegistryImplementor - Interface in org.hibernate.service.spi
Additional integration contracts for a service registry.
ServiceRegistryTestingImpl - Class in org.hibernate.testing.boot
ServiceRegistry useful in testing
ServiceRegistryTestingImpl(boolean, BootstrapServiceRegistry, List<StandardServiceInitiator>, List<ProvidedService>, Map<?, ?>) - Constructor for class org.hibernate.testing.boot.ServiceRegistryTestingImpl
 
serviceRole - Variable in exception org.hibernate.service.UnknownServiceException
 
session() - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Access to the session (via the PersistenceContext) to which this delegate ultimately belongs.
session - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
session() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
session - Variable in class org.hibernate.internal.AbstractQueryImpl
 
session - Variable in class org.hibernate.jpa.internal.EntityManagerImpl
 
session() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
Session - Interface in org.hibernate
The main runtime interface between a Java application and Hibernate.
session - Variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
Session.LockRequest - Interface in org.hibernate
Contains locking details (LockMode, Timeout and Scope).
SESSION_FACTORY_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting used to name the Hibernate SessionFactory.
SESSION_FACTORY_NAME_IS_JNDI - Static variable in interface org.hibernate.cfg.AvailableSettings
Does the value defined by AvailableSettings.SESSION_FACTORY_NAME represent a JNDI namespace into which the SessionFactory should be bound and made accessible? Defaults to true for backwards compatibility.
SESSION_FACTORY_OBSERVER - Static variable in interface org.hibernate.jpa.AvailableSettings
SessionFactoryObserver class name, the class must have a no-arg constructor
SESSION_ID_COLUMN_NAME - Static variable in class org.hibernate.hql.spi.id.persistent.Helper
 
SESSION_INTERCEPTOR - Static variable in interface org.hibernate.jpa.AvailableSettings
Interceptor class name, the class has to have a no-arg constructor
SessionBuilder - Interface in org.hibernate
Represents a consolidation of all session creation options into a builder style delegate.
SessionBuilderImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract between the SessionBuilder and other parts of Hibernate..
SessionCacheCleaner - Class in org.hibernate.envers.internal.synchronization
Class responsible for evicting audit data entries that have been stored in the session level cache.
SessionCacheCleaner() - Constructor for class org.hibernate.envers.internal.synchronization.SessionCacheCleaner
 
SessionDelegatorBaseImpl - Class in org.hibernate.engine.spi
This class is meant to be extended.
SessionDelegatorBaseImpl(SessionImplementor, Session) - Constructor for class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
SessionEventListener - Interface in org.hibernate
NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be made
SessionEventListenerManager - Interface in org.hibernate.engine.spi
 
SessionEventListenerManagerImpl - Class in org.hibernate.engine.internal
 
SessionEventListenerManagerImpl() - Constructor for class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
SessionException - Exception in org.hibernate
Thrown when the user calls a method of a Session that is in an inappropriate state for the given call (for example, the the session is closed or disconnected).
SessionException(String) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
SessionException(String, Throwable) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
sessionFactory - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
sessionFactory() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
sessionFactory() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
Gets the session factory.
sessionFactory() - Method in class org.hibernate.loader.plan.build.internal.spaces.AbstractQuerySpace
 
sessionFactory() - Method in class org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl
 
sessionFactory() - Method in class org.hibernate.loader.plan.exec.internal.AliasResolutionContextImpl
 
SessionFactory - Interface in org.hibernate
The main contract here is the creation of Session instances.
sessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
sessionFactory() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
sessionFactory() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
SessionFactoryAwareNode - Interface in org.hibernate.hql.internal.ast.tree
Interface for nodes which require access to the SessionFactory
SessionFactoryBuilder - Interface in org.hibernate.boot
The contract for building a SessionFactory given a number of options.
SessionFactoryBuilderFactory - Interface in org.hibernate.boot.spi
An extension point for integrators that wish to hook into the process of how a SessionFactory is built.
SessionFactoryBuilderImpl - Class in org.hibernate.boot.internal
 
SessionFactoryBuilderImpl(MetadataImplementor) - Constructor for class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl - Class in org.hibernate.boot.internal
 
SessionFactoryBuilderImplementor - Interface in org.hibernate.boot.spi
Additional contract for SessionFactoryBuilder mainly intended for implementors of SessionFactoryBuilderFactory.
sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.ServiceRegistryCloser
 
sessionFactoryClosed(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been closed.
sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.ServiceRegistryCloser
 
sessionFactoryCreated(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been created and is now ready for use.
SessionFactoryDelegatingImpl - Class in org.hibernate.engine.spi
Base delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory.
SessionFactoryDelegatingImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
SessionFactoryHelper - Class in org.hibernate.hql.internal.ast.util
Helper for performing common and/or complex operations with the SessionFactoryImplementor during translation of an HQL query.
SessionFactoryHelper(SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Construct a new SessionFactoryHelper instance.
SessionFactoryImpl - Class in org.hibernate.internal
Concrete implementation of the SessionFactory interface.
SessionFactoryImpl(MetadataImplementor, SessionFactoryOptions) - Constructor for class org.hibernate.internal.SessionFactoryImpl
 
SessionFactoryImpl.StatelessSessionBuilderImpl - Class in org.hibernate.internal
 
SessionFactoryImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor> - Interface in org.hibernate.engine.spi
Contract for resolving this SessionFactory on deserialization
SessionFactoryObserver - Interface in org.hibernate
Allows reaction to basic SessionFactory occurrences.
SessionFactoryObserverChain - Class in org.hibernate.internal
 
SessionFactoryObserverChain() - Constructor for class org.hibernate.internal.SessionFactoryObserverChain
 
SessionFactoryOptions - Interface in org.hibernate.boot.spi
Aggregator of special options used to build the SessionFactory.
SessionFactoryOptionsImpl - Class in org.hibernate.boot.internal
Standard implementation of SessionFactoryOptions
SessionFactoryOptionsImpl(SessionFactoryOptionsState) - Constructor for class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
SessionFactoryOptionsState - Interface in org.hibernate.boot.internal
Sort of a mutable SessionFactoryOptions used during SessionFactoryBuilder calls.
SessionFactoryOptionsStateStandardImpl(StandardServiceRegistry) - Constructor for class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl
 
SessionFactoryRegistry - Class in org.hibernate.internal
A registry of all SessionFactory instances for the same classloader as this class.
SessionFactoryRegistry.ObjectFactoryImpl - Class in org.hibernate.internal
 
SessionFactoryServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Contract for an initiator of services that target the specialized service registry SessionFactoryServiceRegistry
SessionFactoryServiceRegistry - Interface in org.hibernate.service.spi
Specialized ServiceRegistry implementation that holds services which need access to the SessionFactory during initialization.
SessionFactoryServiceRegistryFactory - Interface in org.hibernate.service.spi
Contract for builder of SessionFactoryServiceRegistry instances.
SessionFactoryServiceRegistryFactoryImpl - Class in org.hibernate.service.internal
Acts as a service in the StandardServiceRegistryImpl whose function is to act as a factory for SessionFactoryServiceRegistryImpl implementations.
SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
SessionFactoryServiceRegistryFactoryInitiator - Class in org.hibernate.service.internal
 
SessionFactoryServiceRegistryFactoryInitiator() - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
SessionFactoryServiceRegistryImpl - Class in org.hibernate.service.internal
 
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor, SessionFactoryImplementor, SessionFactoryOptions) - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
SessionImpl - Class in org.hibernate.internal
Concrete implementation of a Session.
sessionImplementor - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
SessionImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract between Session / StatelessSession and other parts of Hibernate such as Type, EntityPersister and CollectionPersister implementors
sessionImplementor - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
sessionMap() - Static method in class org.hibernate.context.internal.ManagedSessionContext
 
sessionMap() - Static method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
SessionOwner - Interface in org.hibernate.engine.spi
The contract for a Session owner.
sessionsClosed(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
sessionsOpened(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SessionStatistics - Interface in org.hibernate.stat
Information about the first-level (session) cache for a particular session instance
SessionStatisticsImpl - Class in org.hibernate.stat.internal
 
SessionStatisticsImpl(SessionImplementor) - Constructor for class org.hibernate.stat.internal.SessionStatisticsImpl
 
sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
sessionWithOptions() - Method in class org.hibernate.internal.SessionImpl
 
sessionWithOptions() - Method in interface org.hibernate.Session
Obtain a Session builder with the ability to grab certain information from this session.
set(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
set(int, Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
set - Variable in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
set(int, Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
set(int, Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
set(int, Object) - Method in class org.hibernate.collection.internal.PersistentList
 
set - Variable in class org.hibernate.collection.internal.PersistentSet
 
set(String, Object) - Method in class org.hibernate.criterion.NaturalIdentifier
Set a natural identifier value for this expression
set(int, U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
set() - Method in class org.hibernate.envers.internal.tools.MutableBoolean
 
set(int) - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
SET - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SET - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SET - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
set(SingularAttribute<? super T, Y>, X) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
set(Path<Y>, X) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
set(Path<Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
set(String, Object) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
Set - Class in org.hibernate.mapping
A set with no nullable element columns.
Set(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Set
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.EnhancedSetterImpl
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
Deprecated.
 
set(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.property.access.spi.Setter
Set the property value from the given instance
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
set(PreparedStatement, T, int, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
set(PreparedStatement, T, int, SessionImplementor) - Method in interface org.hibernate.type.SingleColumnType
Set a parameter value without worrying about the possibility of null values.
set(String, String) - Method in class org.hibernate.type.TypeFactory
 
setAbstract(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the abstract property.
setAbstract(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setAbstract(boolean) - Method in class org.hibernate.mapping.Table
 
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Sets the value of the access property.
setAccessible(boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
setAccessType(AccessType) - Method in class org.hibernate.boot.model.Caching
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setAccessType(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setActions(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Sets the value of the actions property.
setAddGeneratedAnnotation(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
setAddGenerationDate(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
setAddSuppressWarningsAnnotation(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the alias property.
setAlias(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
setAlias(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
setAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
setAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
setAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
setAlias(String) - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
 
setAlias(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setAlias(String) - Method in class org.hibernate.jpa.criteria.expression.AbstractTupleElement
Protected access to define the alias.
setAlias(String) - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
setAlias(String) - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
setAlias(String) - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin
 
setAlias(String) - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
setAlias(String) - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin
 
setAlias(String) - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
setAliases(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.LockOptions
Specify the LockMode to be used for a specific query alias.
setAllocationSize(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the allocationSize property.
setAllocationSize(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the allocationSize property.
setAllPropertyFetch(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setAlternateUniqueKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setAssociatedClass(PersistentClass) - Method in class org.hibernate.mapping.OneToMany
Associated entity on the many side
setAssociation(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the association property.
SetAttributeJoin<O,E> - Class in org.hibernate.jpa.criteria.path
Models a join based on a set-style plural association attribute.
SetAttributeJoin(CriteriaBuilderImpl, Class<E>, PathSource<O>, SetAttribute<? super O, E>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
SetAttributeJoin.TreatedSetAttributeJoin<O,T> - Class in org.hibernate.jpa.criteria.path
 
setAttributeName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Sets the value of the attributeName property.
setAttributes(EmbeddableAttributes) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the attributes property.
setAttributes(Attributes) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the attributes property.
setAttributes(Attributes) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the attributes property.
setAuditMappedBy(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setAuditTable(AuditTable) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
setAutoAliasInjection(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the autoAliasInjection property.
setAutoApply(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Sets the value of the autoApply property.
setAutoClear(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setAutoClear(boolean) - Method in interface org.hibernate.engine.spi.SessionImplementor
Enable/disable automatic cache clearing from after transaction completion (for EJB3)
setAutoClear(boolean) - Method in class org.hibernate.internal.SessionImpl
 
setAutoClear(boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setAutoCommit(boolean) - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorBuilder
 
setAutoDiscoverScalarTypes(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setAutoImport(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the autoImport property.
setAutoImportEnabled(boolean) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setAutoListener(Class<? extends SessionEventListener>) - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
setAutoQuoteKeywords(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setBase(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the base property.
setBase(int) - Method in class org.hibernate.cfg.IndexColumn
 
setBaseIndex(int) - Method in class org.hibernate.mapping.List
 
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setBatchSize(int) - Method in class org.hibernate.mapping.Collection
 
setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
 
setBatchVersionedDataEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setBeanName(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setBigDecimal(int, BigDecimal) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBigDecimal(String, BigDecimal) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBigDecimal(int, BigDecimal) - Method in interface org.hibernate.Query
Bind a positional BigDecimal-valued parameter.
setBigDecimal(String, BigDecimal) - Method in interface org.hibernate.Query
Bind a named BigDecimal-valued parameter.
setBigInteger(int, BigInteger) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBigInteger(String, BigInteger) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBigInteger(int, BigInteger) - Method in interface org.hibernate.Query
Bind a positional BigDecimal-valued parameter.
setBigInteger(String, BigInteger) - Method in interface org.hibernate.Query
Bind a named BigInteger-valued parameter.
setBinary(int, byte[]) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBinary(String, byte[]) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBinary(int, byte[]) - Method in interface org.hibernate.Query
Bind a positional binary-valued parameter.
setBinary(String, byte[]) - Method in interface org.hibernate.Query
Bind a named binary-valued parameter.
setBindAsParam(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the bindAsParam property.
SetBinder - Class in org.hibernate.cfg.annotations
Bind a set.
SetBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.SetBinder
 
setBoolean(int, boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBoolean(String, boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBoolean(int, boolean) - Method in interface org.hibernate.Query
Bind a positional boolean-valued parameter.
setBoolean(String, boolean) - Method in interface org.hibernate.Query
Bind a named boolean-valued parameter.
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.Ejb3Column
 
setByte(int, byte) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setByte(String, byte) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setByte(int, byte) - Method in interface org.hibernate.Query
Bind a positional byte-valued parameter.
setByte(String, byte) - Method in interface org.hibernate.Query
Bind a named byte-valued parameter.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the cache property.
setCache(Cache) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCache(Cache) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setCacheable(boolean) - Method in interface org.hibernate.BasicQueryContract
Enable/disable second level query (result) caching for this query.
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the cacheable property.
setCacheable(boolean) - Method in interface org.hibernate.Criteria
Enable caching of this query result, provided query caching is enabled for the underlying session factory.
setCacheable(boolean) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setCacheable(boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setCacheable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheable(boolean) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setCacheable(boolean) - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
setCacheable(boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCacheable(boolean) - Method in class org.hibernate.internal.CriteriaImpl
 
setCacheable(boolean) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setCacheable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the cacheable property.
setCacheable(boolean) - Method in interface org.hibernate.Query
 
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.Collection
 
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.RootClass
 
setCacheLazyProperties(boolean) - Method in class org.hibernate.boot.model.Caching
 
setCacheManager(EmbeddedCacheManager) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
setCacheMode(CacheMode) - Method in interface org.hibernate.BasicQueryContract
(Re)set the current CacheMode in effect for this query.
setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the cacheMode property.
setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the cacheMode property.
setCacheMode(CacheMode) - Method in interface org.hibernate.Criteria
Override the cache mode for this particular query.
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.SessionImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Query
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Session
Set the cache mode.
setCacheName(String) - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
setCacheProviderConfig(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCacheRegion(String) - Method in interface org.hibernate.BasicQueryContract
Set the name of the cache region where query results should be cached (if cached at all).
setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in interface org.hibernate.Criteria
Set the name of the cache region to use for query result caching.
setCacheRegion(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setCacheRegion(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setCacheRegion(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheRegion(String) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setCacheRegion(String) - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
setCacheRegion(String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCacheRegion(String) - Method in class org.hibernate.internal.CriteriaImpl
 
setCacheRegion(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setCacheRegion(String) - Method in interface org.hibernate.Query
 
setCacheRegionFactory(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.Collection
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
setCacheRegionPrefix(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCachingExplicitlyRequested(boolean) - Method in class org.hibernate.mapping.RootClass
 
setCalendar(int, Calendar) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCalendar(String, Calendar) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCalendar(int, Calendar) - Method in interface org.hibernate.Query
Bind a positional Calendar-valued parameter using the full Timestamp portion.
setCalendar(String, Calendar) - Method in interface org.hibernate.Query
Bind a named Calendar-valued parameter using the full Timestamp.
setCalendarDate(int, Calendar) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCalendarDate(String, Calendar) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCalendarDate(int, Calendar) - Method in interface org.hibernate.Query
Bind a positional Calendar-valued parameter using just the Date portion.
setCalendarDate(String, Calendar) - Method in interface org.hibernate.Query
Bind a named Calendar-valued parameter using just the Date portion.
setCallable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the callable property.
setCallable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the callable property.
setCallable(boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setCallable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the cascade property.
setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the cascade property.
setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the cascade property.
setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.mapping.Property
 
setCascadeAll(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeAll property.
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.ForeignKey
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setCascadeDetach(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeDetach property.
setCascadeMerge(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeMerge property.
setCascadePersist(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadePersist property.
setCascadePersist(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the cascadePersist property.
setCascadeRefresh(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeRefresh property.
setCascadeRemove(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeRemove property.
setCascadeStrategy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCascadeStyle(CascadeStyle) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setCatalog(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.mapping.Table
 
setCharacter(int, char) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCharacter(String, char) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCharacter(int, char) - Method in interface org.hibernate.Query
Bind a positional char-valued parameter.
setCharacter(String, char) - Method in interface org.hibernate.Query
Bind a named char-valued parameter.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the check property.
setCheck(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the check property.
setCheckConstraint(String) - Method in class org.hibernate.mapping.Column
 
setCheckNullability(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsImpl
 
setCheckNullability(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
setCheckNullability(boolean) - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
setCheckNullability(boolean) - Method in class org.hibernate.cfg.Settings
Deprecated.
 
setClassMapping(Element) - Method in class org.hibernate.envers.configuration.internal.metadata.EntityXmlMappingData
 
setClassName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
setClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
setClause(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Sets the value of the clazz property.
setClazz(XClass) - Method in class org.hibernate.cfg.InheritanceState
 
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Sets the value of the clazz property.
setClosed() - Method in class org.hibernate.internal.AbstractSessionImpl
 
setCollection(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the collection property.
setCollectionId(JaxbHbmCollectionIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the collectionId property.
setCollectionJoin(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setCollectionKey(Serializable) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCollectionKeys(Serializable[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCollectionOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionPersisterClass(Class) - Method in class org.hibernate.mapping.Collection
 
setCollectionPersisters(CollectionPersister[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionRole(String) - Method in class org.hibernate.mapping.Backref
 
setCollectionRole(String) - Method in class org.hibernate.mapping.IndexBackref
 
setCollectionSuffix(String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setCollectionSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionTable(CollectionTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the collectionTable property.
setCollectionTable(Table) - Method in class org.hibernate.mapping.Collection
 
setCollectionTableAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the collectionType property.
setCollectionType(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the column property.
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the column property.
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.sql.InFragment
 
setColumn(String, String) - Method in class org.hibernate.sql.InFragment
 
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the columnAttribute property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnList(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Sets the value of the columnList property.
setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setColumns(String[]) - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
setColumns(String[]) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the comment property.
setComment(String) - Method in interface org.hibernate.Criteria
Add a comment to the generated SQL.
setComment(String) - Method in class org.hibernate.criterion.DetachedCriteria
Set the SQL comment to use.
setComment(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setComment(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setComment(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setComment(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setComment(String) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setComment(String) - Method in class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
Deprecated.
 
setComment(String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setComment(String) - Method in class org.hibernate.internal.CriteriaImpl
 
setComment(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setComment(String) - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Sets the comment for the select statement.
setComment(String) - Method in class org.hibernate.mapping.Column
 
setComment(String) - Method in class org.hibernate.mapping.Table
 
setComment(String) - Method in interface org.hibernate.Query
Set the comment for this query.
setComment(String) - Method in class org.hibernate.sql.Delete
 
setComment(String) - Method in class org.hibernate.sql.Insert
 
setComment(String) - Method in class org.hibernate.sql.InsertSelect
 
setComment(String) - Method in class org.hibernate.sql.QuerySelect
 
setComment(String) - Method in class org.hibernate.sql.Select
 
setComment(String) - Method in class org.hibernate.sql.SimpleSelect
 
setComment(String) - Method in class org.hibernate.sql.Update
 
setCommentsEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setComparator(Comparator) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
setComparator(Comparator) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
setComparator(Comparator) - Method in class org.hibernate.mapping.Collection
 
setComparatorClassName(String) - Method in class org.hibernate.mapping.Collection
 
setComparatorSort(SortComparator) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setComponentClassName(String) - Method in class org.hibernate.mapping.Component
 
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the compositeElement property.
setCompositeId(JaxbHbmCompositeIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the compositeId property.
setCompositeIndex(JaxbHbmCompositeIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the compositeIndex property.
setCompositeMapKey(JaxbHbmMapKeyCompositeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the compositeMapKey property.
setCompressedValue(AbstractEntityEntry.EnumState<E>, E) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
Saves the value for the given enum property.
setCompressedValue(AbstractEntityEntry.BooleanState, boolean) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
Saves the value for the given boolean flag.
setCondition(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Sets the value of the condition property.
setCondition(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the condition property.
setCondition(String[], String[]) - Method in class org.hibernate.sql.ConditionFragment
 
setCondition(String[], String) - Method in class org.hibernate.sql.ConditionFragment
 
setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set a .cfg.xml file, which will be loaded as a resource, from the classpath
setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Set a cfg.xml file
setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Set a .cfg.xml file
setConnectionCatalogName(String) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setConnectionProps(Properties) - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorBuilder
 
setConnectionSchemaName(String) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setConstrained(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the constrained property.
setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
Sets the constrained.
setConstraints(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setContext(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Sets the value of the context property.
setConvert(Convert) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the convert property.
setConverter(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Sets the value of the converter property.
setCreate(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the create property.
setCreate(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "create" mode.
setCurrentKey(Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setCurrentPersister(CollectionPersister) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setCurrentProperty(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Set the property be processed.
setCurrentSession(SessionImplementor) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
 
setCurrentSession(SessionImplementor) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
setCurrentSession(SessionImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Associate the collection with the given session.
setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.hibernate.cfg.Configuration
 
setCustomRead(String) - Method in class org.hibernate.mapping.Column
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLDeleteAll(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomWrite(String) - Method in class org.hibernate.mapping.Column
 
setDatabaseSnapshot(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDataSource(DataSource) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
setDataType(Type) - Method in class org.hibernate.hql.internal.ast.tree.SqlNode
 
setDate(int, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setDate(String, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setDate(int, Date) - Method in interface org.hibernate.Query
Bind a positional Date-valued parameter using just the Date portion.
setDate(String, Date) - Method in interface org.hibernate.Query
Bind the date (time is truncated) of a given Date object to a named query parameter.
setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
 
setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
 
setDeclaredVersion(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setDefault(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the default property.
setDefaultAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultAccess property.
setDefaultAccessType(AccessType) - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
setDefaultAudited(boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
setDefaultCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultCascade property.
setDefaultCatalog(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setDefaultLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultLazy property.
setDefaultName(String, String, String, String, String, String, String, String, String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Change the default for entities and proxies loaded into this persistence context from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.internal.SessionImpl
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.Session
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultSchema(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setDefaultValue(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setDefaultValue(String) - Method in class org.hibernate.mapping.Column
 
setDefinition(JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the definition property.
setDeletedState(Object[]) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
setDeletedState(Object[]) - Method in class org.hibernate.engine.internal.EntityEntryExtraStateHolder
 
setDeletedState(Object[]) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setDelimitedIdentifiers(Boolean) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setDelimitedIdentifiers(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the delimitedIdentifiers property.
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Set the end of statement delimiter
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set the end of statement delimiter for the generated script
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Set the end of statement delimiter
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the description property.
setDialect(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setDialect(Dialect) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Deprecated.
The intention is that Dialect should be required to be specified up-front and it would then get ctor injected.
setDialect(Dialect) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
setDialectResolver(DialectResolver) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
Intended only for use from testing.
setDirectlyAccessible(boolean) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
setDirty(boolean) - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
setDirtyCheckable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setDirtyCheckHandledByInterceptor(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDirtyCheckPossible(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDirtyProperties(int[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDisableConversion(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Sets the value of the disableConversion property.
setDisableForeignKey(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Sets the value of the disableForeignKey property.
setDiscriminator(JaxbHbmEntityDiscriminatorType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the discriminator property.
setDiscriminator(Value) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorAlias(String) - Method in interface org.hibernate.SQLQuery.RootReturn
Name the column alias that identifies the entity's discriminator.
setDiscriminatorColumn(DiscriminatorColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the discriminatorColumn property.
setDiscriminatorColumn(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Sets the value of the discriminatorColumn property.
setDiscriminatorInsertable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorType(DiscriminatorType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Sets the value of the discriminatorType property.
setDiscriminatorTypeName(String) - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setDiscriminatorValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.mapping.PersistentClass
 
setDistance(Double) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Adds the distance parameter with the specified value
setDistinct() - Method in class org.hibernate.criterion.CountProjection
Sets the count as being distinct
setDistinct(boolean) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
setDistinct(boolean) - Method in class org.hibernate.sql.QuerySelect
 
setDoesDataDefinitionCauseTransactionCommit(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setDorecreate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDoremove(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDouble(int, double) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setDouble(String, double) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setDouble(int, double) - Method in interface org.hibernate.Query
Bind a positional double-valued parameter.
setDouble(String, double) - Method in interface org.hibernate.Query
Bind a named double-valued parameter.
setDoupdate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDriver(Driver) - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorBuilder
 
setDrop(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the drop property.
setDrop(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "drop" mode.
setDynamic(boolean) - Method in class org.hibernate.mapping.Component
 
setDynamicInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the dynamicInsert property.
setDynamicInsert(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setDynamicUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the dynamicUpdate property.
setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the element property.
setElement(Value) - Method in class org.hibernate.mapping.Collection
 
setElementClass(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the elementClass property.
setElementClassName(String) - Method in class org.hibernate.mapping.Array
 
setElementColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setEmbeddableSuperclass(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setEmbedded(boolean) - Method in class org.hibernate.mapping.Component
 
setEmbeddedId(EmbeddedId) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Sets the value of the embeddedId property.
setEmbeddedIdentifier(boolean) - Method in class org.hibernate.mapping.RootClass
 
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the embedXml property.
setEndTime(int) - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
setEntitiesImplicitlyLazy(boolean) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the entity property.
setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the entity property.
setEntity(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntity(int, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setEntity(String, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setEntity(int, Object) - Method in interface org.hibernate.Query
Bind an instance of a mapped persistent class to a JDBC-style query parameter.
setEntity(String, Object) - Method in interface org.hibernate.Query
Bind an instance of a mapped persistent class to a named query parameter.
setEntityBinder(EntityBinder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setEntityClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Sets the value of the entityClass property.
setEntityClassName(String) - Method in class org.hibernate.event.spi.LoadEvent
 
setEntityGraphQueryHint(EntityGraphQueryHint) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
setEntityId(Serializable) - Method in class org.hibernate.event.spi.LoadEvent
 
setEntityId(Serializable) - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
setEntityListeners(EntityListeners) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the entityListeners property.
setEntityListeners(EntityListeners) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the entityListeners property.
setEntityListeners(EntityListeners) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the entityListeners property.
setEntityMode(EntityMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Sets the value of the entityMode property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.event.spi.LockEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.MergeEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.PersistEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.RefreshEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntityName(String) - Method in class org.hibernate.mapping.Backref
 
setEntityName(String) - Method in class org.hibernate.mapping.IndexBackref
 
setEntityName(String) - Method in class org.hibernate.mapping.OneToOne
 
setEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.cfg.Configuration
Specify a user-supplied delegate to be used to handle scenarios where an entity could not be located by specified id.
setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.PersistentClass
 
setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.RootClass
 
setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.Subclass
 
setEntry(EntityEntry) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntryStatus(EntityEntry, Status) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setEntryStatus(EntityEntry, Status) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set the status of an entry
setEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the enumerated property.
setEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the enumerated property.
setEscapeCharacter(Character) - Method in class org.hibernate.criterion.Example
Set escape character for "like" clause if like matching was enabled
setEvictionMaxEntries(int) - Method in class org.hibernate.cache.infinispan.TypeOverrides
Maximum number of entries in a cache for this cached type.
setEvictionStrategy(String) - Method in class org.hibernate.cache.infinispan.TypeOverrides
Sets eviction strategy for cached type.
setEvictionWakeUpInterval(long) - Method in class org.hibernate.cache.infinispan.TypeOverrides
Sets how often eviction process should be run for the cached type.
setExcludeDefaultListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the excludeDefaultListeners property.
setExcludeDefaultListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the excludeDefaultListeners property.
setExcludeSuperclassListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the excludeSuperclassListeners property.
setExcludeSuperclassListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the excludeSuperclassListeners property.
setExcludeUnlistedClasses(boolean) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setExcludeUnlistedClasses(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the excludeUnlistedClasses property.
setExpectedType(Type) - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
setExpectedType(Type) - Method in interface org.hibernate.hql.internal.ast.tree.ExpectedTypeAwareNode
 
setExpectedType(Type) - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
setExpectedType(Type) - Method in class org.hibernate.hql.internal.ast.tree.LiteralNode
 
setExpectedType(Type) - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
setExpectedType(Type) - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
 
setExpectedType(Type) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
setExpectedType(Type) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
setExpectedType(Type) - Method in interface org.hibernate.param.ParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
 
setExpectingCollectionIndex() - Method in class org.hibernate.hql.internal.classic.FromPathExpressionParser
 
setExpectingCollectionIndex() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
setExpectingCollectionIndex() - Method in class org.hibernate.hql.internal.classic.SelectPathExpressionParser
 
setExpirationLifespan(long) - Method in class org.hibernate.cache.infinispan.TypeOverrides
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds.
setExpirationMaxIdle(long) - Method in class org.hibernate.cache.infinispan.TypeOverrides
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
setExplicitAccessType(AccessType) - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
setExplicitAssociationTable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setExplicitPolymorphism(boolean) - Method in class org.hibernate.mapping.RootClass
 
setExplicitTableName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setExplicitType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setExplicitType(Type) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setExposeStatistics(boolean) - Method in class org.hibernate.cache.infinispan.TypeOverrides
Enable statistics gathering and reporting via JMX.
setExtended(boolean) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
setExtends(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
Sets the value of the extends property.
setExtraKeywords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setExtraLazy(boolean) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
setExtraLazy(boolean) - Method in class org.hibernate.mapping.Collection
 
setExtraSelectList(String) - Method in class org.hibernate.sql.SelectFragment
 
setExtraSelectList(CaseFragment, String) - Method in class org.hibernate.sql.SelectFragment
 
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the fetch property.
setFetch(boolean) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
setFetch(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the fetch property.
setFetchGraph(EntityGraph) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setFetchMode(String, FetchMode) - Method in interface org.hibernate.Criteria
Specify an association fetching strategy for an association or a collection of values.
setFetchMode(String, FetchMode) - Method in class org.hibernate.criterion.DetachedCriteria
Set the fetch mode for a given association
setFetchMode(String, FetchMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setFetchMode(String, FetchMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.Collection
 
setFetchMode(FetchMode) - Method in interface org.hibernate.mapping.Fetchable
 
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.ToOne
 
setFetchMode(FetchMode) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setFetchSize(int) - Method in interface org.hibernate.BasicQueryContract
Sets a JDBC fetch size hint for the query.
setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the fetchSize property.
setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the fetchSize property.
setFetchSize(int) - Method in interface org.hibernate.Criteria
Set a fetch size for the underlying JDBC query.
setFetchSize(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setFetchSize(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setFetchSize(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setFetchSize(int) - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
setFetchSize(int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFetchSize(int) - Method in class org.hibernate.internal.CriteriaImpl
 
setFetchSize(int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setFetchSize(int) - Method in interface org.hibernate.Query
 
setFetchStyle(FetchStyle) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
setFetchStyle(FetchStyle) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
setFetchTiming(FetchTiming) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
setFetchTiming(FetchTiming) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
setFieldHandler(FieldHandler) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandled
Inject the field interception handler to be used.
setFile(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the file property.
setFilter(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Sets the filter flag.
setFilter(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setFirstResult(int) - Method in interface org.hibernate.Criteria
Set the first result to be retrieved.
setFirstResult(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setFirstResult(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFirstResult(int) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setFirstResult(int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFirstResult(int) - Method in class org.hibernate.internal.CriteriaImpl
 
setFirstResult(int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setFirstResult(int) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setFirstResult(int) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setFirstResult(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setFirstResult(int) - Method in interface org.hibernate.Query
Set the first row to retrieve.
setFirstRow(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setFkJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setFloat(int, float) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFloat(String, float) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFloat(int, float) - Method in interface org.hibernate.Query
Bind a positional float-valued parameter.
setFloat(String, float) - Method in interface org.hibernate.Query
Bind a named float-valued parameter.
setFlushing(boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setFlushing(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before and after the flushcycle
setFlushMode(FlushMode) - Method in interface org.hibernate.BasicQueryContract
(Re)set the current FlushMode in effect for this query.
setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the flushMode property.
setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the flushMode property.
setFlushMode(FlushMode) - Method in interface org.hibernate.Criteria
Override the flush mode for this particular query.
setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFlushMode(FlushMode) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.SessionImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setFlushMode(FlushModeType) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setFlushMode(FlushMode) - Method in interface org.hibernate.Query
 
setFlushMode(FlushMode) - Method in interface org.hibernate.Session
Set the flush mode for this session.
setFlushRequired(boolean) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setForce(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the force property.
setForceDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setForceDiscriminator(boolean) - Method in class org.hibernate.mapping.RootClass
 
setForceInsertable(boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the foreignKey property.
setForeignKeyDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Sets the value of the foreignKeyDefinition property.
setForeignKeyName(String) - Method in class org.hibernate.mapping.SimpleValue
 
setForeignKeyType(ForeignKeyDirection) - Method in class org.hibernate.mapping.OneToOne
Sets the foreignKeyType.
setFormat(boolean) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Should we format the sql strings?
setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setFormula(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setFormula(String) - Method in class org.hibernate.mapping.Formula
 
setFormula(String, String) - Method in class org.hibernate.sql.InFragment
 
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the formulaAttribute property.
setFromClause(String) - Method in class org.hibernate.sql.Select
Sets the fromClause.
setFromClause(String, String) - Method in class org.hibernate.sql.Select
 
setFromElement(FromElement) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
setFromElement(FromElement) - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
setGenerated(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the generated property.
setGenerated(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the generated property.
setGeneratedValue(GeneratedValue) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the generatedValue property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the generator property.
setGenerator(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Sets the value of the generator property.
setGeometryFactory(GeometryFactory) - Static method in class org.hibernate.spatial.jts.EnvelopeAdapter
 
setGetGeneratedKeysEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setGloballyQuoteIdentifiers(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setGroupByClause(String) - Method in class org.hibernate.sql.Select
 
setGroupByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setGroupings(List<Expression<?>>) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
setGroupings(Expression<?>...) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Should we stop once an error occurs?
setHaltonerror(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setHasDirtyCollection(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setHasFilterCondition(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHasParents(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHasSiblings(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHasThetaJoins(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHaving(Predicate) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
setHavingTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setHibernateType(Type) - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
setHibernateType(Type) - Method in interface org.hibernate.procedure.ParameterRegistration
Set the Hibernate mapping type for this parameter.
setHint(String, Object) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setHint(String, Object) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setHint(String, Object) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setHint(String, Object) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setHqlParameterSpecification(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
setId(JaxbHbmSimpleIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the id property.
setId(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setId(int) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
setId(int) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
setId(Serializable) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setId(Serializable) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setId(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the id property.
setId(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the id property.
setIdClass(IdClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the idClass property.
setIdClass(IdClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the idClass property.
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.IdentifierCollection
 
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.OneToOne
Sets the identifier.
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.RootClass
 
setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Inject the identifier value into the given entity.
setIdentifier(Object, Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Inject the identifier value into the given entity.
setIdentifier(Serializable) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setIdentifier(Serializable) - Method in interface org.hibernate.proxy.LazyInitializer
Set the identifier value for the entity our owning proxy represents.
setIdentifier(Object, Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setIdentifier(Object, Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setIdentifier(Object, Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the identifier value into the given entity.
setIdentifierGeneratorProperties(Properties) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorProperties.
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.IdGenerator
 
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorStrategy.
setIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
 
setIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
setIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
 
setIdentifierType(String) - Method in class org.hibernate.mapping.Any
 
setIdentifierValue(KeyValue) - Method in class org.hibernate.mapping.Table
 
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Sets the value of the idType property.
setIgnoreIdAnnotations(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.ManyToOne
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.OneToMany
 
setImplementation(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setImplementation(Object) - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy manually by injecting its target.
setImplicit(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setImplicitCacheAccessType(AccessType) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitCascadeStyleName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitCatalogName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitDiscriminatorColumnName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitIdColumnName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitlyQuoteIdentifiers(boolean) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.cfg.Configuration
 
setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
setImplicitPackageName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitPropertyAccessorName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitSchemaName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitTenantIdColumnName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImpliedInFromClause(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setImpliedInFromClause(boolean) - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
setImpliedJoinType(int) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
setImpliedJoinType(int) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
setImportSqlCommandExtractor(ImportSqlCommandExtractor) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Set import.sql command extractor.
setInclude(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the include property.
setInclude(JaxbHbmCacheInclusionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the include property.
setIncludeAllAttributes(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Sets the value of the includeAllAttributes property.
setIncludeSubclasses(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the index property.
setIndex(Value) - Method in class org.hibernate.mapping.IndexedCollection
 
setIndexCollectionSelectorParamSpec(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setIndexColumn(IndexColumn) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIndexManyToAny(JaxbHbmIndexManyToAnyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the indexManyToAny property.
setIndexManyToMany(JaxbHbmIndexManyToManyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the indexManyToMany property.
setInheritable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the inheritable property.
setInheritance(Inheritance) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the inheritance property.
setInheritanceState(InheritanceState) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setInIdClass(Boolean) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
setInIdClass(Boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
setInitialized() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
setInitialValue(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the initialValue property.
setInitialValue(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the initialValue property.
setInProjectionList(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setInProjectionList(boolean) - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the insert property.
setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setInsertable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the insertable property.
setInsertable(boolean) - Method in class org.hibernate.mapping.Property
 
setInsertable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setInsertableDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setInstanceToLoad(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setInteger(int, int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setInteger(String, int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setInteger(int, int) - Method in interface org.hibernate.Query
Bind a positional int-valued parameter.
setInteger(String, int) - Method in interface org.hibernate.Query
Bind a named int-valued parameter.
setInterceptor(Interceptor) - Method in class org.hibernate.cfg.Configuration
Set the current Interceptor
setInternalFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the inverse property.
setInverse(boolean) - Method in class org.hibernate.mapping.Collection
 
setInverse(boolean) - Method in class org.hibernate.mapping.Join
 
setInverseForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the inverseForeignKey property.
setInverseJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIsHibernateExtensionMapping(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIsolation(Integer) - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorBuilder
 
setJar(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the jar property.
setJavaTypeDescriptor(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.AbstractStandardBasicType
 
setJdbcBatchSize(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJdbcBatchSize(int) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
setJdbcFetchSize(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJdbcScrollableResultSetEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJndiService(JndiService) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
setJoinAnnotation(JoinColumn, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJoinFragment(JoinFragment) - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
SetJoinImplementor<Z,X> - Interface in org.hibernate.jpa.criteria
Specialization of JoinImplementor for Set typed attribute joins
setJoins(Map<String, Join>) - Method in class org.hibernate.cfg.Ejb3Column
 
setJoinSequence(JoinSequence) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setJoinTable(AuditJoinTable) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Sets the value of the joinTable property.
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the joinTable property.
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the joinTable property.
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the joinTable property.
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the joinTable property.
setJoinType(JoinType) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
Sets the join type for this '.' node structure.
setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setJpaAttributeConverterDefinition(AttributeConverterDefinition) - Method in class org.hibernate.mapping.SimpleValue
 
setJpaEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setJpaIndex(Index[]) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setJpaOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJtaDataSource(Object) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setJtaDataSource(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the jtaDataSource property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the key property.
setKey(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setKey(KeyValue) - Method in class org.hibernate.mapping.Collection
 
setKey(boolean) - Method in class org.hibernate.mapping.Component
 
setKey(KeyValue) - Method in class org.hibernate.mapping.Join
 
setKey(KeyValue) - Method in class org.hibernate.mapping.JoinedSubclass
 
setKeySubgraph(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Sets the value of the keySubgraph property.
setLastCollectionElementIndexValue(String) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the lazy property.
setLazy(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setLazy(boolean) - Method in class org.hibernate.mapping.Collection
 
setLazy(boolean) - Method in interface org.hibernate.mapping.Fetchable
 
setLazy(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setLazy(boolean) - Method in class org.hibernate.mapping.Property
 
setLazy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setLazy(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setLazy(boolean) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
setLazyPropertiesCacheable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the length property.
setLength(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setLength(long) - Method in class org.hibernate.engine.jdbc.Size
 
setLength(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the length property.
setLength(int) - Method in class org.hibernate.mapping.Column
 
setListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
setListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
setListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
setListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the listIndex property.
setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the listIndex property.
setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the listIndex property.
setLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the loader property.
setLoaderName(String) - Method in class org.hibernate.mapping.Collection
 
setLoaderName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setLoadGraph(EntityGraph) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setLob(Lob) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the lob property.
setLob(Lob) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the lob property.
setLob(boolean) - Method in class org.hibernate.mapping.Property
 
setLobLocatorUpdateCopy(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setLobMultiplier(Size.LobMultiplier) - Method in class org.hibernate.engine.jdbc.Size
 
setLocale(int, Locale) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setLocale(String, Locale) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setLocale(int, Locale) - Method in interface org.hibernate.Query
Bind a positional Locale-valued parameter.
setLocale(String, Locale) - Method in interface org.hibernate.Query
Bind a named Locale-valued parameter.
setLocalGenerators(HashMap<String, IdentifierGeneratorDefinition>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in interface org.hibernate.Criteria
Set the lock mode of the current entity.
setLockMode(String, LockMode) - Method in interface org.hibernate.Criteria
Set the lock mode of the aliased entity.
setLockMode(LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
Set the lock mode to use.
setLockMode(String, LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
Set an alias-specific lock mode.
setLockMode(LockMode) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
setLockMode(LockMode) - Method in class org.hibernate.engine.internal.ImmutableEntityEntry
 
setLockMode(LockMode) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setLockMode(LockMode) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
Deprecated.
Instead use setLockOptions
setLockMode(LockMode) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockMode(LockMode) - Method in class org.hibernate.event.spi.LockEvent
 
setLockMode(LockMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setLockMode(LockMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setLockMode(String, LockMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setLockMode(String, LockMode) - Method in class org.hibernate.internal.QueryImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
setLockMode(LockModeType) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setLockMode(LockModeType) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setLockMode(LockModeType) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setLockMode(LockModeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Sets the lock mode for the select statement.
setLockMode(LockMode) - Method in class org.hibernate.LockOptions
Set the overall LockMode to be used.
setLockMode(String, LockMode) - Method in interface org.hibernate.Query
Set the LockMode to use for specific alias (as defined in the query's FROM clause).
setLockMode(LockMode) - Method in interface org.hibernate.Session.LockRequest
Specify the LockMode to be used.
setLockMode(LockMode) - Method in class org.hibernate.sql.Select
Deprecated.
Instead use setLockOptions
setLockMode(LockMode) - Method in class org.hibernate.sql.SimpleSelect
 
setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.FetchReturn
Set the lock mode for this return.
setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.RootReturn
Set the lock mode for this return.
setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.QueryParameters
 
setLockOptions(LockOptions) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
Set lock options
setLockOptions(LockOptions) - Method in class org.hibernate.internal.QueryImpl
 
setLockOptions(LockOptions) - Method in class org.hibernate.internal.SQLQueryImpl
 
setLockOptions(LockOptions) - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Sets the lock options for the select statement.
setLockOptions(LockOptions) - Method in interface org.hibernate.Query
Set the lock options for the query.
setLockOptions(LockOptions) - Method in class org.hibernate.sql.Select
Set the lock options
setLockOptions(LockOptions) - Method in class org.hibernate.sql.SimpleSelect
 
setLockScope(boolean) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockScope(boolean) - Method in class org.hibernate.event.spi.LockEvent
 
setLockTimeout(int) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockTimeout(int) - Method in class org.hibernate.event.spi.LockEvent
 
setLogicalColumnName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setLogSessionMetrics(boolean) - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
setLogToStdout(boolean) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Enable (true) or disable (false) logging to stdout.
setLong(int, long) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setLong(String, long) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setLong(int, long) - Method in interface org.hibernate.Query
Bind a positional long-valued parameter.
setLong(String, long) - Method in interface org.hibernate.Query
Bind a named long-valued parameter.
setManagerLookupClass() - Method in interface org.hibernate.internal.CoreMessageLogger
 
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the manyToAny property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the manyToMany property.
setManyToManyOrdering(String) - Method in class org.hibernate.mapping.Collection
 
setManyToManyOwnerSideEntityName(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setManyToManyWhere(String) - Method in class org.hibernate.mapping.Collection
 
setMapKey(JaxbHbmMapKeyBasicType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mapKey property.
setMapKey(MapKey) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKey(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setMapKey(MapKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKey property.
setMapKey(MapKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKey property.
setMapKey(MapKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKey property.
setMapKeyClass(MapKeyClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyClass property.
setMapKeyClass(MapKeyClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyClass property.
setMapKeyClass(MapKeyClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyClass property.
setMapKeyColumn(MapKeyColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyColumn property.
setMapKeyColumn(MapKeyColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumn(MapKeyColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyForeignKey property.
setMapKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyForeignKey property.
setMapKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyForeignKey property.
setMapKeyManyToMany(JaxbHbmMapKeyManyToManyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mapKeyManyToMany property.
setMapKeyManyToManyColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyTemporal property.
setMapped(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the mapped property.
setMappedBy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMappedBy(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setMappedBy(String, String, String, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setMappedBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the mappedBy property.
setMappedByProperty(String) - Method in class org.hibernate.mapping.Collection
 
setMappedClass(Class) - Method in class org.hibernate.mapping.MappedSuperclass
 
setMappingColumn(Column) - Method in class org.hibernate.cfg.Ejb3Column
 
setMapResources(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setMapsId(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the mapsId property.
setMapsId(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the mapsId property.
setMask(String) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Adds the mask parameter with the specified value
setMaximumFetchDepth(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setMaxResolution(Double) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Adds the max_resolution parameter with the specified value
setMaxResults(int) - Method in interface org.hibernate.Criteria
Set a limit upon the number of objects to be retrieved.
setMaxResults(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setMaxResults(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setMaxResults(int) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setMaxResults(int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setMaxResults(int) - Method in class org.hibernate.internal.CriteriaImpl
 
setMaxResults(int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setMaxResults(int) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setMaxResults(int) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setMaxResults(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setMaxResults(int) - Method in interface org.hibernate.Query
Set the maximum number of rows to retrieve.
setMaxRows(RowSelection, PreparedStatement) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
setMaxRows(RowSelection, PreparedStatement) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Use JDBC API to limit the number of rows returned by the SQL query.
setMaxRows(RowSelection, PreparedStatement) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
setMaxRows(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.Component
 
setMetaAttributes(Map) - Method in interface org.hibernate.mapping.MetaAttributable
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.PersistentClass
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.Property
 
setMetadataComplete(Boolean) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setMetadataComplete(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the metadataComplete property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.mapping.Any
 
setMetaValues(Map) - Method in class org.hibernate.mapping.Any
 
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Sets the value of the methodName property.
setMinimalPutsEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setMinResolution(Double) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Adds the min_resolution parameter with the specified value
setMode(ParameterMode) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Sets the value of the mode property.
setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
setModifiedFlagName(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setMultiTenancy(JaxbHbmMultiTenancyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the multiTenancy property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the mutable property.
setMutable(boolean) - Method in class org.hibernate.mapping.Collection
 
setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
setName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setName(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setName(String) - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
setName(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setName(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setName(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setName(String) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Transient
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Sets the value of the name property.
setName(String) - Method in class org.hibernate.mapping.Column
 
setName(String) - Method in class org.hibernate.mapping.Constraint
 
setName(String) - Method in class org.hibernate.mapping.ForeignKey
 
setName(String) - Method in class org.hibernate.mapping.IdGenerator
 
setName(String) - Method in class org.hibernate.mapping.Index
 
setName(String) - Method in class org.hibernate.mapping.Property
 
setName(String) - Method in class org.hibernate.mapping.Table
 
setNamedParameters(Map<String, TypedValue>) - Method in class org.hibernate.engine.spi.QueryParameters
 
setNameQualifierSupport(NameQualifierSupport) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
setNaturalId(JaxbHbmNaturalIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the naturalId property.
setNaturalIdCache(JaxbHbmNaturalIdCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the naturalIdCache property.
setNaturalIdCache(XClass, NaturalIdCache) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setNaturalIdCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
setNaturalIdentifier(boolean) - Method in class org.hibernate.mapping.Property
 
setNaturalKeyLookup(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setNaturalSort(SortNatural) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setNdcMaxDepth(int) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
setNext(JoinSequence) - Method in class org.hibernate.engine.internal.JoinSequence
Sets the next join sequence
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the node property.
setNonJtaDataSource(Object) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setNonJtaDataSource(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the nonJtaDataSource property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the notFound property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the notFound property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the notFound property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the notNull property.
setNowaitEnabled(boolean) - Method in class org.hibernate.sql.ForUpdateFragment
 
setNullable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the nullable property.
setNullable(boolean) - Method in class org.hibernate.mapping.Column
 
setNullable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setNullable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setNullValue(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the nullValue.
setNumberOfCollectionsProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
 
setNumberOfEntitiesProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.EvictEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.LockEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.PersistEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the onDelete property.
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the onDelete property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the oneToMany property.
setOneToMany(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setOp(String) - Method in class org.hibernate.sql.ConditionFragment
Sets the op.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the optimisticLock property.
setOptimisticLock(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the optimisticLock property.
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Collection
 
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Property
 
setOptimisticLockMode(int) - Method in class org.hibernate.mapping.PersistentClass
setOptimisticLockStyle(OptimisticLockStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the optional property.
setOptional(boolean) - Method in class org.hibernate.mapping.Join
 
setOptional(boolean) - Method in class org.hibernate.mapping.Property
 
setOptionalEntityName(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalEntityName(String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setOptionalId(Serializable) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalId(Serializable) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setOptionalObject(Object) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalObject(Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.mapping.Collection
 
setOrderBy(String) - Method in class org.hibernate.sql.SimpleSelect
 
setOrderByClause(String) - Method in class org.hibernate.sql.Select
 
setOrderByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setOrderColumn(OrderColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the orderColumn property.
setOrderColumn(OrderColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the orderColumn property.
setOrderColumn(OrderColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the orderColumn property.
setOrigin(FromElement, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setOriginal(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setOrphanDelete(boolean) - Method in class org.hibernate.mapping.Collection
 
setOrphanRemoval(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the orphanRemoval property.
setOrphanRemoval(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the orphanRemoval property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the outerJoin property.
setOuterJoins(String, String) - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Sets the outer join fragments to be added to the "from" and "where" clauses.
setOuterJoins(String, String) - Method in class org.hibernate.sql.Select
 
setOutput(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set the script output file
setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
For generating a export script file, this is the file which will be written.
setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setOutputFile(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setOwner(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
setOwner(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Set the reference to the owning entity
setOwner(PersistentClass) - Method in class org.hibernate.mapping.Collection
Deprecated.
Inject the owner into constructor.
setOwner(PersistentClass) - Method in class org.hibernate.mapping.Component
 
setOwnerAssociationTypes(EntityType[]) - Method in class org.hibernate.loader.JoinWalker
 
setOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
 
setPackage(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the package property.
setPackage(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the package property.
setPackage(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the package property.
setPackageName(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setParameter(String, Object) - Method in interface org.hibernate.Filter
Set the named parameter's value for this filter.
setParameter(int, Object, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameter(String, Object, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.internal.FilterImpl
Set the named parameter's value for this filter.
setParameter(Parameter<T>, T) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setParameter(String, Object) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setParameter(int, Object) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
setParameter(Parameter<T>, T) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
setParameter(Parameter<T>, T) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
setParameter(Parameter<T>, T) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
setParameter(int, Object, Type) - Method in interface org.hibernate.Query
Bind a value to a JDBC-style query parameter.
setParameter(String, Object, Type) - Method in interface org.hibernate.Query
Bind a value to a named query parameter.
setParameter(int, Object) - Method in interface org.hibernate.Query
Bind a value to a JDBC-style query parameter.
setParameter(String, Object) - Method in interface org.hibernate.Query
Bind a value to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Collection, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameterList(String, Collection) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameterList(String, Object[], Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameterList(String, Object[]) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameterList(String, Collection) - Method in class org.hibernate.internal.FilterImpl
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in class org.hibernate.internal.FilterImpl
Set the named parameter's value list for this filter.
setParameterList(String, Collection, Type) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Object[], Type) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Sets the value of the parameterName property.
setParameters(int, Object[]) - Method in class org.hibernate.cache.infinispan.util.BeginInvalidationCommand
 
setParameters(int, Object[]) - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
setParameters(int, Object[]) - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
setParameters(Object[], Type[]) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameters(Object[], Type[]) - Method in interface org.hibernate.Query
Bind values and types to positional parameters.
setParameterTypes(Map) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setParameterTypes(Map) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setParameterValue(Query) - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
setParameterValues(Properties) - Method in class org.hibernate.type.EnumType
 
setParameterValues(Properties) - Method in class org.hibernate.type.SerializableToBlobType
 
setParameterValues(Properties) - Method in interface org.hibernate.usertype.ParameterizedType
Gets called by Hibernate to pass the configured type parameters to the implementation.
setParameterValueTypeName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Sets the value of the parameterValueTypeName property.
setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the parent property.
setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the parent property.
setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the parent property.
setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setParent(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Set the value of the parent property.
setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
setParentFromClause(FromClause) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
setParentProperty(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
setParentProperty(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
setParentProperty(String) - Method in interface org.hibernate.cfg.PropertyHolder
 
setParentProperty(String) - Method in class org.hibernate.mapping.Component
 
setPerformed(Object) - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
setPersistenceUnitDefaultAccessType(AccessType) - Method in class org.hibernate.jpamodelgen.Context
 
setPersistenceUnitDefaults(PersistenceUnitDefaults) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Sets the value of the persistenceUnitDefaults property.
setPersistenceUnitMetadata(PersistenceUnitMetadata) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the persistenceUnitMetadata property.
setPersistentClass(PersistentClass, Map<String, Join>, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.Ejb3JoinColumn
Override persistent class on oneToMany Cases for late settings Must only be used on second level pass binding
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Join
 
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
 
setPersistentClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the persister property.
setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setPersisters(Loadable[]) - Method in class org.hibernate.loader.JoinWalker
 
setPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.cfg.Configuration
 
setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
setPkColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the pkColumnName property.
setPkColumnValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the pkColumnValue property.
setPluralAttributesImplicitlyLazy(boolean) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setPolymorphic(boolean) - Method in class org.hibernate.mapping.RootClass
 
setPolymorphism(JaxbHbmPolymorphismEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the polymorphism property.
setPositionalParameterTypes(Type[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setPositionalParameterValues(Object[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setPositionMappedBy(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setPossibleID(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
setPossibleID(boolean) - Method in class org.hibernate.hql.internal.ast.HqlToken
Set to true if this token can be interpreted as an identifier, false if not.
setPostLoad(PostLoad) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the postLoad property.
setPostLoad(PostLoad) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the postLoad property.
setPostLoad(PostLoad) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the postLoad property.
setPostLoadEvent(PostLoadEvent) - Method in class org.hibernate.event.spi.LoadEvent
 
setPostPersist(PostPersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the postPersist property.
setPostPersist(PostPersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the postPersist property.
setPostPersist(PostPersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the postPersist property.
setPostRemove(PostRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the postRemove property.
setPostRemove(PostRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the postRemove property.
setPostRemove(PostRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the postRemove property.
setPostUpdate(PostUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the postUpdate property.
setPostUpdate(PostUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the postUpdate property.
setPostUpdate(PostUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the postUpdate property.
setPrecision(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the precision property.
setPrecision(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setPrecision(int) - Method in class org.hibernate.engine.jdbc.Size
 
setPrecision(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the precision property.
setPrecision(int) - Method in class org.hibernate.mapping.Column
 
setPrePersist(PrePersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the prePersist property.
setPrePersist(PrePersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the prePersist property.
setPrePersist(PrePersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the prePersist property.
setPreRemove(PreRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the preRemove property.
setPreRemove(PreRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the preRemove property.
setPreRemove(PreRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the preRemove property.
setPreUpdate(PreUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the preUpdate property.
setPreUpdate(PreUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the preUpdate property.
setPreUpdate(PreUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the preUpdate property.
setPrimaryKey(PrimaryKey) - Method in class org.hibernate.mapping.Table
 
setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Delete
 
setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Update
 
setPrimaryKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the primaryKeyForeignKey property.
setPrimaryKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the primaryKeyForeignKey property.
setPrimaryKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Sets the value of the primaryKeyForeignKey property.
setProcedureName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Sets the value of the procedureName property.
setProcessed(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setProjection(Projection) - Method in interface org.hibernate.Criteria
Used to specify that the query results will be a projection (scalar in nature).
setProjection(Projection) - Method in class org.hibernate.criterion.DetachedCriteria
Set the projection to use.
setProjection(Projection) - Method in class org.hibernate.internal.CriteriaImpl
 
setProjection(Projection) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Specify a completely new set of properties
setProperties(Map) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setProperties(Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setProperties(Persistence.PersistenceUnit.Properties) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the properties property.
setProperties(Object) - Method in interface org.hibernate.Query
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
setProperties(Map) - Method in interface org.hibernate.Query
Bind the values of the given Map for each named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics.
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set a properties file
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Set a properties file
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Set a properties file
setProperty(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the property property.
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setProperty(String, String) - Method in class org.hibernate.cfg.Configuration
Set a property value by name
setProperty(String, Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
setPropertyAccessorName(String) - Method in class org.hibernate.mapping.Property
 
setPropertyAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.Ejb3Column
 
setPropertyName(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setPropertyName(String) - Method in class org.hibernate.mapping.OneToOne
 
setPropertyPath(String) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the propertyRef property.
setPropertySelector(Example.PropertySelector) - Method in class org.hibernate.criterion.Example
Set the property selector to use.
setPropertyValue(Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.metadata.ClassMetadata
Set the value of a particular (named) property
setPropertyValue(Object, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, String, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the value of a particular property
setPropertyValue(Object, int, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValue(Object, String, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the value of a particular property.
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the value of a particular property.
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Set the value of a property.
setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Sets properties of a given bean to specified values.
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Set all property values into an entity instance.
setPropertyValues(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.metadata.ClassMetadata
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.tuple.Tuplizer
Inject the given values into the given entity.
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.AnyType
 
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.ComponentType
 
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.CompositeCustomType
 
setPropertyValues(Object, Object[], EntityMode) - Method in interface org.hibernate.type.CompositeType
Inject property values onto the given component instance

An optional operation

setPropertyValuesWithOptimizer(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
setProvider(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the provider property.
setProviderClassName(String) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setProxy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the proxy property.
setProxy(Proxy) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
SetProxy(Collection) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
SetProxy<U> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
SetProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SetProxy
 
SetProxy(Initializor<Set<U>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SetProxy
 
setProxyInterfaceName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setPutFromLoadValidator(PutFromLoadValidator) - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
setQuery(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setQuery(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQuery(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the query property.
setQuery(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Sets the value of the query property.
setQueryableCollection(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setQueryCacheEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setQueryHints(List<String>) - Method in class org.hibernate.engine.spi.QueryParameters
 
setQueryPlan(HQLQueryPlan) - Method in class org.hibernate.engine.spi.QueryParameters
 
setQueryProperties(Query) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setQueryRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
Sets the value of the queryRef property.
setQueryReturns(NativeSQLQueryReturn[]) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQueryReturns(List<NativeSQLQueryReturn>) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQuerySpaces(List<String>) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQuerySpaces(Collection<String>) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQuerySpaces(Set) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setQuerySubstitutions(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setQueryType(String) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Adds the querytype parameter with the specified value
setQueryTypeToFilter() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Adds the querytype parameter with value "FILTER"
setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "quiet" mode.
setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Enable "quiet" mode.
setQuoted(boolean) - Method in class org.hibernate.mapping.Table
 
setQuotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setReached(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setRead(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the read property.
setReadOnly(boolean) - Method in interface org.hibernate.BasicQueryContract
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the readOnly property.
setReadOnly(boolean) - Method in interface org.hibernate.Criteria
Set the read-only/modifiable mode for entities and proxies loaded by this Criteria.
setReadOnly(boolean, Object) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setReadOnly(boolean, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setReadOnly(boolean) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setReadOnly(boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnly(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
Set the read-only/modifiable mode for entities and proxies loaded by the query.
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setReadOnly(boolean) - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
setReadOnly(boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setReadOnly(boolean) - Method in class org.hibernate.internal.CriteriaImpl
 
setReadOnly(boolean) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setReadOnly(Object, boolean) - Method in class org.hibernate.internal.SessionImpl
 
setReadOnly(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setReadOnly(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
Set an associated modifiable proxy to read-only mode, or a read-only proxy to modifiable mode.
setReadOnly(boolean) - Method in interface org.hibernate.Query
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.Session
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnlyBeforeAttachedToSession(AbstractLazyInitializer) - Method in class org.hibernate.proxy.AbstractSerializableProxy
Set the read-only/modifiable setting from this object in an AbstractLazyInitializer.
setReferencedColumn(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setReferencedColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setReferencedEntityName(String) - Method in class org.hibernate.mapping.ForeignKey
 
setReferencedEntityName(String) - Method in class org.hibernate.mapping.OneToMany
Associated entity on the "many" side
setReferencedEntityName(String) - Method in class org.hibernate.mapping.ToOne
 
setReferencedPropertyName(String) - Method in class org.hibernate.mapping.Collection
 
setReferencedPropertyName(String) - Method in class org.hibernate.mapping.ToOne
 
setReferencedTable(Table) - Method in class org.hibernate.mapping.ForeignKey
 
setReferenceToPrimaryKey(boolean) - Method in class org.hibernate.mapping.ToOne
 
setReflectionOptimizationEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setRegion(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.model.Caching
 
setRegionCacheEnabled(String, boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheEnabled(String, boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
setRegionCacheLoggingEnabled(String, boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheLoggingEnabled(String, boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
setRegionCacheMaxTTISeconds(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheMaxTTISeconds(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
setRegionCacheMaxTTLSeconds(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheMaxTTLSeconds(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
setRegionCachesEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCachesEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
setRegionCacheTargetMaxInMemoryCount(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheTargetMaxInMemoryCount(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
setRegionCacheTargetMaxTotalCount(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheTargetMaxTotalCount(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
setRelationMappedBy(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setRelationTargetAuditMode(RelationTargetAuditMode) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
Set the relationTargetAuditMode property value.
setReleaseResourcesOnCloseEnabled(boolean) - Method in class org.hibernate.jpa.boot.internal.SettingsImpl
 
setRename(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Sets the value of the rename property.
setReplicationMode(ReplicationMode) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setRequested(TruthValue) - Method in class org.hibernate.boot.model.Caching
 
setRequestedId(Serializable) - Method in class org.hibernate.event.spi.MergeEvent
 
setRequestedId(Serializable) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setResolved() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
setResolvedConstant(String) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
setResource(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the resource property.
setRestriction(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
setRestriction(Predicate...) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
setRestriction(Predicate) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
setResult(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setResult(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setResultClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the resultClass property.
setResultId(Serializable) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setResultSetMapping(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
setResultSetMapping(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the resultSetMapping property.
setResultSetMapping(String) - Method in interface org.hibernate.SQLQuery
Use a predefined named result-set mapping.
setResultsetRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the resultsetRef property.
setResultSetRef(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Criteria
Set a strategy for handling the query results.
setResultTransformer(ResultTransformer) - Method in class org.hibernate.criterion.DetachedCriteria
Set the result transformer to use.
setResultTransformer(ResultTransformer) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.internal.CriteriaImpl
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Query
Set a strategy for handling the query results.
setReturnColumnName(String) - Method in class org.hibernate.sql.CaseFragment
 
setReturnColumnName(String, String) - Method in class org.hibernate.sql.CaseFragment
 
setReturnDiscriminator(JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the returnDiscriminator property.
setReturnedClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setRevisionTimestampGetter(Getter) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
setRole(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Sets the value of the role property.
setRole(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the role property.
setRole(String) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setRole(String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setRole(String) - Method in class org.hibernate.mapping.Collection
 
setRoleName(String) - Method in class org.hibernate.mapping.Component
 
setRollbackOnly() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
setRollbackOnly() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
setRollbackOnly() - Method in class org.hibernate.jpa.internal.TransactionImpl
 
setRoot(Joinable, String) - Method in class org.hibernate.engine.internal.JoinSequence
Set the root of this JoinSequence.
setRowid(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the rowid property.
setRowId(String) - Method in class org.hibernate.mapping.Table
 
setRowNumber(int) - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
setRowNumber(int) - Method in class org.hibernate.internal.ScrollableResultsImpl
 
setRowNumber(int) - Method in interface org.hibernate.ScrollableResults
Set the current position in the result set.
setRowSelection(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
setScalarColumn(int) - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
setScalarColumn(int) - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
setScalarColumn(int) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
setScalarColumn(int) - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
setScalarColumn(int) - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Sets the index and text for select expression in the projection list.
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.CastFunctionNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.CountNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.IndexNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.LiteralNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.NullNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.SearchedCaseNode
 
setScalarColumnText(int) - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Appends AST nodes that represent the columns after the current AST node.
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionImpl
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.SimpleCaseNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
setScale(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the scale property.
setScale(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setScale(int) - Method in class org.hibernate.engine.jdbc.Size
 
setScale(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the scale property.
setScale(int) - Method in class org.hibernate.mapping.Column
 
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setSchema(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.mapping.Table
 
setScope(boolean) - Method in class org.hibernate.LockOptions
Set the scope.
setScope(boolean) - Method in interface org.hibernate.Session.LockRequest
Specify if LockMode should be cascaded to owned collections and relationships.
setScrollMode(ScrollMode) - Method in class org.hibernate.engine.spi.QueryParameters
 
setSdoBatchSize(Integer) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Adds the sdo_batch_size parameter with the specified value
setSdoNumRes(Integer) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Adds the sdo_num_res parameter with the specified value
setSecondLevelCacheEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setSecurity(JaxbCfgHibernateConfiguration.JaxbCfgSecurity) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Sets the value of the security property.
setSelect(Select) - Method in class org.hibernate.sql.InsertSelect
 
setSelectable(boolean) - Method in class org.hibernate.mapping.Property
 
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the selectBeforeUpdate property.
setSelectBeforeUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSelectClause(String) - Method in class org.hibernate.sql.Select
Sets the selectClause.
setSelectClause(SelectFragment) - Method in class org.hibernate.sql.Select
 
setSelectExpression(SelectExpression) - Method in class org.hibernate.hql.internal.ast.tree.ResultVariableRefNode
Set the select expression that defines the result variable.
setSelection(Selection<? extends T>) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
setSelector(JoinSequence.Selector) - Method in class org.hibernate.engine.internal.JoinSequence
Set the Selector to use to determine how subclass joins should be applied.
setSequenceGenerator(SequenceGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the sequenceGenerator property.
setSequenceGenerator(SequenceGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the sequenceGenerator property.
setSequenceName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the sequenceName property.
setSequentialSelect(boolean) - Method in class org.hibernate.mapping.Join
 
setSerializable(int, Serializable) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setSerializable(String, Serializable) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setSerializable(int, Serializable) - Method in interface org.hibernate.Query
Bind a positional binary-valued parameter using serialization.
setSerializable(String, Serializable) - Method in interface org.hibernate.Query
Bind a named binary-valued parameter using serialization.
setService(R) - Method in class org.hibernate.service.spi.ServiceBinding
 
setSession(SessionImplementor) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
setSession(SessionImplementor) - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
setSession(SessionImplementor) - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Use to associate the entity to which we are bound to the given session.
setSession(SessionImplementor) - Method in class org.hibernate.internal.CriteriaImpl
 
setSession(SessionImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setSession(SessionImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
Associate the proxy with the given session.
setSessionFactory(JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Sets the value of the sessionFactory property.
setSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
setSessionFactory(SessionFactoryImplementor) - Method in interface org.hibernate.hql.internal.ast.tree.SessionFactoryAwareNode
 
setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.cfg.Configuration
 
setSessionInterceptorClass(Class<? extends Interceptor>) - Method in class org.hibernate.jpa.boot.internal.SettingsImpl
 
setShared(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the shared property.
setSharedCacheMode(SharedCacheMode) - Method in class org.hibernate.cfg.Configuration
Sets the SharedCacheMode to use.
setSharedCacheMode(String) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setSharedCacheMode(PersistenceUnitCachingType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the sharedCacheMode property.
setShort(int, short) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setShort(String, short) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setShort(int, short) - Method in interface org.hibernate.Query
Bind a positional short-valued parameter.
setShort(String, short) - Method in interface org.hibernate.Query
Bind a named short-valued parameter.
setShowSqlEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
SetSimpleValueTypeSecondPass - Class in org.hibernate.cfg
 
SetSimpleValueTypeSecondPass(SimpleValueBinder) - Constructor for class org.hibernate.cfg.SetSimpleValueTypeSecondPass
 
setSkipLockedEnabled(boolean) - Method in class org.hibernate.sql.ForUpdateFragment
 
setSnapshot(Serializable, String, Serializable) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
setSnapshot(Serializable, String, Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
After flushing, re-init snapshot state.
setSort(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sort property.
setSort(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sort property.
setSort(Sort) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setSort(Sort) - Method in class org.hibernate.cfg.annotations.ListBinder
 
setSorted(boolean) - Method in class org.hibernate.mapping.Collection
 
setSource(JaxbHbmTimestampSourceEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Sets the value of the source property.
setSql(String) - Method in class org.hibernate.loader.JoinWalker
 
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the sqlDelete property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlDeleteAll property.
setSqlExceptionConverter(SQLExceptionConverter) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Inject the exception converter to use.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the sqlInsert property.
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.ListBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.SetBinder
 
setSqlStateType(SQLStateType) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSqlType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the sqlType property.
setSqlType(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setSqlType(String) - Method in class org.hibernate.mapping.Column
 
setSqlTypeCode(Integer) - Method in class org.hibernate.mapping.Column
 
setSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the sqlUpdate property.
setStartTime(int) - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
setState(Object[]) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
setStatisticsEnabled(boolean) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Enable statistics logs (this is a dynamic parameter)
setStatisticsEnabled(boolean) - Method in interface org.hibernate.stat.Statistics
Enable statistics logs (this is a dynamic parameter)
setStatus(Status) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
setStatus(Status) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setStore(ModificationStore) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setStrategy(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
setStrategy(GenerationType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Sets the value of the strategy property.
setStrategy(InheritanceType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
Sets the value of the strategy property.
setStreamsForBinaryEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setString(int, String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setString(String, String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setString(int, String) - Method in interface org.hibernate.Query
Bind a positional String-valued parameter.
setString(String, String) - Method in interface org.hibernate.Query
Bind a named String-valued parameter.
setStyle(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the style property.
setSubgraph(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Sets the value of the subgraph property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.mapping.Table
 
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the subselectAttribute property.
setSubselectLoadable(boolean) - Method in class org.hibernate.mapping.Collection
 
setSubselectLoadableCollections(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSuffix(String) - Method in class org.hibernate.sql.SelectFragment
 
setSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setSuperclass(PersistentClass) - Method in class org.hibernate.mapping.Subclass
 
setSuperMappedSuperclass(MappedSuperclass) - Method in class org.hibernate.mapping.PersistentClass
 
setSupportsBatchUpdates(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsDataDefinitionInTransaction(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsGetGeneratedKeys(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsNamedParameters(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsRefCursors(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsScrollableResults(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSynchronizationEnabled(boolean) - Method in interface org.hibernate.NaturalIdLoadAccess
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness).
setSynchronizationEnabled(boolean) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness).
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the table property.
setTable(Table) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setTable(Table) - Method in class org.hibernate.cfg.Ejb3Column
 
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the table property.
setTable(Table) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the table property.
setTable(Table) - Method in class org.hibernate.mapping.Constraint
 
setTable(Table) - Method in class org.hibernate.mapping.Index
 
setTable(Table) - Method in class org.hibernate.mapping.Join
 
setTable(Table) - Method in class org.hibernate.mapping.JoinedSubclass
 
setTable(Table) - Method in class org.hibernate.mapping.RootClass
 
setTable(Table) - Method in class org.hibernate.mapping.SimpleValue
 
setTable(Table) - Method in interface org.hibernate.mapping.TableOwner
 
setTable(Table) - Method in class org.hibernate.mapping.UnionSubclass
 
setTableAlias(String) - Method in class org.hibernate.sql.ConditionFragment
Sets the tableAlias.
setTableBinder(TableBinder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setTableGenerator(TableGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the tableGenerator property.
setTableGenerator(TableGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the tableGenerator property.
setTableName(String) - Method in class org.hibernate.sql.Delete
 
setTableName(String) - Method in class org.hibernate.sql.Insert
 
setTableName(String) - Method in class org.hibernate.sql.InsertSelect
 
setTableName(String) - Method in class org.hibernate.sql.SimpleSelect
 
setTableName(String) - Method in class org.hibernate.sql.Update
 
setTargetClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
Sets the value of the targetClass property.
setTargetClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the targetClass property.
setTargetEntity(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the targetEntity property.
setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Sets the value of the temporal property.
Setter - Interface in org.hibernate.property.access.spi
The contract for setting a persistent property value into its container/owner
SetterFieldImpl - Class in org.hibernate.property.access.spi
Field-based implementation of Setter
SetterFieldImpl(Class, String, Field) - Constructor for class org.hibernate.property.access.spi.SetterFieldImpl
 
SetterImpl(String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
 
SetterMethodImpl - Class in org.hibernate.property.access.spi
 
SetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.SetterMethodImpl
 
setterMethodOrNull(Class, String, Class) - Static method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
setters - Variable in class org.hibernate.bytecode.internal.javassist.BulkAccessor
 
setters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
settersOfLazyClassesCannotBeFinal(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
setText(String) - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
setText(String) - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
setText(String) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
setText(String) - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated.
Set the renderable text of this node.
setText(String) - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Sets the text of the node.
setText(String) - Method in class org.hibernate.hql.internal.ast.tree.SqlNode
 
setText(int, String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setText(String, String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setText(int, String) - Method in interface org.hibernate.Query
Bind a positional String-valued parameter using streaming.
setText(String, String) - Method in interface org.hibernate.Query
Bind a named String-valued parameter using streaming.
setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "text-only" mode.
setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Enable "text-only" mode.
setTime(int, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTime(String, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTime(int, Date) - Method in interface org.hibernate.Query
Bind a positional Date-valued parameter using just the Time portion.
setTime(String, Date) - Method in interface org.hibernate.Query
Bind the time (date is truncated) of a given Date object to a named query parameter.
setTimeout(int) - Method in interface org.hibernate.BasicQueryContract
Set the query timeout in seconds.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the timeout property.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the timeout property.
setTimeout(int) - Method in interface org.hibernate.Criteria
Set a timeout for the underlying JDBC query.
setTimeout(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setTimeout(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setTimeout(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setTimeout(int) - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
setTimeout(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setTimeout(int) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setTimeout(int) - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
setTimeout(int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTimeout(int) - Method in class org.hibernate.internal.CriteriaImpl
 
setTimeout(int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setTimeOut(int) - Method in class org.hibernate.LockOptions
Set the timeout setting.
setTimeout(int) - Method in interface org.hibernate.Query
 
setTimeOut(int) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
setTimeOut(int) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
 
setTimeOut(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
setTimeOut(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
setTimeOut(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
setTimeOut(int) - Method in interface org.hibernate.resource.transaction.TransactionCoordinator
 
setTimeOut(int) - Method in interface org.hibernate.Session.LockRequest
Specify the pessimistic lock timeout (check if your dialect supports this option).
setTimeout(int) - Method in interface org.hibernate.Transaction
Set the transaction timeout for any transaction started by a subsequent call to Transaction.begin() on this instance.
setTimestamp(JaxbHbmTimestampAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the timestamp property.
setTimestamp(long) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
setTimestamp(long) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
setTimestamp(int, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTimestamp(String, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTimestamp(int, Date) - Method in interface org.hibernate.Query
Bind a positional Date-valued parameter using the full Timestamp.
setTimestamp(String, Date) - Method in interface org.hibernate.Query
Bind the date and the time of a given Date object to a named query parameter.
setTimestampVersionType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
Settings - Class in org.hibernate.cfg
Deprecated.
Settings(SessionFactoryOptions) - Constructor for class org.hibernate.cfg.Settings
Deprecated.
 
Settings(SessionFactoryOptions, Metadata) - Constructor for class org.hibernate.cfg.Settings
Deprecated.
 
Settings(SessionFactoryOptions, String, String) - Constructor for class org.hibernate.cfg.Settings
Deprecated.
 
Settings - Interface in org.hibernate.jpa.boot.spi
 
SettingsImpl - Class in org.hibernate.jpa.boot.internal
 
SettingsImpl() - Constructor for class org.hibernate.jpa.boot.internal.SettingsImpl
 
setTrackEntitiesChangedInRevision(boolean) - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
setTransactionCompletionProcesses(ActionQueue.TransactionCompletionProcesses, boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Bind transaction completion processes to make them shared between primary and secondary session.
setTransactionTimeOut(int) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
setTransactionTimeout(int) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
setTransactionTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Set the effective transaction timeout period for the current transaction, in seconds.
setTransactionTimeout(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.jpa.boot.internal.SettingsImpl
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the transactionType property.
setTrimCharacter(String) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
setTrimSpecification(TrimFunctionTemplate.Specification) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Sets the value of the type property.
setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the type property.
setType(XProperty, XClass, String, AttributeConverterDefinition) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setType(InheritanceType) - Method in class org.hibernate.cfg.InheritanceState
 
setType(int) - Method in class org.hibernate.hql.internal.ast.HqlToken
Sets the type of the token, remembering the previous type.
SetType - Class in org.hibernate.type
 
SetType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.SetType
 
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the typeAttribute property.
setTypeByReflection(String, String) - Method in class org.hibernate.mapping.Any
 
setTypeIndex(int) - Method in class org.hibernate.mapping.Column
 
setTypeInfoSet(LinkedHashSet<TypeInfo>) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setTypeName(String) - Method in class org.hibernate.mapping.Collection
 
setTypeName(String) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Map) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Any
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Collection
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Component
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.DependantValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.OneToMany
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.ToOne
 
setTypeUsingReflection(String, String) - Method in interface org.hibernate.mapping.Value
 
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the unique property.
setUnique(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the unique property.
setUnique(boolean) - Method in class org.hibernate.mapping.Column
 
setUniqueConstraints(UniqueConstraint[]) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setUniqueInteger(int) - Method in class org.hibernate.mapping.Table
 
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the uniqueKey property.
setUnit(String) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Adds the unit parameter with the specified value
setUnquotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setUnsavedValue(JaxbHbmUnsavedValueCompositeIdEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the unsavedValue property.
setUnsavedValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueVersionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the unsavedValue property.
setUnwrap(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setUnwrap(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
 
setUnwrapProxies(boolean) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
setUnwrapProxy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the updatable property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the update property.
setUpdateable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setUpdateable(boolean) - Method in class org.hibernate.mapping.Property
 
setUpdateable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setUrl(String) - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorBuilder
 
setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the usage property.
setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the usage property.
setUsage(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the usage property.
setUsedAliases(String[]) - Method in class org.hibernate.sql.SelectFragment
 
setUseFromFragment(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setUseQuotedIdentifiers(boolean) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setUseThetaStyle(boolean) - Method in class org.hibernate.engine.internal.JoinSequence
Should this JoinSequence use theta-style joining (both a FROM and WHERE component) in the rendered SQL?
setUseWhereFragment(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setUsingModifiedFlag(boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setValidationMode(String) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setValidationMode(PersistenceUnitValidationModeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the validationMode property.
setValue(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the value property.
setValue(Value) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setValue(V) - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityMapEntry
 
setValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Sets the value of the value property.
setValue(Value) - Method in class org.hibernate.mapping.Column
 
setValue(Value) - Method in class org.hibernate.mapping.Property
 
setValue(PreparedStatement, Enum, int) - Method in class org.hibernate.type.EnumType.EnumValueMapperSupport
 
setValueColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the valueColumnName property.
setValueGenerationStrategy(ValueGeneration) - Method in class org.hibernate.mapping.Property
 
setValueGenerationStrategy(ValueGeneration) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setVerbose(boolean) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
setVersion(JaxbHbmVersionAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the version property.
setVersion(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setVersion(Object[], Object, EntityPersister) - Static method in class org.hibernate.engine.internal.Versioning
Inject the optimistic locking value into the entity state snapshot.
setVersion(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the version property.
setVersion(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
Sets the value of the version property.
setVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setVersionable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setVersionColumnName(String) - Method in class org.hibernate.sql.Delete
 
setVersionColumnName(String) - Method in class org.hibernate.sql.Update
 
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the where property.
setWhere(Where) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setWhere(String) - Method in class org.hibernate.mapping.Collection
 
setWhere(String) - Method in class org.hibernate.mapping.RootClass
 
setWhere(String) - Method in class org.hibernate.sql.Delete
 
setWhere(String) - Method in class org.hibernate.sql.Update
 
setWhereClause(String) - Method in class org.hibernate.sql.Select
Sets the whereClause.
setWhereTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setWithClauseFragment(String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setWrapIdsInEmbeddedComponents(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setWrite(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the write property.
setXmlMappingMetadataComplete(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Sets the value of the xmlMappingMetadataComplete property.
setXToMany(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
sfi() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
shallowCopy(Property) - Static method in class org.hibernate.cfg.BinderHelper
create a property copy reusing the same value
shallowCopy() - Method in class org.hibernate.internal.util.Cloneable
Essentially performs a shallow copy of this SessionEventListenerConfig instance; meaning the SessionEventListenerConfig itself is cloned, but the individual listeners are not cloned.
shallowCopy() - Method in class org.hibernate.type.BasicTypeRegistry
 
shared - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
SHARED_CACHE_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to indicate whether second-level (what JPA terms shared cache) caching is enabled as per the rules defined in JPA 2 section 3.1.7.
SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
NOTE : Not a valid EMF property...
SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
NOTE : Not a valid EMF property...
sharedCacheMode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
SharedSessionBuilder - Interface in org.hibernate
Specialized SessionBuilder with access to stuff from another session.
SharedSessionContract - Interface in org.hibernate
Contract methods shared between Session and StatelessSession.
shift(double, double) - Method in class org.hibernate.spatial.jts.Circle
Shifts the center of the circle by delta X and delta Y
SHORT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Short to JDBC SMALLINT.
SHORT_CIRCUIT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Marker object returned from IdentifierGenerator.generate(org.hibernate.engine.spi.SessionImplementor, java.lang.Object) to indicate that we should short-circuit any continued generated id checking.
SHORT_NAME - Static variable in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
SHORT_NAME - Static variable in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
SHORT_NAME - Static variable in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
SHORT_NAME - Static variable in class org.hibernate.event.internal.EntityCopyAllowedObserver
 
SHORT_NAME - Static variable in class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
SHORT_NAME - Static variable in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
SHORT_NAME - Static variable in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
SHORT_NAME - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
SHORT_NAME - Static variable in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
SHORT_NAME - Static variable in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
SHORT_NAME - Static variable in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
The short name for this dialect
shortName - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
region short name
shortName - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
shortName
shortName - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
shortName
ShortType - Class in org.hibernate.type
A type that maps between SMALLINT and Short
ShortType() - Constructor for class org.hibernate.type.ShortType
 
ShortTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Short handling.
ShortTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
ShortValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.ShortValueHandler
 
shouldApplyRootReturnFilterBeforeKeyRestriction() - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
shouldApplyRootReturnFilterBeforeKeyRestriction() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
shouldApplyRootReturnFilterBeforeKeyRestriction() - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
shouldAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
shouldAutoClose() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
shouldAutoClose() - Method in class org.hibernate.internal.SessionImpl
 
shouldAutoClose() - Method in class org.hibernate.internal.StatelessSessionImpl
 
shouldAutoCloseSession() - Method in interface org.hibernate.engine.spi.SessionOwner
Should session automatically be closed after transaction completion?
shouldAutoCloseSession() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
shouldAutoInjectAliases() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
shouldAutoInjectAliases() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Should Hibernate perform automatic alias injection into the supplied condition string? The default it to perform auto injection *unless* explicit alias(es) are supplied.
shouldAutoJoinTransaction() - Method in class org.hibernate.internal.AbstractSessionImpl
 
shouldAutoJoinTransaction() - Method in class org.hibernate.internal.SessionImpl
 
shouldAutoJoinTransaction() - Method in class org.hibernate.internal.StatelessSessionImpl
 
shouldAutoJoinTransaction() - Method in interface org.hibernate.resource.transaction.TransactionCoordinatorBuilder.TransactionCoordinatorOptions
Indicates whether an active transaction should be automatically joined.
shouldDoManagedFlush(SessionImpl) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.ManagedFlushChecker
Check whether we should perform the managed flush
shouldGenerateRevision(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
Checks whether modification of not-owned relation field triggers new revision and owner entity is versioned.
shouldGetAllProperties(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
shouldImplicitlyForceDiscriminatorInSelect() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
shouldImplicitlyForceDiscriminatorInSelect() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
shouldImplicitlyForceDiscriminatorInSelect() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether we should implicitly force discriminators into SQL selects.
shouldImplicitlyQuoteIdentifiers() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
shouldImplicitlyQuoteIdentifiers() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
 
shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.MappingDefaults
Should all database identifiers encountered in this context be implicitly quoted? true indicates that all identifier encountered within this context should be quoted.
shouldIncludeJoin(FetchStrategy) - Method in class org.hibernate.loader.plan.build.internal.spaces.QuerySpaceHelper
 
shouldInstrumentClass(String) - Method in class org.hibernate.bytecode.buildtime.spi.BasicClassFilter
 
shouldInstrumentClass(String) - Method in interface org.hibernate.bytecode.buildtime.spi.ClassFilter
Should this class be included in instrumentation.
shouldInstrumentField(String, String) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter.CustomFieldFilter
 
shouldInstrumentField(String, String) - Method in interface org.hibernate.bytecode.buildtime.spi.FieldFilter
Should this field definition be instrumented?
shouldOverwriteCurrentVersion(Object, Object, Object, VersionType) - Method in enum org.hibernate.ReplicationMode
Determine whether the mode dictates that the data being replicated should overwrite the data found.
shouldReturnProxies() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
shouldReturnProxies() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
shouldTransformFieldAccess(String, String, String) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter.CustomFieldFilter
 
shouldTransformFieldAccess(String, String, String) - Method in interface org.hibernate.bytecode.buildtime.spi.FieldFilter
Should we instrument *access to* the given field.
shouldUseFollowOnLocking(QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
 
shouldUseOptionalEntityInformation() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessingContextImpl
 
shouldUseOptionalEntityInformation() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
shouldUseOptionalEntityInstance() - Method in class org.hibernate.loader.plan.exec.internal.AbstractCollectionLoadQueryDetails
 
shouldUseOptionalEntityInstance() - Method in class org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
 
shouldUseOptionalEntityInstance() - Method in class org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails
 
SHOW_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable logging of generated SQL to the console
showAsString(AST, String) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Renders the AST into 'ASCII art' form and returns that string representation.
showAst(AST, PrintStream) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
showAst(AST, PrintStream) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Prints the AST in 'ASCII art' form to the specified print stream.
showAst(AST, PrintWriter) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Prints the AST in 'ASCII art' tree form to the specified print writer.
shutDown() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
SimpleAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
SimpleAuditExpression(PropertyNameGetter, Object, String) - Constructor for class org.hibernate.envers.query.criteria.internal.SimpleAuditExpression
 
SimpleAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front.
SimpleAuxiliaryDatabaseObject(Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Set<String>, String, String, String[], String[]) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleCacheKeysFactory - Class in org.hibernate.cache.internal
Factory that does not fill in the entityName or role
SimpleCacheKeysFactory() - Constructor for class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
simpleCaseExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
SimpleCaseExpression<C,R> - Class in org.hibernate.jpa.criteria.expression
Models what ANSI SQL terms a simple case statement.
SimpleCaseExpression(CriteriaBuilderImpl, Class<R>, Expression<? extends C>) - Constructor for class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
SimpleCaseExpression.WhenClause - Class in org.hibernate.jpa.criteria.expression
 
SimpleCaseNode - Class in org.hibernate.hql.internal.ast.tree
Models what ANSI SQL terms a simple case statement.
SimpleCaseNode() - Constructor for class org.hibernate.hql.internal.ast.tree.SimpleCaseNode
 
simpleCaseStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
simpleCaseWhenClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
simpleCaseWhenClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
SimpleCollectionTracker - Class in org.hibernate.bytecode.enhance.internal.tracker
small low memory class to keep track of the number of elements in a collection
SimpleCollectionTracker() - Constructor for class org.hibernate.bytecode.enhance.internal.tracker.SimpleCollectionTracker
 
SimpleEntityIdentifierDescriptionImpl - Class in org.hibernate.loader.plan.build.internal.returns
 
SimpleEntityIdentifierDescriptionImpl() - Constructor for class org.hibernate.loader.plan.build.internal.returns.SimpleEntityIdentifierDescriptionImpl
 
simpleExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SimpleExpression - Class in org.hibernate.criterion
superclass for "simple" comparisons (with SQL binary operators)
SimpleExpression(String, Object, String) - Constructor for class org.hibernate.criterion.SimpleExpression
 
SimpleExpression(String, Object, String, boolean) - Constructor for class org.hibernate.criterion.SimpleExpression
 
simpleExprList(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SimpleFieldTracker - Class in org.hibernate.bytecode.enhance.internal.tracker
small low memory class to keep track of changed fields

uses an array as a set (under the assumption that the number of elements will be low) to avoid having to instantiate an HashSet.

SimpleFieldTracker() - Constructor for class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
SimpleIdMapperBuilder - Interface in org.hibernate.envers.internal.entities.mapper.id
 
SimpleMapperBuilder - Interface in org.hibernate.envers.internal.entities.mapper
 
SimpleNaturalIdLoadAccess<T> - Interface in org.hibernate
Loads an entity by its natural identifier.
simpleOrTupleExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SimpleProjection - Class in org.hibernate.criterion
A single-column projection that may be aliased
SimpleProjection() - Constructor for class org.hibernate.criterion.SimpleProjection
 
simplePropertyPath() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
A simple-property-path is an IDENT followed by one or more (DOT IDENT) sequences
SimpleSelect - Class in org.hibernate.sql
An SQL SELECT statement with no table joins
SimpleSelect(Dialect) - Constructor for class org.hibernate.sql.SimpleSelect
 
SimpleStrategyRegistrationImpl<T> - Class in org.hibernate.boot.registry.selector
A simple implementation of StrategyRegistration.
SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, Iterable<String>) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
Constructs a SimpleStrategyRegistrationImpl.
SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, String...) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
Constructs a SimpleStrategyRegistrationImpl.
SimpleSubqueryExpression - Class in org.hibernate.criterion
A comparison between a constant value and the the result of a subquery
SimpleSubqueryExpression(Object, String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SimpleSubqueryExpression
 
SimpleValue - Class in org.hibernate.mapping
Any value that maps to columns.
SimpleValue(MetadataImplementor) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValue(MetadataImplementor, Table) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValueBinder - Class in org.hibernate.cfg.annotations
 
SimpleValueBinder() - Constructor for class org.hibernate.cfg.annotations.SimpleValueBinder
 
SimpleValueTypeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
 
SINGLE_OBJECT_PARAM_SIGNATURE - Static variable in class org.hibernate.internal.util.ReflectHelper
 
SingleColumnType<T> - Interface in org.hibernate.type
Provide convenient methods for binding and extracting values for use with BasicType.
SingleIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
 
SingleIdMapper(ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
SingleIdMapper(ServiceRegistry, PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
SingleLineSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
Class responsible for extracting SQL statements from import script.
SingleLineSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor
 
SinglePropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
TODO: diff
SinglePropertyMapper(PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
SinglePropertyMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
SingleTableEntityPersister - Class in org.hibernate.persister.entity
The default implementation of the EntityPersister interface.
SingleTableEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
 
singleTableEntityPersister() - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
SingleTableSubclass - Class in org.hibernate.mapping
 
SingleTableSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SingleTableSubclass
 
SingletonEhCacheRegionFactory - Class in org.hibernate.cache.ehcache
A singleton EhCacheRegionFactory implementation.
SingletonEhCacheRegionFactory() - Constructor for class org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
Constructs a SingletonEhCacheRegionFactory
SingletonEhCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
Constructs a SingletonEhCacheRegionFactory
SingletonIterator<T> - Class in org.hibernate.internal.util.collections
 
SingletonIterator(T) - Constructor for class org.hibernate.internal.util.collections.SingletonIterator
 
SingularAttributeImpl<X,Y> - Class in org.hibernate.jpa.internal.metamodel
 
SingularAttributeImpl(String, Class<Y>, AbstractManagedType<X>, Member, boolean, boolean, boolean, Type<Y>, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
SingularAttributeImpl.Identifier<X,Y> - Class in org.hibernate.jpa.internal.metamodel
Subclass used to simply instantiation of singular attributes representing an entity's identifier.
SingularAttributeImpl.Version<X,Y> - Class in org.hibernate.jpa.internal.metamodel
Subclass used to simply instantiation of singular attributes representing an entity's version.
SingularAttributeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
 
SingularAttributeJoin<O,X> - Class in org.hibernate.jpa.criteria.path
Models a join based on a singular attribute
SingularAttributeJoin(CriteriaBuilderImpl, Class<X>, PathSource<O>, SingularAttribute<? super O, ?>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
SingularAttributeJoin.TreatedSingularAttributeJoin<O,T> - Class in org.hibernate.jpa.criteria.path
 
SingularAttributeNature - Enum in org.hibernate.boot.model.source.spi
Describes possible natures of a singular attribute.
SingularAttributePath<X> - Class in org.hibernate.jpa.criteria.path
Models a path for a SingularAttribute generally obtained from a Path.get(SingularAttribute) call
SingularAttributePath(CriteriaBuilderImpl, Class<X>, PathSource, SingularAttribute<?, X>) - Constructor for class org.hibernate.jpa.criteria.path.SingularAttributePath
 
SingularAttributePath.TreatedSingularAttributePath<T> - Class in org.hibernate.jpa.criteria.path
 
SingularAttributeSource - Interface in org.hibernate.boot.model.source.spi
Source-agnostic description of information needed to bind a singular attribute.
SingularAttributeSourceAny - Interface in org.hibernate.boot.model.source.spi
Describes an mapping
SingularAttributeSourceAnyImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
SingularAttributeSourceAnyImpl(MappingDocument, AttributeSourceContainer, JaxbHbmAnyAssociationType, String, NaturalIdMutability) - Constructor for class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
SingularAttributeSourceBasic - Interface in org.hibernate.boot.model.source.spi
 
SingularAttributeSourceEmbedded - Interface in org.hibernate.boot.model.source.spi
Represents the binding source for a singular attribute that is "embedded" or "composite".
SingularAttributeSourceManyToOne - Interface in org.hibernate.boot.model.source.spi
 
SingularAttributeSourceOneToOne - Interface in org.hibernate.boot.model.source.spi
 
SingularAttributeSourceToOne - Interface in org.hibernate.boot.model.source.spi
Further contract for sources of singular associations (one-to-one and many-to-one).
size() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
size() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
size() - Method in class org.hibernate.collection.internal.PersistentBag
 
size() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
size() - Method in class org.hibernate.collection.internal.PersistentList
 
size() - Method in class org.hibernate.collection.internal.PersistentMap
 
size() - Method in class org.hibernate.collection.internal.PersistentSet
 
size() - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections
 
Size - Class in org.hibernate.engine.jdbc
Models size restrictions/requirements on a column's datatype.
Size() - Constructor for class org.hibernate.engine.jdbc.Size
 
Size(int, int, long, Size.LobMultiplier) - Constructor for class org.hibernate.engine.jdbc.Size
Complete constructor.
size() - Method in class org.hibernate.engine.spi.ExecutableList
 
size() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
size() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
size() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
size() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
size() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
size(C) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
size(Expression<C>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
size() - Method in class org.hibernate.proxy.map.MapProxy
 
Size.LobMultiplier - Enum in org.hibernate.engine.jdbc
 
Sized - Interface in org.hibernate.usertype
Extends dictated/default column size declarations from Type to the UserType hierarchy as well via an optional interface.
sizeEq(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
SizeExpression - Class in org.hibernate.criterion
Used to define a restriction on a collection property based on its size.
SizeExpression(String, int, String) - Constructor for class org.hibernate.criterion.SizeExpression
 
sizeGe(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeGt(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeLe(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeLt(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeNe(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
SizeOfCollectionExpression<C extends Collection> - Class in org.hibernate.jpa.criteria.expression
Represents a "size of" expression in regards to a persistent collection; the implication is that of a subquery.
SizeOfCollectionExpression(CriteriaBuilderImpl, PluralAttributePath<C>) - Constructor for class org.hibernate.jpa.criteria.expression.SizeOfCollectionExpression
 
SizeSource - Interface in org.hibernate.boot.model.source.spi
 
SizeSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
Implementation of SizeSource
SizeSourceImpl(Integer, Integer, Integer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
 
Skip - Annotation Type in org.hibernate.testing
An annotation, used in combination with Skip.Matcher, to determine when/if tests should be skipped.
Skip.AlwaysSkip - Class in org.hibernate.testing
 
Skip.Matcher - Interface in org.hibernate.testing
Simple boolean assertion
SKIP_LOCKED - Static variable in class org.hibernate.LockOptions
Indicates that rows that are already locked should be skipped.
SkipForDialect - Annotation Type in org.hibernate.testing
Annotation used to indicate that a test should be skipped when run against the indicated dialects.
SkipForDialects - Annotation Type in org.hibernate.testing
Plural annotation for SkipForDialect.
SkipLog - Class in org.hibernate.testing
Well-known-location lookup for the test-skip log...
sleepASecond() - Method in class org.hibernate.testing.byteman.BytemanHelper
 
slice(String[], int, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
slice(Object[], int, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
smallIntegerCastTarget() - Method in class org.hibernate.dialect.MySQLDialect
Determine the cast target for Types.INTEGER, Types.BIGINT and Types.SMALLINT
SmallIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for SMALLINT handling.
SmallIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
snapshot(BasicCollectionPersister, EntityMode) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
snapshot(BasicCollectionPersister, EntityMode) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
SoftLock - Interface in org.hibernate.cache.spi.access
Marker object for use by synchronous concurrency strategies
softLockedCacheExpired(String, Object, String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
Log a message (WARN) about expiry of soft-locked region.
SOME - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SOME - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SOME - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
some(Subquery<Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
Sort - Annotation Type in org.hibernate.annotations
Deprecated.
Use SortComparator or SortNatural instead depending on need.
sort - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sort - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sort() - Method in class org.hibernate.engine.spi.ExecutableList
Sorts the list using the natural ordering or using the Sorter if it's not null.
sort(List<E>) - Method in interface org.hibernate.engine.spi.ExecutableList.Sorter
Sorts the list.
sort(GraphDefiner<V, R>) - Static method in class org.hibernate.envers.internal.tools.graph.GraphTopologicalSort
Sorts a graph topologically.
sort(Collection<Vertex<R>>) - Method in class org.hibernate.envers.internal.tools.graph.TopologicalSort
 
SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Sortable - Interface in org.hibernate.boot.model.source.spi
Contact to define if the source of plural attribute is sortable or not.
sortActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
sortAnnotationIndexedCollection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
sortCollectionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
SortComparator - Annotation Type in org.hibernate.annotations
Specifies in-memory Set/Map sorting using a specified Comparator for sorting.
SortedFieldTracker - Class in org.hibernate.bytecode.enhance.internal.tracker
small low memory class to keep track of changed fields similar to BasicTracker but where the array is kept ordered to reduce the cost of verifying duplicates
SortedFieldTracker() - Constructor for class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
sortedMap(String, String, Comparator) - Method in class org.hibernate.type.TypeFactory
 
SortedMapCollectionInitializor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes SortedMap collection with proper Comparator
SortedMapCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends SortedMap>, MiddleComponentData, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.SortedMapCollectionInitializor
 
SortedMapCollectionMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
 
SortedMapCollectionMapper(CommonCollectionMapperData, Class<? extends SortedMap>, Class<? extends SortedMap>, MiddleComponentData, MiddleComponentData, Comparator, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.SortedMapCollectionMapper
 
SortedMapProxy<K,V> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
SortedMapProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
SortedMapProxy(Initializor<SortedMap<K, V>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
SortedMapType - Class in org.hibernate.type
 
SortedMapType(TypeFactory.TypeScope, String, String, Comparator) - Constructor for class org.hibernate.type.SortedMapType
 
sortedSet(String, String, Comparator) - Method in class org.hibernate.type.TypeFactory
 
SortedSetCollectionInitializor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes SortedSet collection with proper Comparator
SortedSetCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends SortedSet>, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.SortedSetCollectionInitializor
 
SortedSetCollectionMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
 
SortedSetCollectionMapper(CommonCollectionMapperData, Class<? extends SortedSet>, Class<? extends SortedSet>, MiddleComponentData, Comparator, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.SortedSetCollectionMapper
 
SortedSetProxy<U> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
SortedSetProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
SortedSetProxy(Initializor<SortedSet<U>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
SortedSetType - Class in org.hibernate.type
 
SortedSetType(TypeFactory.TypeScope, String, String, Comparator) - Constructor for class org.hibernate.type.SortedSetType
 
sortKey() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the sort key which is the expression (column, function, etc) upon which to base the sorting.
sortKey(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
SortKey - Class in org.hibernate.sql.ordering.antlr
Models the container node for the sort key, which is the term given by the ANSI SQL specification to the expression upon which to sort for each SortSpecification
SortKey() - Constructor for class org.hibernate.sql.ordering.antlr.SortKey
 
sortKeySpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
sortMethods(List<FrameworkMethod>) - Method in class org.hibernate.testing.junit4.CustomRunner
 
SortNatural - Annotation Type in org.hibernate.annotations
Specifies in-memory Set/Map sorting using natural sorting.
sortSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the sort specification, which is essentially each thing upon which the results should be sorted.
sortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
SortSpecification - Class in org.hibernate.sql.ordering.antlr
Models each sorting expression.
SortSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.SortSpecification
 
SortType - Enum in org.hibernate.annotations
Deprecated.
Since Sort is deprecated.
Source - Annotation Type in org.hibernate.annotations
Optional annotation in conjunction with Version and timestamp version properties indicating the source of the timestamp value.
source - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
source() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
sourceMappingDocument() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
SourceType - Enum in org.hibernate.annotations
Where should Hibernate retrieve the value from? From the database, or from the current JVM?
SourceType - Enum in org.hibernate.boot.jaxb
From what type of source did we obtain the data
SPACE_PLACEHOLDER - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The placeholder used to represent whitespace
Spatial - Interface in org.hibernate.spatial
A marker interface for spatial (geometric/geographic) types.
SpatialAggregate - Interface in org.hibernate.spatial
Enumeration of types of Spatial Aggregation
SpatialAnalysis - Interface in org.hibernate.spatial
The spatial analysis functions defined in the OGC SFS specification.
SpatialDialect - Interface in org.hibernate.spatial
Describes the features of a spatially enabled dialect.
spatialEnabled(boolean) - Method in interface org.hibernate.spatial.HSMessageLogger
 
SpatialFilter - Class in org.hibernate.spatial.criterion
A Criterion constraining a geometry property to have a bounding box that overlaps with a specified bounding box.
SpatialFilter(String, Geometry) - Constructor for class org.hibernate.spatial.criterion.SpatialFilter
Constructs an instance with the specified property and the bounding box of the specified geometry.
SpatialFilter(String, Envelope, int) - Constructor for class org.hibernate.spatial.criterion.SpatialFilter
Constructs an instance with the specified property and the bounding box of the specified geometry.
SpatialFunction - Enum in org.hibernate.spatial
Spatial functions that users generally expect in a database.
SpatialInitializer - Class in org.hibernate.spatial.integration
Manages initialization of the hibernate-spatial integration
SpatialInitializer() - Constructor for class org.hibernate.spatial.integration.SpatialInitializer
 
SpatialProjections - Class in org.hibernate.spatial.criterion
A factory for spatial projections.
SpatialRelateExpression - Class in org.hibernate.spatial.criterion
A Criterion constraining a Geometry property to have specific spatial relation to a search Geometry.
SpatialRelateExpression(String, Geometry, int) - Constructor for class org.hibernate.spatial.criterion.SpatialRelateExpression
Constructs an instance
SpatialRelation - Interface in org.hibernate.spatial
Enumerates the supported spatial relations.
spatialRestriction(int, String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply the specified spatial relation constraint to the named property.
SpatialRestrictions - Class in org.hibernate.spatial.criterion
A factory for spatial criteria.
SpatialService - Class in org.hibernate.spatial.integration
Central service for spatial integration
SpatialService(StandardServiceRegistryBuilder) - Constructor for class org.hibernate.spatial.integration.SpatialService
 
SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying a query timeout per JPA, which defines the timeout in milliseconds
specialOneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Method in class org.hibernate.type.TypeFactory
 
SpecialOneToOneType - Class in org.hibernate.type
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.
SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
 
split(String) - Static method in class org.hibernate.boot.model.source.internal.hbm.CommaSeparatedStringHelper
 
split(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
split(String, String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
split() - Method in class org.hibernate.spatial.jts.Circle.Arc
Splits this Arc at the mid point
splitAndCombine(Set<String>, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.CommaSeparatedStringHelper
 
splitQueries(String, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
splitTrimmingTokens(String, String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
sql(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Expression
sql(String, Object, Type) - Static method in class org.hibernate.criterion.Expression
sql(String) - Static method in class org.hibernate.criterion.Expression
sql - Variable in class org.hibernate.loader.JoinWalker
 
sql - Variable in class org.hibernate.loader.OuterJoinLoader
 
sql2003() - Method in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
Retrieve all keywords defined by ANSI SQL:2003
SQL2008StandardLimitHandler - Class in org.hibernate.dialect.pagination
LIMIT clause handler compatible with ISO and ANSI SQL:2008 standard.
SQL_EXCEPTION_CONVERTER - Static variable in interface org.hibernate.cfg.AvailableSettings
The SQLExceptionConverter to use for converting SQLExceptions to Hibernate's JDBCException hierarchy.
SQL_NE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SQL_NE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SQL_NE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SQL_NODE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SQL_TOKEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SQL_TOKEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
sqlAlterStrings(Dialect, Mapping, TableInformation, String, String) - Method in class org.hibernate.mapping.Table
 
SqlASTFactory - Class in org.hibernate.hql.internal.ast
Custom AST factory the intermediate tree that causes ANTLR to create specialized AST nodes, given the AST node type (from HqlSqlTokenTypes).
SqlASTFactory(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.SqlASTFactory
Create factory with a specific mapping from token type to Java AST node type.
sqlCommentStrings(Dialect, String, String) - Method in class org.hibernate.mapping.Table
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.Index
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Index
 
sqlCreateString(Dialect, Mapping, String, String) - Method in interface org.hibernate.mapping.RelationalModel
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Table
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for creating the database object.
sqlCreateStrings(Dialect) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.envers.enhanced.OrderedSequenceGenerator
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Commands needed to create the underlying structures.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
Deprecated.
Utilize the ExportableProducer contract instead
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
SQLCriterion - Class in org.hibernate.criterion
A SQL fragment.
SQLCriterion(String, Object[], Type[]) - Constructor for class org.hibernate.criterion.SQLCriterion
 
SQLCriterion(String, Object, Type) - Constructor for class org.hibernate.criterion.SQLCriterion
 
SQLCriterion(String) - Constructor for class org.hibernate.criterion.SQLCriterion
 
SQLCustomQuery - Class in org.hibernate.loader.custom.sql
Implements Hibernate's built-in support for native SQL queries.
SQLCustomQuery(String, NativeSQLQueryReturn[], Collection, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLCustomQuery
 
SQLDelete - Annotation Type in org.hibernate.annotations
Custom SQL statement for delete of an entity/collection.
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SQLDeleteAll - Annotation Type in org.hibernate.annotations
Custom SQL statement for delete of all of a collection's elements.
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Index
 
sqlDropString(Dialect, String, String) - Method in interface org.hibernate.mapping.RelationalModel
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Table
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for dropping the database object.
sqlDropStrings(Dialect) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Commands needed to drop the underlying structures.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
Deprecated.
Utilize the ExportableProducer contract instead
sqlDropStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
SQLExceptionConversionDelegate - Interface in org.hibernate.exception.spi
Allow a SQLExceptionConverter to work by chaining together multiple such delegates.
SQLExceptionConverter - Interface in org.hibernate.exception.spi
Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
SQLExceptionConverterFactory - Class in org.hibernate.exception.spi
A factory for building SQLExceptionConverter instances.
sqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Convenience access to the SQLException helper.
sqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
Access to the SqlExceptionHelper
SqlExceptionHelper - Class in org.hibernate.engine.jdbc.spi
Helper for handling SQLExceptions in various manners.
SqlExceptionHelper() - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a default exception converter.
SqlExceptionHelper(SQLExceptionConverter) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a specific exception converter.
sqlExceptionHelper - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
sqlExceptionHelper() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
sqlExceptionHelper() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaIsolationDelegate
 
SqlExceptionHelper.StandardWarningHandler - Class in org.hibernate.engine.jdbc.spi
Standard SQLWarning handler for logging warnings
SqlExceptionHelper.WarningHandler - Interface in org.hibernate.engine.jdbc.spi
Contract for handling warnings
SqlExceptionHelper.WarningHandlerLoggingSupport - Class in org.hibernate.engine.jdbc.spi
Basic support for SqlExceptionHelper.WarningHandler implementations which handle warnings
SQLExceptionTypeDelegate - Class in org.hibernate.exception.internal
SQLExceptionConverter implementation that does conversion based on the JDBC 4 defined SQLException sub-type hierarchy.
SQLExceptionTypeDelegate(ConversionContext) - Constructor for class org.hibernate.exception.internal.SQLExceptionTypeDelegate
 
SqlFragment - Class in org.hibernate.hql.internal.ast.tree
Represents an SQL fragment in the AST.
SqlFragment() - Constructor for class org.hibernate.hql.internal.ast.tree.SqlFragment
 
SqlFragmentAlias - Annotation Type in org.hibernate.annotations
Describe aliases for filters.
SQLFunction - Interface in org.hibernate.dialect.function
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL.
SQLFunctionRegistry - Class in org.hibernate.dialect.function
Defines a registry for SQLFunction instances
SQLFunctionRegistry(Dialect, Map<String, SQLFunction>) - Constructor for class org.hibernate.dialect.function.SQLFunctionRegistry
Constructs a SQLFunctionRegistry
SQLFunctionTemplate - Class in org.hibernate.dialect.function
Represents HQL functions that can have different representations in different SQL dialects where that difference can be handled via a template/pattern.
SQLFunctionTemplate(Type, String) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
Constructs a SQLFunctionTemplate
SQLFunctionTemplate(Type, String, boolean) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
Constructs a SQLFunctionTemplate
SqlGenerator - Class in org.hibernate.hql.internal.ast
Generates SQL by overriding callback methods in the base class, which does the actual SQL AST walking.
SqlGenerator(SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.ast.SqlGenerator
 
SqlGeneratorBase - Class in org.hibernate.hql.internal.antlr
SQL Generator Tree Parser, providing SQL rendering of SQL ASTs produced by the previous phase, HqlSqlWalker.
SqlGeneratorBase() - Constructor for class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SQLGrammarException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that the SQL sent to the database server was invalid (syntax error, invalid object references, etc).
SQLGrammarException(String, SQLException) - Constructor for exception org.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
SQLGrammarException(String, SQLException, String) - Constructor for exception org.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
sqlGroupProjection(String, String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
A grouping SQL projection, specifying both select clause and group by clause fragments
SQLInsert - Annotation Type in org.hibernate.annotations
Custom SQL statement for insertion of an entity/collection.
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SQLLoadable - Interface in org.hibernate.persister.entity
A class persister that supports queries expressed in the platform native SQL dialect
SQLLoadableCollection - Interface in org.hibernate.persister.collection
 
SqlNode - Class in org.hibernate.hql.internal.ast.tree
A base AST node for the intermediate tree.
SqlNode() - Constructor for class org.hibernate.hql.internal.ast.tree.SqlNode
 
sqlProjection(String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
A SQL projection, a typed select clause fragment
SQLProjection - Class in org.hibernate.criterion
A SQL fragment.
SQLProjection(String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
 
SQLProjection(String, String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SQLQuery - Interface in org.hibernate
Represents a "native sql" query.
SQLQuery.FetchReturn - Interface in org.hibernate
Allows access to further control how join fetch returns are mapped back from result sets.
SQLQuery.ReturnProperty - Interface in org.hibernate
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
SQLQuery.RootReturn - Interface in org.hibernate
Allows access to further control how root returns are mapped back from result sets.
SQLQueryImpl - Class in org.hibernate.internal
Implementation of the SQLQuery contract.
SQLQueryParser - Class in org.hibernate.loader.custom.sql
 
SQLQueryParser(String, SQLQueryParser.ParserContext, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser
 
SQLQueryParser.ParameterSubstitutionRecognizer - Class in org.hibernate.loader.custom.sql
 
SQLQueryReturnProcessor - Class in org.hibernate.loader.custom.sql
Responsible for processing the series of returns defined by a NativeSQLQuerySpecification and breaking them down into a series of returns for use within the CustomLoader.
SQLQueryReturnProcessor(NativeSQLQueryReturn[], SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
SQLQueryReturnProcessor.ResultAliasContext - Class in org.hibernate.loader.custom.sql
 
sqlRestriction(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Restrictions
Create a restriction expressed in SQL with JDBC parameters.
sqlRestriction(String, Object, Type) - Static method in class org.hibernate.criterion.Restrictions
Create a restriction expressed in SQL with one JDBC parameter.
sqlRestriction(String) - Static method in class org.hibernate.criterion.Restrictions
Apply a constraint expressed in SQL with no JDBC parameters.
sqlResultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
sqlResultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
SqlResultSetMapping - Class in org.hibernate.jpamodelgen.xml.jaxb
 
SqlResultSetMapping() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
SQLServer2005Dialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL 2005.
SQLServer2005Dialect() - Constructor for class org.hibernate.dialect.SQLServer2005Dialect
Constructs a SQLServer2005Dialect
SQLServer2005LimitHandler - Class in org.hibernate.dialect.pagination
LIMIT clause handler compatible with SQL Server 2005 and later.
SQLServer2005LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Constructs a SQLServer2005LimitHandler
SQLServer2008Dialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2008 with JDBC Driver 3.0 and above
SQLServer2008Dialect() - Constructor for class org.hibernate.dialect.SQLServer2008Dialect
Constructs a SQLServer2008Dialect
SqlServer2008GeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.sqlserver
Type descriptor for the SQL Server 2008 Geometry type.
SqlServer2008GeometryTypeDescriptor() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
 
SqlServer2008SpatialDialect - Class in org.hibernate.spatial.dialect.sqlserver
The SpatialDialect for Microsoft SQL Server (2008).
SqlServer2008SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
Constructs an instance
SQLServer2012Dialect - Class in org.hibernate.dialect
Microsoft SQL Server 2012 Dialect
SQLServer2012Dialect() - Constructor for class org.hibernate.dialect.SQLServer2012Dialect
 
SQLServerDialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2000
SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
Constructs a SQLServerDialect
SQLStateConversionDelegate - Class in org.hibernate.exception.internal
A SQLExceptionConverter implementation which performs conversion based on the underlying SQLState.
SQLStateConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.internal.SQLStateConversionDelegate
 
SQLStateConverter - Class in org.hibernate.exception.internal
SQLStateConverter(ViolatedConstraintNameExtracter) - Constructor for class org.hibernate.exception.internal.SQLStateConverter
Deprecated.
 
SqlStatementLexer - Class in org.hibernate.hql.internal.antlr
 
SqlStatementLexer(InputStream) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
SqlStatementLexer(Reader) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
SqlStatementLexer(InputBuffer) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
SqlStatementLexer(LexerSharedInputState) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
sqlStatementLogger() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Convenience access to the SQL statement logger.
SqlStatementLogger - Class in org.hibernate.engine.jdbc.spi
Centralize logging for SQL statements.
SqlStatementLogger() - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementLogger(boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementParser - Class in org.hibernate.hql.internal.antlr
Lexer and parser used to extract single statements from import SQL script.
SqlStatementParser(TokenBuffer, int) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser(TokenBuffer) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser(TokenStream, int) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser(TokenStream) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser(ParserSharedInputState) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser.StatementParserException - Exception in org.hibernate.hql.internal.antlr
 
SqlStatementParserTokenTypes - Interface in org.hibernate.hql.internal.antlr
 
SQLStateType - Enum in org.hibernate.engine.jdbc.env.spi
Enum interpretation of the valid values from DatabaseMetaData.getSQLStateType()
sqlToken(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SqlTokenTypes - Interface in org.hibernate.hql.internal.antlr
 
sqlType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
sqlType - Variable in class org.hibernate.cfg.Ejb3Column
 
sqlType() - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
sqlType() - Method in interface org.hibernate.type.SingleColumnType
 
SqlTypeDescriptor - Interface in org.hibernate.type.descriptor.sql
Descriptor for the SQL/JDBC side of a value mapping.
SqlTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.sql
Basically a map from JDBC type code (int) -> SqlTypeDescriptor
SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor - Class in org.hibernate.type.descriptor.sql
 
sqlTypes() - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
sqlTypes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.AnyType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.CollectionType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.ComponentType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.CustomType
 
sqlTypes() - Method in class org.hibernate.type.EnumType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.MetaType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.OneToOneType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
sqlTypes(Mapping) - Method in interface org.hibernate.type.Type
Return the JDBC types codes (per Types) for the columns mapped by this type.
sqlTypes() - Method in interface org.hibernate.usertype.UserType
Return the SQL type codes for the columns mapped by this type.
SQLUpdate - Annotation Type in org.hibernate.annotations
Custom SQL statement for update of an entity/collection.
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SqlValueReference - Interface in org.hibernate.sql.ordering.antlr
Unifying interface between column and formula references mainly to give more strictly typed result to ColumnMapper.map(String)
sqlWarning(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
sqrt(Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
SqrtFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL SQRT function.
SqrtFunction(CriteriaBuilderImpl, Expression<? extends Number>) - Constructor for class org.hibernate.jpa.criteria.expression.function.SqrtFunction
 
StaleObjectStateException - Exception in org.hibernate
A specialized StaleStateException that carries information about the particular entity instance that was the source of the failure.
StaleObjectStateException(String, Serializable) - Constructor for exception org.hibernate.StaleObjectStateException
Constructs a StaleObjectStateException using the supplied information.
stalePersistenceContextInEntityEntry(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
StaleStateException - Exception in org.hibernate
Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning).
StaleStateException(String) - Constructor for exception org.hibernate.StaleStateException
Constructs a StaleStateException using the supplied message.
STANDARD_JPA_FUNCTION_NAMES - Static variable in class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
STANDARD_WARNING_HANDLER - Static variable in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Static access to the standard handler for logging warnings
StandardAnsiSqlAggregationFunctions - Class in org.hibernate.dialect.function
Centralized definition of standard ANSI SQL aggregation functions
StandardAnsiSqlAggregationFunctions.AvgFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant AVG function
StandardAnsiSqlAggregationFunctions.CountFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant COUNT function
StandardAnsiSqlAggregationFunctions.MaxFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant MAX function
StandardAnsiSqlAggregationFunctions.MinFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant MIN function
StandardAnsiSqlAggregationFunctions.SumFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant SUM function
StandardAnyTypeDefinition - Class in org.hibernate.persister.walking.internal
 
StandardAnyTypeDefinition(AnyType, boolean) - Constructor for class org.hibernate.persister.walking.internal.StandardAnyTypeDefinition
 
StandardArchiveDescriptorFactory - Class in org.hibernate.boot.archive.internal
Standard implementation of ArchiveDescriptorFactory
StandardArchiveDescriptorFactory() - Constructor for class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
StandardAuxiliaryDatabaseObjectExporter - Class in org.hibernate.tool.schema.internal
 
StandardAuxiliaryDatabaseObjectExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardAuxiliaryDatabaseObjectExporter
 
StandardBasicTypes - Class in org.hibernate.type
Centralizes access to the standard set of basic types.
StandardCacheEntryImpl - Class in org.hibernate.cache.spi.entry
Standard representation of entity cached data using the "disassembled state".
StandardCacheEntryImpl(Object[], EntityPersister, boolean, Object, SessionImplementor, Object) - Constructor for class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
Constructs a StandardCacheEntryImpl
StandardCallableStatementSupport - Class in org.hibernate.procedure.internal
Standard implementation of CallableStatementSupport
StandardCallableStatementSupport(boolean) - Constructor for class org.hibernate.procedure.internal.StandardCallableStatementSupport
 
StandardConverters - Class in org.hibernate.engine.config.spi
Standard set of setting converters
StandardDialectResolver - Class in org.hibernate.engine.jdbc.dialect.internal
The standard DialectResolver implementation
StandardDialectResolver() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver
 
StandardEntityNotFoundDelegate - Class in org.hibernate.boot.internal
Standard non-JPA implementation of EntityNotFoundDelegate, throwing the Hibernate-specific ObjectNotFoundException.
StandardEntityNotFoundDelegate() - Constructor for class org.hibernate.boot.internal.StandardEntityNotFoundDelegate
 
StandardForeignKeyExporter - Class in org.hibernate.tool.schema.internal
 
StandardForeignKeyExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardForeignKeyExporter
 
StandardGenerationContextLocator(String) - Constructor for class org.hibernate.mapping.Component.StandardGenerationContextLocator
 
StandardIndexExporter - Class in org.hibernate.tool.schema.internal
 
StandardIndexExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardIndexExporter
 
StandardJaccServiceImpl - Class in org.hibernate.secure.internal
 
StandardJaccServiceImpl() - Constructor for class org.hibernate.secure.internal.StandardJaccServiceImpl
 
StandardJaccServiceImpl.ContextSubjectAccess - Interface in org.hibernate.secure.internal
 
StandardJaccServiceImpl.NonPrivilegedContextSubjectAccess - Class in org.hibernate.secure.internal
 
StandardJaccServiceImpl.PrivilegedContextSubjectAccess - Class in org.hibernate.secure.internal
 
StandardJDBCEscapeFunction - Class in org.hibernate.dialect.function
Analogous to StandardSQLFunction except that standard JDBC escape sequences (i.e.
StandardJDBCEscapeFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardJDBCEscapeFunction
Constructs a StandardJDBCEscapeFunction
StandardJpaScanEnvironmentImpl - Class in org.hibernate.jpa.boot.internal
Implementation of ScanEnvironment leveraging a JPA deployment descriptor.
StandardJpaScanEnvironmentImpl(PersistenceUnitDescriptor) - Constructor for class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
StandardJtaPlatformResolver - Class in org.hibernate.engine.transaction.jta.platform.internal
 
StandardJtaPlatformResolver() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver
 
StandardOptimizerDescriptor - Enum in org.hibernate.id.enhanced
Enumeration of the standard Hibernate id generation optimizers.
StandardOrderByTranslationImpl(String, Set<String>) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator.StandardOrderByTranslationImpl
 
StandardPersisterClassResolver - Class in org.hibernate.persister.internal
 
StandardPersisterClassResolver() - Constructor for class org.hibernate.persister.internal.StandardPersisterClassResolver
 
StandardProperty - Class in org.hibernate.tuple
Deprecated.
Use one of the Attribute-based impls instead.
StandardProperty(String, Type, boolean, boolean, boolean, ValueGeneration, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.StandardProperty
Deprecated.
Constructs NonIdentifierProperty instances.
StandardQueryCache - Class in org.hibernate.cache.internal
The standard implementation of the Hibernate QueryCache interface.
StandardQueryCache(SessionFactoryOptions, Properties, UpdateTimestampsCache, String) - Constructor for class org.hibernate.cache.internal.StandardQueryCache
Constructs a StandardQueryCache instance
StandardQueryCacheFactory - Class in org.hibernate.cache.internal
Standard Hibernate implementation of the QueryCacheFactory interface.
StandardQueryCacheFactory() - Constructor for class org.hibernate.cache.internal.StandardQueryCacheFactory
 
StandardRandomStrategy - Class in org.hibernate.id.uuid
Implements a "random" UUID generation strategy as defined by the UUID.randomUUID() method.
StandardRandomStrategy() - Constructor for class org.hibernate.id.uuid.StandardRandomStrategy
 
StandardRefCursorSupport - Class in org.hibernate.engine.jdbc.cursor.internal
Standard implementation of RefCursorSupport
StandardRefCursorSupport() - Constructor for class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
StandardScanner - Class in org.hibernate.boot.archive.scan.internal
Standard implementation of the Scanner contract, supporting typical archive walking support where the urls we are processing can be treated using normal file handling.
StandardScanner() - Constructor for class org.hibernate.boot.archive.scan.internal.StandardScanner
 
StandardScanner(ArchiveDescriptorFactory) - Constructor for class org.hibernate.boot.archive.scan.internal.StandardScanner
 
StandardScanOptions - Class in org.hibernate.boot.archive.scan.internal
 
StandardScanOptions() - Constructor for class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
StandardScanOptions(String, boolean) - Constructor for class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
StandardScanParameters - Class in org.hibernate.boot.archive.scan.internal
 
StandardSequenceExporter - Class in org.hibernate.tool.schema.internal
 
StandardSequenceExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardSequenceExporter
 
StandardServiceInitiator<R extends Service> - Interface in org.hibernate.boot.registry
Contract for an initiator of services that target the standard ServiceRegistry.
StandardServiceInitiators - Class in org.hibernate.service
Central definition of the standard set of service initiators defined by Hibernate.
StandardServiceRegistry - Interface in org.hibernate.boot.registry
Specialization of the ServiceRegistry contract mainly for type safety.
StandardServiceRegistryBuilder - Class in org.hibernate.boot.registry
Builder for standard ServiceRegistry instances.
StandardServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a default builder.
StandardServiceRegistryBuilder(BootstrapServiceRegistry) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a builder with the specified bootstrap services.
StandardServiceRegistryBuilder(BootstrapServiceRegistry, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a builder with the specified bootstrap services.
StandardServiceRegistryImpl - Class in org.hibernate.boot.registry.internal
Standard Hibernate implementation of the standard service registry.
StandardServiceRegistryImpl(BootstrapServiceRegistry, List<StandardServiceInitiator>, List<ProvidedService>, Map<?, ?>) - Constructor for class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
Constructs a StandardServiceRegistryImpl.
StandardServiceRegistryImpl(boolean, BootstrapServiceRegistry, List<StandardServiceInitiator>, List<ProvidedService>, Map<?, ?>) - Constructor for class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
Constructs a StandardServiceRegistryImpl.
StandardSessionFactoryServiceInitiators - Class in org.hibernate.service.internal
Central definition of the standard set of initiators defined by Hibernate for the SessionFactoryServiceRegistry
StandardSQLExceptionConverter - Class in org.hibernate.exception.internal
 
StandardSQLExceptionConverter() - Constructor for class org.hibernate.exception.internal.StandardSQLExceptionConverter
 
StandardSQLExceptionConverter(SQLExceptionConversionDelegate...) - Constructor for class org.hibernate.exception.internal.StandardSQLExceptionConverter
 
StandardSQLFunction - Class in org.hibernate.dialect.function
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
StandardSQLFunction(String) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
Construct a standard SQL function definition with a variable return type; the actual return type will depend on the types to which the function is applied.
StandardSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
Construct a standard SQL function definition with a static return type.
StandardTableExporter - Class in org.hibernate.tool.schema.internal
 
StandardTableExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardTableExporter
 
StandardUniqueKeyExporter - Class in org.hibernate.tool.schema.internal
Unique constraint Exporter.
StandardUniqueKeyExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardUniqueKeyExporter
 
StandardWarningHandler(String) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
Creates a StandardWarningHandler
STAR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
STAR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
STAR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
start(SessionFactoryOptions, Properties) - Method in class org.hibernate.cache.ehcache.EhCacheRegionFactory
 
start(SessionFactoryOptions, Properties) - Method in class org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
 
start(SessionFactoryOptions, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
start(SessionFactoryOptions, Properties) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
start(SessionFactoryOptions, Properties) - Method in interface org.hibernate.cache.spi.RegionFactory
Lifecycle callback to perform any necessary initialization of the underlying cache implementation(s).
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.ClauseParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.FromParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.GroupByParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.OrderByParser
 
start(QueryTranslatorImpl) - Method in interface org.hibernate.hql.internal.classic.Parser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PreprocessingParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.WhereParser
 
start() - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
start() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
start(BundleContext) - Method in class org.hibernate.osgi.HibernateBundleActivator
 
start() - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are preparing to start visitation.
start() - Method in interface org.hibernate.service.spi.Startable
Start phase notification
start() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
start(SessionFactoryOptions, Properties) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
start(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
Startable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to start.
startingAttribute(AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
I'm using NULL-OBJECT pattern here, for attributes that not existing in the EntityGraph, a predefined NULL-ATTRIBUTE-NODE is pushed to the stack.
startingAttribute(AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
startingAttribute(AttributeDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are preparing to walk an attribute.
startingCollection(CollectionDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
startingCollection(CollectionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are starting to walk a collection
startingCollectionElements(CollectionElementDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
startingCollectionElements(CollectionElementDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
startingCollectionElements(CollectionElementDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are starting to look at the element definition for the collection.
startingCollectionIndex(CollectionIndexDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
startingCollectionIndex(CollectionIndexDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
startingCollectionIndex(CollectionIndexDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are starting to walk the index of a collection (List/Map).
startingComposite(CompositionDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
startingComposite(CompositionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are preparing to walk a composite.
startingEntity(EntityDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
startingEntity(EntityDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
startingEntity(EntityDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are starting to walk an entity.
startingEntityIdentifier(EntityIdentifierDefinition) - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
startingEntityIdentifier(EntityIdentifierDefinition) - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
 
startingEntityIdentifier(EntityIdentifierDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are starting to walk the identifier of an entity.
startingProperty(XProperty) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
startingProperty(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
startingProperty(XProperty) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
startingProperty(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
Called during binding to allow the PropertyHolder to inspect its discovered properties.
startingQueryCache(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startingServiceAtJndiName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startingUpdateTimestampsCache(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
startService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
startService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
startsWithEscapeCallTemplate(String) - Static method in class org.hibernate.engine.query.spi.ParameterParser
Exposed as public solely for use from tests
startTime(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startUp() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
stashInvalidNaturalIdReference(EntityPersister, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
As part of "load synchronization process", if a particular natural id is found to have changed we need to track its invalidity until after the next flush.
stateField() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
StatefulPersistenceContext - Class in org.hibernate.engine.internal
A stateful implementation of the PersistenceContext contract meaning that we maintain this state throughout the life of the persistence context.
StatefulPersistenceContext(SessionImplementor) - Constructor for class org.hibernate.engine.internal.StatefulPersistenceContext
Constructs a PersistentContext, bound to the given session.
StatelessSession - Interface in org.hibernate
A command-oriented API for performing bulk operations against a database.
StatelessSessionBuilder - Interface in org.hibernate
Represents a consolidation of all stateless session creation options into a builder style delegate.
StatelessSessionBuilderImpl(SessionFactoryImpl) - Constructor for class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
StatelessSessionImpl - Class in org.hibernate.internal
 
statement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
statement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
statement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
statement() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
Statement - Interface in org.hibernate.hql.internal.ast.tree
Common interface modeling the different HQL statements (i.e., INSERT, UPDATE, DELETE, SELECT).
STATEMENT_BATCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum JDBC batch size.
STATEMENT_FETCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
STATEMENT_INSPECTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a StatementInspector implementation to be applied to the SessionFactory.
statementEnd() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
StatementExecutor - Interface in org.hibernate.hql.internal.ast.exec
Encapsulates the strategy required to execute various types of update, delete, and insert statements issued through HQL.
statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
StatementInspector - Interface in org.hibernate.resource.jdbc.spi
Contract to allow inspection (and swapping) of SQL to be prepared
statementInspector(StatementInspector) - Method in interface org.hibernate.SessionBuilder
Applies a specific StatementInspector to the session options.
StatementParserException(String) - Constructor for exception org.hibernate.hql.internal.antlr.SqlStatementParser.StatementParserException
 
statementPrepared() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
Notification of a statement being prepared
statementPrepared() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
statementPrepared() - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
StatementPreparer - Interface in org.hibernate.engine.jdbc.spi
Contracting for preparing SQL statements
statementsClosed(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
statementsPrepared(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
staticCreateCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticCreateEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticCreateNaturalIdKey(Object[], EntityPersister, SessionImplementor) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
StaticFilterAliasGenerator - Class in org.hibernate.internal
 
StaticFilterAliasGenerator(String) - Constructor for class org.hibernate.internal.StaticFilterAliasGenerator
 
staticGetCollectionId(Object) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticGetEntityId(Object) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticGetNaturalIdValues(Object) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticImport(String, String) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
staticImport(String, String) - Method in class org.hibernate.jpamodelgen.ImportContextImpl
 
staticImport(String, String) - Method in interface org.hibernate.jpamodelgen.model.ImportContext
 
staticImport(String, String) - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
staticImport(String, String) - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
StaticPrecisionFspTimestampFunction - Class in org.hibernate.dialect.function
A function that returns a StandardBasicTypes.TIMESTAMP with static fractional seconds precision (fsp).
StaticPrecisionFspTimestampFunction(String, boolean) - Constructor for class org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
Constructs a StandardBasicTypes.TIMESTAMP function using the default fractional second precision as defined by the database.
StaticPrecisionFspTimestampFunction(String, int) - Constructor for class org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
Constructs a StandardBasicTypes.TIMESTAMP function using the specified fractional seconds precision.
StatisticalLoggingSessionEventListener - Class in org.hibernate.engine.internal
 
StatisticalLoggingSessionEventListener() - Constructor for class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
Statistics - Interface in org.hibernate.stat
Exposes statistics for a particular SessionFactory.
StatisticsFactory - Interface in org.hibernate.stat.spi
 
StatisticsImplementor - Interface in org.hibernate.stat.spi
Statistics SPI for the Hibernate core.
StatisticsInitiator - Class in org.hibernate.stat.internal
 
StatisticsInitiator() - Constructor for class org.hibernate.stat.internal.StatisticsInitiator
 
STATS_BUILDER - Static variable in class org.hibernate.stat.internal.StatisticsInitiator
Names the StatisticsFactory to use.
STATUS - Static variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
Status - Enum in org.hibernate.engine.spi
Represents the status of an entity with respect to this session.
StatusTranslator - Class in org.hibernate.resource.transaction.backend.jta.internal
 
StatusTranslator() - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.StatusTranslator
 
STMT_END - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
stop() - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
stop() - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
stop() - Method in class org.hibernate.cache.ehcache.EhCacheRegionFactory
 
stop() - Method in class org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
 
stop() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
stop() - Method in class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
 
stop() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
stop() - Method in interface org.hibernate.cache.spi.RegionFactory
Lifecycle callback to perform any necessary cleanup of the underlying cache implementation(s).
stop() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
stop() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
stop() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
stop() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
stop() - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
stop() - Method in class org.hibernate.jmx.internal.JmxServiceImpl
 
stop(BundleContext) - Method in class org.hibernate.osgi.HibernateBundleActivator
 
stop() - Method in class org.hibernate.osgi.OsgiClassLoader
 
stop() - Method in class org.hibernate.osgi.OSGiClassLoaderServiceImpl
 
stop() - Method in class org.hibernate.osgi.OsgiServiceUtil
 
stop() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
stop() - Method in interface org.hibernate.service.spi.Stoppable
Stop phase notification
stop() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
stop() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
stop() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
stopCacheManager() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
stopCacheRegions() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
Stoppable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to stop.
stoppingService() - Method in interface org.hibernate.internal.CoreMessageLogger
 
stopService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
stopService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
stopService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
STORE_DATA_AT_DELETE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Indicates whether entity data should be stored during removal.
StoredProcedureParameter - Class in org.hibernate.jpamodelgen.xml.jaxb
 
StoredProcedureParameter() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
StoredProcedureQueryImpl - Class in org.hibernate.jpa.internal
 
StoredProcedureQueryImpl(ProcedureCall, HibernateEntityManagerImplementor) - Constructor for class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
StoredProcedureQueryImpl(ProcedureCallMemento, HibernateEntityManagerImplementor) - Constructor for class org.hibernate.jpa.internal.StoredProcedureQueryImpl
This form is used to build a StoredProcedureQueryImpl from a memento (usually from a NamedStoredProcedureQuery).
strategy() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Returns type of eviction algorithm (strategy).
strategy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
 
strategy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
 
STRATEGY_REGISTRATION_PROVIDERS - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
StrategyCreator<T> - Interface in org.hibernate.boot.registry.selector.spi
 
StrategyCreatorRegionFactoryImpl - Class in org.hibernate.cache.internal
 
StrategyCreatorRegionFactoryImpl(Properties) - Constructor for class org.hibernate.cache.internal.StrategyCreatorRegionFactoryImpl
 
StrategyRegistration<T> - Interface in org.hibernate.boot.registry.selector
Describes the registration of a named strategy implementation.
StrategyRegistrationProvider - Interface in org.hibernate.boot.registry.selector
Responsible for providing the registrations of strategy selector(s).
StrategyRegistrationProviderImpl - Class in org.hibernate.c3p0.internal
Provides the C3P0ConnectionProvider to the StrategySelector service.
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.c3p0.internal.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl - Class in org.hibernate.cache.ehcache
Makes the 2 contained region factory implementations available to the Hibernate StrategySelector service.
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.cache.ehcache.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl - Class in org.hibernate.cache.infinispan
Makes the 2 contained region factory implementations available to the Hibernate StrategySelector service.
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.cache.infinispan.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl - Class in org.hibernate.hikaricp.internal
Provides the HikariCPConnectionProvider to the StrategySelector service.
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.hikaricp.internal.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl - Class in org.hibernate.proxool.internal
Provides the ProxoolConnectionProvider to the StrategySelector service.
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.proxool.internal.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderList - Interface in org.hibernate.jpa.boot.spi
 
StrategySelectionException - Exception in org.hibernate.boot.registry.selector.spi
Indicates a problem performing the selection/resolution.
StrategySelectionException(String) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
Constructs a StrategySelectionException using the specified message.
StrategySelectionException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
Constructs a StrategySelectionException using the specified message and cause.
StrategySelector - Interface in org.hibernate.boot.registry.selector.spi
Service which acts as a registry for named strategy implementations.
StrategySelectorBuilder - Class in org.hibernate.boot.registry.selector.internal
Builder for StrategySelector instances.
StrategySelectorBuilder() - Constructor for class org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
 
StrategySelectorImpl - Class in org.hibernate.boot.registry.selector.internal
Standard implementation of the StrategySelector contract.
StrategySelectorImpl(ClassLoaderService) - Constructor for class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
Constructs a StrategySelectorImpl using the given class loader service.
strategySelectorService() - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
STREAM_BINDING_EXTRACTING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
STREAM_XFER_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
Merge strategy based on transferring contents based on streams.
StreamCopier - Class in org.hibernate.internal.util.io
Utilities for copying I/O streams.
StreamUtils - Class in org.hibernate.engine.jdbc
Stream copying utilities
STRING - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
STRING - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC VARCHAR.
StringHelper - Class in org.hibernate.internal.util
 
StringNVarcharType - Class in org.hibernate.type
A type that maps between VARCHAR and String
StringNVarcharType() - Constructor for class org.hibernate.type.StringNVarcharType
 
StringRepresentableType<T> - Interface in org.hibernate.type
Additional, optional contract for types capable of rendering and consuming their values to/from strings.
stringToObject(String) - Method in class org.hibernate.type.BigIntegerType
 
stringToObject(String) - Method in class org.hibernate.type.BooleanType
 
stringToObject(String) - Method in class org.hibernate.type.ByteType
 
stringToObject(String) - Method in class org.hibernate.type.CharacterNCharType
 
stringToObject(String) - Method in class org.hibernate.type.CharacterType
 
stringToObject(String) - Method in class org.hibernate.type.CustomType
 
stringToObject(String) - Method in class org.hibernate.type.DateType
 
stringToObject(String) - Method in interface org.hibernate.type.IdentifierType
Convert the value from the mapping file to a Java object.
stringToObject(String) - Method in class org.hibernate.type.IntegerType
 
stringToObject(String) - Method in class org.hibernate.type.LongType
 
stringToObject(String) - Method in class org.hibernate.type.NumericBooleanType
 
stringToObject(String) - Method in class org.hibernate.type.ShortType
 
stringToObject(String) - Method in class org.hibernate.type.StringNVarcharType
 
stringToObject(String) - Method in class org.hibernate.type.StringType
 
stringToObject(String) - Method in class org.hibernate.type.TrueFalseType
 
stringToObject(String) - Method in class org.hibernate.type.UrlType
 
stringToObject(String) - Method in class org.hibernate.type.YesNoType
 
StringTools - Class in org.hibernate.envers.internal.tools
 
StringTools() - Constructor for class org.hibernate.envers.internal.tools.StringTools
 
StringType - Class in org.hibernate.type
A type that maps between VARCHAR and String
StringType() - Constructor for class org.hibernate.type.StringType
 
StringTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for String handling.
StringTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
StringUtil - Class in org.hibernate.jpamodelgen.util
 
StringValueHandler() - Constructor for class org.hibernate.jpa.criteria.ValueHandlerFactory.StringValueHandler
 
structure(Object) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
Convert the cache item into its "structured" form.
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
StructuredCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for entities.
StructuredCacheEntry(EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.StructuredCacheEntry
Constructs a StructuredCacheEntry strategy
StructuredCollectionCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for persistent collections (other than Maps, see StructuredMapCacheEntry).
StructuredMapCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for persistent Maps.
style - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
Subclass - Class in org.hibernate.mapping
A sublass in a table-per-class-hierarchy mapping
Subclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Subclass
 
SUBCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
SubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
 
SubclassEntitySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
SubclassEntitySourceImpl(MappingDocument, JaxbHbmEntityBaseDefinition, EntitySource) - Constructor for class org.hibernate.boot.model.source.internal.hbm.SubclassEntitySourceImpl
 
SubclassPropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".
SubclassPropertyMapper(ExtendedPropertyMapper, ExtendedPropertyMapper) - Constructor for class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
subclassSubgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
SubEntityInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all sub-entity mappings.
subgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
 
subgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
SubgraphImpl<T> - Class in org.hibernate.jpa.graph.internal
 
SubgraphImpl(EntityManagerFactoryImpl, ManagedType, Class<T>) - Constructor for class org.hibernate.jpa.graph.internal.SubgraphImpl
 
SUBJECT_CONTEXT_KEY - Static variable in interface org.hibernate.secure.internal.StandardJaccServiceImpl.ContextSubjectAccess
 
subList(int, int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
subList(int, int) - Method in class org.hibernate.collection.internal.PersistentBag
 
subList(int, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
subList(int, int) - Method in class org.hibernate.collection.internal.PersistentList
 
subList(int, int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
subMap(Object, Object) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
subMap(K, K) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
Subqueries - Class in org.hibernate.criterion
Factory class for criterion instances that represent expressions involving subqueries.
subQuery() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
subquery(Class<U>) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
subquery(Class<U>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
subquery(Class<U>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
subquery(Class<U>) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
SubqueryComparisonModifierExpression<Y> - Class in org.hibernate.jpa.criteria.expression
SubqueryComparisonModifierExpression(CriteriaBuilderImpl, Class<Y>, Subquery<Y>, SubqueryComparisonModifierExpression.Modifier) - Constructor for class org.hibernate.jpa.criteria.expression.SubqueryComparisonModifierExpression
 
SubqueryComparisonModifierExpression.Modifier - Enum in org.hibernate.jpa.criteria.expression
 
SubqueryExpression - Class in org.hibernate.criterion
A criterion that involves a subquery
SubqueryExpression(String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SubqueryExpression
 
SubquerySelection(ExpressionImpl<S>, CriteriaSubqueryImpl) - Constructor for class org.hibernate.jpa.criteria.CriteriaSubqueryImpl.SubquerySelection
 
subResolverException(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
Subselect - Annotation Type in org.hibernate.annotations
Map an immutable and read-only entity to a given SQL select expression.
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SubselectCollectionLoader - Class in org.hibernate.loader.collection
Implements subselect fetching for a collection
SubselectCollectionLoader(QueryableCollection, String, Collection, QueryParameters, Map<String, int[]>, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectCollectionLoader
 
SubselectFetch - Class in org.hibernate.engine.spi
 
SubselectFetch(String, Loadable, QueryParameters, Set, Map) - Constructor for class org.hibernate.engine.spi.SubselectFetch
Construct a SubselectFetch instance.
SubselectFetch(String, String, Loadable, QueryParameters, Set, Map) - Constructor for class org.hibernate.engine.spi.SubselectFetch
Construct a SubselectFetch instance using the provided subselect fetch query fragment, subselectFetchQueryFragment.
SubselectOneToManyLoader - Class in org.hibernate.loader.collection
Implements subselect fetching for a one to many association
SubselectOneToManyLoader(QueryableCollection, String, Collection, QueryParameters, Map<String, int[]>, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectOneToManyLoader
 
subSet(Object, Object) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
subSet(U, U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
substituteValuesIfNecessary(Object, Serializable, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Perform any property value substitution that is necessary (interceptor callback, version initialization...)
substituteValuesIfNecessary(Object, Serializable, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
 
subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of a reader, wrapping the portion in a new reader.
subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of the bytes from the given stream., wrapping them in a new stream.
substring(Expression<String>, Expression<Integer>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
substring(Expression<String>, int) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
substring(Expression<String>, int, int) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
SubstringFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL SUBSTRING function.
SubstringFunction(CriteriaBuilderImpl, Expression<String>, Expression<Integer>, Expression<Integer>) - Constructor for class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
SubstringFunction(CriteriaBuilderImpl, Expression<String>, Expression<Integer>) - Constructor for class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
SubstringFunction(CriteriaBuilderImpl, Expression<String>, int) - Constructor for class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
SubstringFunction(CriteriaBuilderImpl, Expression<String>, int, int) - Constructor for class org.hibernate.jpa.criteria.expression.function.SubstringFunction
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
subtract(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a subtraction
subtractAngles(double, double) - Static method in class org.hibernate.spatial.jts.Circle
Returns the angle between the angles a1 and a2 in radians.
successfulTransactions(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
suffix(String[], String) - Static method in class org.hibernate.internal.util.StringHelper
 
suffixes - Variable in class org.hibernate.loader.JoinWalker
 
suffixes - Variable in class org.hibernate.loader.OuterJoinLoader
 
sum(String) - Static method in class org.hibernate.criterion.Projections
A property value sum projection
SUM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SUM - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SUM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
sum(Expression<N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
sum(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
sum(Expression<? extends N>, N) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
sum(N, Expression<? extends N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
SUM(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.SUM
 
SUM(CriteriaBuilderImpl, Expression<? extends Number>, Class<N>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.SUM
 
sumAsDouble(Expression<Float>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
sumAsLong(Expression<Integer>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
SumFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
SunOneJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for Sun ONE Application Server 7 and above
SunOneJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
SUPERCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
SupportCatalogCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportCatalogCreation
 
SupportedOrmXsdVersion - Enum in org.hibernate.boot.jaxb.internal.stax
Deprecated.
since 5.0; no longer used internally.
SupportLimitAndOffsetCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
 
SupportLimitCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitCheck
 
supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
supports(SpatialFunction) - Method in interface org.hibernate.spatial.SpatialDialect
Does this dialect supports the specified SpatialFunction.
supportsAggressiveRelease() - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Does this connection provider support aggressive release of JDBC connections and re-acquisition of those connections (if need be) later?

This is used in conjunction with AvailableSettings.RELEASE_CONNECTIONS to aggressively release JDBC connections.

supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Does the underlying provider of connections support aggressive releasing of connections (and re-acquisition of those connections later, if need be) in JTA environments?
supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Does this connection provider support aggressive release of JDBC connections and re-acquisition of those connections (if need be) later?

This is used in conjunction with AvailableSettings.RELEASE_CONNECTIONS to aggressively release JDBC connections.

supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
supportsAggressiveRelease() - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
supportsBatchUpdates() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsBatchUpdates() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to supporting batched updates?
supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.Dialect
Does this dialect support using a JDBC bind parameter as an argument to a function or procedure call?
supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
supportsBulkInsertionIdentifierGeneration() - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Given the configuration of this generator, is identifier generation as part of bulk insertion supported?

IMPL NOTE : Mainly here to allow stuff like SequenceStyleGenerator which *can* support this based on configuration

supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.Dialect
Does this dialect support cascaded delete on foreign key definitions?
supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
RDMS does not support Cascade Deletes.
supportsCascadeDelete() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsCascadeDelete() - Method in class org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect
 
SupportsCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCascadeDeleteCheck
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
Does this dialect support case insensitive LIKE restrictions?
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsCatalogs() - Method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
 
supportsCheck() - Method in class org.hibernate.dialect.Cache71Dialect
Does this dialect support check constraints?
SupportSchemaCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportSchemaCreation
 
SupportsCircularCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.Dialect
Does this dialect support definition of cascade delete constraints which can cause circular chains?
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
HANA currently does not support check constraints.
supportsColumnCheck() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.Dialect
Does this dialect support column-level check constraints?
supportsColumnCheck() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.MySQL5Dialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.TimesTenDialect
 
SupportsColumnCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsColumnCheck
 
supportsCommentOn() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsCommentOn() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support commenting on tables, columns, etc?
supportsCommentOn() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsCommentOn() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Dialect
Does this dialect support a way to retrieve the database's current timestamp value?
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.H2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.HSQLDialect
HSQLDB 1.8.x requires CALL CURRENT_TIMESTAMP but this should not be treated as a callable statement.
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.InformixDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsDataDefinitionInTransaction() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsDataDefinitionInTransaction() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to support performing DDL within transactions?
supportsEmptyInList() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Dialect
Does this dialect support empty IN lists?

For example, is [where XYZ in ()] a supported construct?

supportsEmptyInList() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.IngresDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsEmptyInList() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.TimesTenDialect
 
SupportsEmptyInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsEmptyInListCheck
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.Dialect
Does the dialect support an exists statement in the select clause?
supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.Teradata14Dialect
 
SupportsExistsInSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Dialect
Expected LOB usage pattern is such that I can perform an insert via prepared statement with a parameter binding for a LOB value without crazy casting to JDBC driver implementation-specific classes...
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.IngresDialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE15Dialect
Actually Sybase does not support LOB locators at al.
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Teradata14Dialect
 
SupportsExpectedLobUsagePattern() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
 
supportsFiltering() - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
 
supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
supportsFiltering() - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialect
 
supportsFiltering() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
supportsFiltering() - Method in interface org.hibernate.spatial.SpatialDialect
Returns true if this SpatialDialect supports a specific filtering function.
supportsGetGeneratedKeys() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsGetGeneratedKeys() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to supporting retrieval of generated keys?
supportsIdentityColumns() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getIdentityColumnSupport() should be overridden instead; if getIdentityColumnSupport().supportsIdentityColumns() does not delegate to this method, then this method is ignored.
supportsIdentityColumns() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIdentityColumns() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Does this dialect support identity column key generation?
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.InformixDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.Ingres10Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.JDataStoreDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.MimerSQLDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.Oracle12cDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.Teradata14Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.TeradataDialect
 
SupportsIdentityColumns() - Constructor for class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
 
supportsIfExistsAfterConstraintName() - Method in class org.hibernate.dialect.Dialect
For dropping a constraint with an "alter table", can the phrase "if exists" be applied after the constraint name?

NOTE : Only one or the other (or neither) of this and Dialect.supportsIfExistsBeforeConstraintName() should return true

supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
For dropping a table, can the phrase "if exists" be applied after the table name?

NOTE : Only one or the other (or neither) of this and Dialect.supportsIfExistsBeforeTableName() should return true

supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.Dialect
For dropping a constraint with an "alter table", can the phrase "if exists" be applied before the constraint name?

NOTE : Only one or the other (or neither) of this and Dialect.supportsIfExistsAfterConstraintName() should return true

supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.PostgreSQL9Dialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.Dialect
For dropping a table, can the phrase "if exists" be applied before the table name?

NOTE : Only one or the other (or neither) of this and Dialect.supportsIfExistsAfterTableName() should return true

supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getIdentityColumnSupport() should be overridden instead; if getIdentityColumnSupport().supportsInsertSelectIdentity() does not delegate to this method, then this method is ignored.
supportsInsertSelectIdentity() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Does the dialect support some form of inserting and selecting the generated IDENTITY value all in the same statement.
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.Oracle12cDialect
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
 
supportsLimit() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsLimit() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsLimit() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
supportsLimit() - Method in class org.hibernate.dialect.H2Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLimit() - Method in class org.hibernate.dialect.InformixDialect
 
supportsLimit() - Method in class org.hibernate.dialect.IngresDialect
 
supportsLimit() - Method in class org.hibernate.dialect.InterbaseDialect
 
supportsLimit() - Method in class org.hibernate.dialect.MimerSQLDialect
 
supportsLimit() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.CUBRIDLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.FirstLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
supportsLimit() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler support some form of limiting query results via a SQL clause?
supportsLimit() - Method in class org.hibernate.dialect.pagination.SQL2008StandardLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
supportsLimitOffset() - Method in class org.hibernate.dialect.InformixDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.IngresDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.FirstLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
supportsLimitOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler's LIMIT support (if any) additionally support specifying an offset?
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.Dialect
Does the dialect support propagating changes to LOB values back to the database? Talking about mutating the internal value of the locator as opposed to supplying a new locator instance...
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.H2Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.TeradataDialect
 
SupportsLobValueChangePropogation() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropogation
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.Dialect
Informational metadata about whether this dialect is known to support specifying timeouts for requested lock acquisitions.
supportsLockTimeouts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.Teradata14Dialect
 
SupportsLockTimeouts() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
 
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
Override the DatabaseMetaData#supportsNamedParameters()
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.HSQLDialect
 
supportsNamedParameters() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsNamedParameters() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Does the driver report supporting named parameters?
supportsNotNullUnique() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
supportsOrdinalParameterMetadata() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
supportsOrdinalParameterMetadata() - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Dialect
Does this dialect support FOR UPDATE in conjunction with outer joined rows?
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.MimerSQLDialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
Currently, RDMS-JDBC does not support ForUpdate.
supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.DB2Dialect
Does this dialect support parameters within the SELECT clause of INSERT ...
supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.Dialect
Does this dialect support parameters within the SELECT clause of INSERT ...
SupportsParametersInInsertSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
 
supportsPooledSequences() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Dialect
Does this dialect support "pooled" sequences.
supportsPooledSequences() - Method in class org.hibernate.dialect.H2Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.InformixDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsPooledSequences() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
supportsRefCursors(DatabaseMetaData) - Static method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
Does this JDBC metadata indicate that the driver defines REF_CURSOR support?
supportsRefCursors() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsRefCursors() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Does the driver report supporting REF_CURSORs?
SupportsResultSetPositioningOnForwardOnlyCursorCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Dialect
Does this dialect support asking the result set its positioning information on forward only cursors.
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsRootCollectionReturns() - Method in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy
 
supportsRootCollectionReturns() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
supportsRootCollectionReturns() - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
 
supportsRootEntityReturns() - Method in class org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy
 
supportsRootEntityReturns() - Method in class org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.Dialect
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax.
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
SupportsRowValueConstructorSyntaxCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Dialect
If the dialect supports row values, does it offer such support in IN lists as well?

For example, "...

supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Oracle9iDialect
HHH-4907, I don't know if oracle 8 supports this syntax, so I'd think it is better add this method here.
SupportsRowValueConstructorSyntaxInInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck
 
supportsSchemas() - Method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
 
supportsScrollableResults() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsScrollableResults() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to supporting scrollable result sets?
supportsSequences() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsSequences() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsSequences() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
 
supportsSequences() - Method in class org.hibernate.dialect.DerbyTenSixDialect
 
supportsSequences() - Method in class org.hibernate.dialect.Dialect
Does this dialect support sequences?
supportsSequences() - Method in class org.hibernate.dialect.H2Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsSequences() - Method in class org.hibernate.dialect.InformixDialect
 
supportsSequences() - Method in class org.hibernate.dialect.IngresDialect
 
supportsSequences() - Method in class org.hibernate.dialect.InterbaseDialect
 
supportsSequences() - Method in class org.hibernate.dialect.MckoiDialect
 
supportsSequences() - Method in class org.hibernate.dialect.MimerSQLDialect
 
supportsSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsSequences() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.SAPDBDialect
 
supportsSequences() - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsSequences() - Method in class org.hibernate.dialect.TimesTenDialect
 
SupportsSequences() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSequences
 
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support referencing the table being mutated in a subquery.
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.Dialect
Are subselects supported as the left-hand-side (LHS) of IN-predicates.
supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.IngresDialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.Dialect
Does this dialect support table-level check constraints?
supportsTableCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsTupleCounts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support `count(a,b)`?
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support `count(distinct a,b)`?
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.IngresDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Oracle9iDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Teradata14Dialect
 
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.Dialect
Does this dialect support tuples in subqueries? Ex: delete from Table1 where (col1, col2) in (select col1, col2 from Table2)
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.H2Dialect
 
SupportSubqueryAsLeftHandSideInPredicate() - Constructor for class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Dialect
Is it supported to materialize a LOB locator outside the transaction in which it was created?

Again, part of the trickiness here is the fact that this is largely driver dependent.

supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Teradata14Dialect
 
SupportsUnboundedLobLocatorMaterializationCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
supportsUnionAll() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Dialect
Does this dialect support UNION ALL, which is generally a faster variant of UNION?
supportsUnionAll() - Method in class org.hibernate.dialect.H2Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsUnionAll() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsUnique() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
supportsVariableLimit() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsVariableLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
supportsVariableLimit() - Method in class org.hibernate.dialect.InformixDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.IngresDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does this handler support bind variables (i.e., prepared statement parameters) for its limit/offset?
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.FirstLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
suspend(boolean) - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
suspend(boolean) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
suspend(boolean) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
suspend() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
Tell the TransactionManager to suspend any ongoing transaction.
suspend() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
Sybase11Dialect - Class in org.hibernate.dialect
A SQL dialect suitable for use with Sybase 11.9.2 (specifically: avoids ANSI JOIN syntax)
Sybase11Dialect() - Constructor for class org.hibernate.dialect.Sybase11Dialect
Constructs a Sybase11Dialect
Sybase11JoinFragment - Class in org.hibernate.sql
An old Sybase-style join (before Sybase supported the ANSI style "inner join" etc syntax) This is needed for Sybase 11.9.2 and earlier, using the HQL 2.* syntax with Collections.
Sybase11JoinFragment() - Constructor for class org.hibernate.sql.Sybase11JoinFragment
 
SybaseAnywhereDialect - Class in org.hibernate.dialect
SQL Dialect for Sybase Anywhere extending Sybase (Enterprise) Dialect (Tested on ASA 8.x)
SybaseAnywhereDialect() - Constructor for class org.hibernate.dialect.SybaseAnywhereDialect
 
SybaseASE157Dialect - Class in org.hibernate.dialect
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15.7 and higher.
SybaseASE157Dialect() - Constructor for class org.hibernate.dialect.SybaseASE157Dialect
Constructs a SybaseASE157Dialect
SybaseASE15Dialect - Class in org.hibernate.dialect
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.
SybaseASE15Dialect() - Constructor for class org.hibernate.dialect.SybaseASE15Dialect
Constructs a SybaseASE15Dialect
SybaseDialect - Class in org.hibernate.dialect
All Sybase dialects share an IN list size limit.
SybaseDialect() - Constructor for class org.hibernate.dialect.SybaseDialect
 
SYMDIFFERENCE - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The symmetric difference function
synchronizationAlreadyRegistered(Synchronization) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SynchronizationCallbackCoordinator - Interface in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.
SynchronizationCallbackCoordinatorNonTrackingImpl - Class in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Manages callbacks from the Synchronization registered by Hibernate.
SynchronizationCallbackCoordinatorNonTrackingImpl(SynchronizationCallbackTarget) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
SynchronizationCallbackCoordinatorTrackingImpl - Class in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Extension of SynchronizationCallbackCoordinatorNonTrackingImpl that adds checking of whether a rollback comes from a thread other than the application thread (thread used to register the Synchronization)
SynchronizationCallbackCoordinatorTrackingImpl(SynchronizationCallbackTarget) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
SynchronizationCallbackTarget - Interface in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Defines "inflow" for JTA transactions from the perspective of Hibernate's registered JTA Synchronization back into the TransactionCoordinator by means of the SynchronizationCallbackCoordinator.
synchronizationFailed(Synchronization, Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
synchronizationRegistered() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinator
Called by the TransactionCoordinator when it registers the Synchronization with the JTA system
synchronizationRegistered() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
synchronizationRegistered() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
SynchronizationRegistry - Interface in org.hibernate.engine.transaction.spi
Manages a registry of Synchronizations.
SynchronizationRegistry - Interface in org.hibernate.resource.transaction
Manages a registry of (local) JTA Synchronization instances
synchronizationRegistry() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
SynchronizationRegistryAccess - Interface in org.hibernate.engine.transaction.jta.platform.internal
SynchronizationRegistryBasedSynchronizationStrategy - Class in org.hibernate.engine.transaction.jta.platform.internal
Implementation of the JtaSynchronizationStrategy contract based on using a TransactionSynchronizationRegistry
SynchronizationRegistryBasedSynchronizationStrategy(SynchronizationRegistryAccess) - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
 
SynchronizationRegistryImpl - Class in org.hibernate.engine.transaction.internal
Manages a registry of Synchronizations.
SynchronizationRegistryImpl() - Constructor for class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl
 
SynchronizationRegistryImplementor - Interface in org.hibernate.resource.transaction.spi
SPI contract for SynchronizationRegistry implementors.
SynchronizationRegistryStandardImpl - Class in org.hibernate.resource.transaction.internal
The standard implementation of the SynchronizationRegistry contract
SynchronizationRegistryStandardImpl() - Constructor for class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
Synchronize - Annotation Type in org.hibernate.annotations
Ensures that auto-flush happens correctly and that queries against the derived entity do not return stale data.
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SynchronizeableQuery - Interface in org.hibernate
A unifying interface for queries which can define tables (query spaces) to synchronize on.
synchronizedQuerySpaces() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
Use this form instead of ProcedureCallImpl.getSynchronizedQuerySpaces() when you want to make sure the underlying Set is instantiated (aka, on add)
synchronizedTables - Variable in class org.hibernate.mapping.PersistentClass
 
SyntheticAndFactory - Class in org.hibernate.hql.internal.ast.util
Creates synthetic and nodes based on the where fragment part of a JoinSequence.
SyntheticAndFactory(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.util.SyntheticAndFactory
 
SyntheticProperty - Class in org.hibernate.mapping
Models a property which does not actually exist in the model.
SyntheticProperty() - Constructor for class org.hibernate.mapping.SyntheticProperty
 

T

Table - Annotation Type in org.hibernate.annotations
Complementary information to a table either primary or secondary.
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
table() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
table() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
TABLE - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table name for the generated id
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
Table - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Table() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Table
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
Table - Class in org.hibernate.mapping
A relational table
Table() - Constructor for class org.hibernate.mapping.Table
 
Table(String) - Constructor for class org.hibernate.mapping.Table
 
Table(Namespace, Identifier, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(Identifier, Identifier, Identifier, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(Namespace, Identifier, String, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(Namespace, String, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table.ForeignKeyKey - Class in org.hibernate.mapping
 
TABLE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Configures the name of the table to use.
TableBasedDeleteHandlerImpl - Class in org.hibernate.hql.spi.id
 
TableBasedDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, IdTableInfo) - Constructor for class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
TableBasedUpdateHandlerImpl - Class in org.hibernate.hql.spi.id
 
TableBasedUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, IdTableInfo) - Constructor for class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
TableBinder - Class in org.hibernate.cfg.annotations
Table related operations
TableBinder() - Constructor for class org.hibernate.cfg.annotations.TableBinder
 
tableCreateString(boolean) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
tableFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TableGenerator - Class in org.hibernate.id.enhanced
An enhanced version of table-based id generation.
TableGenerator() - Constructor for class org.hibernate.id.enhanced.TableGenerator
 
tableGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
tableGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
tableGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
TableGenerator - Class in org.hibernate.jpamodelgen.xml.jaxb
 
TableGenerator() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
TableInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing tables in the database
TableInformationContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all mappings that contain relational table information
TableInformationImpl - Class in org.hibernate.tool.schema.extract.internal
Provides access to information about existing schema objects (tables, sequences etc) of existing database.
TableInformationImpl(InformationExtractor, QualifiedTableName, boolean, String) - Constructor for class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
tableJoin(AST, AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
TableMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC table metadata
tableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
tableName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
tableName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Convert mixed case to underscores
tableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Alter the table name given in the mapping document
tableNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TableOwner - Interface in org.hibernate.mapping
Additional, optional contract as part pf the PersistentClass hierarchy used to differentiate entity bindings for entities that map to their own table (root, union-subclass, joined-subclass) versus those that do not (discriminator-subclass).
Tables - Annotation Type in org.hibernate.annotations
A grouping of tables.
TABLES - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table names for all tables for which the id must be unique
TableSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of table information
TableSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
Models a table mapping source.
TableSpecificationSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of "table specification" information.
TableStructure - Class in org.hibernate.id.enhanced
Describes a table used to mimic sequence behavior
TableStructure(JdbcEnvironment, QualifiedName, Identifier, int, int, Class) - Constructor for class org.hibernate.id.enhanced.TableStructure
 
tailMap(Object) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
tailMap(K) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
tailSet(Object) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
tailSet(U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
Target - Annotation Type in org.hibernate.annotations
Define an explicit target, avoiding reflection and generics resolving.
target - Variable in class org.hibernate.bytecode.internal.javassist.BulkAccessor
 
Target - Enum in org.hibernate.tool.hbm2ddl
 
Target - Interface in org.hibernate.tool.schema.spi
Describes the target of schema management actions.
targetClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
 
targetClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
TargetDatabaseImpl - Class in org.hibernate.tool.schema.internal
 
TargetDatabaseImpl(JdbcConnectionAccess) - Constructor for class org.hibernate.tool.schema.internal.TargetDatabaseImpl
 
targetEntity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
targetEntity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
targetEntity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
targetEntity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
TargetFileImpl - Class in org.hibernate.tool.schema.internal
 
TargetFileImpl(String, String) - Constructor for class org.hibernate.tool.schema.internal.TargetFileImpl
 
TargetFileImpl(String, String, Formatter) - Constructor for class org.hibernate.tool.schema.internal.TargetFileImpl
 
TargetStdoutImpl - Class in org.hibernate.tool.schema.internal
 
TargetStdoutImpl() - Constructor for class org.hibernate.tool.schema.internal.TargetStdoutImpl
 
TargetStdoutImpl(String) - Constructor for class org.hibernate.tool.schema.internal.TargetStdoutImpl
 
TargetStdoutImpl(String, Formatter) - Constructor for class org.hibernate.tool.schema.internal.TargetStdoutImpl
 
tc - Variable in class org.hibernate.cache.infinispan.util.InvocationAfterCompletion
 
Template - Class in org.hibernate.sql
Parses SQL fragments specified in mapping documents
TEMPLATE - Static variable in class org.hibernate.sql.Template
 
Template.NoOpColumnMapper - Class in org.hibernate.sql
 
TemplatedViolatedConstraintNameExtracter - Class in org.hibernate.exception.spi
Knows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message.
TemplatedViolatedConstraintNameExtracter() - Constructor for class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
 
TemplateRenderer - Class in org.hibernate.dialect.function
Delegate for handling function "templates".
TemplateRenderer(String) - Constructor for class org.hibernate.dialect.function.TemplateRenderer
Constructs a template renderer
tempList - Variable in class org.hibernate.collection.internal.PersistentSet
 
temporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
temporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
temporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
temporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Version
 
TemporalType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for temporal-type.
TempTableDdlTransactionHandling - Enum in org.hibernate.boot
Enum describing how creation and dropping of temporary tables should be done in terms of transaction handling.
TENANT_IDENTIFIER_TO_USE_FOR_ANY_KEY - Static variable in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
Identifies the DataSource name to use for DataSourceBasedMultiTenantConnectionProviderImpl.selectAnyDataSource() handling
tenantIdentifier(String) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
tenantIdentifier(String) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
tenantIdentifier(String) - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
tenantIdentifier(String) - Method in interface org.hibernate.SessionBuilder
Define the tenant identifier to be associated with the opened session.
tenantIdentifier(String) - Method in interface org.hibernate.StatelessSessionBuilder
Define the tenant identifier to be associated with the opened session.
TenantIdentifierMismatchException - Exception in org.hibernate.context
Indicates that tenant identifiers did not match in cases where CurrentTenantIdentifierResolver.validateExistingCurrentSessions() returns true and there is a mismatch found.
TenantIdentifierMismatchException(String) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
Constructs a TenantIdentifierMismatchException.
TenantIdentifierMismatchException(String, Throwable) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
Constructs a TenantIdentifierMismatchException.
Teradata14Dialect - Class in org.hibernate.dialect
A dialect for the Teradata database
Teradata14Dialect() - Constructor for class org.hibernate.dialect.Teradata14Dialect
 
TeradataDialect - Class in org.hibernate.dialect
A dialect for the Teradata database created by MCR as part of the dialect certification process.
TeradataDialect() - Constructor for class org.hibernate.dialect.TeradataDialect
Constructor
TestableLoggerProvider - Class in org.hibernate.testing.logger
A LoggerProvider for JBoss Logger.
TestableLoggerProvider() - Constructor for class org.hibernate.testing.logger.TestableLoggerProvider
 
TestClassMetadata - Class in org.hibernate.testing.junit4
Metadata about various types of callback methods on a given test class.
TestClassMetadata(Class) - Constructor for class org.hibernate.testing.junit4.TestClassMetadata
 
TestForIssue - Annotation Type in org.hibernate.testing
A documentation annotation for notating what JIRA issue is being tested.
TestingDatabaseInfo - Class in org.hibernate.testing.env
 
TestingJtaBootstrap - Class in org.hibernate.testing.jta
 
TestingJtaPlatformImpl - Class in org.hibernate.testing.jta
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
TestingJtaPlatformImpl() - Constructor for class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
testInstance - Variable in class org.hibernate.testing.junit4.CustomRunner
 
TestPathHelper - Class in org.hibernate.testing.util
 
testSettingIsolationAsName() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
testSettingIsolationAsNameAlt() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
testSettingIsolationAsNumeric() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
testSettingIsolationAsNumericString() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
TEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGVARCHAR.
TextType - Class in org.hibernate.type
A type that maps between LONGVARCHAR and String
TextType() - Constructor for class org.hibernate.type.TextType
 
THEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
THEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
THEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
THETA_JOINS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
THETA_JOINS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
thetaJoins(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
ThreadLocalSessionContext - Class in org.hibernate.context.internal
A CurrentSessionContext impl which scopes the notion of current session by the current thread of execution.
ThreadLocalSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.internal.ThreadLocalSessionContext
Constructs a ThreadLocal
ThreadLocalSessionContext.CleanupSync - Class in org.hibernate.context.internal
Transaction sync used for cleanup of the internal session map.
ThreeEntityQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from a relation middle-table and a two related versions entity.
ThreeEntityQueryGenerator(GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, String, MiddleIdData, MiddleIdData, MiddleIdData, boolean, MiddleComponentData...) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
thresholdExpired() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Returns true if batching threshold has expired, false otherwise.
throwExceptionIfErrorOccurred() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
throwIfNull(Object, Serializable, String) - Static method in exception org.hibernate.UnresolvableObjectException
Factory method for building and throwing an UnresolvableObjectException if the entity is null.
throwNPE(String) - Method in class org.hibernate.testing.byteman.BytemanHelper
 
throwPersistenceException(PersistenceException) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
throwPersistenceException(HibernateException) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
throwPersistenceException(PersistenceException) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
throwPersistenceException(HibernateException) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
throwQueryException() - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
throwQueryException() - Method in interface org.hibernate.hql.internal.ast.ParseErrorHandler
 
TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Time) to JDBC TIME.
TIME_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
TimedExecutor - Class in org.hibernate.testing.async
 
TimedExecutor(long) - Constructor for class org.hibernate.testing.async.TimedExecutor
 
TimedExecutor(long, int) - Constructor for class org.hibernate.testing.async.TimedExecutor
 
timedOut() - Method in interface org.hibernate.testing.async.Executable
Called when the timeout period is exceeded.
TimeMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
 
timeout - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
timeout - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
timeout - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
TIMEOUT_HIBERNATE - Static variable in class org.hibernate.annotations.QueryHints
Apply a Hibernate query timeout, which is defined in seconds.
TIMEOUT_JPA - Static variable in class org.hibernate.annotations.QueryHints
Apply a JPA query timeout, which is defined in milliseconds.
timestamp - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
TIMESTAMP - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Timestamp) to JDBC TIMESTAMP.
TIMESTAMP_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
timestampCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
timestampCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
timestampCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
Timestamper - Class in org.hibernate.testing.cache
Generates increasing identifiers (in a single VM only).
TimestampMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
TIMESTAMPS_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for timestamp caches.
TimestampsRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
TimestampsRegionImpl - Class in org.hibernate.cache.infinispan.timestamp
Defines the behavior of the timestamps cache region for Infinispan.
TimestampsRegionImpl(AdvancedCache, String, InfinispanRegionFactory) - Constructor for class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
Local timestamps region constructor.
TimestampType - Class in org.hibernate.type
A type that maps between TIMESTAMP and Timestamp
TimestampType() - Constructor for class org.hibernate.type.TimestampType
 
TimestampTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for TIMESTAMP handling.
TimestampTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
TimestampTypeOverrides - Class in org.hibernate.cache.infinispan.timestamp
TimestampTypeOverrides.
TimestampTypeOverrides() - Constructor for class org.hibernate.cache.infinispan.timestamp.TimestampTypeOverrides
 
TimesTenDialect - Class in org.hibernate.dialect
A SQL dialect for TimesTen 5.1.
TimesTenDialect() - Constructor for class org.hibernate.dialect.TimesTenDialect
Constructs a TimesTenDialect
TimeType - Class in org.hibernate.type
A type that maps between TIME and Time
TimeType() - Constructor for class org.hibernate.type.TimeType
 
TimeTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for TIME handling.
TimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping TimeZone to JDBC VARCHAR.
TimeZoneComparator() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
TimeZoneType - Class in org.hibernate.type
A type mapping VARCHAR and TimeZone
TimeZoneType() - Constructor for class org.hibernate.type.TimeZoneType
 
TimeZoneTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for TimeZone handling.
TimeZoneTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
TimeZoneTypeDescriptor.TimeZoneComparator - Class in org.hibernate.type.descriptor.java
 
TinyIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for TINYINT handling.
TinyIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
tm - Variable in class org.hibernate.cache.infinispan.impl.BaseRegion
 
TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
 
TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
to(Geometry) - Static method in class org.hibernate.spatial.dialect.h2geodb.GeoDbWkb
Encode the specified Geometry into a WKB
to2DIntArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
to2DStringArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
TO_LIST - Static variable in class org.hibernate.transform.Transformers
Each row of results is a List
toAccessType() - Method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Get the AccessType corresponding to this concurrency strategy.
toAliasedColumns(String, String) - Method in class org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl
 
toAliasedColumns(String, String) - Method in class org.hibernate.loader.plan.build.internal.spaces.CompositeQuerySpaceImpl
 
toAliasedColumns(String, String) - Method in class org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl
 
toAliasedColumns(String, String) - Method in interface org.hibernate.loader.plan.spi.QuerySpace
Get the aliased column names for the specified property in the query space..
toAliasEntityMap(SqlFragmentAlias[]) - Static method in class org.hibernate.cfg.BinderHelper
 
toAliasString(String) - Method in class org.hibernate.sql.Alias
 
toAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toAliasTableMap(SqlFragmentAlias[]) - Static method in class org.hibernate.cfg.BinderHelper
 
toAnyDefinition() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
toAnyDefinition() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
toAnyDefinition() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
toAnyMappingDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
If the element type returned by CollectionElementDefinition.getType() is an AnyType, then the any mapping definition for the collection element is returned; otherwise, IllegalStateException is thrown.
toAnyMappingDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
If the index type returned by CollectionIndexDefinition.getType() is an AnyType, then the any mapping definition for the collection index is returned; otherwise, IllegalStateException is thrown.
toArray() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
toArray() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
toArray() - Method in class org.hibernate.collection.internal.PersistentBag
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.PersistentBag
 
toArray() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
toArray() - Method in class org.hibernate.collection.internal.PersistentList
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.PersistentList
 
toArray() - Method in class org.hibernate.collection.internal.PersistentSet
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.PersistentSet
 
toArray() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toArray(V[]) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toArray() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
toArray(Object[]) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
toArray() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
toArrayElement(String) - Static method in class org.hibernate.internal.util.StringHelper
Takes a String s and returns a new String[1] with s as the only element.
toAttributeConverterDefinition(AttributeConverter) - Static method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
toBigDecimal(Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
toBigInteger(Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
toBinaryString(byte) - Static method in class org.hibernate.internal.util.BytesHelper
 
toBinaryString(int) - Static method in class org.hibernate.internal.util.BytesHelper
 
toBinaryString(long) - Static method in class org.hibernate.internal.util.BytesHelper
 
toBoolean(boolean) - Method in enum org.hibernate.boot.model.TruthValue
 
toBoolean(TruthValue, boolean) - Static method in enum org.hibernate.boot.model.TruthValue
 
toBooleanArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.DerbyTenSevenDialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.Dialect
The SQL literal value to which this database maps boolean values.
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.HSQLDialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.Ingres10Dialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
toByte(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toBytes(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
ToBytesTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
toCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
toCollectionDefinition() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
toCollectionDefinition() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.AnyType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CollectionType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ComponentType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CustomType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ManyToOneType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.MetaType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.OneToOneType
 
toColumnNullness(Object, Mapping) - Method in interface org.hibernate.type.Type
Given an instance of the type, return an array of boolean, indicating which mapped columns would be null.
toColumns(String) - Method in interface org.hibernate.hql.internal.ast.tree.CollectionPropertyReference
 
toColumns(String, String, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
toColumns(String, String, boolean, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
toColumns(String, String) - Method in class org.hibernate.loader.plan.build.internal.spaces.CompositePropertyMapping
 
toColumns(String) - Method in class org.hibernate.loader.plan.build.internal.spaces.CompositePropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toColumns(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toColumns(String, String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
toColumns(String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String, String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
toColumns(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Obtain aliased column/formula fragments for the specified property path.
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Given a property path, return the corresponding column name(s).
toColumns(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
toColumns(String, int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Given the number of a property of a subclass, and a table alias, return the aliased column names.
toColumns(String, String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Obtain aliased column/formula fragments for the specified property path.
toColumns(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a property path, return the corresponding column name(s).
toCompositeData() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Convert our state into a JMX CompositeData
toCompositeData() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
Builds a JMX CompositeData view of our state
toCompositeData() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Creates a CompositeData instance of this instance
toCompositeData() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
Creates a CompositeData instance of this instance
toCompositeDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
If the index type returned by CollectionIndexDefinition.getType() is a CompositeType, then the composite index definition for the collection index is returned; otherwise, IllegalStateException is thrown.
toCompositeElementDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
If the element type returned by CollectionElementDefinition.getType() is a CompositeType, then the composite element definition for the collection element is returned; otherwise, IllegalStateException is thrown.
toDatabaseIdentifierText(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
toDouble(Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
toEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
toEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
If the element type returned by CollectionElementDefinition.getType() is an EntityType, then the entity definition for the collection element is returned; otherwise, IllegalStateException is thrown.
toEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
If the index type returned by CollectionIndexDefinition.getType() is an EntityType, then the entity definition for the collection index is returned; otherwise, IllegalStateException is thrown.
toEntityDefinition() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
toEntityDefinition() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
toExternalForm() - Method in enum org.hibernate.LockMode
 
toFloat(Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
toFragmentString() - Method in class org.hibernate.sql.ANSICaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.CaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.ConditionFragment
 
toFragmentString() - Method in class org.hibernate.sql.DecodeCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.DerbyCaseFragment
From http://www.jroller.com/comments/kenlars99/Weblog/cloudscape_soon_to_be_derby

The problem we had, was when Hibernate does a select with a case statement, for joined subclasses.

toFragmentString() - Method in class org.hibernate.sql.DisjunctionFragment
 
toFragmentString() - Method in class org.hibernate.sql.ForUpdateFragment
 
toFragmentString() - Method in class org.hibernate.sql.HSQLCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.InFragment
 
toFragmentString() - Method in class org.hibernate.sql.MckoiCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.SelectFragment
 
toFromElements(FromClause, HqlSqlWalker) - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
 
toFromFragmentString() - Method in class org.hibernate.sql.ANSIJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.JoinFragment
Render this fragment to its FROM clause portion
toFromFragmentString() - Method in class org.hibernate.sql.OracleJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.QueryJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
toGeometry(Object) - Static method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Render the SQL fragment to be used in the GROUP BY clause
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
toHibernateJoinType(int) - Static method in class org.hibernate.hql.internal.ast.util.JoinProcessor
Translates an AST join type (i.e., the token type) into a JoinFragment.XXX join type.
toIdentifier(String) - Static method in class org.hibernate.boot.model.naming.DatabaseIdentifier
 
toIdentifier(String) - Static method in class org.hibernate.boot.model.naming.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String, boolean) - Static method in class org.hibernate.boot.model.naming.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String, MetadataBuildingContext) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
Easy hook to build an Identifier using the keyword safe IdentifierHelper.
toIdentifier(String) - Method in class org.hibernate.boot.model.relational.Database
Wrap the raw name of a database object in it's Identifier form accounting for quoting from any of: explicit quoting in the name itself global request to quote all identifiers

NOTE : quoting from database keywords happens only when building physical identifiers

toIdentifier(String) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toIdentifier(String, boolean) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toIdentifier(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String, boolean) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Generate an Identifier instance from its simple name as obtained from mapping information.
toInt(byte[]) - Static method in class org.hibernate.internal.util.BytesHelper
Custom algorithm used to generate an int from a series of bytes.
toInt(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toIntArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toInteger(Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
toInteger(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toIsolationConnectionConstantName(Integer) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
Gets the Connection constant name corresponding to the given isolation.
toIsolationNiceName(Integer) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
Get the name of a JDBC transaction isolation level
toJoinFragment() - Method in class org.hibernate.engine.internal.JoinSequence
Generate a JoinFragment
toJoinFragment(Map, boolean) - Method in class org.hibernate.engine.internal.JoinSequence
Generate a JoinFragment
toJoinFragment(Map, boolean, String, String) - Method in class org.hibernate.engine.internal.JoinSequence
Generate a JoinFragment
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.ClauseParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.FromParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.GroupByParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.OrderByParser
 
token(String, QueryTranslatorImpl) - Method in interface org.hibernate.hql.internal.classic.Parser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PreprocessingParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.WhereParser
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ExistsSubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertiesSubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertySubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleSubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
 
toList(Object) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toList(Iterator) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
ToListResultTransformer - Class in org.hibernate.transform
Tranforms each result row from a tuple into a List whose elements are each tuple value
toLoggableString() - Method in interface org.hibernate.boot.model.relational.Loggable
Obtain the string representation of this value usable in log statements.
toLoggableString(SessionImplementor) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
Build a loggable representation of the paths tracked here at the moment.
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ArrayType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Generate a loggable representation of an instance of the value mapped by this type.
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EnumType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Generate a representation of the value for logging purposes.
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.LoggableUserType
Generate a loggable string representation of the collection (value).
toLong(Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
toLong(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toMany(String, RelationType, String, String, IdMapper, PropertyMapper, PropertyMapper, boolean) - Static method in class org.hibernate.envers.internal.entities.RelationDescription
 
toMap() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
toMap() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
toMap() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
toMap() - Method in interface org.hibernate.cache.infinispan.util.Caches.MapCollectableCloseableIterable
 
toMap() - Method in interface org.hibernate.cache.spi.Region
Get the contents of this region as a map.
toMap(String, String, Properties) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Constructs a map from a property value.
toMap(String, String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Constructs a map from a property value.
toMatchString(String) - Method in enum org.hibernate.criterion.MatchMode
Convert the pattern, by appending/prepending "%"
TOMBSTONE - Static variable in class org.hibernate.cache.infinispan.util.Externalizers
 
Tombstone - Class in org.hibernate.cache.infinispan.util
 
Tombstone(UUID, long, boolean) - Constructor for class org.hibernate.cache.infinispan.util.Tombstone
 
Tombstone.ExcludeTombstonesFilter - Class in org.hibernate.cache.infinispan.util
 
Tombstone.ExcludeTombstonesFilterExternalizer - Class in org.hibernate.cache.infinispan.util
 
Tombstone.Externalizer - Class in org.hibernate.cache.infinispan.util
 
TOMBSTONE_UPDATE - Static variable in class org.hibernate.cache.infinispan.util.Externalizers
 
TombstoneAccessDelegate - Class in org.hibernate.cache.infinispan.access
 
TombstoneAccessDelegate(BaseTransactionalDataRegion) - Constructor for class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
TombstoneCallInterceptor - Class in org.hibernate.cache.infinispan.access
Note that this does not implement all commands, only those appropriate for TombstoneAccessDelegate and BaseTransactionalDataRegion The behaviour here also breaks notifications, which are not used for 2LC caches.
TombstoneCallInterceptor(long) - Constructor for class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor
 
TombstoneSynchronization<K> - Class in org.hibernate.cache.infinispan.access
 
TombstoneSynchronization(TransactionCoordinator, AdvancedCache, boolean, BaseTransactionalDataRegion, K) - Constructor for class org.hibernate.cache.infinispan.access.TombstoneSynchronization
 
TombstoneUpdate<T> - Class in org.hibernate.cache.infinispan.util
 
TombstoneUpdate(long, T) - Constructor for class org.hibernate.cache.infinispan.util.TombstoneUpdate
 
TombstoneUpdate.Externalizer - Class in org.hibernate.cache.infinispan.util
 
toMemento(SessionFactoryImpl, Map<String, ResultSetMappingDefinition>) - Method in class org.hibernate.cfg.annotations.NamedProcedureCallDefinition
 
toMetaDataCatalogName(Identifier) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toMetaDataCatalogName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Render the Identifier representation of a catalog name into the String form needed in DatabaseMetaData calls.
toMetaDataObjectName(Identifier) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toMetaDataObjectName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Render the Identifier representation of an object name (table, sequence, etc) into the String form needed in DatabaseMetaData calls.
toMetaDataObjectName(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
toMetaDataSchemaName(Identifier) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toMetaDataSchemaName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Render the Identifier representation of a schema name into the String form needed in DatabaseMetaData calls.
toNumberOrNull(String) - Static method in class org.hibernate.jpa.internal.util.PessimisticNumberParser
 
ToolingHint - Class in org.hibernate.boot.model.source.spi
 
ToolingHint(String, boolean) - Constructor for class org.hibernate.boot.model.source.spi.ToolingHint
 
ToolingHintContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
Contract for JAXB bindings which are containers of tooling hints.
ToolingHintContext - Class in org.hibernate.boot.model.source.spi
Represents a collection of "tooling hints" (<meta/> mapping info) keyed by a name.
ToolingHintContext(ToolingHintContext) - Constructor for class org.hibernate.boot.model.source.spi.ToolingHintContext
 
ToolingHintContextContainer - Interface in org.hibernate.boot.model.source.spi
 
toolingHints - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
 
Tools - Class in org.hibernate.envers.internal.tools
 
Tools() - Constructor for class org.hibernate.envers.internal.tools.Tools
 
tooManyInExpressions(String, int, String, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TooManyRowsAffectedException - Exception in org.hibernate.jdbc
Indicates that more rows were affected then we were expecting to be.
TooManyRowsAffectedException(String, int, int) - Constructor for exception org.hibernate.jdbc.TooManyRowsAffectedException
 
toOnDemandForm() - Method in class org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl
 
toOnDemandForm() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessor
Deprecated.
Going away!
toOne(String, RelationType, String, String, IdMapper, PropertyMapper, PropertyMapper, boolean, boolean) - Static method in class org.hibernate.envers.internal.entities.RelationDescription
 
ToOne - Class in org.hibernate.mapping
A simple-point association (ie.
ToOne(MetadataImplementor, Table) - Constructor for class org.hibernate.mapping.ToOne
 
ToOneBinder - Class in org.hibernate.cfg
Work in progress The goal of this class is to aggregate all operations related to ToOne binding operations
ToOneBinder() - Constructor for class org.hibernate.cfg.ToOneBinder
 
ToOneDelegateSessionImplementor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy
 
ToOneDelegateSessionImplementor(AuditReaderImplementor, Class<?>, Object, Number, boolean, EnversService) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
 
ToOneEntityLoader - Class in org.hibernate.envers.internal.entities.mapper.relation
 
ToOneFkSecondPass - Class in org.hibernate.cfg
Enable a proper set of the FK columns in respect with the id column order Allow the correct implementation of the default EJB3 values which needs both sides of the association to be resolved
ToOneFkSecondPass(ToOne, Ejb3JoinColumn[], boolean, String, String, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.ToOneFkSecondPass
 
ToOneIdMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
 
ToOneIdMapper(IdMapper, PropertyData, String, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
ToOneRelationMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for to-one relations (reference-valued properties).
toPackageDescriptor(ArchiveEntry) - Method in class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
toParentPropertyPath(String) - Method in class org.hibernate.loader.plan.build.internal.spaces.CompositePropertyMapping
Used to build a property path relative to CompositePropertyMapping.parentPropertyMapping.
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalName(Identifier, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
topLevelMergeComplete(EventSource) - Method in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
topLevelMergeComplete(EventSource) - Method in class org.hibernate.event.internal.EntityCopyAllowedObserver
 
topLevelMergeComplete(EventSource) - Method in class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
topLevelMergeComplete(EventSource) - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called when the top-level merge operation is complete.
TopLimitHandler - Class in org.hibernate.dialect.pagination
 
TopLimitHandler(boolean, boolean) - Constructor for class org.hibernate.dialect.pagination.TopLimitHandler
 
TopologicalSort<R> - Class in org.hibernate.envers.internal.tools.graph
Topological sorting of a graph - based on DFS.
TopologicalSort() - Constructor for class org.hibernate.envers.internal.tools.graph.TopologicalSort
 
toPolygon(Envelope, int) - Static method in class org.hibernate.spatial.jts.EnvelopeAdapter
Converts the specified Envelope to a Polygon having the specified srid.
toQuery(Session) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
toQuery(Session) - Method in class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
toQueryString() - Method in class org.hibernate.sql.QuerySelect
 
toQuotedString() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
Returns all parameters contained in this instance as a quoted String containing the = pairs separated by spaces.
toResultSetType() - Method in enum org.hibernate.ScrollMode
Get the corresponding JDBC scroll type code constant value.
toScanResult() - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
toSet() - Method in interface org.hibernate.cache.infinispan.util.Caches.CollectableCloseableIterable
 
toShort(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toSqlSelectFragments(String) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeFetch
 
toSqlSelectFragments(String) - Method in class org.hibernate.loader.plan.build.internal.returns.AnyAttributeFetchImpl
 
toSqlSelectFragments(String) - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionAttributeFetchImpl
 
toSqlSelectFragments(String) - Method in class org.hibernate.loader.plan.build.internal.returns.EntityAttributeFetchImpl
 
toSqlSelectFragments(String) - Method in interface org.hibernate.loader.plan.spi.Fetch
Generates the SQL select fragments for this fetch.
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.BetweenExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Criterion
Render the SQL fragment
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierEqExpression
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IlikeExpression
Deprecated.
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.InExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Junction
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LikeExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LogicalExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NaturalIdentifier
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotNullExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NullExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Order
Render the SQL fragment
toSqlString(Criteria, int, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Render the SQL fragment to be used in the SELECT clause.
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyExpression
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SizeExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLCriterion
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.DWithinExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.HavingSridExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.IsEmptyExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.SpatialFilter
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.SpatialRelateExpression
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjection
 
toStatementString() - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
 
toStatementString() - Method in class org.hibernate.loader.plan.exec.query.internal.SelectStatementBuilder
Construct an SQL SELECT statement from the given clauses.
toStatementString() - Method in class org.hibernate.sql.Delete
 
toStatementString() - Method in class org.hibernate.sql.Insert
 
toStatementString() - Method in class org.hibernate.sql.InsertSelect
 
toStatementString() - Method in class org.hibernate.sql.Select
Construct an SQL SELECT statement from the given clauses
toStatementString() - Method in class org.hibernate.sql.SimpleSelect
 
toStatementString() - Method in class org.hibernate.sql.Update
 
toString() - Method in class org.hibernate.action.internal.CollectionAction
 
toString() - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
toString() - Method in class org.hibernate.action.internal.EntityAction
 
toString() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
 
toString() - Method in class org.hibernate.boot.jaxb.Origin
 
toString() - Method in class org.hibernate.boot.model.Caching
 
toString() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
toString() - Method in class org.hibernate.boot.model.naming.Identifier
 
toString() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
toString() - Method in class org.hibernate.boot.model.relational.Namespace
 
toString() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
toString() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
toString() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
toString() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
toString() - Method in class org.hibernate.boot.model.TypeDefinition
 
toString() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
toString() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
toString() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
toString() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
toString() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
toString() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
 
toString(Object) - Method in class org.hibernate.cache.infinispan.TypeEquivalance
 
toString() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
toString() - Method in class org.hibernate.cache.infinispan.util.BeginInvalidationCommand
 
toString() - Method in class org.hibernate.cache.infinispan.util.EndInvalidationCommand
 
toString() - Method in class org.hibernate.cache.infinispan.util.FutureUpdate
 
toString() - Method in class org.hibernate.cache.infinispan.util.Tombstone
 
toString() - Method in class org.hibernate.cache.infinispan.util.TombstoneUpdate
 
toString() - Method in class org.hibernate.cache.infinispan.util.VersionedEntry
 
toString() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
toString() - Method in class org.hibernate.cache.internal.StandardQueryCache
 
toString() - Method in enum org.hibernate.cache.spi.access.AccessType
 
toString() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
 
toString() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
toString() - Method in class org.hibernate.cache.spi.FilterKey
 
toString() - Method in class org.hibernate.cache.spi.QueryKey
 
toString() - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
 
toString() - Method in class org.hibernate.cfg.AttributeConverterDefinition
 
toString() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
toString() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
toString() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
toString() - Method in class org.hibernate.cfg.Ejb3Column
 
toString() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
toString() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
toString() - Method in enum org.hibernate.cfg.MetadataSourceType
 
toString() - Method in class org.hibernate.cfg.PropertyInferredData
 
toString() - Method in class org.hibernate.collection.internal.PersistentBag
 
toString() - Method in class org.hibernate.collection.internal.PersistentList
 
toString() - Method in class org.hibernate.collection.internal.PersistentMap
 
toString() - Method in class org.hibernate.collection.internal.PersistentSet
 
toString() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
toString() - Method in class org.hibernate.criterion.AggregateProjection
 
toString() - Method in class org.hibernate.criterion.AliasedProjection
 
toString() - Method in class org.hibernate.criterion.BetweenExpression
 
toString() - Method in class org.hibernate.criterion.CountProjection
 
toString() - Method in class org.hibernate.criterion.DetachedCriteria
 
toString() - Method in class org.hibernate.criterion.Distinct
 
toString() - Method in class org.hibernate.criterion.Example
 
toString() - Method in class org.hibernate.criterion.IdentifierEqExpression
 
toString() - Method in class org.hibernate.criterion.IdentifierProjection
 
toString() - Method in class org.hibernate.criterion.IlikeExpression
Deprecated.
 
toString() - Method in class org.hibernate.criterion.InExpression
 
toString() - Method in class org.hibernate.criterion.Junction
 
toString() - Method in class org.hibernate.criterion.LogicalExpression
 
toString() - Method in class org.hibernate.criterion.NotExpression
 
toString() - Method in class org.hibernate.criterion.NotNullExpression
 
toString() - Method in class org.hibernate.criterion.NullExpression
 
toString() - Method in class org.hibernate.criterion.Order
 
toString() - Method in class org.hibernate.criterion.ProjectionList
 
toString() - Method in class org.hibernate.criterion.PropertyExpression
 
toString() - Method in class org.hibernate.criterion.PropertyProjection
 
toString() - Method in class org.hibernate.criterion.RowCountProjection
 
toString() - Method in class org.hibernate.criterion.SimpleExpression
 
toString() - Method in class org.hibernate.criterion.SizeExpression
 
toString() - Method in class org.hibernate.criterion.SQLCriterion
 
toString() - Method in class org.hibernate.criterion.SQLProjection
 
toString() - Method in class org.hibernate.dialect.Dialect
 
toString() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
toString() - Method in class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
toString() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
toString() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
toString() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
toString() - Method in class org.hibernate.engine.internal.JoinSequence
 
toString() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
toString() - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
 
toString() - Method in class org.hibernate.engine.loading.internal.EntityLoadContext
 
toString() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
toString() - Method in enum org.hibernate.engine.profile.Fetch.Style
 
toString() - Method in class org.hibernate.engine.profile.Fetch
 
toString() - Method in class org.hibernate.engine.spi.ActionQueue
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
toString() - Method in class org.hibernate.engine.spi.CollectionEntry
 
toString() - Method in class org.hibernate.engine.spi.CollectionKey
 
toString() - Method in interface org.hibernate.engine.spi.EntityEntry
 
toString() - Method in class org.hibernate.engine.spi.EntityKey
 
toString() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
toString() - Method in class org.hibernate.engine.spi.ExecutableList
 
toString() - Method in class org.hibernate.engine.spi.IdentifierValue
 
toString() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
toString() - Method in interface org.hibernate.engine.spi.PersistenceContext
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.spi.SubselectFetch
 
toString() - Method in class org.hibernate.engine.spi.TypedValue
 
toString() - Method in class org.hibernate.engine.spi.VersionValue
 
toString() - Method in enum org.hibernate.EntityMode
 
toString() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
toString() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
toString() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
toString() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
toString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
toString() - Method in class org.hibernate.event.spi.EventType
 
toString() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
toString() - Method in exception org.hibernate.hql.internal.ast.DetailedSemanticException
Converts everything to a string.
toString() - Method in class org.hibernate.hql.internal.ast.HqlToken
Returns a string representation of the object.
toString() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
toString() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
toString() - Method in class org.hibernate.internal.AbstractQueryImpl
 
toString() - Method in class org.hibernate.internal.CriteriaImpl.CriterionEntry
 
toString() - Method in class org.hibernate.internal.CriteriaImpl.OrderEntry
 
toString() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
toString() - Method in class org.hibernate.internal.CriteriaImpl
 
toString() - Method in class org.hibernate.internal.SessionImpl
 
toString(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toString() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityKey
 
toString() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
toString(String, Object) - Method in class org.hibernate.internal.util.EntityPrinter
Renders an entity to a string.
toString(Type[], Object[]) - Method in class org.hibernate.internal.util.EntityPrinter
 
toString(Map<String, TypedValue>) - Method in class org.hibernate.internal.util.EntityPrinter
 
toString(Iterable<Map.Entry<EntityKey, Object>>) - Method in class org.hibernate.internal.util.EntityPrinter
 
toString() - Method in class org.hibernate.internal.util.MarkerObject
 
toString(Object[]) - Static method in class org.hibernate.internal.util.StringHelper
 
toString(Expression<Character>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
toString() - Method in enum org.hibernate.jpa.SchemaGenAction
 
toString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
toString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
toString() - Method in class org.hibernate.jpamodelgen.Context
 
toString() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
toString() - Method in class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
toString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
toString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
toString() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
toString() - Method in class org.hibernate.loader.collection.BasicCollectionJoinWalker
 
toString() - Method in class org.hibernate.loader.collection.CollectionLoader
 
toString() - Method in class org.hibernate.loader.collection.OneToManyJoinWalker
 
toString() - Method in class org.hibernate.loader.collection.plan.CollectionLoader
 
toString() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
 
toString() - Method in class org.hibernate.loader.GeneratedCollectionAliases
 
toString() - Method in class org.hibernate.loader.Loader
 
toString() - Method in class org.hibernate.loader.PropertyPath
 
toString() - Method in class org.hibernate.mapping.Collection
 
toString() - Method in class org.hibernate.mapping.Column
 
toString() - Method in class org.hibernate.mapping.Component
 
toString() - Method in class org.hibernate.mapping.Constraint
 
toString() - Method in class org.hibernate.mapping.ForeignKey
 
toString() - Method in class org.hibernate.mapping.Formula
 
toString() - Method in class org.hibernate.mapping.Index
 
toString() - Method in class org.hibernate.mapping.Join
 
toString() - Method in class org.hibernate.mapping.MetaAttribute
 
toString() - Method in class org.hibernate.mapping.PersistentClass
 
toString() - Method in class org.hibernate.mapping.Property
 
toString() - Method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
toString() - Method in class org.hibernate.mapping.SimpleValue
 
toString() - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
toString() - Method in class org.hibernate.mapping.Table
 
toString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toString() - Method in class org.hibernate.persister.entity.Queryable.Declarer
 
toString() - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
toString() - Method in exception org.hibernate.PropertySetterAccessException
 
toString() - Method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjection
 
toString(Geometry) - Method in class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
 
toString() - Method in class org.hibernate.spatial.jts.Circle.Arc
 
toString() - Method in class org.hibernate.spatial.jts.Circle
 
toString(Geometry) - Method in class org.hibernate.spatial.JTSGeometryJavaTypeDescriptor
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
toString() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
toString() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
toString() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
 
toString() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
toString() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
toString() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
toString() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
toString() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
toString() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
toString() - Method in class org.hibernate.tuple.IdentifierProperty
 
toString(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toString() - Method in class org.hibernate.type.CollectionType
 
toString(Object) - Method in class org.hibernate.type.CustomType
 
toString() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
toString(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
toString(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
toString(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
toString(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toString(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
toString(Byte) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
toString(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
toString(Character) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
toString(Class) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
toString(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
toString(Currency) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
toString(Double) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
toString(Duration) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
toString(Float) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
toString(Instant) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
toString(Integer) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
toString(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
toString(LocalDate) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
toString(LocalDateTime) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
toString(Locale) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
toString(LocalTime) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
toString(Long) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
toString(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
toString(OffsetDateTime) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
toString(OffsetTime) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
toString(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
toString(Short) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
toString(String) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
toString(TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
toString(URL) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
toString(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
toString(ZonedDateTime) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
toString() - Method in class org.hibernate.type.EntityType
Generates a string representation of this type.
toString(T) - Method in interface org.hibernate.type.PrimitiveType
Retrieve the string representation of the given value.
toString(T) - Method in interface org.hibernate.type.SingleColumnType
 
toString(String) - Method in class org.hibernate.type.StringNVarcharType
 
toString(T) - Method in interface org.hibernate.type.StringRepresentableType
Render the value to the string representation.
toString(String) - Method in class org.hibernate.type.StringType
 
toString(URL) - Method in class org.hibernate.type.UrlType
 
toStringArray(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toStringArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toStringArray(String, String, Properties) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get a property value as a string array.
toStringArray(String, String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Convert a string to an array of strings.
ToStringTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
toSubselectString(String) - Method in class org.hibernate.engine.spi.SubselectFetch
 
toType(String) - Method in class org.hibernate.loader.plan.build.internal.spaces.CompositePropertyMapping
 
toType(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toType(String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
toType(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
toType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Given a component path expression, get the type of the property
toType(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toType(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a component path expression, get the type of the property
toTypeArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toTypeString(TypeMirror) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
touches(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially touches" constraint to the named property
TOUCHES - Static variable in interface org.hibernate.spatial.SpatialRelation
The geometries touch
toUnquotedAliasString(String) - Method in class org.hibernate.sql.Alias
 
toUnquotedAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toWhereClause() - Method in class org.hibernate.sql.SimpleSelect
 
toWhereFragmentString() - Method in class org.hibernate.sql.ANSIJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.JoinFragment
Render this fragment to its WHERE clause portion
toWhereFragmentString() - Method in class org.hibernate.sql.OracleJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.QueryJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
toXml(AccessType) - Static method in class org.hibernate.boot.jaxb.hbm.internal.CacheAccessTypeConverter
 
toXml(CacheMode) - Static method in class org.hibernate.boot.jaxb.hbm.internal.CacheModeConverter
 
toXml(EntityMode) - Static method in class org.hibernate.boot.jaxb.hbm.internal.EntityModeConverter
 
toXml(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.boot.jaxb.hbm.internal.ExecuteUpdateResultCheckStyleConverter
 
toXml(FlushMode) - Static method in class org.hibernate.boot.jaxb.hbm.internal.FlushModeConverter
 
toXml(GenerationTiming) - Static method in class org.hibernate.boot.jaxb.hbm.internal.GenerationTimingConverter
 
toXml(LockMode) - Static method in class org.hibernate.boot.jaxb.hbm.internal.LockModeConverter
 
toXml(OptimisticLockStyle) - Static method in class org.hibernate.boot.jaxb.hbm.internal.OptimisticLockStyleConverter
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
toXMLString(Object) - Method in class org.hibernate.type.EnumType
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
toXMLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Deprecated.
To be removed in 5. Implement StringRepresentableType.toString(Object) instead. See HHH-7776 for details
trace(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
Log a message with TRACE semantics.
trace(String) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Method for logging execution trace information.
trace(String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
trace(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
TRACE_ENABLED - Static variable in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
traceIn(String) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
traceIn(String, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
traceIn(String, AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
traceIn(String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
traceIn(String, AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
traceLog(NativeSQLQueryReturn.TraceLogger) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
 
traceLog(NativeSQLQueryReturn.TraceLogger) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
 
traceLog(NativeSQLQueryReturn.TraceLogger) - Method in interface org.hibernate.engine.query.spi.sql.NativeSQLQueryReturn
 
traceLog(NativeSQLQueryReturn.TraceLogger) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
traceLoggableFormat() - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
traceOut(String) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
traceOut(String, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
traceOut(String, AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
traceOut(String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
traceOut(String, AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
traceParameters(SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
 
TRACK_ENTITIES_CHANGED_IN_REVISION - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Track entity names that have been changed during each revision.
TRACKER_CHANGER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method that add changed fields
TRACKER_CLEAR_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to clear stored dirty attributes
TRACKER_COLLECTION_CHANGED_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to get dirty collection field names
TRACKER_COLLECTION_CHANGED_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to check if collection fields are dirty
TRACKER_COLLECTION_CLEAR_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to clear dirty attribute on collection fields
TRACKER_COLLECTION_GET_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to check if collection fields are dirty
TRACKER_COLLECTION_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field that holds the collection tracker
TRACKER_COMPOSITE_CLEAR_OWNER - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Method to clear the owner of the embedded entity
TRACKER_COMPOSITE_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Field to hold the track the owner of the embeddable entity
TRACKER_COMPOSITE_SET_OWNER - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Method to set the owner of the embedded entity
TRACKER_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of tracker field
TRACKER_GET_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to fetch dirty attributes
TRACKER_HAS_CHANGED_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to see if any fields has changed
TRACKER_SUSPEND_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to suspend dirty tracking
TRAILING - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
TRAILING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
TRAILING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
TRAILING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
TRAILING_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming trailing spaces
TRAILING_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
A template for the series of calls required to trim non-space chars from the end of text.
Transaction - Interface in org.hibernate
Defines the contract for abstracting applications from the configured underlying means of transaction management.
TRANSACTION_COORDINATOR_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the implementation of TransactionCoordinatorBuilder to use for creating TransactionCoordinator instances.
TRANSACTION_TYPE - Static variable in interface org.hibernate.jpa.AvailableSettings
The type of transactions supported by the entity managers.
TransactionalDataRegion - Interface in org.hibernate.cache.spi
Defines contract for regions which hold transactionally-managed data.
TransactionalEhcacheCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
JTA CollectionRegionAccessStrategy.
TransactionalEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, Ehcache, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
Construct a new collection region access strategy.
TransactionalEhcacheEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
JTA EntityRegionAccessStrategy.
TransactionalEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, Ehcache, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
Construct a new entity region access strategy.
TransactionalEhcacheNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
JTA NaturalIdRegionAccessStrategy.
TransactionalEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, Ehcache, SessionFactoryOptions) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
Construct a new collection region access strategy.
TransactionAwareCache - Interface in org.hibernate.cache.spi
Marker interface for identifying Cache implementations which are aware of JTA transactions
transactionCompletion(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
transactionCompletion(boolean) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
transactionCompletion(boolean) - Method in interface org.hibernate.SessionEventListener
 
transactionContext() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
transactionContext() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the transaction context from the original session should be used to create the new session.
TransactionCoordinator - Interface in org.hibernate.resource.transaction
Models the coordination of all transaction related flows.
TransactionCoordinator.TransactionDriver - Interface in org.hibernate.resource.transaction
Provides the means for "local transactions" (as transaction drivers) to control the underlying "physical transaction" currently associated with the TransactionCoordinator.
TransactionCoordinatorBuilder - Interface in org.hibernate.resource.transaction
Builder for TransactionCoordinator instances
TransactionCoordinatorBuilder.TransactionCoordinatorOptions - Interface in org.hibernate.resource.transaction
Access to options to are specific to each TransactionCoordinator instance
TransactionCoordinatorBuilderInitiator - Class in org.hibernate.resource.transaction.internal
StandardServiceInitiator for initiating the TransactionCoordinatorBuilder service.
TransactionCoordinatorBuilderInitiator() - Constructor for class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
 
TransactionCoordinatorOwner - Interface in org.hibernate.resource.transaction.spi
Models an owner of a TransactionCoordinator.
TransactionDriverControlImpl(JdbcResourceTransaction) - Constructor for class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
TransactionDriverControlImpl(JtaTransactionAdapter) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
TransactionException - Exception in org.hibernate
Indicates that a transaction could not be begun, committed or rolled back.
TransactionException(String, Throwable) - Constructor for exception org.hibernate.TransactionException
Constructs a TransactionException using the specified information.
TransactionException(String) - Constructor for exception org.hibernate.TransactionException
Constructs a TransactionException using the specified information.
TransactionImpl - Class in org.hibernate.engine.transaction.internal
 
TransactionImpl(TransactionCoordinator) - Constructor for class org.hibernate.engine.transaction.internal.TransactionImpl
 
TransactionImpl - Class in org.hibernate.jpa.internal
 
TransactionImpl(AbstractEntityManagerImpl) - Constructor for class org.hibernate.jpa.internal.TransactionImpl
 
transactionManager() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
TransactionManagerAccess - Interface in org.hibernate.engine.transaction.jta.platform.internal
Provides access to a TransactionManager for use by TransactionManager-based JtaSynchronizationStrategy implementations.
TransactionManagerBasedSynchronizationStrategy - Class in org.hibernate.engine.transaction.jta.platform.internal
Implementation of the JtaSynchronizationStrategy contract based on using a TransactionManager
TransactionManagerBasedSynchronizationStrategy(TransactionManagerAccess) - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerBasedSynchronizationStrategy
 
TransactionObserver - Interface in org.hibernate.engine.transaction.spi
Observer of internal transaction events.
TransactionRequiredForJoinException - Exception in org.hibernate.resource.transaction
Indicates a call to TransactionCoordinator.explicitJoin() that requires an active transaction where there currently is none.
TransactionRequiredForJoinException(String) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
 
TransactionRequiredForJoinException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
 
transactions(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
transactionStartedOnNonRootSession() - Method in interface org.hibernate.internal.CoreMessageLogger
 
TransactionStatus - Enum in org.hibernate.resource.transaction.spi
Enumeration of statuses in which a transaction facade (Transaction) might be.
transactionStrategy(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
transactionType - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
transform(File) - Method in class org.hibernate.bytecode.internal.javassist.FieldTransformer
Transform the class contained in the given file, writing the result back to the same file.
transform(ClassFile) - Method in class org.hibernate.bytecode.internal.javassist.FieldTransformer
Transform the class defined by the given ClassFile descriptor.
transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in interface org.hibernate.bytecode.spi.ClassTransformer
Invoked when a class is being loaded or redefined to add hooks for persistence bytecode manipulation.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.hibernate.jpa.internal.enhance.EnhancingClassTransformerImpl
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.hibernate.jpa.internal.instrument.InterceptFieldClassFileTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
transform(UUID) - Method in interface org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ValueTransformer
 
transformArgument(String) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
Called from VarArgsSQLFunction.render(org.hibernate.type.Type, java.util.List, org.hibernate.engine.spi.SessionFactoryImplementor) to allow applying a change or transformation to each individual argument.
transformAttributePath(AttributePath) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
transformAttributePath(AttributePath) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
For JPA standards we typically need the unqualified name.
transformEntityName(EntityNaming) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
transformEntityName(EntityNaming) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
Transformers - Class in org.hibernate.transform
 
TransformingClassLoader - Class in org.hibernate.bytecode.internal.javassist
A ClassLoader implementation applying Class transformations as they are being loaded.
transformList(List) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
 
transformList(List) - Method in class org.hibernate.transform.BasicTransformerAdapter
 
transformList(List) - Method in class org.hibernate.transform.CacheableResultTransformer
 
transformList(List) - Method in class org.hibernate.transform.DistinctResultTransformer
Uniquely distinct each tuple row here.
transformList(List) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
transformList(List) - Method in interface org.hibernate.transform.ResultTransformer
Here we have an opportunity to perform transformation on the query result as a whole.
transformSelectString(String) - Method in class org.hibernate.dialect.Dialect
Meant as a means for end users to affect the select strings being sent to the database and perhaps manipulate them in some fashion.
transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Wrap the incoming tuples in a call to our configured constructor.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.BasicTransformerAdapter
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.CacheableResultTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.PassThroughResultTransformer
 
transformTuple(Object[], String[]) - Method in interface org.hibernate.transform.ResultTransformer
Tuples are the elements making up each "row" of the query result.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.RootEntityResultTransformer
Return just the root entity from the row tuple.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.ToListResultTransformer
 
TRANSIENT - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
Transient - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Transient() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Transient
 
TransientObjectException - Exception in org.hibernate
Thrown when the user passes a transient instance to a Session method that expects a persistent instance.
TransientObjectException(String) - Constructor for exception org.hibernate.TransientObjectException
Constructs a TransientObjectException using the supplied message.
TransientPropertyValueException - Exception in org.hibernate
Thrown when a property cannot be persisted because it is an association with a transient unsaved entity instance.
TransientPropertyValueException(String, String, String, String) - Constructor for exception org.hibernate.TransientPropertyValueException
Constructs an TransientPropertyValueException instance.
translate(int, int, String, String[], String[], ParameterSpecification, ParameterSpecification, AST) - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
translate(int) - Static method in class org.hibernate.resource.transaction.backend.jta.internal.StatusTranslator
 
translate(TranslationContext, String) - Static method in class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator
Perform the translation of the user-supplied fragment, returning the translation.
translateOrderBy(String, ColumnMapper, SessionFactoryImplementor, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
Performs order-by template rendering allowing column mapping.
TranslationContext - Interface in org.hibernate.sql.ordering.antlr
Contract for contextual information required to perform translation.
traverseDepthFirst(AST) - Method in class org.hibernate.hql.internal.ast.util.NodeTraverser
Traverse the AST tree depth first.
treat(Join<X, T>, Class<V>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
treat(CollectionJoin<X, T>, Class<E>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
treat(SetJoin<X, T>, Class<E>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
treat(ListJoin<X, T>, Class<E>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
treat(MapJoin<X, K, T>, Class<V>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
treat(Path<X>, Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
treat(Root<X>, Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
treatAs(Class<T>) - Method in interface org.hibernate.jpa.criteria.CollectionJoinImplementor
 
treatAs(Class<T>) - Method in interface org.hibernate.jpa.criteria.JoinImplementor
 
treatAs(Class<T>) - Method in interface org.hibernate.jpa.criteria.ListJoinImplementor
 
treatAs(Class<T>) - Method in interface org.hibernate.jpa.criteria.MapJoinImplementor
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.PluralAttributePath
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
treatAs(Class<T>) - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath
 
treatAs(Class<T>) - Method in interface org.hibernate.jpa.criteria.PathImplementor
Defines handling for the JPA 2.1 TREAT down-casting feature.
treatAs(Class<T>) - Method in interface org.hibernate.jpa.criteria.SetJoinImplementor
 
treatAsType - Variable in class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
TreatedCollectionAttributeJoin(CollectionAttributeJoin<O, ? super T>, Class<T>) - Constructor for class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
TreatedListAttributeJoin(ListAttributeJoin<O, ? super T>, Class<T>) - Constructor for class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin
 
TreatedMapAttributeJoin(MapAttributeJoin<O, K, ? super T>, Class<T>) - Constructor for class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
TreatedRoot(RootImpl<? super T>, Class<T>) - Constructor for class org.hibernate.jpa.criteria.path.RootImpl.TreatedRoot
 
TreatedSetAttributeJoin(SetAttributeJoin<O, ? super T>, Class<T>) - Constructor for class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin
 
TreatedSingularAttributeJoin(SingularAttributeJoin<O, ? super T>, Class<T>) - Constructor for class org.hibernate.jpa.criteria.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
TreatedSingularAttributePath(SingularAttributePath<? super T>, Class<T>) - Constructor for class org.hibernate.jpa.criteria.path.SingularAttributePath.TreatedSingularAttributePath
 
TreePrinterHelper - Class in org.hibernate.loader.plan.build.spi
A singleton helper class for printing tree structures using indentation.
Triggerable - Interface in org.hibernate.testing.logger
 
trim(Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
trim(Expression<Character>, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
trim(char, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
TrimFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL TRIM function.
TrimFunction(CriteriaBuilderImpl, CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, CriteriaBuilder.Trimspec, char, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, Expression<Character>, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, char, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, CriteriaBuilder.Trimspec, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
TrimFunctionTemplate - Class in org.hibernate.dialect.function
Defines the basic template support for TRIM functions
TrimFunctionTemplate() - Constructor for class org.hibernate.dialect.function.TrimFunctionTemplate
 
TrimFunctionTemplate.Options - Class in org.hibernate.dialect.function
 
TrimFunctionTemplate.Specification - Class in org.hibernate.dialect.function
 
Triple<T1,T2,T3> - Class in org.hibernate.envers.internal.tools
A triple of objects.
Triple(T1, T2, T3) - Constructor for class org.hibernate.envers.internal.tools.Triple
 
TRUE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
TRUE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
TRUE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
TRUE - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
TRUE_FALSE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC CHAR(1) (using 'T'/'F').
TrueFalseType - Class in org.hibernate.type
A type that maps between CHAR(1) and Boolean (using 'T' and 'F')
TrueFalseType() - Constructor for class org.hibernate.type.TrueFalseType
 
truncate(String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
TruthValue - Enum in org.hibernate.boot.model
An enumeration of truth values.
TruthValue - Enum in org.hibernate.jpa.criteria.predicate
Models what ANSI-SQL terms a truth value.
tryCommit() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
Used by envers...
tuple(Selection<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
tuple(List<Selection<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.tuple(Selection[]) taking a list.
TupleBuilderTransformer(Query) - Constructor for class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer
 
TupleElementImplementor<X> - Interface in org.hibernate.jpa.criteria
TODO : javadoc
tupleExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
TupleSubsetResultTransformer - Interface in org.hibernate.transform
A ResultTransformer that operates on "well-defined" and consistent subset of a tuple's elements.
Tuplizer - Annotation Type in org.hibernate.annotations
Define a tuplizer for an entity or a component.
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Tuplizer - Interface in org.hibernate.tuple
A tuplizer defines the contract for things which know how to manage a particular representation of a piece of data, given that representation's EntityMode (the entity-mode essentially defining which representation).
Tuplizers - Annotation Type in org.hibernate.annotations
Grouping of tuplizers.
TwoEntityOneAuditedQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from a relation middle-table and a related non-audited entity.
TwoEntityOneAuditedQueryGenerator(AuditEntitiesConfiguration, AuditStrategy, String, MiddleIdData, MiddleIdData, boolean, MiddleComponentData...) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
 
TwoEntityQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from a relation middle-table and a related versions entity.
TwoEntityQueryGenerator(GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, String, MiddleIdData, MiddleIdData, boolean, MiddleComponentData...) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityQueryGenerator
 
TwoPhaseLoad - Class in org.hibernate.engine.internal
Functionality relating to the Hibernate two-phase loading process, that may be reused by persisters that do not use the Loader framework
tx - Variable in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
TxInvalidationCacheAccessDelegate - Class in org.hibernate.cache.infinispan.access
Delegate for transactional caches
TxInvalidationCacheAccessDelegate(BaseRegion, PutFromLoadValidator) - Constructor for class org.hibernate.cache.infinispan.access.TxInvalidationCacheAccessDelegate
 
TxInvalidationInterceptor - Class in org.hibernate.cache.infinispan.access
This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.
TxInvalidationInterceptor() - Constructor for class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
TxInvalidationInterceptor.InvalidationFilterVisitor - Class in org.hibernate.cache.infinispan.access
 
Type - Annotation Type in org.hibernate.annotations
Defines a Hibernate type mapping.
type - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
type - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
type() - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
TYPE - Static variable in class org.hibernate.type.EnumType
 
Type - Interface in org.hibernate.type
Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).
type(Class<Type>, Properties) - Method in class org.hibernate.type.TypeFactory
 
TYPE_CONTRIBUTORS - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
typeArray() - Method in class org.hibernate.internal.AbstractQueryImpl
 
typeArray() - Method in class org.hibernate.internal.CollectionFilterImpl
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
typecast(Object[], Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
TypeContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
 
TypeContributions - Interface in org.hibernate.boot.model
Defines the target contributing types, whether via dialects or TypeContributor
TypeContributor - Interface in org.hibernate.boot.model
Contract for contributing types.
TypeContributorImpl - Class in org.hibernate.envers.boot.internal
Envers specific TypeContributor
TypeContributorImpl() - Constructor for class org.hibernate.envers.boot.internal.TypeContributorImpl
 
TypeContributorList - Interface in org.hibernate.jpa.boot.spi
 
TypeDef - Annotation Type in org.hibernate.annotations
A type definition.
typedef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
TypeDef - Class in org.hibernate.mapping
Placeholder for typedef information
TypeDef(String, Properties) - Constructor for class org.hibernate.mapping.TypeDef
 
typeDefinedNoRegistrationKeys(BasicType) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TypeDefinition - Class in org.hibernate.boot.model
Models the information pertaining to a custom type definition supplied by the user.
TypeDefinition(String, Class, String[], Map<String, String>) - Constructor for class org.hibernate.boot.model.TypeDefinition
 
TypeDefinition(String, Class, String[], Properties) - Constructor for class org.hibernate.boot.model.TypeDefinition
 
TypeDefinitionBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
TypeDefinitionBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.TypeDefinitionBinder
 
TypeDefs - Annotation Type in org.hibernate.annotations
Plural form of TypeDef.
TypeDiscriminatorMetadata - Interface in org.hibernate.hql.internal.ast
Essentially a wrapper around a DiscriminatorMetadata and the proper sql alias to use.
TypedParameterValue - Class in org.hibernate.jpa
Can be used to bind query parameter values.
TypedParameterValue(Type, Object) - Constructor for class org.hibernate.jpa.TypedParameterValue
 
TypedValue - Class in org.hibernate.engine.spi
An ordered pair of a value and its Hibernate type.
TypedValue(Type, Object) - Constructor for class org.hibernate.engine.spi.TypedValue
 
TypedValue(Type, Object, EntityMode) - Constructor for class org.hibernate.engine.spi.TypedValue
Deprecated.
explicit entity mode support is deprecated
TypeEquivalance - Class in org.hibernate.cache.infinispan
 
TypeEquivalance(Type) - Constructor for class org.hibernate.cache.infinispan.TypeEquivalance
 
TypeFactory - Class in org.hibernate.type
Used internally to build instances of Type, specifically it builds instances of

Used internally to obtain instances of Type.

TypeFactory() - Constructor for class org.hibernate.type.TypeFactory
 
TypeFactory.TypeScope - Interface in org.hibernate.type
 
TypeHelper - Class in org.hibernate.type
Collection of convenience methods relating to operations across arrays of types...
TypeHelper - Interface in org.hibernate
Provides access to the various Type instances associated with the SessionFactory.
TypeInfo - Class in org.hibernate.engine.jdbc.spi
Models type info extracted from DatabaseMetaData.getTypeInfo()
TypeLocatorImpl - Class in org.hibernate.internal
Implementation of TypeHelper
TypeLocatorImpl(TypeResolver) - Constructor for class org.hibernate.internal.TypeLocatorImpl
 
TypeMismatchException - Exception in org.hibernate
Used when a user provided type does not match the expected one.
TypeMismatchException(String) - Constructor for exception org.hibernate.TypeMismatchException
Constructs a TypeMismatchException using the supplied message.
typeName() - Method in enum org.hibernate.annotations.SourceType
Get the corresponding Hibernate VersionType name.
TypeNames - Class in org.hibernate.dialect
This class maps a type to names.
TypeNames() - Constructor for class org.hibernate.dialect.TypeNames
 
TypeNullability - Enum in org.hibernate.engine.jdbc.spi
Describes the instrinsic nullability of a data type as reported by the JDBC driver.
TypeOverrides - Class in org.hibernate.cache.infinispan
This class represents Infinispan cache parameters that can be configured via hibernate configuration properties for either general entity/collection/query/timestamp data type caches and overrides for individual entity or collection caches.
TypeOverrides() - Constructor for class org.hibernate.cache.infinispan.TypeOverrides
 
typeRegistrationOverridesPrevious(String, Type) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TypeResolver - Class in org.hibernate.type
Acts as the contract for getting types and as the mediator between BasicTypeRegistry and TypeFactory.
TypeResolver() - Constructor for class org.hibernate.type.TypeResolver
 
TypeResolver(BasicTypeRegistry, TypeFactory) - Constructor for class org.hibernate.type.TypeResolver
 
types - Variable in class org.hibernate.bytecode.internal.javassist.BulkAccessor
 
TypeSearchability - Enum in org.hibernate.engine.jdbc.spi
Describes the searchability of a data type as reported by the JDBC driver.
TypeUtils - Class in org.hibernate.jpamodelgen.util
Utility class.

U

unableToAccessEjb3Configuration(NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToAccessSessionFactory(String, NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToAccessTypeInfoResultSet(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToApplyConstraints(String, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBindEjb3ConfigurationToJndi(JndiException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBindFactoryToJndi(JndiException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBindValueToParameter(String, int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBuildEnhancementMetamodel(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBuildSessionFactoryUsingMBeanClasspath(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCleanUpCallableStatement(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCleanUpPreparedStatement(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCleanupTemporaryIdTable(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseConnection(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInitialContext(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInputFiles(String, IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInputStream(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInputStreamForResource(String, IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseIterator(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseJar(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseOutputFile(String, IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseOutputStream(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToClosePooledConnection(SQLException) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
unableToCloseSession(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseSessionButSwallowingError(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseSessionDuringRollback(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseStream(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseStreamError(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCommitJta() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCompleteSchemaUpdate(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCompleteSchemaValidation(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToConfigureProxoolProviderToUseExistingInMemoryPool(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about invalid configuration
unableToConfigureProxoolProviderToUseJaxp(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about invalid configuration
unableToConfigureProxoolProviderToUsePropertiesFile(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about invalid configuration
unableToConfigureSqlExceptionConverter(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToConstructCurrentSessionContext(String, Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToConstructSqlExceptionConverter(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCopySystemProperties() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCreateProxyFactory(String, HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCreateSchema(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDeserializeCache(String, SerializationException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDestroyC3p0ConnectionPool(SQLException) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Log a message (WARN) about not being able to stop the underlying c3p0 pool.
unableToDestroyCache(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDestroyQueryCache(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDestroyUpdateTimestampsCache(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDetermineLockModeValue(String, Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDetermineTransactionStatus() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDetermineTransactionStatusAfterCommit() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDiscoverOsgiService(String, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDropTemporaryIdTable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToExecuteBatch(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToExecuteResolver(DialectResolver, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToFindConfiguration(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
Log a message (WARN) about inability to find configuration file
unableToFindEhCacheConfiguration(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
Log a message (WARN) about inability to find named cache configuration
unableToFindFile(URL, Exception) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
unableToFindPersistenceXmlInClasspath() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToGetDatabaseMetadata(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToInstantiateC3p0ConnectionPool() - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Build a message about not being able to start the underlying c3p0 pool.
unableToInstantiateConfiguredSchemaNameResolver(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToInstantiateOptimizer(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToInstantiateUuidGenerationStrategy(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToJoinTransaction(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadCommand(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadConfiguration(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
Logs a message about not being able to resolve the configuration by resource name.
unableToLoadDerbyDriver(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadJaxpConfiguratorFile(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about not being able to find or load the XML configuration file
unableToLoadProperties() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadPropertyConfiguratorFile(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about not being able to find or load the properties configuration file
unableToLoadScannedClassOrResource(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateConfigFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateConfiguredSchemaNameResolver(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateCustomOptimizerClass(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateMBeanServer() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateStaticMetamodelField(String, String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
unableToLocateUuidGenerationStrategy(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLogSqlWarnings(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLogWarnings(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToMarkForRollbackOnPersistenceException(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToMarkForRollbackOnTransientObjectException(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObjectConnectionMetadata(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObjectConnectionToQueryMetadata(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObtainConnectionMetadata(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObtainConnectionToQueryMetadata(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObtainInitialContext(NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToParseMetadata(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToPerformJdbcCommit() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToPerformManagedFlush(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToQueryDatabaseMetadata() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadClass(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadColumnValueFromResultSet(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadHiValue(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadOrInitHiValue(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseBatchStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseCacheLock(CacheException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseContext(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseCreatedMBeanServer(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseIsolatedConnection(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseTypeInfoResultSet() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRemoveBagJoinFetch() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToResolveAggregateFunction(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToResolveMappingFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRetrieveCache(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRetrieveTypeInfoResultSet(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRollbackConnection(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRollbackIsolatedTransaction(Exception, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRollbackJta() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRunSchemaUpdate(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToSetTransactionToRollbackOnly(SystemException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToStopHibernateService(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToStopService(Class, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToSwitchToMethodUsingColumnIndex(Method) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToSynchronizeDatabaseStateWithSession(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToToggleAutoCommit(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToTransformClass(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToUnbindFactoryFromJndi(JndiException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToUpdateHiValue(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToUpdateQueryHiValue(String, SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToWrapResultSet(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToWriteCachedFile(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UNARY_MINUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
UNARY_MINUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
UNARY_MINUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
UNARY_PLUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
UNARY_PLUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
UNARY_PLUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
UnaryArithmeticNode - Class in org.hibernate.hql.internal.ast.tree
 
UnaryArithmeticNode() - Constructor for class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
UnaryArithmeticOperation<T> - Class in org.hibernate.jpa.criteria.expression
Models unary arithmetic operation (unary plus and unary minus).
UnaryArithmeticOperation(CriteriaBuilderImpl, UnaryArithmeticOperation.Operation, Expression<T>) - Constructor for class org.hibernate.jpa.criteria.expression.UnaryArithmeticOperation
 
UnaryArithmeticOperation.Operation - Enum in org.hibernate.jpa.criteria.expression
 
unaryExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
UnaryLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Represents a unary operator node.
UnaryLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
UnaryOperatorExpression<T> - Interface in org.hibernate.jpa.criteria.expression
Contract for operators with a single operand.
UnaryOperatorNode - Interface in org.hibernate.hql.internal.ast.tree
Contract for nodes representing unary operators.
unbind(SessionFactory) - Static method in class org.hibernate.context.internal.ManagedSessionContext
Unbinds the session (if one) current associated with the context for the given session.
unbind(SessionFactory) - Static method in class org.hibernate.context.internal.ThreadLocalSessionContext
Disassociates a previously bound session from the current thread of execution.
unbind(String) - Method in class org.hibernate.engine.jndi.internal.JndiServiceImpl
 
unbind(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Unbind a value from JNDI by name.
UNDEFINED - Static variable in class org.hibernate.engine.spi.IdentifierValue
Assume nothing.
UNDEFINED - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
undeterminedH2Version() - Method in interface org.hibernate.internal.CoreMessageLogger
 
undo(Session) - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
undo(Session) - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
unexpectedLiteralTokenType(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unexpectedRowCounts() - Method in interface org.hibernate.internal.CoreMessageLogger
 
UNFETCHED_COLLECTION - Static variable in class org.hibernate.type.CollectionType
 
UNFETCHED_PROPERTY - Static variable in interface org.hibernate.bytecode.instrumentation.spi.LazyPropertyInitializer
Marker value for uninitialized properties.
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.hibernate.osgi.OsgiPersistenceProviderService
 
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.hibernate.osgi.OsgiSessionFactoryService
 
UNION - Static variable in interface org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialAggregate
UNION aggregate function
UNION - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The union function
unionSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
unionSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
unionSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
UnionSubclass - Class in org.hibernate.mapping
A subclass in a table-per-concrete-class mapping
UnionSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.UnionSubclass
 
UnionSubclassEntityPersister - Class in org.hibernate.persister.entity
Implementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy.
UnionSubclassEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
unionSubclassEntityPersister() - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
unique() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
unique() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Index
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
UNIQUE_CONSTRAINT_SCHEMA_UPDATE_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Unique columns and unique keys both use unique constraints in most dialects.
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
UniqueConstraint - Class in org.hibernate.jpamodelgen.xml.jaxb
 
UniqueConstraint() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
 
UniqueConstraintHolder - Class in org.hibernate.cfg
UniqueConstraint annotations are handled via second pass.
UniqueConstraintHolder() - Constructor for class org.hibernate.cfg.UniqueConstraintHolder
 
UniqueConstraintSchemaUpdateStrategy - Enum in org.hibernate.tool.hbm2ddl
Unique columns and unique keys both use unique constraints in most dialects.
uniqueConstraintSql(UniqueKey) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
UniqueDelegate - Interface in org.hibernate.dialect.unique
Dialect-level delegate in charge of applying "uniqueness" to a column.
UniqueEntityLoader - Interface in org.hibernate.loader.entity
Loads entities for a EntityPersister
uniqueKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
uniqueKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
uniqueKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
UniqueKey - Class in org.hibernate.mapping
A relational unique key constraint
UniqueKey() - Constructor for class org.hibernate.mapping.UniqueKey
 
UniqueKeyLoadable - Interface in org.hibernate.persister.entity
 
uniqueKeyPropertyName - Variable in class org.hibernate.type.EntityType
 
uniqueKeyType - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
uniqueResult() - Method in interface org.hibernate.Criteria
Convenience method to return a single instance that matches the query, or null if the query returns no results.
uniqueResult() - Method in class org.hibernate.internal.AbstractQueryImpl
 
uniqueResult() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
uniqueResult() - Method in class org.hibernate.internal.CriteriaImpl
 
uniqueResult() - Method in interface org.hibernate.Query
Convenience method to return a single instance that matches the query, or null if the query returns no results.
UNIT - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
The unit parameter
UNKNOWN - Static variable in class org.hibernate.collection.internal.AbstractPersistentCollection
 
UNKNOWN - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
A placeholder for a property value, indicating that we don't know the value of the back reference
UNKNOWN_FILE_PATH - Static variable in class org.hibernate.boot.jaxb.Origin
 
UnknownAccessTypeException - Exception in org.hibernate.cache.spi.access
Indicates that an unknown AccessType external name was encountered
UnknownAccessTypeException(String) - Constructor for exception org.hibernate.cache.spi.access.UnknownAccessTypeException
Constructs the UnknownAccessTypeException.
unknownAttribute(String) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
unknownBytecodeProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnknownEntityTypeException - Exception in org.hibernate
Indicates an attempt was made to refer to an unknown entity name/class.
UnknownEntityTypeException(String, Throwable) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
UnknownEntityTypeException(String) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
unknownIngresVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unknownOracleVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnknownPersisterException - Exception in org.hibernate.persister.spi
Indicates that the persister to use is not known and couyld not be determined.
UnknownPersisterException(String) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
 
UnknownPersisterException(String, Throwable) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
 
UnknownProfileException - Exception in org.hibernate
Used to indicate a request against an unknown profile name.
UnknownProfileException(String) - Constructor for exception org.hibernate.UnknownProfileException
Constructs an UnknownProfileException for the given name.
UnknownServiceException - Exception in org.hibernate.service
Indicates that an unkown service was requested from the registry.
UnknownServiceException(Class) - Constructor for exception org.hibernate.service.UnknownServiceException
 
UnknownSqlResultSetMappingException - Exception in org.hibernate.procedure
 
UnknownSqlResultSetMappingException(String) - Constructor for exception org.hibernate.procedure.UnknownSqlResultSetMappingException
 
unknownSqlServerVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unknownUnwrap(Class) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
UnknownUnwrapTypeException - Exception in org.hibernate.service
 
UnknownUnwrapTypeException(Class) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
 
UnknownUnwrapTypeException(Class, Throwable) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
 
unknownWrap(Class) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
unlockItem(SessionImplementor, Object) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
unlockItem(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
unlockItem(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationCacheAccessDelegate
 
unlockItem(SessionImplementor, Object) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockRegion(SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
unlockRegion(SoftLock) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Called after we have finished the attempted invalidation of the entire region
unmarshal(InputStream, Origin) - Method in class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
unproxy(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
unproxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity instance underlying the given proxy, throwing an exception if the proxy is uninitialized.
unproxyAndReassociate(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
unproxyAndReassociate(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Possibly unproxy the given reference and reassociate it with the current session.
unqualify(String) - Static method in class org.hibernate.internal.util.StringHelper
 
unqualify(String) - Static method in class org.hibernate.jpamodelgen.ImportContextImpl
 
unqualifyEntityName(String) - Static method in class org.hibernate.internal.util.StringHelper
 
unquote(String) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
unquote(String) - Static method in class org.hibernate.internal.util.StringHelper
Return the unquoted version of name (stripping the start and end '`' characters if present).
unquote(String, Dialect) - Static method in class org.hibernate.internal.util.StringHelper
Return the unquoted version of name stripping the start and end quote characters.
unquote(String[], Dialect) - Static method in class org.hibernate.internal.util.StringHelper
Return the unquoted version of name stripping the start and end quote characters.
unregisteredResultSetWithoutStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unregisteredStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unregisterMBean() - Method in class org.hibernate.cache.ehcache.management.impl.ProviderMBeanRegistrationHelper
Unregisters previously registered mbean.
unRegisterStrategyImplementor(Class<T>, Class<? extends T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
unRegisterStrategyImplementor(Class<T>, Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Un-registers a named implementor of a particular strategy contract.
UnresolvableObjectException - Exception in org.hibernate
Thrown when Hibernate could not resolve an object by id, especially when loading an association.
UnresolvableObjectException(Serializable, String) - Constructor for exception org.hibernate.UnresolvableObjectException
Constructs an UnresolvableObjectException using the specified information.
UnresolvableObjectException(String, Serializable, String) - Constructor for exception org.hibernate.UnresolvableObjectException
 
UnresolvedEntityInsertActions - Class in org.hibernate.action.internal
Tracks unresolved entity insert actions.
UnresolvedEntityInsertActions() - Constructor for class org.hibernate.action.internal.UnresolvedEntityInsertActions
 
unroot(String) - Static method in class org.hibernate.internal.util.StringHelper
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
UnsavedValueFactory - Class in org.hibernate.engine.internal
Helper for dealing with unsaved value handling
UnsavedValueStrategy - Interface in org.hibernate.engine.spi
The base contract for determining transient status versus detached status.
unScheduleDeletion(EntityEntry, Object) - Method in class org.hibernate.engine.spi.ActionQueue
 
unset() - Method in class org.hibernate.envers.internal.tools.MutableBoolean
 
unsetMask - Variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
unsetSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
unsetSession(SessionImplementor) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
unsetSession(SessionImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassociate this collection from the given session.
unsetSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
unsetSession() - Method in interface org.hibernate.proxy.LazyInitializer
Unset this initializer's reference to session.
unStashInvalidNaturalIdReferences() - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Again, as part of "load synchronization process" we need to also be able to clear references to these known-invalid natural-ids after flush.
UnstructuredCacheEntry - Class in org.hibernate.cache.spi.entry
Unstructured CacheEntry format (used to store entities and collections).
unsuccessful(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsuccessfulCreate(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedAfterStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedIngresVersion() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedInitialValue(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnsupportedLockAttemptException - Exception in org.hibernate
This exception is thrown when an invalid LockMode is selected for an entity.
UnsupportedLockAttemptException(String) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedLockAttemptException(Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedLockAttemptException(String, Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
unsupportedMultiTableBulkHqlJpaql(int, int, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedNamedParameters() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedOracleVersion() - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnsupportedOrmXsdVersionException - Exception in org.hibernate.boot.jaxb.internal.stax
Deprecated.
UnsupportedOrmXsdVersionException(String, Origin) - Constructor for exception org.hibernate.boot.jaxb.internal.stax.UnsupportedOrmXsdVersionException
Deprecated.
 
UnsupportedOrmXsdVersionException - Exception in org.hibernate.boot
 
UnsupportedOrmXsdVersionException(String, Origin) - Constructor for exception org.hibernate.boot.UnsupportedOrmXsdVersionException
 
UnsupportedOrmXsdVersionException - Exception in org.hibernate.internal.util.xml
Deprecated.
Migrating to boot package; all usages will eventually be replaced by UnsupportedOrmXsdVersionException
UnsupportedOrmXsdVersionException(String, Origin) - Constructor for exception org.hibernate.internal.util.xml.UnsupportedOrmXsdVersionException
Deprecated.
 
unsupportedProperty(Object, Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
untransformToTuples(List) - Method in class org.hibernate.transform.CacheableResultTransformer
Untransforms, if necessary, a List of values previously transformed by this (or an equivalent) CacheableResultTransformer.
unusedMappedSuperclass(String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
unwrap(Class<T>) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
unwrap(Class<T>) - Method in interface org.hibernate.boot.MetadataBuilder
Allows unwrapping this builder as another, more specific type.
unwrap(Class<T>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Allows unwrapping this builder as another, more specific type.
unwrap(Class<S>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
unwrap(Class<T>) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
unwrap(Class<T>) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.jpa.internal.QueryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
unwrap(Class<T>) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
unwrap(Class<T>) - Method in interface org.hibernate.service.spi.Wrapped
Unproxy the service proxy
unwrap(Geometry, Class<X>, WrapperOptions) - Method in class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
 
unwrap(Geometry, Class<X>, WrapperOptions) - Method in class org.hibernate.spatial.JTSGeometryJavaTypeDescriptor
 
unwrap(Class<T>) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
unwrap(BigDecimal, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
unwrap(BigInteger, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
unwrap(Blob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
unwrap(Boolean, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
unwrap(Byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
unwrap(Byte, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
unwrap(Character[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
unwrap(Character, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
unwrap(Class, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
unwrap(Clob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
unwrap(Currency, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
unwrap(Double, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
unwrap(Duration, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
unwrap(Float, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
unwrap(Instant, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
unwrap(Integer, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Unwrap an instance of our handled Java type into the requested type.
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
unwrap(LocalDate, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
unwrap(LocalDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
unwrap(Locale, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
unwrap(LocalTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
unwrap(Long, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
unwrap(NClob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
unwrap(OffsetDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
unwrap(OffsetTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
unwrap(char[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
unwrap(Short, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
unwrap(String, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
unwrap(TimeZone, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
unwrap(URL, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
unwrap(UUID, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
unwrap(ZonedDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
unwrapProxy - Variable in class org.hibernate.mapping.ToOne
 
updatable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
updatable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
update(SessionImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
update(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
update(SessionImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(SessionImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(SessionImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(SessionImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
update(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
update(SessionImplementor, Object, Object, Object, Object) - Method in interface org.hibernate.cache.infinispan.access.AccessDelegate
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(SessionImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.NonStrictAccessDelegate
 
update(SessionImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationCacheAccessDelegate
 
update(SessionImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
update(SessionImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationCacheAccessDelegate
 
update(SessionImplementor, Object, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(SessionImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
UPDATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / update
update(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
update(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
UPDATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
UPDATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
UPDATE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
update(Object) - Method in class org.hibernate.internal.SessionImpl
 
update(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
update(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
update(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
update(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Update an object
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Update a persistent instance
update(Object) - Method in interface org.hibernate.Session
Update the persistent instance with the identifier of the given detached instance.
update(String, Object) - Method in interface org.hibernate.Session
Update the persistent instance with the identifier of the given detached instance.
Update - Class in org.hibernate.sql
An SQL UPDATE statement
Update(Dialect) - Constructor for class org.hibernate.sql.Update
 
update(Object) - Method in interface org.hibernate.StatelessSession
Update a row.
update(String, Object) - Method in interface org.hibernate.StatelessSession
Update a row.
UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

UpdateBuilder - Class in org.hibernate.envers.internal.tools.query
 
UpdateBuilder(String, String) - Constructor for class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
updateCalculatedFields() - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
After all meta-data is read, updates calculated fields.
updateCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
updateCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection was updated.
updateCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
updateCount
updateCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
updateCount
UpdateCountOutput - Interface in org.hibernate.result
Models a return that is an update count (count of rows affected)
updateCurrentIterator() - Method in class org.hibernate.internal.util.collections.JoinedIterator
 
updateEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being updated.
UpdateHandlerImpl - Class in org.hibernate.hql.spi.id.persistent
 
UpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, IdTableInfo) - Constructor for class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
UpdateLockingStrategy - Class in org.hibernate.dialect.lock
A locking strategy where the locks are obtained through update statements.
UpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.UpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
updateOrInsert(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL UPDATE or SQL INSERT
updateResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
updateRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
updateRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Update the persistent state of any elements that were modified
updateStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
updateStatement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
updateStatement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
UpdateStatement - Class in org.hibernate.hql.internal.ast.tree
Defines a top-level AST node representing an HQL update statement.
UpdateStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
UpdateTimestamp - Annotation Type in org.hibernate.annotations
Marks a property as the update timestamp of the containing entity.
UpdateTimestampGeneration - Class in org.hibernate.tuple
Value generation implementation for UpdateTimestamp.
UpdateTimestampGeneration() - Constructor for class org.hibernate.tuple.UpdateTimestampGeneration
 
UpdateTimestampsCache - Class in org.hibernate.cache.spi
Tracks the timestamps of the most recent updates to particular tables.
UpdateTimestampsCache(SessionFactoryOptions, Properties, SessionFactoryImplementor) - Constructor for class org.hibernate.cache.spi.UpdateTimestampsCache
Constructs an UpdateTimestampsCache.
UpdateTimestampsCache(SessionFactoryOptions, Properties) - Constructor for class org.hibernate.cache.spi.UpdateTimestampsCache
Constructs an UpdateTimestampsCache.
updateTimestampsCacheHit() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateTimestampsCacheHit() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a hit to the timestamp cache
updateTimestampsCacheMiss() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateTimestampsCacheMiss() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a miss to the timestamp cache
updateTimestampsCachePut() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateTimestampsCachePut() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put to the timestamp cache
updateValue(String, Object) - Method in class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
updatingSchema() - Method in interface org.hibernate.internal.CoreMessageLogger
 
UPGRADE - Static variable in class org.hibernate.LockOptions
Represents LockMode.UPGRADE (will wait forever for lock and scope of false meaning only entity is locked).
upgradeLock(Object, EntityEntry, LockOptions, EventSource) - Method in class org.hibernate.event.internal.AbstractLockUpgradeEventListener
Performs a pessimistic lock upgrade on a given entity, if needed.
upgradeLocks() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
upgradeLocks() - Method in class org.hibernate.loader.hql.QueryLoader
 
upgradeLocks() - Method in class org.hibernate.loader.Loader
Does this query return objects that might be already cached by the session, whose lock mode may need upgrading
upper(Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
UpperFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL UPPER function.
UpperFunction(CriteriaBuilderImpl, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.function.UpperFunction
 
URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC connection url.
URL - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
URL - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
URL - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping URL to JDBC VARCHAR.
URL_LOGGER - Static variable in interface org.hibernate.internal.log.UrlMessageBundle
 
UrlInputStreamAccess - Class in org.hibernate.boot.archive.internal
 
UrlInputStreamAccess(URL) - Constructor for class org.hibernate.boot.archive.internal.UrlInputStreamAccess
 
UrlMessageBundle - Interface in org.hibernate.internal.log
Acts as the MessageLogger and MessageBundle for messages related to processing URLs.
UrlType - Class in org.hibernate.type
A type that maps between VARCHAR and URL
UrlType() - Constructor for class org.hibernate.type.UrlType
 
UrlTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for URL handling.
UrlTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
UrlXmlSource - Class in org.hibernate.boot.jaxb.internal
 
UrlXmlSource(Origin, URL) - Constructor for class org.hibernate.boot.jaxb.internal.UrlXmlSource
 
usage - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
usage - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
usage - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
USE_CLASS_ENHANCER - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
Split into multiple 'hibernate.enhancer.enable[]' properties
USE_DIRECT_REFERENCE_CACHE_ENTRIES - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable direct storage of entity references into the second level cache when applicable (immutable data, etc).
USE_GET_GENERATED_KEYS - Static variable in interface org.hibernate.cfg.AvailableSettings
Tells the JDBC driver to attempt to retrieve row Id with the JDBC 3.0 PreparedStatement.getGeneratedKeys() method.
USE_IDENTIFIER_ROLLBACK - Static variable in interface org.hibernate.cfg.AvailableSettings
 
USE_MINIMAL_PUTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Optimize the cache for minimal puts instead of minimal gets
USE_NATIONALIZED_CHARACTER_DATA - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable nationalized character support on all string / clob based attribute ( string, char, clob, text etc ).
USE_NEW_ID_GENERATOR_MAPPINGS - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting which indicates whether or not the new IdentifierGenerator are used for AUTO, TABLE and SEQUENCE.
USE_QUERY_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable the query cache (disabled by default)
USE_REFLECTION_OPTIMIZER - Static variable in interface org.hibernate.cfg.AvailableSettings
Use bytecode libraries optimized property access
USE_REVISION_ENTITY_WITH_NATIVE_ID - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Use revision entity with native identifier generator.
USE_SCROLLABLE_RESULTSET - Static variable in interface org.hibernate.cfg.AvailableSettings
Use JDBC scrollable ResultSets.
USE_SECOND_LEVEL_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable the second-level cache (enabled by default)
USE_SQL_COMMENTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Add comments to the generated SQL
USE_STREAMS_FOR_BINARY - Static variable in interface org.hibernate.cfg.AvailableSettings
Use java.io streams to read / write binary data from / to JDBC
USE_STRUCTURED_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable use of structured second-level cache entries
useAutoAliasInjection() - Method in class org.hibernate.internal.FilterConfiguration
 
useDynamicInsert() - Method in class org.hibernate.mapping.PersistentClass
 
useDynamicInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useDynamicUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
useDynamicUpdate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useFollowOnLocking() - Method in class org.hibernate.dialect.Dialect
Some dialects have trouble applying pessimistic locking depending upon what other query options are specified (paging, ordering, etc).
useFollowOnLocking() - Method in class org.hibernate.dialect.Oracle8iDialect
 
useFollowOnLocking() - Method in class org.hibernate.dialect.Teradata14Dialect
 
useFromFragment() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
useGetGeneratedKeys() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.Dialect
Should LOBs (both BLOB and CLOB) be bound using stream operations (i.e.
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
useInsertSelectIdentity() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useLHSPrimaryKey() - Method in class org.hibernate.type.AnyType
 
useLHSPrimaryKey() - Method in interface org.hibernate.type.AssociationType
Is the primary key of the owning entity table to be used in the join?
useLHSPrimaryKey() - Method in class org.hibernate.type.CollectionType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.ManyToOneType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.OneToOneType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.SpecialOneToOneType
 
useLimit(LimitHandler, RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
Should limit be applied?
useMaxForLimit() - Method in class org.hibernate.dialect.Cache71Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.DB2390Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.DB2400Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
useMaxForLimit() - Method in class org.hibernate.dialect.InformixDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Ingres9Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.IngresDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the LIMIT clause take a "maximum" row number instead of a total number of returned rows?

This is easiest understood via an example.

useMaxForLimit() - Method in class org.hibernate.dialect.pagination.FirstLimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
useNationalizedCharacterData() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
useNationalizedCharacterData() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
useNationalizedCharacterData() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Should we use nationalized variants of character data (e.g.
USER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the connection user.
USER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
USER - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
UserCollectionType - Interface in org.hibernate.usertype
A custom type for mapping user-written classes that implement PersistentCollection
useReflectionOptimizer() - Static method in class org.hibernate.cfg.Environment
Should we use reflection optimization?
UserSuppliedConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.internal
An implementation of the ConnectionProvider interface that simply throws an exception when a connection is requested, the assumption being that the application is responsible for handing the connection to use to the session
UserSuppliedConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
userTransaction() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
UserType - Interface in org.hibernate.usertype
This interface should be implemented by user-defined "types".
UserVersionType - Interface in org.hibernate.usertype
A user type that may be used for a version property
UsesInputStreamToInsertBlob() - Constructor for class org.hibernate.testing.DialectChecks.UsesInputStreamToInsertBlob
 
usesJoinTable() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
usesJoinTable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
useStreamForLobBinding() - Method in class org.hibernate.internal.WrapperOptionsImpl
 
useStreamForLobBinding() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Should streams be used for binding LOB values.
useStreamsForBinary() - Static method in class org.hibernate.cfg.Environment
Should we use streams to bind binary types to JDBC IN parameters?
useThetaStyleImplicitJoins - Static variable in class org.hibernate.hql.internal.ast.tree.DotNode
 
useUnownedCollection(CollectionKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
useUnownedCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Take ownership of a previously unowned collection, if one.
useWhereFragment() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
using(String, Object) - Method in interface org.hibernate.NaturalIdLoadAccess
Add a NaturalId attribute value.
usingAstQueryTranslatorFactory() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDefaultIdGeneratorSegmentValue(String, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDefaultTransactionStrategy() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDialect(Dialect) - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDriver(String, String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
usingFollowOnLocking() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingHibernateBuiltInConnectionPool() - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
usingOldDtd() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingProvidedDataSource() - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
usingReflectionOptimizer() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingStoppedClassLoaderService() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingStreams() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingTimestampWorkaround() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingUuidHexGenerator(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
USUAL_EXPECTED_COUNT - Static variable in class org.hibernate.jdbc.Expectations
 
USUAL_PARAM_POSITION - Static variable in class org.hibernate.jdbc.Expectations
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
Util - Class in org.hibernate.procedure.internal
Utilities used to implement procedure call support.
Util.ResultClassesResolutionContext - Interface in org.hibernate.procedure.internal
Context for resolving result-class definitions
Util.ResultSetMappingResolutionContext - Interface in org.hibernate.procedure.internal
Context for resolving result-set-mapping definitions
uuid - Variable in class org.hibernate.cache.infinispan.access.InvalidationSynchronization
 
UUID - Static variable in class org.hibernate.cache.infinispan.util.Externalizers
 
UUID_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC BINARY.
UUID_CHAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC CHAR.
UUID_GEN_STRATEGY - Static variable in class org.hibernate.id.UUIDGenerator
 
UUID_GEN_STRATEGY_CLASS - Static variable in class org.hibernate.id.UUIDGenerator
 
UUIDBinaryType - Class in org.hibernate.type
A type mapping Types.BINARY and UUID
UUIDBinaryType() - Constructor for class org.hibernate.type.UUIDBinaryType
 
UUIDCharType - Class in org.hibernate.type
A type mapping Types.CHAR (or Types.VARCHAR) and UUID
UUIDCharType() - Constructor for class org.hibernate.type.UUIDCharType
 
UUIDExternalizer() - Constructor for class org.hibernate.cache.infinispan.util.Externalizers.UUIDExternalizer
 
UUIDGenerationStrategy - Interface in org.hibernate.id
A strategy for generating a variant 2 UUID value.
UUIDGenerator - Class in org.hibernate.id
An IdentifierGenerator which generates UUID values using a pluggable generation strategy.
UUIDGenerator() - Constructor for class org.hibernate.id.UUIDGenerator
 
UUIDHexGenerator - Class in org.hibernate.id
uuid

A UUIDGenerator that returns a string of length 32, This string will consist of only hex digits.
UUIDHexGenerator() - Constructor for class org.hibernate.id.UUIDHexGenerator
 
UUIDTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for UUID handling.
UUIDTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
UUIDTypeDescriptor.PassThroughTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDTypeDescriptor.ToBytesTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDTypeDescriptor.ToStringTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDTypeDescriptor.ValueTransformer - Interface in org.hibernate.type.descriptor.java
 

V

validate() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
validate() - Method in class org.hibernate.boot.internal.MetadataImpl
 
validate(int, int) - Method in class org.hibernate.boot.model.relational.Sequence
 
validate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
validate() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
validate() - Method in class org.hibernate.engine.jdbc.connections.internal.PooledConnections
 
validate() - Method in interface org.hibernate.Filter
Perform validation of the filter state.
validate() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
Performs detailed semantic validation on this insert statement tree.
validate() - Method in class org.hibernate.internal.FilterImpl
Perform validation of the filter state.
validate() - Method in class org.hibernate.internal.util.Cloneable
Checks to ensure the SessionEventListenerConfig is fully configured (basically, that none of the listeners is null).
validate() - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
validate() - Method in interface org.hibernate.jpa.criteria.compile.CompilableCriteria
 
validate() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
validate() - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
validate(Type[]) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator
 
validate(Mapping) - Method in class org.hibernate.mapping.Collection
 
validate(Mapping) - Method in class org.hibernate.mapping.IdentifierCollection
 
validate(Mapping) - Method in class org.hibernate.mapping.IndexedCollection
 
validate(Mapping) - Method in class org.hibernate.mapping.JoinedSubclass
 
validate(Mapping) - Method in class org.hibernate.mapping.PersistentClass
 
validate(Mapping) - Method in class org.hibernate.mapping.RootClass
 
validate(Mapping) - Method in class org.hibernate.mapping.Set
 
validate(Mapping) - Method in class org.hibernate.mapping.SingleTableSubclass
 
validate(Mapping) - Method in class org.hibernate.mapping.UnionSubclass
 
validate(List<Throwable>) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
validate() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidator
Perform the validations.
VALIDATE_DATA_CLEANUP - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
VALIDATE_DATA_CLEANUP - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
VALIDATE_FAILURE_EXPECTED - Static variable in class org.hibernate.testing.junit4.Helper
 
validateAlias(String) - Method in class org.hibernate.loader.custom.CustomLoader
 
validateBinding(Class, Object, TemporalType) - Static method in class org.hibernate.jpa.spi.BaseQueryImpl
 
validateBindValue(Object) - Method in class org.hibernate.jpa.criteria.compile.ExplicitParameterInfo
 
validateCalendarBind() - Method in class org.hibernate.jpa.criteria.compile.ExplicitParameterInfo
 
validateColumns(Dialect, Mapping, TableMetadata) - Method in class org.hibernate.mapping.Table
 
validateColumnType(Table, Column, ColumnInformation, Metadata) - Method in class org.hibernate.tool.schema.internal.SchemaValidatorImpl
 
validateDateBind() - Method in class org.hibernate.jpa.criteria.compile.ExplicitParameterInfo
 
validateEhcache(Ehcache) - Static method in class org.hibernate.cache.ehcache.internal.util.HibernateEhcacheUtils
Validates that the supplied Ehcache instance is valid for use as a Hibernate cache.
validateExistingCurrentSessions() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Should we validate that the tenant identifier on "current sessions" that already exist when CurrentSessionContext.currentSession() is called matches the value returned here from CurrentTenantIdentifierResolver.resolveCurrentTenantIdentifier()?
validateExistingSession(Session) - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
validateFactory(Object) - Static method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
Used to validate the type of an explicitly passed ValidatorFactory instance
validateFetchPlan(FetchStrategy, AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.returns.AbstractCompositeReference
 
validateFetchPlan(FetchStrategy, AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementEntityGraph
 
validateFetchPlan(FetchStrategy, AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexEntityGraph
 
validateFetchPlan(FetchStrategy, AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.returns.EntityAttributeFetchImpl
 
validateFetchPlan(FetchStrategy, AttributeDefinition) - Method in class org.hibernate.loader.plan.build.internal.returns.EntityReturnImpl
 
validateFetchPlan(FetchStrategy, AttributeDefinition) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Is the asserted plan valid from this owner to a fetch?
validateInfinispanConfiguration(Configuration) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampTypeOverrides
 
validateInfinispanConfiguration(Configuration) - Method in class org.hibernate.cache.infinispan.TypeOverrides
Validate the configuration for this cached type.
validateJoin(String) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
validateLookAheadText(int, String) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
validateMapPropertyExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
validateMapPropertyExpression(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
validateNaturalId(EntityPersister, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Invariant validate of the natural id.
validateNotClosed() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
validateParameters() - Method in class org.hibernate.engine.spi.QueryParameters
 
validatePublicVoid(boolean, List<Throwable>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
validatePublicVoidNoArg(boolean, List<Throwable>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo, boolean) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
validateScrollability() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
validateScrollability() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
validateScrollability() - Method in interface org.hibernate.hql.spi.QueryTranslator
Validate the scrollability of the translated query.
validateScrollability() - Method in class org.hibernate.loader.hql.QueryLoader
 
validateSequence(Sequence, SequenceInformation) - Method in class org.hibernate.tool.schema.internal.SchemaValidatorImpl
 
validateSoftKeyword(String) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
validateTable(Table, TableInformation, Metadata) - Method in class org.hibernate.tool.schema.internal.SchemaValidatorImpl
 
validateTypes(SelectClause) - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
VALIDATION_FACTORY - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to pass along any discovered validator factory.
VALIDATION_INTERVAL - Static variable in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
VALIDATION_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to indicate what form of automatic validation is in effect as per rules defined in JPA 2 section 3.6.1.1

See JPA 2 sections 9.4.3 and 8.2.1.8

ValidationMode - Enum in org.hibernate.cfg.beanvalidation
Duplicates the javax.validation enum (because javax validation might not be on the runtime classpath)
validationMode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
validatorNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
ValidityAuditStrategy - Class in org.hibernate.envers.strategy
Audit strategy which persists and retrieves audit information using a validity algorithm, based on the start-revision and end-revision of a row in the audit tables.
ValidityAuditStrategy() - Constructor for class org.hibernate.envers.strategy.ValidityAuditStrategy
 
ValidTimeAuditStrategy - Class in org.hibernate.envers.strategy
Deprecated.
ValidTimeAuditStrategy() - Constructor for class org.hibernate.envers.strategy.ValidTimeAuditStrategy
Deprecated.
Default constructor.
validTimeAuditStrategyDeprecated() - Method in interface org.hibernate.envers.internal.EnversMessageLogger
Message indicating that user attempted to use the deprecated ValidTimeAuditStrategy
value() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
value - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
value() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
value - Variable in class org.hibernate.cfg.FkSecondPass
 
VALUE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
VALUE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
VALUE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
value(T) - Method in class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
value(Expression<? extends T>) - Method in class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
value() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
value(T) - Method in class org.hibernate.jpa.criteria.predicate.InPredicate
 
value(Expression<? extends T>) - Method in class org.hibernate.jpa.criteria.predicate.InPredicate
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.AccessType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.EnumType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.FetchType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
 
value - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
 
value - Variable in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.TemporalType
 
Value - Interface in org.hibernate.mapping
A value is anything that is persisted by value, instead of by reference.
value() - Method in class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
VALUE_COLUMN_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the name of the column holding the identifier values.
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
The name of column which holds the sequence value.
VALUE_EXTRACTOR - Static variable in class org.hibernate.cache.infinispan.util.Externalizers
 
VALUE_EXTRACTOR - Static variable in class org.hibernate.cache.infinispan.util.FutureUpdate
 
valueArray() - Method in class org.hibernate.internal.AbstractQueryImpl
 
valueArray() - Method in class org.hibernate.internal.CollectionFilterImpl
 
ValueBinder<X> - Interface in org.hibernate.type.descriptor
Contract for binding values to a PreparedStatement.
valueColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
ValueExtractor<X> - Interface in org.hibernate.type.descriptor
Contract for extracting value via JDBC (from ResultSet or as output param from CallableStatement).
ValueExtractorExternalizer() - Constructor for class org.hibernate.cache.infinispan.util.FutureUpdate.ValueExtractorExternalizer
 
ValueGeneration - Interface in org.hibernate.tuple
Describes the generation of property values.
ValueGenerationPlan(IdentifierGenerator, Setter) - Constructor for class org.hibernate.mapping.Component.ValueGenerationPlan
 
ValueGenerationStrategyException(String) - Constructor for exception org.hibernate.tuple.entity.EntityMetamodel.ValueGenerationStrategyException
 
ValueGenerationStrategyException(String, Throwable) - Constructor for exception org.hibernate.tuple.entity.EntityMetamodel.ValueGenerationStrategyException
 
ValueGenerationType - Annotation Type in org.hibernate.annotations
Marks an annotation type as a generator annotation type.
ValueGenerator<T> - Interface in org.hibernate.tuple
Defines a generator for in-VM generation of (non-identifier) attribute values.
ValueHandlerFactory - Class in org.hibernate.jpa.criteria
Helper for generically dealing with literal values.
ValueHandlerFactory.BaseValueHandler<T> - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.BigDecimalValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.BigIntegerValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.BooleanValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.ByteValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.DoubleValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.FloatValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.IntegerValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.LongValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.NoOpValueHandler<T> - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.ShortValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.StringValueHandler - Class in org.hibernate.jpa.criteria
 
ValueHandlerFactory.ValueHandler<T> - Interface in org.hibernate.jpa.criteria
 
ValueHolder<T> - Class in org.hibernate.internal.util
Represents a "final" value that is initialized either up front or once at some point after declaration.
ValueHolder(ValueHolder.DeferredInitializer<T>) - Constructor for class org.hibernate.internal.util.ValueHolder
Instantiates a ValueHolder with the specified initializer.
ValueHolder(T) - Constructor for class org.hibernate.internal.util.ValueHolder
 
ValueHolder.DeferredInitializer<T> - Interface in org.hibernate.internal.util
The snippet that generates the initialization value.
ValueImpl(ExportableColumn, Table, BasicType, Database) - Constructor for class org.hibernate.id.ExportableColumn.ValueImpl
 
ValueInclusion - Enum in org.hibernate.engine.spi
An enum of the different ways a value might be "included".
valueMappingSources - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
valueOf(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CacheModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.GenerationTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.NotFoundAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.PolymorphismType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SortType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.CacheRegionDefinition.CacheRegionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.cfgxml.spi.MappingReference.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.internal.stax.LocalSchema
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.internal.stax.SupportedOrmXsdVersion
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.NaturalIdMutability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.SingularAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.TruthValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.SchemaAutoTooling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.TempTableDdlTransactionHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cache.spi.access.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.AnnotatedClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.annotations.Nullability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.MetadataSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ConnectionAcquisitionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ConnectionReleaseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.criterion.Junction.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.criterion.MatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.DuplicateMappingException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.FetchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.FetchTiming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.internal.AbstractEntityEntry.BooleanState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.internal.CascadePoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.internal.FormatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.OptimisticLockStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.profile.Fetch.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.CachedNaturalIdValueSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.ValueInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.transaction.spi.JoinStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.EntityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.configuration.internal.metadata.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.internal.entities.RelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.ModificationStore
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.RelationTargetAuditMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.RevisionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.event.internal.AbstractSaveEventListener.EntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.event.service.spi.DuplicationStrategy.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.FlushMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.hql.internal.ast.tree.DotNode.DereferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.hql.internal.ast.util.LiteralProcessor.DecimalLiteralFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.hql.spi.id.local.AfterUseAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.id.EntityIdentifierNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.criteria.expression.SubqueryComparisonModifierExpression.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.criteria.expression.UnaryArithmeticOperation.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.criteria.predicate.ComparisonPredicate.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.criteria.predicate.TruthValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.event.spi.jpa.CallbackType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.SchemaGenAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.SchemaGenSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.util.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.LockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.plan.spi.LoadPlan.Disposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.plan.spi.QuerySpace.Disposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.LockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.mapping.MetadataSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.MultiTenancyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.NullPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.persister.walking.spi.AssociationAttributeDefinition.AssociationNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.procedure.spi.ParameterStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ReplicationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.resource.transaction.spi.TransactionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ScrollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.secure.spi.PermissibleAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.spatial.SpatialFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tuple.GenerationTiming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.type.ForeignKeyDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CacheModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.GenerationTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.NotFoundAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.PolymorphismType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.SortType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.CacheRegionDefinition.CacheRegionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.cfgxml.spi.MappingReference.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.internal.stax.LocalSchema
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.internal.stax.SupportedOrmXsdVersion
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.NaturalIdMutability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.SingularAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.TruthValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.SchemaAutoTooling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.TempTableDdlTransactionHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values(AdvancedCache<K, V>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
values(AdvancedCache<K, V>, KeyValueFilter<K, V>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
values(AdvancedCache<K, V>, KeyValueFilter<K, V>, Converter<K, V, T>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
values() - Static method in enum org.hibernate.cache.spi.access.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.AnnotatedClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.annotations.Nullability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.MetadataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.hibernate.collection.internal.PersistentIdentifierBag
 
values() - Method in class org.hibernate.collection.internal.PersistentMap
 
values() - Static method in enum org.hibernate.ConnectionAcquisitionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ConnectionReleaseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.criterion.Junction.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.criterion.MatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.DuplicateMappingException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.FetchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.FetchTiming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.internal.AbstractEntityEntry.BooleanState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.internal.CascadePoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.internal.FormatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.OptimisticLockStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.profile.Fetch.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.CachedNaturalIdValueSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.ValueInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.transaction.spi.JoinStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.EntityMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.configuration.internal.metadata.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
values() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
values() - Static method in enum org.hibernate.envers.internal.entities.RelationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.ModificationStore
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.RelationTargetAuditMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.RevisionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.event.internal.AbstractSaveEventListener.EntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.event.service.spi.DuplicationStrategy.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.hibernate.event.spi.EventType
Get a collection of all EventType instances.
values() - Static method in enum org.hibernate.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.FlushMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.hql.internal.ast.tree.DotNode.DereferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.hql.internal.ast.util.LiteralProcessor.DecimalLiteralFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.hql.spi.id.local.AfterUseAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.id.EntityIdentifierNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
values(M) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
values() - Static method in enum org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpa.criteria.expression.SubqueryComparisonModifierExpression.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpa.criteria.expression.UnaryArithmeticOperation.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpa.criteria.predicate.ComparisonPredicate.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpa.criteria.predicate.TruthValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpa.event.spi.jpa.CallbackType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpa.SchemaGenAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpa.SchemaGenSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.util.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.EnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.GenerationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.LockModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.BatchFetchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.plan.spi.LoadPlan.Disposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.plan.spi.QuerySpace.Disposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.LockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.mapping.MetadataSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.MultiTenancyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.NullPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.persister.walking.spi.AssociationAttributeDefinition.AssociationNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.procedure.spi.ParameterStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.proxy.map.MapProxy
 
values() - Static method in enum org.hibernate.ReplicationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.resource.transaction.spi.TransactionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ScrollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.secure.spi.PermissibleAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.service.internal.ConcurrentServiceBinding
 
values() - Static method in enum org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.spatial.SpatialFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.Target
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tuple.GenerationTiming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.type.ForeignKeyDirection
Returns an array containing the constants of this enum type, in the order they are declared.
ValueVisitor - Interface in org.hibernate.mapping
 
VarArgsSQLFunction - Class in org.hibernate.dialect.function
Support for slightly more general templating than StandardSQLFunction, with an unlimited number of arguments.
VarArgsSQLFunction(Type, String, String, String) - Constructor for class org.hibernate.dialect.function.VarArgsSQLFunction
Constructs a VarArgsSQLFunction instance with a 'static' return type.
VarArgsSQLFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.VarArgsSQLFunction
Constructs a VarArgsSQLFunction instance with a 'dynamic' return type.
VarbinaryTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for VARBINARY handling.
VarbinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
VarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for VARCHAR handling.
VarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
VECTOR_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
VECTOR_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
VECTOR_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
vectorExpr() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
verEntCfg - Variable in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
VerifyFetchProfileReferenceSecondPass - Class in org.hibernate.cfg
 
VerifyFetchProfileReferenceSecondPass(String, FetchProfile.FetchOverride, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass
 
verifyOutcome(int, PreparedStatement, int) - Method in interface org.hibernate.jdbc.Expectation
Perform verification of the outcome of the RDBMS operation based on the type of expectation defined.
verifyOutcome(int, PreparedStatement, int) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
verifyParameters() - Method in class org.hibernate.internal.AbstractQueryImpl
Perform parameter validation.
verifyParameters(boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
Perform parameter validation.
verifyParameters() - Method in class org.hibernate.internal.SQLQueryImpl
 
verifyProperties(Map<?, ?>) - Static method in class org.hibernate.cfg.Environment
Issues warnings to the user when any obsolete or renamed property names are used.
version - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
version - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
version(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
Version(String, Class<Y>, AbstractManagedType<X>, Member, Type<Y>, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl.Version
 
Version - Class in org.hibernate.jpamodelgen
Information about the Meta Model Generator version.
version - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
version - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
version - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
 
Version - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Version() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Version
 
Version - Class in org.hibernate
Information about the Hibernate version.
VERSION2_SQL - Static variable in class org.hibernate.hql.internal.ast.tree.SelectClause
 
VersionAttributeSource - Interface in org.hibernate.boot.model.source.spi
 
VERSIONED - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
VERSIONED - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
VERSIONED - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
VERSIONED_ENTRY - Static variable in class org.hibernate.cache.infinispan.util.Externalizers
 
VersionedCallInterceptor - Class in org.hibernate.cache.infinispan.access
Note that this does not implement all commands, only those appropriate for TombstoneAccessDelegate and BaseTransactionalDataRegion The behaviour here also breaks notifications, which are not used for 2LC caches.
VersionedCallInterceptor(Comparator<Object>) - Constructor for class org.hibernate.cache.infinispan.access.VersionedCallInterceptor
 
VersionedEntry - Class in org.hibernate.cache.infinispan.util
 
VersionedEntry(Object, Object, long) - Constructor for class org.hibernate.cache.infinispan.util.VersionedEntry
 
VersionedEntry.ExcludeEmptyExtractValueExternalizer - Class in org.hibernate.cache.infinispan.util
 
VersionedEntry.Externalizer - Class in org.hibernate.cache.infinispan.util
 
Versioning - Class in org.hibernate.engine.internal
Utilities for dealing with optimistic locking values.
VersionProperty - Class in org.hibernate.tuple.entity
Represents a version property within the Hibernate runtime-metamodel.
VersionProperty(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation, VersionValue) - Constructor for class org.hibernate.tuple.entity.VersionProperty
Constructs VersionProperty instances.
versionsEntityName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
versionsReader - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
VersionType<T> - Interface in org.hibernate.type
Additional contract for types which may be used to version (and optimistic lock) data.
VersionTypeSeedParameterSpecification - Class in org.hibernate.param
Parameter bind specification used for optimisitc lock version seeding (from insert statements).
VersionTypeSeedParameterSpecification(VersionType) - Constructor for class org.hibernate.param.VersionTypeSeedParameterSpecification
Constructs a version seed parameter bind specification.
VersionValue - Class in org.hibernate.engine.spi
A strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance.
VersionValue() - Constructor for class org.hibernate.engine.spi.VersionValue
 
VersionValue(Object) - Constructor for class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if its version is null or equal to value
Vertex<R> - Class in org.hibernate.envers.internal.tools.graph
A graph vertex - stores its representation, neighbours, start and end time in (D|B)FS.
Vertex(R) - Constructor for class org.hibernate.envers.internal.tools.graph.Vertex
 
VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to veto the action (true)
ViolatedConstraintNameExtracter - Interface in org.hibernate.exception.spi
Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.
visit(AST) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl.JavaConstantConverter
 
visit(AST) - Method in interface org.hibernate.hql.internal.ast.util.NodeTraverser.VisitationStrategy
 
visitArchive(ArchiveContext) - Method in class org.hibernate.boot.archive.internal.ExplodedArchiveDescriptor
 
visitArchive(ArchiveContext) - Method in class org.hibernate.boot.archive.internal.JarFileBasedArchiveDescriptor
 
visitArchive(ArchiveContext) - Method in class org.hibernate.boot.archive.internal.JarInputStreamBasedArchiveDescriptor
 
visitArchive(ArchiveContext) - Method in class org.hibernate.boot.archive.internal.JarProtocolArchiveDescriptor
 
visitArchive(ArchiveContext) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptor
Perform visitation using the given context
visitArchive(ArchiveContext) - Method in class org.hibernate.osgi.OsgiArchiveDescriptor
 
visitArray(ArrayType, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
visitBeanInfo(Class, BeanInfoHelper.BeanInfoDelegate) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitBeanInfo(Class, Class, BeanInfoHelper.BeanInfoDelegate) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitBeanInfo(Class, BeanInfoHelper.ReturningBeanInfoDelegate<T>) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitBeanInfo(Class, Class, BeanInfoHelper.ReturningBeanInfoDelegate<T>) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
visitCollection(AssociationVisitationStrategy, CollectionPersister) - Static method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
Entry point into walking the model graph of a collection according to its defined metamodel.
visitCollectionsBeforeSave(Object, Serializable, Object[], Type[], EventSource) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
visitCollectionsBeforeSave(Object, Serializable, Object[], Type[], EventSource) - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
 
visitDeclared(DeclaredType, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
visitEntity(AssociationVisitationStrategy, EntityPersister) - Static method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
Entry point into walking the model graph of an entity according to its defined metamodel.
visitExecutable(ExecutableType, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.hibernate.cache.infinispan.access.NonTxPutFromLoadInterceptor
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
visitPrimitive(PrimitiveType, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor.InvalidationFilterVisitor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.hibernate.cache.infinispan.access.VersionedCallInterceptor
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor.InvalidationFilterVisitor
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor.InvalidationFilterVisitor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.hibernate.cache.infinispan.access.NonTxInvalidationInterceptor
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.hibernate.cache.infinispan.access.TxInvalidationInterceptor
 
visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor
 
visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.hibernate.cache.infinispan.access.VersionedCallInterceptor
 
visitTypeVariable(TypeVariable, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
VmValueGeneration - Class in org.hibernate.tuple
A AnnotationValueGeneration which allows to specify the ValueGenerator to be used to determine the value of the annotated property.
VmValueGeneration() - Constructor for class org.hibernate.tuple.VmValueGeneration
 

W

WAIT_FOREVER - Static variable in class org.hibernate.LockOptions
Indicates that there is no timeout for the acquisition.
walkCollectionTree(QueryableCollection, String) - Method in class org.hibernate.loader.JoinWalker
For a collection role, return a list of associations to be fetched by outerjoin
walkEntityTree(OuterJoinLoadable, String) - Method in class org.hibernate.loader.JoinWalker
Walk the association tree for an entity, adding associations which should be join fetched to the JoinWalker.associations inst var.
walker() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
WalkingException - Exception in org.hibernate.persister.walking.spi
Indicates a problem walking the domain tree.
WalkingException(String) - Constructor for exception org.hibernate.persister.walking.spi.WalkingException
 
WalkingException(String, Throwable) - Constructor for exception org.hibernate.persister.walking.spi.WalkingException
 
walkWarnings(SQLWarning, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Generic algorithm to walk the hierarchy of SQLWarnings
warn(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
Log a message with WARN semantics.
warn(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
warning(SAXParseException) - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
warning(SAXParseException) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser.ErrorHandlerImpl
 
WarningHandlerLoggingSupport() - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
 
warningsCreatingTempTable(SQLWarning) - Method in interface org.hibernate.internal.CoreMessageLogger
 
wasDereferenced() - Method in class org.hibernate.engine.spi.CollectionEntry
 
wasInitialized() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
wasInitialized() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this instance initialized?
wasInsertedDuringTransaction(EntityPersister, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
wasInsertedDuringTransaction(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
Allows callers to check to see if the identified entity was inserted during the current transaction.
wasTriggered() - Method in interface org.hibernate.testing.logger.Triggerable
 
watchForLogMessages(String) - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
weakKeywords() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
weakKeywords() - Method in class org.hibernate.hql.internal.ast.HqlParser
 
WeblogicJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for Weblogic
WeblogicJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
WebSphereExtendedJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JTA platform implementation intended for use with WebSphere Application Server (WAS).
WebSphereExtendedJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
WebSphereExtendedJtaPlatform.TransactionManagerAdapter - Class in org.hibernate.engine.transaction.jta.platform.internal
 
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter - Class in org.hibernate.engine.transaction.jta.platform.internal
 
WebSphereJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)
WebSphereJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
 
WebSphereJtaPlatform(Class, WebSphereJtaPlatform.WebSphereEnvironment) - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
 
WebSphereJtaPlatform.WebSphereEnvironment - Enum in org.hibernate.engine.transaction.jta.platform.internal
 
WEIRD_IDENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WEIRD_IDENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WEIRD_IDENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
WHEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WHEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WHEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
when(Expression<Boolean>, R) - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
when(Expression<Boolean>, Expression<? extends R>) - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression
 
when(C, R) - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
when(C, Expression<? extends R>) - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
WhenClause(Expression<Boolean>, Expression<? extends R>) - Constructor for class org.hibernate.jpa.criteria.expression.SearchedCaseExpression.WhenClause
 
WhenClause(LiteralExpression<C>, Expression<? extends R>) - Constructor for class org.hibernate.jpa.criteria.expression.SimpleCaseExpression.WhenClause
 
Where - Annotation Type in org.hibernate.annotations
Where clause to add to the element Entity or target entity of a collection.
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
WHERE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WHERE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WHERE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
where(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaDeleteImpl
 
where(Predicate...) - Method in class org.hibernate.jpa.criteria.CriteriaDeleteImpl
 
where(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
where(Predicate...) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
where(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
where(Predicate...) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
where(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
where(Predicate...) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
whereClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
whereClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
whereClause(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
whereClauseExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
whereExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
whereJoinFragment(String, boolean, boolean) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause part of any joins (optional operation)
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause part of any joins (optional operation)
WhereJoinTable - Annotation Type in org.hibernate.annotations
Where clause to add to the collection join table.
WhereParser - Class in org.hibernate.hql.internal.classic
Parses the where clause of a hibernate query and translates it to an SQL where clause.
WhereParser() - Constructor for class org.hibernate.hql.internal.classic.WhereParser
 
whereString(String, String[], String, int) - Method in class org.hibernate.loader.collection.CollectionJoinWalker
 
whereString(String, String[], int) - Method in class org.hibernate.loader.JoinWalker
Render the where condition for a (batch) load by identifier / collection key
WHITESPACE - Static variable in class org.hibernate.internal.util.StringHelper
 
willNotRegisterListeners() - Method in interface org.hibernate.internal.CoreMessageLogger
 
with(Integrator) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
with(ClassLoader) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
with(ClassLoaderService) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
WITH - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WITH - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WITH - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
with(LockOptions) - Method in interface org.hibernate.IdentifierLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(LockOptions) - Method in interface org.hibernate.NaturalIdLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(LockOptions) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Specify the LockOptions to use when retrieving the entity.
withAfterClasses(Statement) - Method in class org.hibernate.testing.junit4.CustomRunner
 
withBatchSize(int) - Method in class org.hibernate.loader.collection.plan.CollectionLoader.Builder
 
withBatchSize(int) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
withBeforeClasses(Statement) - Method in class org.hibernate.testing.junit4.CustomRunner
 
withClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
withClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
withDataSource(DataSource) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
withDataSource(DataSource) - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Allows passing in a DataSource (delayed from constructing the builder, AKA phase 2) to be used in building the EntityManagerFactory
within(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially within" constraint to the named property
WITHIN - Static variable in interface org.hibernate.spatial.SpatialRelation
The first geometry is spatially within the second
withInfluencers(LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.plan.CollectionLoader.Builder
 
withInfluencers(LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
withinTx(AdvancedCache, Callable<T>) - Static method in class org.hibernate.cache.infinispan.util.Caches
Call an operation within a transaction.
withinTx(TransactionManager, Callable<T>) - Static method in class org.hibernate.cache.infinispan.util.Caches
Call an operation within a transaction.
withinTx(TransactionManager, Runnable) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
withLockMode(LockMode) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
withLockOptions(LockOptions) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
withOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
withOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
withOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
withOptions() - Method in interface org.hibernate.SessionFactory
Obtain a Session builder.
withStatelessOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
withStatelessOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
withStatelessOptions() - Method in interface org.hibernate.SessionFactory
Obtain a StatelessSession builder.
withStrategySelector(Class<T>, String, Class<? extends T>) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
withStrategySelectors(StrategyRegistrationProvider) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
withValidatorFactory(Object) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
withValidatorFactory(Object) - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Allows passing in a Java EE ValidatorFactory (delayed from constructing the builder, AKA phase 2) to be used in building the EntityManagerFactory
Work - Interface in org.hibernate.jdbc
Contract for performing a discrete piece of JDBC work.
WorkExecutor<T> - Class in org.hibernate.jdbc
A visitor used for executing a discrete piece of work encapsulated in a Work or ReturningWork instance..
WorkExecutor() - Constructor for class org.hibernate.jdbc.WorkExecutor
 
WorkExecutorVisitable<T> - Interface in org.hibernate.jdbc
This interface provides a way to execute unrelated "work" objects using polymorphism.
WorkUnitMergeDispatcher - Interface in org.hibernate.envers.internal.synchronization.work
Visitor patter dispatcher.
WorkUnitMergeVisitor - Interface in org.hibernate.envers.internal.synchronization.work
Visitor pattern visitor.
workWithClassLoader(ClassLoaderService.Work<T>) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
workWithClassLoader(ClassLoaderService.Work<T>) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
wrap(Session) - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
wrap(Blob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Clob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(NClob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(ResultSet, ColumnNameCache) - Method in class org.hibernate.engine.jdbc.internal.ResultSetWrapperImpl
 
wrap(Blob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given blob in a serializable wrapper.
wrap(Clob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given clob in a serializable wrapper.
wrap(NClob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given nclob in a serializable wrapper.
wrap(ResultSet, ColumnNameCache) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetWrapper
Wrap a result set in a "column name cache" wrapper.
wrap(Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
wrap(Map) - Static method in class org.hibernate.jpa.HibernatePersistenceProvider
 
wrap(X, WrapperOptions) - Method in class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.spatial.JTSGeometryJavaTypeDescriptor
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.ArrayType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.BagType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
Wrap the naked collection instance in a wrapper, or instantiate a holder.
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.CustomCollectionType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
wrap(X, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Wrap a value as our handled Java type.
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.IdentifierBagType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.ListType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.MapType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.SetType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.SortedMapType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.SortedSetType
 
wrap(SessionImplementor, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Wrap an instance of a collection
WRAP_RESULT_SETS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable wrapping of JDBC result sets in order to speed up column name lookups for broken JDBC drivers
wrapAsJpaQuery(NamedQueryDefinition, Query) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
wrapIdsInEmbeddedComponents() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
wrapLockException(HibernateException, LockOptions) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
Wrapped - Interface in org.hibernate.service.spi
Optional contract for services that wrap stuff that to which it is useful to have access.
WrappedBlob - Interface in org.hibernate.engine.jdbc
Contract for Blob wrappers.
WrappedClob - Interface in org.hibernate.engine.jdbc
Contract for Clob wrappers.
WrappedInferredData - Class in org.hibernate.cfg
 
WrappedInferredData(PropertyData, String) - Constructor for class org.hibernate.cfg.WrappedInferredData
 
WrappedMaterializedBlobType - Class in org.hibernate.type
A type that maps JDBC BLOB and Byte[].
WrappedMaterializedBlobType() - Constructor for class org.hibernate.type.WrappedMaterializedBlobType
 
WrappedNClob - Interface in org.hibernate.engine.jdbc
Contract for NClob wrappers.
WRAPPER_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte[] to JDBC VARBINARY.
WrapperBinaryType - Class in org.hibernate.type
A type mapping VARBINARY and Byte[]
WrapperBinaryType() - Constructor for class org.hibernate.type.WrapperBinaryType
 
wrapperOptions - Variable in class org.hibernate.internal.AbstractSessionImpl
 
WrapperOptions - Interface in org.hibernate.type.descriptor
Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.
WrapperOptionsContext - Interface in org.hibernate.type.descriptor
Defines the context for WrapperOptions
WrapperOptionsImpl - Class in org.hibernate.internal
 
WrapperOptionsImpl(SessionImplementor) - Constructor for class org.hibernate.internal.WrapperOptionsImpl
 
wrapStaleStateException(StaleStateException) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
wrapStaleStateException(StaleStateException) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
 
WrapVisitor - Class in org.hibernate.event.internal
Wrap collections in a Hibernate collection wrapper.
wrapWithQueryString(String) - Method in exception org.hibernate.QueryException
Wraps this exception with another, of same kind, with the specified queryString.
write - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
write(CtClass, String, Object...) - Static method in class org.hibernate.bytecode.enhance.internal.MethodWriter
convenience method that builds a method from a format string.
write(SessionImplementor, Object, Object) - Method in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
write() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Called by any writer method of the collection interface
write(QuerySpaces, int, AliasResolutionContext, PrintStream) - Method in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Returns a String containing the QuerySpaces graph as a tree structure, starting at a particular depth.
write(QuerySpaces, int, AliasResolutionContext, PrintWriter) - Method in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Returns a String containing the QuerySpaces graph as a tree structure, starting at a particular depth.
write(Return, PrintStream) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
write(Return, int, PrintStream) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
write(Return, PrintWriter) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
write(Return, int, PrintWriter) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
writeBoolean(Object, String, boolean, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
writeBoolean(Object, String, boolean, boolean) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing a boolean value to a given field.
writeBoolean(Object, String, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeByte(Object, String, byte, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
writeByte(Object, String, byte, byte) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing a byte value to a given field.
writeByte(Object, String, byte, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeCache - Variable in class org.hibernate.cache.infinispan.access.InvalidationCacheAccessDelegate
 
writeCache - Variable in class org.hibernate.cache.infinispan.access.TombstoneAccessDelegate
 
writeChar(Object, String, char, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
writeChar(Object, String, char, char) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing a char value to a given field.
writeChar(Object, String, char, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeDouble(Object, String, double, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
writeDouble(Object, String, double, double) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing a double value to a given field.
writeDouble(Object, String, double, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeElement(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the element to a JDBC PreparedStatement
writeElementToWhere(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the element to a JDBC PreparedStatement
writeExternal(ObjectOutput) - Method in class org.hibernate.engine.spi.ExecutableList
Write this list out to the given stream as part of serialization
writeFile(MetaEntity, Context) - Static method in class org.hibernate.jpamodelgen.ClassWriter
 
writeFloat(Object, String, float, float) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
writeFloat(Object, String, float, float) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing a float value to a given field.
writeFloat(Object, String, float, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeIdentifier(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the identifier to a JDBC PreparedStatement
writeIndex(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the index to a JDBC PreparedStatement
writeIndexToWhere(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the index to a JDBC PreparedStatement
writeInt(Object, String, int, int) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
writeInt(Object, String, int, int) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing an int value to a given field.
writeInt(Object, String, int, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeKey(PreparedStatement, Serializable, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the key to a JDBC PreparedStatement
writeLine(String) - Method in interface org.hibernate.engine.query.spi.sql.NativeSQLQueryReturn.TraceLogger
 
writeLock(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Attempts to write lock the mapping for the given key.
writeLocksNotSupported(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
writeLong(Object, String, long, long) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
writeLong(Object, String, long, long) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing a long value to a given field.
writeLong(Object, String, long, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeObject(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
writeObject(Object, String, Object, Object) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing an Object value to a given field.
writeObject(ObjectOutput, UUID) - Method in class org.hibernate.cache.infinispan.util.Externalizers.UUIDExternalizer
 
writeObject(ObjectOutput, FutureUpdate) - Method in class org.hibernate.cache.infinispan.util.FutureUpdate.Externalizer
 
writeObject(ObjectOutput, FutureUpdate.ValueExtractor) - Method in class org.hibernate.cache.infinispan.util.FutureUpdate.ValueExtractorExternalizer
 
writeObject(ObjectOutput, Tombstone.ExcludeTombstonesFilter) - Method in class org.hibernate.cache.infinispan.util.Tombstone.ExcludeTombstonesFilterExternalizer
 
writeObject(ObjectOutput, Tombstone) - Method in class org.hibernate.cache.infinispan.util.Tombstone.Externalizer
 
writeObject(ObjectOutput, TombstoneUpdate) - Method in class org.hibernate.cache.infinispan.util.TombstoneUpdate.Externalizer
 
writeObject(ObjectOutput, VersionedEntry.ExcludeEmptyFilter) - Method in class org.hibernate.cache.infinispan.util.VersionedEntry.ExcludeEmptyExtractValueExternalizer
 
writeObject(ObjectOutput, VersionedEntry) - Method in class org.hibernate.cache.infinispan.util.VersionedEntry.Externalizer
 
writeObject(Object, String, Object, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeObject(ObjectOutputStream) - Method in class org.hibernate.jpa.internal.metamodel.AbstractAttribute
Used by JDK serialization...
writer() - Method in class org.hibernate.jpa.internal.schemagen.ScriptTargetOutputToWriter
 
writeReplace() - Method in interface org.hibernate.proxy.HibernateProxy
Perform serialization-time write-replacement of this proxy.
writeReplace() - Method in class org.hibernate.proxy.map.MapProxy
 
writeShort(Object, String, short, short) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoader
 
writeShort(Object, String, short, short) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing a short value to a given field.
writeShort(Object, String, short, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeUnlock(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Attempts to write unlock the mapping for the given key.
writingGeneratedSchemaToFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
WrongClassException - Exception in org.hibernate
Thrown when loading an entity (by identifier) results in a value that cannot be treated as the subclass type requested by the caller.
WrongClassException(String, Serializable, String) - Constructor for exception org.hibernate.WrongClassException
Constructs a WrongClassException using the supplied information.
WS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
WS - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
WS - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 

X

XAResourceWrapper(JtaAwareConnectionProviderImpl, Connection) - Constructor for class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
XML_FILE_NAMES - Static variable in interface org.hibernate.jpa.AvailableSettings
List of classes names Internal use only
XMLContext - Class in org.hibernate.cfg.annotations.reflection
A helper for consuming orm.xml mappings.
XMLContext(ClassLoaderAccess) - Constructor for class org.hibernate.cfg.annotations.reflection.XMLContext
 
XMLContext.Default - Class in org.hibernate.cfg.annotations.reflection
 
XmlDocument - Interface in org.hibernate.internal.util.xml
Describes a parsed xml document.
XmlDocumentImpl - Class in org.hibernate.internal.util.xml
Basic implemementation of XmlDocument
XmlDocumentImpl(Document, String, String) - Constructor for class org.hibernate.internal.util.xml.XmlDocumentImpl
 
XmlDocumentImpl(Document, Origin) - Constructor for class org.hibernate.internal.util.xml.XmlDocumentImpl
 
XmlElementMetadata - Enum in org.hibernate.boot.model.source.internal.hbm
Provides meta-information about XML elements.
XMLHelper - Class in org.hibernate.internal.util.xml
Deprecated.
Currently only used for integration with HCANN. The rest of Hibernate uses StAX now for XML processing. See org.hibernate.boot.jaxb.internal.stax
XMLHelper(ClassLoaderService) - Constructor for class org.hibernate.internal.util.xml.XMLHelper
Deprecated.
 
XmlHelper - Class in org.hibernate.jpa.internal.util
A utility class to cover up the rough bits of xml parsing
XmlInfrastructureException - Exception in org.hibernate.boot.jaxb.internal.stax
An error using XML infrastructure (jaxp, stax, etc).
XmlInfrastructureException(String) - Constructor for exception org.hibernate.boot.jaxb.internal.stax.XmlInfrastructureException
 
XmlInfrastructureException(String, Throwable) - Constructor for exception org.hibernate.boot.jaxb.internal.stax.XmlInfrastructureException
 
XmlInfrastructureException - Exception in org.hibernate.internal.util.xml
An error using XML infrastructure (jaxp, stax, etc).
XmlInfrastructureException(String) - Constructor for exception org.hibernate.internal.util.xml.XmlInfrastructureException
 
XmlInfrastructureException(String, Throwable) - Constructor for exception org.hibernate.internal.util.xml.XmlInfrastructureException
 
XmlMappingBinderAccess - Class in org.hibernate.boot.spi
 
XmlMappingBinderAccess(ServiceRegistry) - Constructor for class org.hibernate.boot.spi.XmlMappingBinderAccess
 
xmlMappingMetadataComplete - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
 
XmlMetaAttribute - Class in org.hibernate.jpamodelgen.xml
 
XmlMetaCollection - Class in org.hibernate.jpamodelgen.xml
 
XmlMetaCollection(XmlMetaEntity, String, String, String) - Constructor for class org.hibernate.jpamodelgen.xml.XmlMetaCollection
 
XmlMetaEntity - Class in org.hibernate.jpamodelgen.xml
Collects XML-based meta information about an annotated type (entity, embeddable or mapped superclass).
XmlMetaMap - Class in org.hibernate.jpamodelgen.xml
 
XmlMetaMap(XmlMetaEntity, String, String, String, String) - Constructor for class org.hibernate.jpamodelgen.xml.XmlMetaMap
 
XmlMetaSingleAttribute - Class in org.hibernate.jpamodelgen.xml
 
XmlMetaSingleAttribute(XmlMetaEntity, String, String) - Constructor for class org.hibernate.jpamodelgen.xml.XmlMetaSingleAttribute
 
XmlParserHelper - Class in org.hibernate.jpamodelgen.util.xml
Provides common functionality used for XML parsing.
XmlParserHelper(Context) - Constructor for class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
 
XmlParsingException - Exception in org.hibernate.jpamodelgen.util.xml
Custom exception for all sorts of XML parsing related exceptions.
XmlParsingException(String, Throwable) - Constructor for exception org.hibernate.jpamodelgen.util.xml.XmlParsingException
 
XmlSource - Class in org.hibernate.boot.jaxb.spi
 
XmlSource(Origin) - Constructor for class org.hibernate.boot.jaxb.spi.XmlSource
 
XMLStreamConstantsUtils - Class in org.hibernate.boot.jaxb.internal.stax
Note, copied from the uPortal project by permission of author.
XMLStreamConstantsUtils - Class in org.hibernate.internal.util.xml
Note, copied from the uPortal project by permission of author.
XPROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
XsdException - Exception in org.hibernate.internal.util.xml
Indicates an issue finding or loading an XSD schema.
XsdException(String, String) - Constructor for exception org.hibernate.internal.util.xml.XsdException
 
XsdException(String, Throwable, String) - Constructor for exception org.hibernate.internal.util.xml.XsdException
 

Y

YES_NO - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC CHAR(1) (using 'Y'/'N').
YesNoType - Class in org.hibernate.type
A type that maps between CHAR(1) and Boolean (using 'Y' and 'N')
YesNoType() - Constructor for class org.hibernate.type.YesNoType
 

Z

ZERO - Static variable in class org.hibernate.type.DoubleType
 
ZERO - Static variable in class org.hibernate.type.FloatType
 
ZERO - Static variable in class org.hibernate.type.IntegerType
 
ZonedDateTimeComparator - Class in org.hibernate.internal.util
 
ZonedDateTimeComparator() - Constructor for class org.hibernate.internal.util.ZonedDateTimeComparator
 
ZonedDateTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
ZonedDateTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
ZonedDateTimeType - Class in org.hibernate.type
 
ZonedDateTimeType() - Constructor for class org.hibernate.type.ZonedDateTimeType
 

_

_abstract - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
_default - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
_extends - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
 
_import - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
_package - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
_package - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
_package - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
_tokenNames - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenNames - Static variable in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
_tokenNames - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenNames - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
_tokenNames - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenNames - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
_tokenSet_0 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_0 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
_tokenSet_1 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_1 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_10 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_11 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_12 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_13 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_14 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_15 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_16 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_17 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_18 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_19 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_2 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_2 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_2 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_2 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
_tokenSet_2 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_2 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_20 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_21 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_22 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_23 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_24 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_25 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_26 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_27 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_28 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_29 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_3 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_3 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_3 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_3 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_3 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_30 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_31 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_32 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_33 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_34 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_35 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_36 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_37 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_38 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_39 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_4 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_4 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_4 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_4 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_4 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_40 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_41 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_42 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_43 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_44 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_45 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_5 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_5 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_5 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_6 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_6 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_7 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_7 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_8 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_8 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_9 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_9 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_transient - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
_transient - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.