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 _

A

abortBatch(SQLException) - Method in class org.hibernate.jdbc.AbstractBatcher
 
abortBatch(SQLException) - Method in interface org.hibernate.jdbc.Batcher
Must be called when an exception occurs
absolute(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.mapping
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(HashSet) - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractBatcher - Class in org.hibernate.jdbc
Manages prepared statements and batching.
AbstractBatcher(ConnectionManager, Interceptor) - Constructor for class org.hibernate.jdbc.AbstractBatcher
 
AbstractBynaryType - Class in org.hibernate.type
Logic to bind stream of byte into a VARBINARY
AbstractBynaryType() - Constructor for class org.hibernate.type.AbstractBynaryType
 
AbstractCharArrayType - Class in org.hibernate.type
Logic to bind stream of char into a VARCHAR
AbstractCharArrayType() - Constructor for class org.hibernate.type.AbstractCharArrayType
 
AbstractClassLoaderIsolatedTestCase - Class in org.hibernate.junit
A specialized TestCase for running tests in an isolated class-loader
AbstractClassLoaderIsolatedTestCase(String) - Constructor for class org.hibernate.junit.AbstractClassLoaderIsolatedTestCase
 
AbstractClassTransformerImpl - Class in org.hibernate.bytecode
Basic implementation of the ClassTransformer contract.
AbstractClassTransformerImpl(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.AbstractClassTransformerImpl
 
AbstractCollectionEvent - Class in org.hibernate.event
Defines a base class for events involving collections.
AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Serializable) - Constructor for class org.hibernate.event.AbstractCollectionEvent
Constructs an AbstractCollectionEvent object.
AbstractCollectionPersister - Class in org.hibernate.persister.collection
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
 
AbstractComponentTuplizer - Class in org.hibernate.tuple.component
Support for tuplizers relating to components.
AbstractComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.AbstractComponentTuplizer
 
AbstractComponentType - Interface in org.hibernate.type
Enables other Component-like types to hold collections and have cascades, etc.
AbstractDialectResolver - Class in org.hibernate.dialect.resolver
A templated resolver impl which delegates to the AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method and handles any thrown SQLExceptions.
AbstractDialectResolver() - Constructor for class org.hibernate.dialect.resolver.AbstractDialectResolver
 
AbstractEmptinessExpression - Class in org.hibernate.criterion
Implementation of AbstractEmptinessExpression.
AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
 
AbstractEntityJoinWalker - Class in org.hibernate.loader
Abstract walker for walkers which begin at an entity (criteria queries and entity loaders).
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, Map, String) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityLoader - Class in org.hibernate.loader.entity
 
AbstractEntityLoader(OuterJoinLoadable, Type, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.AbstractEntityLoader
 
AbstractEntityPersister - Class in org.hibernate.persister.entity
Basic functionality for persisting an entity via JDBC through either generated or custom SQL
AbstractEntityPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister.InclusionChecker - Interface in org.hibernate.persister.entity
 
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
Defines a base class for Session generated events.
AbstractEvent(EventSource) - Constructor for class org.hibernate.event.AbstractEvent
Constructs an event from the given event session.
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.intercept
 
AbstractFieldInterceptor(SessionImplementor, Set, String) - Constructor for class org.hibernate.intercept.AbstractFieldInterceptor
 
AbstractFlushingEventListener - Class in org.hibernate.event.def
A convenience base class for listeners whose functionality results in flushing.
AbstractFlushingEventListener() - Constructor for class org.hibernate.event.def.AbstractFlushingEventListener
 
AbstractInstrumenter - Class in org.hibernate.bytecode.buildtime
Provides the basic templating of how instrumentation should occur.
AbstractInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.AbstractInstrumenter
Creates the basic instrumentation strategy.
AbstractInstrumenter.CustomFieldFilter - Class in org.hibernate.bytecode.buildtime
Allows control over what exacctly to transform.
AbstractInstrumenter.CustomFieldFilter(ClassDescriptor, Set) - Constructor for class org.hibernate.bytecode.buildtime.AbstractInstrumenter.CustomFieldFilter
 
AbstractJndiBoundCacheProvider - Class in org.hibernate.cache
Support for CacheProvider implementations which are backed by caches bound into JNDI namespace.
AbstractJndiBoundCacheProvider() - Constructor for class org.hibernate.cache.AbstractJndiBoundCacheProvider
 
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.
AbstractLockUpgradeEventListener - Class in org.hibernate.event.def
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.def.AbstractLockUpgradeEventListener
 
AbstractNullnessCheckNode - Class in org.hibernate.hql.ast.tree
Base class for nodes dealing 'is null' and 'is not null' operators.
AbstractNullnessCheckNode() - Constructor for class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode
 
AbstractPersistentCollection - Class in org.hibernate.collection
Base class implementing PersistentCollection
AbstractPersistentCollection() - Constructor for class org.hibernate.collection.AbstractPersistentCollection
Not called by Hibernate, but used by non-JDK serialization, eg.
AbstractPersistentCollection(SessionImplementor) - Constructor for class org.hibernate.collection.AbstractPersistentCollection
 
AbstractPersistentCollection.DelayedOperation - Interface in org.hibernate.collection
 
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
Represents an operation we are about to perform against the database.
AbstractPreDatabaseOperationEvent(EventSource, Object, Serializable, EntityPersister) - Constructor for class org.hibernate.event.AbstractPreDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPropertyMapping - Class in org.hibernate.persister.entity
Basic implementation of the PropertyMapping contract.
AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
 
AbstractQueryImpl - Class in org.hibernate.impl
Abstract implementation of the Query interface.
AbstractQueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.AbstractQueryImpl
 
AbstractReassociateEventListener - Class in org.hibernate.event.def
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.def.AbstractReassociateEventListener
 
AbstractRestrictableStatement - Class in org.hibernate.hql.ast.tree
Convenience implementation of RestrictableStatement to centralize common functionality.
AbstractRestrictableStatement() - Constructor for class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
 
AbstractReturningDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the enerated identitifer to be returned as an effect of performing the insert statement.
AbstractReturningDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
 
AbstractSaveEventListener - Class in org.hibernate.event.def
A convenience bas class for listeners responding to save events.
AbstractSaveEventListener() - Constructor for class org.hibernate.event.def.AbstractSaveEventListener
 
AbstractScrollableResults - Class in org.hibernate.impl
Implementation of the ScrollableResults interface
AbstractScrollableResults(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.impl.AbstractScrollableResults
 
AbstractSelectExpression - Class in org.hibernate.hql.ast.tree
Partial implementation of SelectExpression for all the nodes that aren't constructors.
AbstractSelectExpression() - Constructor for class org.hibernate.hql.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
 
AbstractSessionImpl - Class in org.hibernate.impl
Functionality common to stateless and stateful sessions
AbstractSessionImpl(SessionFactoryImpl) - Constructor for class org.hibernate.impl.AbstractSessionImpl
 
AbstractStatement - Class in org.hibernate.hql.ast.tree
Convenience implementation of Statement to centralize common functionality.
AbstractStatement() - Constructor for class org.hibernate.hql.ast.tree.AbstractStatement
 
AbstractStatementExecutor - Class in org.hibernate.hql.ast.exec
Implementation of AbstractStatementExecutor.
AbstractStatementExecutor(HqlSqlWalker, Logger) - Constructor for class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
AbstractType - Class in org.hibernate.type
Abstract superclass of the built in Type hierarchy.
AbstractType() - Constructor for class org.hibernate.type.AbstractType
 
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
 
AbstractVisitor - Class in org.hibernate.event.def
Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities.
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(Visitor) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
accept(Visitor) - Method in class org.hibernate.tuple.ElementWrapper
 
AccessCallback - Interface in org.hibernate.id.enhanced
Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.
AccessOptimizerAdapter - Class in org.hibernate.bytecode.cglib
The ReflectionOptimizer.AccessOptimizer implementation for CGLIB which simply acts as an adpater to the BulkBean class.
AccessOptimizerAdapter(BulkBean, Class) - Constructor for class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
 
AccessOptimizerAdapter - Class in org.hibernate.bytecode.javassist
The ReflectionOptimizer.AccessOptimizer implementation for Javassist which simply acts as an adpater to the BulkAccessor class.
AccessOptimizerAdapter(BulkAccessor, Class) - Constructor for class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
 
AccessType - Class in org.hibernate.cache.access
The types of access strategies available.
ActionQueue - Class in org.hibernate.engine
Responsible for maintaining the queue of actions related to events.
ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.ActionQueue
Constructs an action queue bound to the given session.
activateLocalClusterNode() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
AdaptedImmutableType - Class in org.hibernate.type
Optimize a mutable type, if the user promises not to mutable the instances.
AdaptedImmutableType(NullableType) - Constructor for class org.hibernate.type.AdaptedImmutableType
 
add(Document) - Method in class org.hibernate.cfg.Configuration
 
add(Object) - Method in class org.hibernate.collection.PersistentBag
 
add(int, Object) - Method in class org.hibernate.collection.PersistentBag
 
add(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
add(int, Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
add(Object) - Method in class org.hibernate.collection.PersistentList
 
add(int, Object) - Method in class org.hibernate.collection.PersistentList
 
add(Object) - Method in class org.hibernate.collection.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(Criterion) - Method in class org.hibernate.criterion.Junction
 
add(Projection) - Method in class org.hibernate.criterion.ProjectionList
 
add(Projection, String) - Method in class org.hibernate.criterion.ProjectionList
 
add(Criteria, Criterion) - Method in class org.hibernate.impl.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.impl.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
add(Attribute) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(CDATA) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Entity) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Text) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Namespace) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Comment) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(ProcessingInstruction) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Attribute) - Method in class org.hibernate.tuple.ElementWrapper
 
add(CDATA) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Entity) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Text) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Namespace) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Node) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Comment) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
add(ProcessingInstruction) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Object) - Method in class org.hibernate.util.IdentitySet
 
add(String[], String, String[]) - Static method in class org.hibernate.util.StringHelper
 
addAction(EntityInsertAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(EntityDeleteAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(EntityUpdateAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.ActionQueue
 
addAdditionalProperty(String, String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
addAll(Collection) - Method in class org.hibernate.collection.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.PersistentList
 
addAll(int, Collection) - Method in class org.hibernate.collection.PersistentList
 
addAll(Collection) - Method in class org.hibernate.collection.PersistentSet
 
addAll(Collection, Object[]) - Static method in class org.hibernate.util.ArrayHelper
 
addAll(Properties, Map) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
addAll(Collection) - Method in class org.hibernate.util.IdentitySet
 
addAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
addAttribute(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addAttribute(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addAttribute(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addAttribute(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Mappings
 
addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.BatchFetchQueue
If an EntityKey represents a batch loadable entity, add it to the queue.
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.
addCDATA(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addCDATA(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
 
addClass(Class) - Method in class org.hibernate.cfg.Configuration
Read a mapping as an application resouurce 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.
addClass(PersistentClass) - Method in class org.hibernate.cfg.Mappings
 
addCollection(Collection) - Method in class org.hibernate.cfg.Mappings
 
addCollectionHolder(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Register a PersistentCollection object for an array.
addCollectionHolder(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Register a PersistentCollection object for an array.
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) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
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) - 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
 
addColumnBinding(String, Column, Table) - Method in class org.hibernate.cfg.Mappings
 
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[]) - 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[]) - 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[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addComment(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addComment(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addComponentTypedValues(String, Object, AbstractComponentType, List, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
addCondition(String) - Method in class org.hibernate.engine.JoinSequence
 
addCondition(String, String[], String) - Method in class org.hibernate.engine.JoinSequence
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
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, String[], String[]) - Method in class org.hibernate.sql.JoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.JoinFragment
 
addCondition(StringBuffer, 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
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.JoinFragment
 
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
 
addDenormalizedTable(String, String, String, boolean, String, Table) - Method in class org.hibernate.cfg.Mappings
 
addDialectScope(String) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
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.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.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.ast.util.SyntheticAndFactory
 
addDocument(Document) - Method in class org.hibernate.cfg.Configuration
Read mappings from a DOM Document
addElement(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addElement(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addElement(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addElement(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addElement(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
addElement(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.FromElement
 
addEmbeddedParameter(ParameterSpecification) - Method in interface org.hibernate.hql.ast.tree.ParameterContainer
Deprecated. Adds a parameter specification for a parameter encountered within this node.
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.SqlFragment
 
addEntity(EntityKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
Add a canonical mapping from entity key to entity instance
addEntity(EntityUniqueKey, Object) - Method in interface org.hibernate.engine.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.PersistenceContext
Adds an entity to the internal caches.
addEntity(EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
addEntity(EntityUniqueKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Add an entity to the cache by unique key
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
Adds an entity to the internal caches.
addEntity(Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, Class, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
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
addEntity(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.PersistenceContext
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
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.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(String, String) - Method in class org.hibernate.mapping.Collection
 
addFilter(String, String) - Method in interface org.hibernate.mapping.Filterable
 
addFilter(String, String) - Method in class org.hibernate.mapping.PersistentClass
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.cfg.Configuration
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.cfg.Mappings
 
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
 
addFromAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
addFromCollection(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
addFromElement(String, AST) - Method in class org.hibernate.hql.ast.tree.FromClause
Adds a new from element to the from node.
addFromFragmentString(String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
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
 
addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
 
addImpliedFromElement(FromElement) - Method in class org.hibernate.hql.ast.tree.FromClause
 
addImport(String, String) - Method in class org.hibernate.cfg.Mappings
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addInitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in interface org.hibernate.engine.PersistenceContext
add a collection we just pulled out of the cache (does not need initializing)
addInitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.StatefulPersistenceContext
add a collection we just pulled out of the cache (does not need initializing)
addInitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
add an (initialized) collection that was created by another session and passed into update() (ie.
addInitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
add an (initialized) collection that was created by another session and passed into update() (ie.
addInputStream(InputStream) - Method in class org.hibernate.cfg.Configuration
Read mappings from an InputStream.
addInstance(String, String, SessionFactory, Properties) - Static method in class org.hibernate.impl.SessionFactoryObjectFactory
 
additionalNamespaces() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
additionalNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
 
additiveExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
additiveExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
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.

addJoin(AssociationType, String, int, String[]) - Method in class org.hibernate.engine.JoinSequence
 
addJoin(String, String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addJoin(String, String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.CacheJoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.JoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.JoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String) - Method in interface org.hibernate.SQLQuery
Declare a "joined" entity
addJoin(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a "joined" entity, 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
 
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
 
addManyToManyFilter(String, String) - Method in class org.hibernate.mapping.Collection
 
addManyToManyJoin(JoinFragment, QueryableCollection) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
addMapResource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Add a mapping file
addMapResource(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
addNamespace(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addNamespace(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addNewCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Add a new collection (ie.
addNewCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Add a new collection (ie.
addNode(Cache, Fqn, boolean, boolean, DataVersion) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
 
addNonLazyCollection(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Register a collection for non-lazy loading at the end of the two-phase load
addNonLazyCollection(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Register a collection for non-lazy loading at the end of the two-phase load
addNullProperty(EntityKey, String) - Method in interface org.hibernate.engine.PersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addNullProperty(EntityKey, String) - Method in class org.hibernate.engine.StatefulPersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addOrder(Order) - Method in interface org.hibernate.Criteria
Add an ordering to the result set.
addOrder(Order) - Method in class org.hibernate.criterion.DetachedCriteria
 
addOrder(Order) - Method in class org.hibernate.impl.CriteriaImpl
 
addOrder(Order) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
addOrderBy(String) - Method in class org.hibernate.sql.QuerySelect
 
addOrderFragment(String) - Method in class org.hibernate.hql.ast.tree.OrderByClause
 
addPermission(String, String, String) - Method in class org.hibernate.secure.JACCConfiguration
 
addProcessingInstruction(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addProcessingInstruction(String, Map) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addProcessingInstruction(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addProcessingInstruction(String, Map) - Method in class org.hibernate.tuple.ElementWrapper
 
addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Set the given properties
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
 
addPropertyPath(String, Type, String[], String[]) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
addPropertyTypedValue(Object, Type, List) - Method in class org.hibernate.criterion.Example
 
addProxy(EntityKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
Add a proxy to the session cache
addProxy(EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Add a proxy to the session cache
addQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.Mappings
 
addQueryReturn(NativeSQLQueryReturn) - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
addQuerySpaces(Serializable[]) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
addReferencedColumns(Iterator) - Method in class org.hibernate.mapping.ForeignKey
 
addResolver(DialectResolver) - Method in class org.hibernate.dialect.resolver.DialectResolverSet
Add a resolver at the end of the underlying resolver list.
addResolverAtFirst(DialectResolver) - Method in class org.hibernate.dialect.resolver.DialectResolverSet
Add a resolver at the beginning of the underlying resolver list.
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resource (i.e.
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resourceName (i.e.
addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Mappings
 
addrExpr(AST, boolean) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
addrExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
addrExprLhs(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
addScalar(String, Type) - Method in class org.hibernate.impl.SQLQueryImpl
 
addScalar(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addScalar(String, Type) - Method in interface org.hibernate.SQLQuery
Declare a scalar query result
addScalar(String) - Method in interface org.hibernate.SQLQuery
Declare a scalar query.
addSecondPass(SecondPass) - Method in class org.hibernate.cfg.Mappings
 
addSecondPass(SecondPass, boolean) - Method in class org.hibernate.cfg.Mappings
 
addSelectColumn(String, String) - Method in class org.hibernate.sql.QuerySelect
 
addSelectFragmentString(String) - Method in class org.hibernate.sql.QuerySelect
 
addSqlFunction(String, SQLFunction) - Method in class org.hibernate.cfg.Configuration
 
addSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.Mappings
 
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
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.BatchFetchQueue
Adds a subselect fetch decriptor for the given entity key.
addSynchronizedEntityClass(Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SQLQuery
Adds an entity name or auto-flush synchronization.
addSynchronizedEntityName(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SQLQuery
Adds an entity name or auto-flush synchronization.
addSynchronizedQuerySpace(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SQLQuery
Adds a query space for auto-flush synchronization.
addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
addTable(String, String, String, String, boolean) - Method in class org.hibernate.cfg.Mappings
 
addTableAlias(String) - Method in class org.hibernate.sql.ForUpdateFragment
 
addTableBinding(String, String, String, String, Table) - Method in class org.hibernate.cfg.Mappings
 
addTest(Test) - Method in class org.hibernate.junit.functional.FunctionalTestClassTestSuite
 
addText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addToBatch(Expectation) - Method in interface org.hibernate.jdbc.Batcher
Add an insert / delete / update to the current batch (might be called multiple times for single prepareBatchStatement())
addToBatch(Expectation) - Method in class org.hibernate.jdbc.BatchingBatcher
 
addToBatch(Expectation) - Method in class org.hibernate.jdbc.NonBatchingBatcher
 
addToEvent(Event) - Method in class org.hibernate.tutorial.domain.Person
 
addToExtendsQueue(ExtendsQueueEntry) - Method in class org.hibernate.cfg.Mappings
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.Component
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.PersistentClass
 
addTuplizer(EntityMode, Tuplizer) - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
 
addTypeDef(String, String, Properties) - Method in class org.hibernate.cfg.Mappings
 
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.TwoPhaseLoad
 
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in interface org.hibernate.engine.PersistenceContext
add a collection we just loaded up (still needs initializing)
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.StatefulPersistenceContext
add a collection we just loaded up (still needs initializing)
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
add a detached uninitialized collection
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
add a detached uninitialized collection
addUninitializedEntity(EntityKey, Object, EntityPersister, LockMode, boolean, SessionImplementor) - Static method in class org.hibernate.engine.TwoPhaseLoad
Add an uninitialized instance of an entity class, as a placeholder to ensure object identity.
addUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.Table
 
addUnownedCollection(CollectionKey, PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Add a collection which has no owner loaded
addUnownedCollection(CollectionKey, PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
addURL(URL) - Method in class org.hibernate.cfg.Configuration
Read mappings from a URL
addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
 
addValue(Object) - Method in class org.hibernate.sql.InFragment
 
addWhenColumnNotNull(String, String, String) - Method in class org.hibernate.sql.CaseFragment
 
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.ast.util.SyntheticAndFactory
 
addWhereFragment(String) - Method in class org.hibernate.sql.Delete
 
addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
 
addXML(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a String
affectsTable(String) - Method in class org.hibernate.hql.ast.tree.AssignmentSpecification
 
after() - Method in class org.hibernate.impl.AbstractQueryImpl
 
after() - Method in class org.hibernate.impl.CriteriaImpl
 
AFTER_EVICT - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after eviction of the parent entity from the session cache
AFTER_INSERT_BEFORE_DELETE - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after the insertion of the parent entity and just before deletion
AFTER_INSERT_BEFORE_DELETE_VIA_COLLECTION - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after the insertion of the parent entity and just before deletion, inside a collection
AFTER_LOCK - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after refreshing a parent entity
AFTER_STATEMENT - Static variable in class org.hibernate.ConnectionReleaseMode
Indicates that JDBC connection should be aggressively released after each SQL statement is executed.
AFTER_TRANSACTION - Static variable in class org.hibernate.ConnectionReleaseMode
Indicates that JDBC connections should be released after each transaction ends (works with both JTA-registered synch and HibernateTransaction API).
AFTER_UPDATE - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after update of the parent entity
afterAction(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
Called after execution of an action
afterCompletion(int) - Method in class org.hibernate.context.JTASessionContext.CleanupSynch
afterCompletion(int) - Method in class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch
afterCompletion(int) - Method in class org.hibernate.transaction.CacheSynchronization
afterConfigurationBuilt(Mappings, Dialect) - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
afterConfigurationBuilt(Mappings, Dialect) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
afterInitialize() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
afterInitialize() - Method in interface org.hibernate.collection.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
Called just after the entities properties have been initialized.
afterInsert(Object, Object, Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Do nothing.
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ReadOnlyCache
Do nothing.
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ReadWriteCache
Add the new item to the cache, checking that no other transaction has accessed the item.
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.TransactionalCache
Do nothing.
afterLast() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Go to a location just after the last result
afterLast() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
afterLast() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
afterLast() - Method in interface org.hibernate.ScrollableResults
Go to a location just after the last result
afterLoad() - Method in interface org.hibernate.engine.PersistenceContext
Call this after finishing a two-phase load
afterLoad() - Method in class org.hibernate.engine.StatefulPersistenceContext
Call this after finishing a two-phase load
afterNontransactionalQuery(boolean) - Method in class org.hibernate.jdbc.JDBCContext
Called after executing a query outside the scope of a Hibernate or JTA transaction
afterOperation(boolean) - Method in class org.hibernate.impl.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.impl.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.AbstractPersistentCollection
Called after inserting a row, to fetch the natively generated id
afterRowInsert(CollectionPersister, Object, int) - Method in interface org.hibernate.collection.PersistentCollection
Called after inserting a row, to fetch the natively generated id
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
afterScrollOperation() - Method in interface org.hibernate.engine.SessionImplementor
 
afterScrollOperation() - Method in class org.hibernate.impl.AbstractScrollableResults
 
afterScrollOperation() - Method in class org.hibernate.impl.SessionImpl
 
afterScrollOperation() - Method in class org.hibernate.impl.StatelessSessionImpl
 
afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
afterStatement() - Method in class org.hibernate.jdbc.ConnectionManager
To be called after execution of each JDBC statement.
afterTransaction() - Method in class org.hibernate.jdbc.ConnectionManager
To be called after local transaction completion.
afterTransactionBegin(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionBegin(Transaction) - Method in class org.hibernate.impl.SessionImpl
 
afterTransactionBegin(Transaction) - Method in class org.hibernate.impl.StatelessSessionImpl
 
afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
afterTransactionBegin(Transaction) - Method in class org.hibernate.jdbc.JDBCContext
We cannot rely upon this method being called! It is only called if we are using Hibernate Transaction API.
afterTransactionBegin(Transaction) - Method in interface org.hibernate.jdbc.JDBCContext.Context
We cannot rely upon this method being called! It is only called if we are using Hibernate Transaction API.
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.BulkOperationCleanupAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.CollectionAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.EntityDeleteAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.EntityIdentityInsertAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.EntityInsertAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.EntityUpdateAction
 
afterTransactionCompletion(boolean) - Method in interface org.hibernate.action.Executable
Called after the transaction completes
afterTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.ActionQueue
Performs cleanup of any held cache softlocks.
afterTransactionCompletion() - Method in interface org.hibernate.engine.PersistenceContext
Called after transactions end
afterTransactionCompletion(boolean, Transaction) - Method in interface org.hibernate.engine.SessionImplementor
Notify the session that the transaction completed, so we no longer own the old locks.
afterTransactionCompletion() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.impl.SessionImpl
 
afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.impl.StatelessSessionImpl
 
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.jdbc.JDBCContext
 
afterTransactionCompletion(boolean, Transaction) - Method in interface org.hibernate.jdbc.JDBCContext.Context
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.jbc2.entity.OptimisticReadOnlyAccess
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.jbc2.entity.ReadOnlyAccess
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Invalidate the item (again, for safety).
afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ReadOnlyCache
Unsupported!
afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ReadWriteCache
Re-cache the updated state, if and only if there there are no other concurrent soft locks.
afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.TransactionalCache
Do nothing.
aggregate() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
AGGREGATE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
AGGREGATE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
aggregate(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
AGGREGATE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
aggregateExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
aggregateFuncNoArgsHasParenthesis(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
aggregateHasArgs(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
AggregateNode - Class in org.hibernate.hql.ast.tree
Represents an aggregate function i.e.
AggregateNode() - Constructor for class org.hibernate.hql.ast.tree.AggregateNode
 
AggregateProjection - Class in org.hibernate.criterion
An aggregation
AggregateProjection(String, String) - Constructor for class org.hibernate.criterion.AggregateProjection
 
aggregateType(List, Type, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
alias(Projection, String) - Static method in class org.hibernate.criterion.Projections
Assign an alias to a projection, by wrapping it
ALIAS - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
alias() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
ALIAS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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.antlr.HqlSqlTokenTypes
 
ALIAS_REF - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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.antlr.HqlBaseParser
 
AliasedProjection - Class in org.hibernate.criterion
 
AliasedProjection(Projection, String) - Constructor for class org.hibernate.criterion.AliasedProjection
 
aliasedSelectExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
aliases - Variable in class org.hibernate.loader.JoinWalker
 
aliases - Variable in class org.hibernate.loader.OuterJoinLoader
 
AliasGenerator - Class in org.hibernate.hql.ast.util
Generates class/table/column aliases during semantic analysis and SQL rendering.
AliasGenerator() - Constructor for class org.hibernate.hql.ast.util.AliasGenerator
 
aliasRef(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
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.
AliasToEntityMapResultTransformer() - Constructor for class org.hibernate.transform.AliasToEntityMapResultTransformer
Deprecated. Use the AliasToEntityMapResultTransformer.INSTANCE reference instead of explicitly creating a new one (to be removed in 3.4).
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.CascadeStyle
save / delete / update / evict / lock / replicate / merge / persist
ALL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.CascadeStyle
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
allEq(Map) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equals" constraint to each property in the key set of a Map
allowsPhysicalColumnNameInHaving(String) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Does the db/dialect support using a column's physical name in the having clause even after it has been aliased in the select/group-by clause.
allowsPhysicalColumnNameInOrderby(String) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Does the db/dialect support using a column's physical name in the order-by clause even after it has been aliased in the select clause.
altWhenClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
ALWAYS - Static variable in class org.hibernate.FlushMode
The Session is flushed before every query.
ALWAYS - Static variable in class org.hibernate.mapping.PropertyGeneration
Values for this property are generated by the database on both insert and update.
and(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of two expressions
AND - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ANSICaseFragment - Class in org.hibernate.sql
An ANSI SQL CASE expression.
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
 
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.
ANY - Static variable in class org.hibernate.engine.IdentifierValue
Always assume the transient instance is newly instantiated
any(Type, Type) - Static method in class org.hibernate.Hibernate
A Hibernate any type.
ANY - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Any - Class in org.hibernate.mapping
A Hibernate "any" type (ie.
Any(Table) - Constructor for class org.hibernate.mapping.Any
 
ANY - Static variable in class org.hibernate.secure.HibernatePermission
 
AnyType - Class in org.hibernate.type
Handles "any" mappings and the old deprecated "object" type
AnyType(Type, Type) - Constructor for class org.hibernate.type.AnyType
 
AnyType() - Constructor for class org.hibernate.type.AnyType
 
AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
 
ANYWHERE - Static variable in class org.hibernate.criterion.MatchMode
Match the pattern anywhere in the string
append(int, String, boolean) - Method in class org.hibernate.hql.ast.util.ASTAppender
 
append(AST) - Method in class org.hibernate.hql.ast.util.ASTAppender
 
appendAssignmentFragment(String) - Method in class org.hibernate.sql.Update
 
appendAttributes(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
appendAttributes(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
appendComponentCondition(String, Object, AbstractComponentType, Criteria, CriteriaQuery, StringBuffer) - Method in class org.hibernate.criterion.Example
 
appendContent(Branch) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
appendContent(Branch) - Method in class org.hibernate.tuple.ElementWrapper
 
appendDisplayText(StringBuffer) - Method in class org.hibernate.hql.ast.tree.FromElement
 
appendElementColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendEscapedMultibyteChars(String, StringBuffer) - Static method in class org.hibernate.hql.ast.util.ASTPrinter
 
appendIdentifierColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.Dialect
Provided we Dialect.supportsInsertSelectIdentity(), then attch the "select identity" clause to the insert statement.
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.SQLServerDialect
Use insert table(...) values(...) select SCOPE_IDENTITY()
appendIndexColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendLockHint(LockMode, 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(LockMode, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendPropertyCondition(String, Object, Criteria, CriteriaQuery, StringBuffer) - Method in class org.hibernate.criterion.Example
 
appendSibling(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
appliesTo(Dialect) - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
appliesTo(Dialect) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Intended to indicate that this test class as a whole is intended for a dialect or series of dialects.
appliesToDialect(Dialect) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
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.OptimizerFactory.HiLoOptimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
Are increments to be applied to the values stored in the underlying value source?
applyLocks(String, Map, Dialect) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.Loader
Append FOR UPDATE OF clause, if necessary.
applyLocksToSql(String, Map, Map) - Method in class org.hibernate.dialect.Dialect
Modifies the given SQL by applying the appropriate updates for the specified lock modes and key columns.
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
 
APPROXIMATE - Static variable in class org.hibernate.hql.ast.util.LiteralProcessor
Indicates that Float and Double literal values should be treated using the SQL "approximate" format (i.e., '1E-3')
areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.CMTTransactionFactory
 
areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.JDBCTransactionFactory
Are all transaction callbacks local to Hibernate Transactions? Or can the callbacks originate from some other source (e.g.
areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.JTATransactionFactory
Are all transaction callbacks local to Hibernate Transactions? Or can the callbacks originate from some other source (e.g.
areCallbacksLocalToHibernateTransactions() - Method in interface org.hibernate.transaction.TransactionFactory
Are all transaction callbacks local to Hibernate Transactions? Or can the callbacks originate from some other source (e.g.
areInsertionsOrDeletionsQueued() - Method in class org.hibernate.engine.ActionQueue
Check whether any insertion or deletion actions are currently queued.
areLazyPropertiesUnfetched() - Method in class org.hibernate.cache.entry.CacheEntry
 
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.TeradataDialect
 
areTablesToBeUpdated(Set) - Method in class org.hibernate.engine.ActionQueue
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
arguments(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
array - Variable in class org.hibernate.collection.PersistentArrayHolder
 
Array - Class in org.hibernate.mapping
An array mapping has a primary key consisting of the key columns + index column.
Array(PersistentClass) - Constructor for class org.hibernate.mapping.Array
Constructor for Array.
array(String, String, boolean, Class) - Static method in class org.hibernate.type.TypeFactory
 
ArrayHelper - Class in org.hibernate.util
 
ArrayType - Class in org.hibernate.type
A type for persistent arrays.
ArrayType(String, String, Class, boolean) - Constructor for class org.hibernate.type.ArrayType
 
as(String) - Method in class org.hibernate.criterion.SimpleProjection
 
AS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
asAlias() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
asc(String) - Static method in class org.hibernate.criterion.Order
Ascending order
asc() - Method in class org.hibernate.criterion.Property
 
ASCENDING - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ascendingOrDescending() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
assemble(Object, Serializable, EntityPersister, Interceptor, EventSource) - Method in class org.hibernate.cache.entry.CacheEntry
 
assemble(PersistentCollection, CollectionPersister, Object) - Method in class org.hibernate.cache.entry.CollectionCacheEntry
 
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, 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.SerializableType
 
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 cached "disassembled" state.
assemble(Serializable[], Type[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeFactory
Apply the Type.assemble(java.io.Serializable, org.hibernate.engine.SessionImplementor, java.lang.Object) operation across a series of values.
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.junit.functional.FunctionalTestCase
 
assertClassAssignability(Class, Class) - Static method in class org.hibernate.junit.UnitTestCase
 
assertElementTypeAssignability(Collection, Class) - Static method in class org.hibernate.junit.UnitTestCase
 
AssertionFailure - Exception in org.hibernate
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for exception org.hibernate.AssertionFailure
 
AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
 
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.antlr.HqlBaseParser
 
assignment(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
AssignmentSpecification - Class in org.hibernate.hql.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.ast.tree.AssignmentSpecification
 
associations - Variable in class org.hibernate.loader.JoinWalker
 
AssociationType - Interface in org.hibernate.type
A type that represents some kind of association between entities.
ASTAppender - Class in org.hibernate.hql.ast.util
Appends child nodes to a parent efficiently.
ASTAppender(ASTFactory, AST) - Constructor for class org.hibernate.hql.ast.util.ASTAppender
 
ASTAppender(AST) - Constructor for class org.hibernate.hql.ast.util.ASTAppender
 
ASTIterator - Class in org.hibernate.hql.ast.util
Depth first iteration of an ANTLR AST.
ASTIterator(AST) - Constructor for class org.hibernate.hql.ast.util.ASTIterator
 
ASTParentsFirstIterator - Class in org.hibernate.hql.ast.util
Depth first iteration of an ANTLR AST.
ASTParentsFirstIterator(AST) - Constructor for class org.hibernate.hql.ast.util.ASTParentsFirstIterator
 
ASTPrinter - Class in org.hibernate.hql.ast.util
Utility for generating pretty "ASCII art" representations of syntax trees.
ASTPrinter(Class) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
Constructs a printer.
ASTPrinter(boolean) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
 
ASTPrinter(Class, boolean) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
Constructs a printer.
ASTQueryTranslatorFactory - Class in org.hibernate.hql.ast
Generates translators which uses the Antlr-based parser to perform the translation.
ASTQueryTranslatorFactory() - Constructor for class org.hibernate.hql.ast.ASTQueryTranslatorFactory
 
ASTUtil - Class in org.hibernate.hql.ast.util
Provides utility methods for AST traversal and manipulation.
ASTUtil.FilterPredicate - Interface in org.hibernate.hql.ast.util
Filters nodes out of a tree.
ASTUtil.IncludePredicate - Class in org.hibernate.hql.ast.util
A predicate that uses inclusion, rather than exclusion semantics.
ASTUtil.IncludePredicate() - Constructor for class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
 
asXML() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
asXML() - Method in class org.hibernate.tuple.ElementWrapper
 
asXPathResult(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
asXPathResult(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
atom() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
attribute(int) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(int) - Method in class org.hibernate.tuple.ElementWrapper
 
attribute(String) - Method in class org.hibernate.tuple.ElementWrapper
 
attribute(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeCount() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeCount() - Method in class org.hibernate.tuple.ElementWrapper
 
attributeIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
attributes() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributes() - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(String) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
 
AuctionInfo - Class in org.hibernate.auction
 
AuctionInfo(long, String, Date, Float) - Constructor for class org.hibernate.auction.AuctionInfo
 
AuctionItem - Class in org.hibernate.auction
 
AuctionItem() - Constructor for class org.hibernate.auction.AuctionItem
 
AUTO - Static variable in class org.hibernate.FlushMode
The Session is sometimes flushed before query execution in order to ensure that queries never return stale state.
AUTO_CLOSE_SESSION - Static variable in class org.hibernate.cfg.Environment
Enable automatic session close at end of transaction
AUTOCOMMIT - Static variable in class org.hibernate.cfg.Environment
JDBC autocommit mode
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.custom.CustomLoader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.Loader
 
AutoFlushEvent - Class in org.hibernate.event
Defines an event class for the auto-flushing of a session.
AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.AutoFlushEvent
 
AutoFlushEventListener - Interface in org.hibernate.event
Defines the contract for handling of session auto-flush events.
autoFlushIfRequired(Set) - Method in class org.hibernate.impl.SessionImpl
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
autoFlushIfRequired(Set) - Method in class org.hibernate.impl.StatelessSessionImpl
 
autoImport - Variable in class org.hibernate.cfg.Mappings
 
AuxiliaryDatabaseObject - Interface in org.hibernate.mapping
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
auxiliaryDatabaseObjects - Variable in class org.hibernate.cfg.Configuration
 
auxiliaryDatabaseObjects - Variable in class org.hibernate.cfg.Mappings
 
avg(String) - Static method in class org.hibernate.criterion.Projections
A property average value
avg() - Method in class org.hibernate.criterion.Property
 
AVG - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
AVG - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
AVG - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
AvgProjection - Class in org.hibernate.criterion
An avg() projection
AvgProjection(String) - Constructor for class org.hibernate.criterion.AvgProjection
 

B

Backref - Class in org.hibernate.mapping
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
BackrefPropertyAccessor - Class in org.hibernate.property
Represents a "back-reference" to the id of a collection owner.
BackrefPropertyAccessor(String, String) - Constructor for class org.hibernate.property.BackrefPropertyAccessor
Constructs a new instance of BackrefPropertyAccessor.
BackrefPropertyAccessor.BackrefGetter - Class in org.hibernate.property
Internal implementation of a property getter specific to these back-ref properties.
BackrefPropertyAccessor.BackrefGetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
 
BackrefPropertyAccessor.BackrefSetter - Class in org.hibernate.property
Internal implementation of a property setter specific to these back-ref properties.
BackrefPropertyAccessor.BackrefSetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
 
bag - Variable in class org.hibernate.collection.PersistentBag
 
Bag - Class in org.hibernate.mapping
A bag permits duplicates, so it has no primary key
Bag(PersistentClass) - Constructor for class org.hibernate.mapping.Bag
 
bag(String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
BagType - Class in org.hibernate.type
 
BagType(String, String, boolean) - Constructor for class org.hibernate.type.BagType
 
BaseCacheProviderTestCase - Class in org.hibernate.test.cache
Common requirement testing for each CacheProvider impl.
BaseCacheProviderTestCase(String) - Constructor for class org.hibernate.test.cache.BaseCacheProviderTestCase
 
BaseGeneralDataRegionAdapter - Class in org.hibernate.cache.impl.bridge
BaseGeneralDataRegionAdapter(Cache, Settings) - Constructor for class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
 
BaseRegionAdapter - Class in org.hibernate.cache.impl.bridge
Basic adapter bridging between Region and Cache.
BaseRegionAdapter(Cache, Settings) - Constructor for class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
BaseTransactionalDataRegionAdapter - Class in org.hibernate.cache.impl.bridge
BaseTransactionalDataRegionAdapter(Cache, Settings, CacheDataDescription) - Constructor for class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
 
BASIC - Static variable in class org.hibernate.jdbc.Expectations
 
BASIC - Static variable in class org.hibernate.jdbc.util.FormatStyle
 
basic(String) - Static method in class org.hibernate.type.TypeFactory
Given the name of a Hibernate basic type, return an instance of org.hibernate.type.Type.
BasicClassFilter - Class in org.hibernate.bytecode.util
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.util.BasicClassFilter
 
BasicClassFilter(String[], String[]) - Constructor for class org.hibernate.bytecode.util.BasicClassFilter
 
BasicCollectionJoinWalker - Class in org.hibernate.loader.collection
Walker for collections of values and many-to-many associations
BasicCollectionJoinWalker(QueryableCollection, int, String, SessionFactoryImplementor, Map) - 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, Map) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, String, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionPersister - Class in org.hibernate.persister.collection
Collection persister for collections of values and many-to-many associations.
BasicCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicDialectResolver - Class in org.hibernate.dialect.resolver
Intended as support for custom resolvers.
BasicDialectResolver(String, Class) - Constructor for class org.hibernate.dialect.resolver.BasicDialectResolver
 
BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.dialect.resolver.BasicDialectResolver
 
BasicEntityPropertyMapping - Class in org.hibernate.persister.entity
 
BasicEntityPropertyMapping(AbstractEntityPersister) - Constructor for class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
BasicExecutor - Class in org.hibernate.hql.ast.exec
Implementation of BasicExecutor.
BasicExecutor(HqlSqlWalker, Queryable) - Constructor for class org.hibernate.hql.ast.exec.BasicExecutor
 
BasicFormatterImpl - Class in org.hibernate.jdbc.util
Performs formatting of basic SQL statements (DML + query).
BasicFormatterImpl() - Constructor for class org.hibernate.jdbc.util.BasicFormatterImpl
 
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
 
BasicInstrumentationTask.LoggerBridge() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
BasicLazyInitializer - Class in org.hibernate.proxy.pojo
Lazy initializer for POJOs
BasicLazyInitializer(String, Class, Serializable, Method, Method, AbstractComponentType, SessionImplementor) - 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
 
BasicPropertyAccessor - Class in org.hibernate.property
Accesses property values via a get/set pair, which may be nonpublic.
BasicPropertyAccessor() - Constructor for class org.hibernate.property.BasicPropertyAccessor
 
BasicPropertyAccessor.BasicGetter - Class in org.hibernate.property
 
BasicPropertyAccessor.BasicSetter - Class in org.hibernate.property
 
BasicProxyFactory - Interface in org.hibernate.bytecode
A proxy factory for "basic proxy" generation
BasicRegionAdapter - Class in org.hibernate.cache.jbc2
General support for writing Region implementations for JBoss Cache 2.x.
BasicRegionAdapter(Cache, String, String) - Constructor for class org.hibernate.cache.jbc2.BasicRegionAdapter
 
BasicSQLExceptionConverter - Class in org.hibernate.dialect.resolver
A helper to centralize conversion of SQLExceptions to JDBCExceptions.
BasicSQLExceptionConverter() - Constructor for class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
 
BasicTransformerAdapter - Class in org.hibernate.transform
Provides the basic "noop" impls of the ResultTransformer contract.
BasicTransformerAdapter() - Constructor for class org.hibernate.transform.BasicTransformerAdapter
 
BATCH_STRATEGY - Static variable in class org.hibernate.cfg.Environment
Select a custom batcher.
BATCH_VERSIONED_DATA - Static variable in class org.hibernate.cfg.Environment
Should versioned data be included in batching?
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
 
Batcher - Interface in org.hibernate.jdbc
Manages PreparedStatements for a session.
BatcherFactory - Interface in org.hibernate.jdbc
Factory for Batcher instances.
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
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.BatchFetchQueue
Constructs a queue for the given context.
BatchingBatcher - Class in org.hibernate.jdbc
An implementation of the Batcher interface that actually uses batching
BatchingBatcher(ConnectionManager, Interceptor) - Constructor for class org.hibernate.jdbc.BatchingBatcher
 
BatchingBatcherFactory - Class in org.hibernate.jdbc
A BatcherFactory implementation which constructs Batcher instances capable of actually performing batch operations.
BatchingBatcherFactory() - Constructor for class org.hibernate.jdbc.BatchingBatcherFactory
 
BatchingCollectionInitializer - Class in org.hibernate.loader.collection
"Batch" loads collections, using multiple foreign key values in the SQL where clause.
BatchingCollectionInitializer(CollectionPersister, int[], Loader[]) - Constructor for class org.hibernate.loader.collection.BatchingCollectionInitializer
 
BatchingEntityLoader - Class in org.hibernate.loader.entity
"Batch" loads entities, using multiple primary key values in the SQL where clause.
BatchingEntityLoader(EntityPersister, int[], Loader[]) - Constructor for class org.hibernate.loader.entity.BatchingEntityLoader
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
before() - Method in class org.hibernate.impl.AbstractQueryImpl
 
before() - Method in class org.hibernate.impl.CriteriaImpl
 
BEFORE_FLUSH - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just before the session is flushed
BEFORE_INSERT_AFTER_DELETE - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just before the insertion of the parent entity and just after deletion
BEFORE_MERGE - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just before merging from a transient parent entity into the object in the session cache
BEFORE_REFRESH - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after locking a transient parent entity into the session cache
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.TypeFactory
Apply the Type.beforeAssemble(java.io.Serializable, org.hibernate.engine.SessionImplementor) operation across a series of values.
beforeCompletion() - Method in class org.hibernate.context.JTASessionContext.CleanupSynch
beforeCompletion() - Method in class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch
beforeCompletion() - Method in class org.hibernate.transaction.CacheSynchronization
beforeExecutions() - Method in class org.hibernate.action.BulkOperationCleanupAction
 
beforeExecutions() - Method in class org.hibernate.action.CollectionAction
 
beforeExecutions() - Method in class org.hibernate.action.EntityAction
 
beforeExecutions() - Method in interface org.hibernate.action.Executable
Called before executing any actions
beforeFirst() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Go to a location just before first result (this is the initial location)
beforeFirst() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
beforeFirst() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
beforeFirst() - Method in interface org.hibernate.ScrollableResults
Go to a location just before first result (this is the initial location)
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentArrayHolder
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentBag
 
beforeInitialize(CollectionPersister, int) - Method in interface org.hibernate.collection.PersistentCollection
Called before any elements are read into the collection, allowing appropriate initializations to occur.
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentElementHolder
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentList
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentMap
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentSet
 
beforeLoad() - Method in interface org.hibernate.engine.PersistenceContext
Call this before begining a two-phase load
beforeLoad() - Method in class org.hibernate.engine.StatefulPersistenceContext
Call this before begining a two-phase load
beforeSelectClause() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
beforeSelectClause() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.engine.SessionImplementor
Notify the session that the transaction is about to complete
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.impl.SessionImpl
 
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.impl.StatelessSessionImpl
 
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called before a transaction is committed (but not before rollback).
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.jdbc.JDBCContext
 
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.jdbc.JDBCContext.Context
 
begin() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
begin() - Method in interface org.hibernate.Transaction
Begin a new transaction.
begin() - Method in class org.hibernate.transaction.CMTTransaction
Begin a new transaction.
begin() - Method in class org.hibernate.transaction.JDBCTransaction
Begin a new transaction.
begin() - Method in class org.hibernate.transaction.JTATransaction
Begin a new transaction.
begin() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
beginFunctionTemplate(AST, AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
beginFunctionTemplate(AST, AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
beginRead() - Method in class org.hibernate.collection.AbstractPersistentCollection
Called just before reading any rows from the JDBC result set
beginRead() - Method in class org.hibernate.collection.PersistentArrayHolder
 
beginRead() - Method in interface org.hibernate.collection.PersistentCollection
Called just before reading any rows from the JDBC result set
beginRead() - Method in class org.hibernate.collection.PersistentSet
 
beginTransaction() - Method in class org.hibernate.impl.SessionImpl
 
beginTransaction() - Method in class org.hibernate.impl.StatelessSessionImpl
 
beginTransaction() - Method in interface org.hibernate.Session
Begin a unit of work and return the associated Transaction object.
beginTransaction() - Method in interface org.hibernate.StatelessSession
Begin a Hibernate transaction.
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.SessionImplementor
The best guess entity name for an entity not in an association
bestGuessEntityName(Object) - Method in class org.hibernate.impl.SessionImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
BESTransactionManagerLookup - Class in org.hibernate.transaction
A TransactionManager lookup strategy for Borland ES.
BESTransactionManagerLookup() - Constructor for class org.hibernate.transaction.BESTransactionManagerLookup
 
between(Object, Object) - Method in class org.hibernate.criterion.Property
 
between(String, Object, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "between" constraint to the named property
BETWEEN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
BETWEEN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
BETWEEN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
BetweenExpression - Class in org.hibernate.criterion
Constrains a property to between two values
BetweenExpression(String, Object, Object) - Constructor for class org.hibernate.criterion.BetweenExpression
 
betweenList() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
BetweenOperatorNode - Class in org.hibernate.hql.ast.tree
Contract for nodes representing logcial BETWEEN (ternary) operators.
BetweenOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.BetweenOperatorNode
 
Bid - Class in org.hibernate.auction
 
Bid() - Constructor for class org.hibernate.auction.Bid
 
bidOnAuction(User, AuctionItem, float) - Method in class org.hibernate.auction.Main
Demonstrates transitive persistence with detached object support
BIG_DECIMAL - Static variable in class org.hibernate.Hibernate
Hibernate big_decimal type.
BIG_INTEGER - Static variable in class org.hibernate.Hibernate
Hibernate big_integer type.
BigDecimalType - Class in org.hibernate.type
big_decimal: A type that maps an SQL NUMERIC to a java.math.BigDecimal
BigDecimalType() - Constructor for class org.hibernate.type.BigDecimalType
 
BigIntegerType - Class in org.hibernate.type
big_integer: A type that maps an SQL NUMERIC to a java.math.BigInteger
BigIntegerType() - Constructor for class org.hibernate.type.BigIntegerType
 
BINARY - Static variable in class org.hibernate.Hibernate
Hibernate binary type.
BinaryArithmeticOperatorNode - Class in org.hibernate.hql.ast.tree
Nodes which represent binary arithmetic operators.
BinaryArithmeticOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
 
binaryComparisonExpression(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
BinaryLogicOperatorNode - Class in org.hibernate.hql.ast.tree
Contract for nodes representing binary operators.
BinaryLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
 
BinaryOperatorNode - Interface in org.hibernate.hql.ast.tree
Contract for nodes representing binary operators.
BinaryType - Class in org.hibernate.type
binary: A type that maps an SQL VARBINARY to a Java byte[].
BinaryType() - Constructor for class org.hibernate.type.BinaryType
 
bind(Session) - Static method in class org.hibernate.context.ManagedSessionContext
Binds the given session to the current context for its session factory.
bind(Session) - Static method in class org.hibernate.context.ThreadLocalSessionContext
Associates the given session with the current thread of execution.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Bind the appropriate value into the given statement at the specified position.
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 the appropriate value into the given statement at the specified position.
bind(Context, String, Object) - Static method in class org.hibernate.util.NamingHelper
Bind val to name in ctx, and make sure that all intermediate contexts exist.
bindAny(Element, Any, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindArray(Element, Array, String, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for arrays and primitive arrays
bindClass(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindCollection(Element, Collection, String, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for all collections
bindCollectionSecondPass(Element, Collection, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for all collections
bindColumn(Element, Column, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
bindColumns(Element, SimpleValue, boolean, boolean, String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindComponent(Element, Component, String, String, String, boolean, boolean, Mappings, Map, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
bindComposite(Element, Component, String, boolean, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindCompositeId(Element, Component, PersistentClass, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
Binder - Interface in org.hibernate.id.insert
 
bindIdentifierCollectionSecondPass(Element, IdentifierCollection, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindJoinedSubclass(Element, JoinedSubclass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.Cache71Dialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.Dialect
Does the LIMIT clause come at the start of the SELECT statement, rather than at the end?
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
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Dialect
ANSI SQL defines the LIMIT clause to be in the form LIMIT offset, limit.
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.PostgreSQLDialect
 
bindListSecondPass(Element, List, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for Lists, arrays, primitive arrays
bindManyToOne(Element, ManyToOne, String, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindMapSecondPass(Element, Map, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for Maps
bindNamedParameters(PreparedStatement, QueryParameters, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindNamedParameters(PreparedStatement, Map, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindNamedParameters(PreparedStatement, Map, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind named parameters to the JDBC prepared statement.
bindOneToMany(Element, OneToMany, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindOneToOne(Element, OneToOne, String, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
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 explciitly 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.
bindPositionalParameters(PreparedStatement, QueryParameters, int, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindPositionalParameters(PreparedStatement, Object[], Type[], int, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindPositionalParameters(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind positional parameter values to the JDBC prepared statement.
bindProperty(Element, Property, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindQueryParameters(PreparedStatement, QueryParameters, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindRoot(Document, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
The main contract into the hbm.xml-based binder.
bindRootClass(Element, RootClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Responsible for perfoming the bind operation related to an <class/> mapping element.
bindSimpleValue(Element, SimpleValue, boolean, String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindSubclass(Element, Subclass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindUnionSubclass(Element, UnionSubclass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindValues(PreparedStatement) - Method in interface org.hibernate.id.insert.Binder
 
BLOB - Static variable in class org.hibernate.Hibernate
Hibernate blob type.
BlobImpl - Class in org.hibernate.lob
A dummy implementation of java.sql.Blob that may be used to insert new data into a BLOB.
BlobImpl(byte[]) - Constructor for class org.hibernate.lob.BlobImpl
 
BlobImpl(InputStream, int) - Constructor for class org.hibernate.lob.BlobImpl
 
BlobType - Class in org.hibernate.type
blob: A type that maps an SQL BLOB to a java.sql.Blob.
BlobType() - Constructor for class org.hibernate.type.BlobType
 
BOGUS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
BOGUS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
BOOLEAN - Static variable in class org.hibernate.Hibernate
Hibernate boolean type.
booleanExpr(AST, boolean) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
BooleanLiteralNode - Class in org.hibernate.hql.ast.tree
Represents a boolean literal within a query.
BooleanLiteralNode() - Constructor for class org.hibernate.hql.ast.tree.BooleanLiteralNode
 
booleanOp(AST, boolean) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
BooleanType - Class in org.hibernate.type
boolean: A type that maps an SQL BIT to a Java Boolean.
BooleanType() - Constructor for class org.hibernate.type.BooleanType
 
booleanValue(String) - Static method in class org.hibernate.util.StringHelper
 
borrowConnection() - Method in class org.hibernate.jdbc.ConnectionManager
 
borrowConnection() - Method in class org.hibernate.jdbc.JDBCContext
 
BorrowedConnectionProxy - Class in org.hibernate.jdbc
A proxy for borrowed connections which funnels all requests back into the ConnectionManager from which it was borrowed to be properly handled (in terms of connection release modes).
BorrowedConnectionProxy(ConnectionManager) - Constructor for class org.hibernate.jdbc.BorrowedConnectionProxy
 
BOTH - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
BOTH - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
BOTH - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
BOTH_SPACE_TRIM_FROM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
BOTH_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
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.
BTMTransactionManagerLookup - Class in org.hibernate.transaction
TransactionManager lookup strategy for BTM
BTMTransactionManagerLookup() - Constructor for class org.hibernate.transaction.BTMTransactionManagerLookup
 
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.CollectionRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.EntityRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.impl.bridge.CollectionRegionAdapter
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.impl.bridge.EntityRegionAdapter
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.jbc2.collection.CollectionRegionImpl
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.jbc2.entity.EntityRegionImpl
Build an access strategy for the requested access type.
buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
 
buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl
 
buildBasicProxyFactory(Class, Class[]) - Method in interface org.hibernate.bytecode.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBytecodeProvider(Properties) - Static method in class org.hibernate.cfg.Environment
 
buildBytecodeProvider(String) - Method in class org.hibernate.cfg.SettingsFactory
 
buildCache(String, Properties) - Method in interface org.hibernate.cache.CacheProvider
Deprecated. Configure the cache
buildCache(String, Properties) - Method in class org.hibernate.cache.EhCacheProvider
Builds a Cache.
buildCache(String, Properties) - Method in class org.hibernate.cache.HashtableCacheProvider
 
buildCache(String, Properties) - Method in class org.hibernate.cache.JndiBoundTreeCacheProvider
Construct a Cache representing the "region" within in the underlying cache provider.
buildCache(String, Properties) - Method in class org.hibernate.cache.NoCacheProvider
Configure the cache
buildCache(String, Properties) - Method in class org.hibernate.cache.OptimisticTreeCacheProvider
Construct and configure the Cache representation of a named cache region.
buildCache(String, Properties) - Method in class org.hibernate.cache.OSCacheProvider
Builds a new Cache instance, and gets it's properties from the OSCache Config which reads the properties file (oscache.properties) from the classpath.
buildCache(String, Properties) - Method in class org.hibernate.cache.SingletonEhCacheProvider
Builds a Cache.
buildCache(String, Properties) - Method in class org.hibernate.cache.SwarmCacheProvider
 
buildCache(String, Properties) - Method in class org.hibernate.cache.TreeCacheProvider
Construct and configure the Cache representation of a named cache region.
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
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.TableStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCleanupSynch() - Method in class org.hibernate.context.ThreadLocalSessionContext
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.RegionFactory
Build a cache region specialized for storing collection data.
buildConfiguration() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
buildDatabaseStructure(Properties, Dialect, boolean, String, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Build the database structure.
buildDialect(Properties, Connection) - Static method in class org.hibernate.dialect.resolver.DialectFactory
Builds an appropriate Dialect instance.
buildDialect(Properties) - Static method in class org.hibernate.dialect.resolver.DialectFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.RegionFactory
Build a cache region specialized for storing entity data.
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildIdentifierProperty(PersistentClass, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates an IdentifierProperty representation of the for a given entity mapping.
buildIllegalCollectionDereferenceException(String, FromReferenceNode) - Method in interface org.hibernate.hql.ast.tree.DotNode.IllegalCollectionDereferenceExceptionBuilder
 
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.Dom4jComponentTuplizer
 
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.Dom4jEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.cglib.InstrumentTask
 
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.javassist.InstrumentTask
 
buildIsolatedClassLoader(ClassLoader) - Method in class org.hibernate.junit.AbstractClassLoaderIsolatedTestCase
 
buildMapping() - Method in class org.hibernate.cfg.Configuration
 
buildMappings() - Method in class org.hibernate.cfg.Configuration
Call this to ensure the mappings are fully compiled/built.
buildMinimalSQLExceptionConverter() - Static method in class org.hibernate.exception.SQLExceptionConverterFactory
Builds a minimal converter.
buildOptimizer(String, Class, int) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
 
buildOrObtainSession() - Method in class org.hibernate.context.JTASessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildOrObtainSession() - Method in class org.hibernate.context.ThreadLocalSessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildPositionsArray() - Method in class org.hibernate.engine.query.ParamLocationRecognizer.NamedParameterDescription
 
buildProperties() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
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.Dom4jEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyPath(String, String) - Static method in exception org.hibernate.PropertyValueException
Return a well formed property path.
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.Dom4jEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Setter for the given property.
buildProxyFactory() - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
Builds a CGLIB-based proxy factory.
buildProxyFactory() - Method in class org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl
Builds a Javassist-based proxy factory.
buildProxyFactory() - Method in interface org.hibernate.bytecode.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.Dom4jEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactoryInternal(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in interface org.hibernate.cache.RegionFactory
Build a cache region specialized for storing query results
buildResultRow(Object[], ResultSet, boolean, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
Build a logical result row.
buildResultSetMappingDefinition(Element, String, Mappings) - Static method in class org.hibernate.cfg.ResultSetMappingBinder
Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements
buildSelectQuery(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSessionFactory() - Method in class org.hibernate.cfg.Configuration
Instantiate a new SessionFactory, using the properties and mappings in this configuration.
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildSettings() - Method in class org.hibernate.cfg.Configuration
Create an object-oriented view of the configuration properties
buildSettings(Properties) - Method in class org.hibernate.cfg.Configuration
 
buildSettings(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(Dialect, Table, String, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSQLExceptionConverter() - Method in class org.hibernate.dialect.Cache71Dialect
 
buildSQLExceptionConverter() - Method in class org.hibernate.dialect.Dialect
Build an instance of the SQLExceptionConverter preferred by this dialect for converting SQLExceptions into Hibernate's JDBCException hierarchy.
buildSQLExceptionConverter(Dialect, Properties) - Static method in class org.hibernate.exception.SQLExceptionConverterFactory
Build a SQLExceptionConverter instance.
buildStandardProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generate a "standard" (i.e., non-identifier and non-version) based on the given mapped property.
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in interface org.hibernate.cache.RegionFactory
Build a cache region specialized for storing update-timestamps data.
buildTokenTypeASTClassMap() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
buildTransactionFactory(Properties) - Static method in class org.hibernate.transaction.TransactionFactoryFactory
Create an appropriate transaction factory based on the given configuration properties.
buildUpdateQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildVersionProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
BulkAccessor - Class in org.hibernate.bytecode.javassist
A JavaBean accessor.
BulkAccessor() - Constructor for class org.hibernate.bytecode.javassist.BulkAccessor
 
BulkAccessorException - Exception in org.hibernate.bytecode.javassist
An exception thrown while generating a bulk accessor.
BulkAccessorException(String) - Constructor for exception org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, int) - Constructor for exception org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, Throwable) - Constructor for exception org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(Throwable, int) - Constructor for exception org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkOperationCleanupAction - Class in org.hibernate.action
Implementation of BulkOperationCleanupAction.
BulkOperationCleanupAction(SessionImplementor, Queryable[]) - Constructor for class org.hibernate.action.BulkOperationCleanupAction
 
BulkOperationCleanupAction(SessionImplementor, Set) - Constructor for class org.hibernate.action.BulkOperationCleanupAction
Create an action that will evict collection and entity regions based on queryspaces (table names).
BuyNow - Class in org.hibernate.auction
 
BuyNow() - Constructor for class org.hibernate.auction.BuyNow
 
BYTE - Static variable in class org.hibernate.Hibernate
Hibernate byte type.
BYTECODE_PROVIDER - Static variable in class org.hibernate.cfg.Environment
 
ByteCodeHelper - Class in org.hibernate.bytecode.util
A helper for reading byte code from various input sources.
BytecodeProvider - Interface in org.hibernate.bytecode
Contract for providers of bytecode services to Hibernate.
BytecodeProviderImpl - Class in org.hibernate.bytecode.cglib
Bytecode provider implementation for CGLIB.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.cglib.BytecodeProviderImpl
 
BytecodeProviderImpl - Class in org.hibernate.bytecode.javassist
Bytecode provider implementation for Javassist.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.javassist.BytecodeProviderImpl
 
BytesHelper - Class in org.hibernate.util
 
ByteType - Class in org.hibernate.type
byte: A type that maps an SQL TINYINT to a Java Byte.
ByteType() - Constructor for class org.hibernate.type.ByteType
 

C

C3P0_ACQUIRE_INCREMENT - Static variable in class org.hibernate.cfg.Environment
Number of connections acquired when pool is exhausted
C3P0_IDLE_TEST_PERIOD - Static variable in class org.hibernate.cfg.Environment
Idle time before a C3P0 pooled connection is validated
C3P0_MAX_SIZE - Static variable in class org.hibernate.cfg.Environment
Maximum size of C3P0 connection pool
C3P0_MAX_STATEMENTS - Static variable in class org.hibernate.cfg.Environment
Maximum size of C3P0 statement cache
C3P0_MIN_SIZE - Static variable in class org.hibernate.cfg.Environment
Minimum size of C3P0 connection pool
C3P0_TIMEOUT - Static variable in class org.hibernate.cfg.Environment
Maximum idle time for C3P0 connection pool
C3P0ConnectionProvider - Class in org.hibernate.connection
A connection provider that uses a C3P0 connection pool.
C3P0ConnectionProvider() - Constructor for class org.hibernate.connection.C3P0ConnectionProvider
 
Cache - Interface in org.hibernate.cache
Deprecated. As of 3.3; see for details.
cache - Variable in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
Cache71Dialect - Class in org.hibernate.dialect
Caché 2007.1 dialect.
Cache71Dialect() - Constructor for class org.hibernate.dialect.Cache71Dialect
Creates new Cach�71Dialect instance.
CACHE_FACTORY_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.JndiMultiplexingCacheInstanceManager
Specifies the JNDI name under which the CacheManager to use is bound.
CACHE_FACTORY_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Classpath or filesystem resource containing JBoss Cache configurations the factory should use.
CACHE_NAMESPACE - Static variable in class org.hibernate.cfg.Environment
The CacheProvider JNDI namespace, if pre-bound to JNDI.
CACHE_PROVIDER - Static variable in class org.hibernate.cfg.Environment
The CacheProvider implementation class
CACHE_PROVIDER_CONFIG - Static variable in class org.hibernate.cfg.Environment
The CacheProvider implementation class
CACHE_REGION_FACTORY - Static variable in class org.hibernate.cfg.Environment
The RegionFactory implementation class
CACHE_REGION_PREFIX - Static variable in class org.hibernate.cfg.Environment
The CacheProvider region name prefix
CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.JndiSharedCacheInstanceManager
Specifies the JNDI name under which the Cache to use is bound.
CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Classpath or filesystem resource containing JBoss Cache configuration settings the Cache should use.
CacheConcurrencyStrategy - Interface in org.hibernate.cache
Deprecated. As of 3.3; see for details.
CacheDataDescription - Interface in org.hibernate.cache
Describes attributes regarding the type of data to be cached.
CacheDataDescriptionImpl - Class in org.hibernate.cache.impl
CacheDataDescriptionImpl(boolean, boolean, Comparator) - Constructor for class org.hibernate.cache.impl.CacheDataDescriptionImpl
 
CacheEntry - Class in org.hibernate.cache.entry
A cached instance of a persistent class
CacheEntry(Object[], EntityPersister, boolean, Object, SessionImplementor, Object) - Constructor for class org.hibernate.cache.entry.CacheEntry
 
CacheEntryStructure - Interface in org.hibernate.cache.entry
 
CacheException - Exception in org.hibernate.cache
Something went wrong in the cache
CacheException(String) - Constructor for exception org.hibernate.cache.CacheException
 
CacheException(String, Throwable) - Constructor for exception org.hibernate.cache.CacheException
 
CacheException(Throwable) - Constructor for exception org.hibernate.cache.CacheException
 
CacheHelper - Class in org.hibernate.cache.jbc2.util
Helper for dealing with JBossCache Configuration.CacheMode.
CacheInstanceManager - Interface in org.hibernate.cache.jbc2
Acts as a buffer from how instances of Cache are built/obtained.
CacheJoinFragment - Class in org.hibernate.sql
A Caché dialect join.
CacheJoinFragment() - Constructor for class org.hibernate.sql.CacheJoinFragment
 
CacheKey - Class in org.hibernate.cache
Allows multiple entity classes / collection roles to be stored in the same cache region.
CacheKey(Serializable, Type, String, EntityMode, SessionFactoryImplementor) - Constructor for class org.hibernate.cache.CacheKey
Construct a new key for a collection or entity instance.
CacheMode - Class in org.hibernate
Controls how the session interacts with the second-level cache and query cache.
CacheProvider - Interface in org.hibernate.cache
Deprecated. As of 3.3; see for details.
CacheSQLStateConverter - Class in org.hibernate.exception
A SQLExceptionConverter implementation specific to Caché SQL, accounting for its custom integrity constraint violation error codes.
CacheSQLStateConverter(ViolatedConstraintNameExtracter) - Constructor for class org.hibernate.exception.CacheSQLStateConverter
 
CacheSynchronization - Class in org.hibernate.transaction
A JTA transaction synch used to allow the Session to know about transaction events.
CacheSynchronization(TransactionFactory.Context, JDBCContext, Transaction, Transaction) - Constructor for class org.hibernate.transaction.CacheSynchronization
 
CALENDAR - Static variable in class org.hibernate.Hibernate
Hibernate calendar type.
CALENDAR_DATE - Static variable in class org.hibernate.Hibernate
Hibernate calendar_date type.
CalendarComparator - Class in org.hibernate.util
 
CalendarComparator() - Constructor for class org.hibernate.util.CalendarComparator
 
CalendarDateType - Class in org.hibernate.type
calendar_date: A type mapping for a Calendar object that represents a date.
CalendarDateType() - Constructor for class org.hibernate.type.CalendarDateType
 
CalendarType - Class in org.hibernate.type
calendar: A type mapping for a Calendar object that represents a datetime.
CalendarType() - Constructor for class org.hibernate.type.CalendarType
 
CallbackException - Exception in org.hibernate
Should be thrown by persistent objects from Lifecycle or Interceptor callbacks.
CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
 
CallbackException(String) - Constructor for exception org.hibernate.CallbackException
 
CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
 
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
 
cancelLastQuery() - Method in class org.hibernate.jdbc.AbstractBatcher
 
cancelLastQuery() - Method in interface org.hibernate.jdbc.Batcher
Cancel the current query statement
cancelQuery() - Method in class org.hibernate.impl.SessionImpl
 
cancelQuery() - Method in interface org.hibernate.Session
Cancel the execution of the current query.
cancelRowUpdates() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
canExtractIdOutOfEntity() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canExtractIdOutOfEntity() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether detahced instances of this entity carry their own identifier value.
Cascade - Class in org.hibernate.engine
Delegate responsible for, in conjunction with the various actions, implementing cascade processing.
Cascade(CascadingAction, int, EventSource) - Constructor for class org.hibernate.engine.Cascade
 
cascade(EntityPersister, Object) - Method in class org.hibernate.engine.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(EntityPersister, Object, Object) - Method in class org.hibernate.engine.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(EventSource, Object, String, Object, boolean) - Method in class org.hibernate.engine.CascadingAction
Cascade the action to the child object.
cascadeAfterDelete(EventSource, EntityPersister, Object, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
 
cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.AbstractSaveEventListener
Handles to calls needed to perform post-save cascades.
cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeBeforeDelete(EventSource, EntityPersister, Object, EntityEntry, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
 
cascadeBeforeSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.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.def.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
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
 
cascadeNow(int) - Method in class org.hibernate.type.ForeignKeyDirection
Should we cascade at this cascade point?
cascadeOnMerge(EventSource, EntityPersister, Object, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
Perform any cascades needed as part of this copy event.
CascadeStyle - Class in org.hibernate.engine
A contract for defining the aspects of cascading various persistence actions.
CascadeStyle.MultipleCascadeStyle - Class in org.hibernate.engine
 
CascadeStyle.MultipleCascadeStyle(CascadeStyle[]) - Constructor for class org.hibernate.engine.CascadeStyle.MultipleCascadeStyle
 
CascadingAction - Class in org.hibernate.engine
A session action that may be cascaded from parent entity to its children
CASE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CASE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CASE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Case2Node - Class in org.hibernate.hql.ast.tree
Represents a case ...
Case2Node() - Constructor for class org.hibernate.hql.ast.tree.Case2Node
 
caseExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
caseExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
caseExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
CaseFragment - Class in org.hibernate.sql
Abstract SQL case fragment renderer
CaseFragment() - Constructor for class org.hibernate.sql.CaseFragment
 
CaseNode - Class in org.hibernate.hql.ast.tree
Represents a case ...
CaseNode() - Constructor for class org.hibernate.hql.ast.tree.CaseNode
 
cases - Variable in class org.hibernate.sql.CaseFragment
 
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
 
CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the catalog name
catalogName - Variable in class org.hibernate.cfg.Mappings
 
CategorizedStatistics - Class in org.hibernate.stat
Statistics for a particular "category" (a named entity, collection role, second level cache region or query).
CglibClassTransformer - Class in org.hibernate.bytecode.cglib
Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
CglibClassTransformer(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.cglib.CglibClassTransformer
 
CGLIBHelper - Class in org.hibernate.intercept.cglib
 
CGLIBInstrumenter - Class in org.hibernate.bytecode.buildtime
Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using CGLIB.
CGLIBInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.CGLIBInstrumenter
 
CGLIBLazyInitializer - Class in org.hibernate.proxy.pojo.cglib
A LazyInitializer implemented using the CGLIB bytecode generation library
CGLIBProxyFactory - Class in org.hibernate.proxy.pojo.cglib
 
CGLIBProxyFactory() - Constructor for class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory
 
ChainedPropertyAccessor - Class in org.hibernate.property
 
ChainedPropertyAccessor(PropertyAccessor[]) - Constructor for class org.hibernate.property.ChainedPropertyAccessor
 
changeItemDescription(Long, String) - Method in class org.hibernate.auction.Main
Demonstrates automatic dirty checking
changeUserDetails(User) - Method in class org.hibernate.auction.Main
Demonstrates detached object support
CHANNEL_FACTORY_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Classpath or filesystem resource containing JGroups protocol stack configurations the org.jgroups.ChannelFactory should use.
CHANNEL_FACTORY_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Classpath or filesystem resource containing JGroups protocol stack configurations the org.jgroups.ChannelFactory should use.
CHAR_ARRAY - Static variable in class org.hibernate.Hibernate
Hibernate char[] type.
CHARACTER - Static variable in class org.hibernate.Hibernate
Hibernate character type.
CHARACTER_ARRAY - Static variable in class org.hibernate.Hibernate
Hibernate Character[] type.
CharacterArrayType - Class in org.hibernate.type
Bridge Character[] and VARCHAR
CharacterArrayType() - Constructor for class org.hibernate.type.CharacterArrayType
 
CharacterType - Class in org.hibernate.type
character: A type that maps an SQL CHAR(1) to a Java Character.
CharacterType() - Constructor for class org.hibernate.type.CharacterType
 
CharArrayType - Class in org.hibernate.type
put char[] into VARCHAR
CharArrayType() - Constructor for class org.hibernate.type.CharArrayType
 
CharBooleanType - Class in org.hibernate.type
Superclass for types that map Java boolean to SQL CHAR(1).
CharBooleanType() - Constructor for class org.hibernate.type.CharBooleanType
 
CharIndexFunction - Class in org.hibernate.dialect.function
Emulation of locate() on Sybase
CharIndexFunction() - Constructor for class org.hibernate.dialect.function.CharIndexFunction
 
check(int, Serializable, int, Expectation, PreparedStatement) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
checkColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
 
checkId(Object, EntityPersister, Serializable, EntityMode) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
make sure user didn't mangle the id
checkMagic(File, long) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
 
checkNullability(Object[], EntityPersister, boolean) - Method in class org.hibernate.engine.Nullability
Check nullability of the class persister properties
checkPermission(Class, String, EJBMethodPermission) - Static method in class org.hibernate.secure.JACCPermissions
 
checkPropertyColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkScrollability() - Method in class org.hibernate.loader.Loader
Check whether the current loader can support returning ScrollableResults.
checkUniqueness(EntityKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
Attempts to check whether the given key represents an entity already loaded within the current session.
checkUniqueness(EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Attempts to check whether the given key represents an entity already loaded within the current session.
CircumventChecksDataVersion - Class in org.hibernate.cache.jbc2.util
Used to signal to a DataVersionAdapter to simply not perform any checks.
CircumventChecksDataVersion() - Constructor for class org.hibernate.cache.jbc2.util.CircumventChecksDataVersion
 
CLASS - Static variable in class org.hibernate.Hibernate
Hibernate class type.
CLASS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CLASS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CLASS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
CLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
ClassDescriptor - Interface in org.hibernate.bytecode.util
Contract describing the information Hibernate needs in terms of instrumenting a class, either via ant task or dynamic classloader.
classes - Variable in class org.hibernate.cfg.Configuration
 
classes - Variable in class org.hibernate.cfg.Mappings
 
classFilter - Variable in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
ClassFilter - Interface in org.hibernate.bytecode.util
Used to determine whether a class should be instrumented.
classForName(String, Class) - Static method in class org.hibernate.util.ReflectHelper
Perform resolution of a class name.
classForName(String) - Static method in class org.hibernate.util.ReflectHelper
Perform resolution of a class name.
ClassicAvgFunction - Class in org.hibernate.dialect.function
Classic AVG sqlfunction that return types as it was done in Hibernate 3.1
ClassicAvgFunction() - Constructor for class org.hibernate.dialect.function.ClassicAvgFunction
 
ClassicCountFunction - Class in org.hibernate.dialect.function
Classic COUNT sqlfunction that return types as it was done in Hibernate 3.1
ClassicCountFunction() - Constructor for class org.hibernate.dialect.function.ClassicCountFunction
 
ClassicQueryTranslatorFactory - Class in org.hibernate.hql.classic
Generates translators which uses the older hand-written parser to perform the translation.
ClassicQueryTranslatorFactory() - Constructor for class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
 
ClassicSumFunction - Class in org.hibernate.dialect.function
Classic SUM sqlfunction that return types as it was done in Hibernate 3.1
ClassicSumFunction() - Constructor for class org.hibernate.dialect.function.ClassicSumFunction
 
ClassMetadata - Interface in org.hibernate.metadata
Exposes entity class metadata to the application
classToTableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified class name
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
Return a table name for an entity class
ClassTransformer - Interface in org.hibernate.bytecode
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
ClassType - Class in org.hibernate.type
class: A type that maps an SQL VARCHAR to a Java Class.
ClassType() - Constructor for class org.hibernate.type.ClassType
 
ClauseParser - Class in org.hibernate.hql.classic
Parses the Hibernate query into its constituent clauses.
ClauseParser() - Constructor for class org.hibernate.hql.classic.ClauseParser
 
cleanup(ResultSet) - Method in class org.hibernate.engine.loading.LoadContexts
Release internal state associated with the given result set.
cleanup() - Method in class org.hibernate.engine.loading.LoadContexts
Release internal state associated with *all* result sets.
cleanup() - Method in interface org.hibernate.event.Destructible
Notification of SessionFactory shutdown.
cleanupTest() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
clear() - Method in interface org.hibernate.cache.Cache
Deprecated. Clear the cache
clear() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Evict all items from the cache immediately.
clear() - Method in class org.hibernate.cache.EhCache
Remove all elements in the cache, but leave the cache in a useable state.
clear() - Method in class org.hibernate.cache.HashtableCache
 
clear() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
clear() - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
clear() - Method in class org.hibernate.cache.OptimisticTreeCache
 
clear() - Method in class org.hibernate.cache.OSCache
 
clear() - Method in interface org.hibernate.cache.QueryCache
 
clear() - Method in class org.hibernate.cache.ReadOnlyCache
 
clear() - Method in class org.hibernate.cache.ReadWriteCache
 
clear() - Method in class org.hibernate.cache.StandardQueryCache
 
clear() - Method in class org.hibernate.cache.SwarmCache
Clear the cache
clear() - Method in class org.hibernate.cache.TransactionalCache
 
clear() - Method in class org.hibernate.cache.TreeCache
 
clear() - Method in class org.hibernate.cache.UpdateTimestampsCache
 
clear() - Method in class org.hibernate.collection.PersistentBag
 
clear() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
clear() - Method in class org.hibernate.collection.PersistentList
 
clear() - Method in class org.hibernate.collection.PersistentMap
 
clear() - Method in class org.hibernate.collection.PersistentSet
 
clear() - Method in class org.hibernate.engine.ActionQueue
 
clear() - Method in class org.hibernate.engine.BatchFetchQueue
Clears all entries from this fetch queue.
clear() - Method in interface org.hibernate.engine.PersistenceContext
Clear the state of the persistence context
clear() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
clear() - Method in class org.hibernate.impl.SessionImpl
 
clear() - Method in class org.hibernate.jmx.StatisticsService
 
clear() - Method in class org.hibernate.proxy.map.MapProxy
 
clear() - Method in interface org.hibernate.Session
Completely clear the session.
clear() - Method in interface org.hibernate.stat.Statistics
reset all statistics
clear() - Method in class org.hibernate.stat.StatisticsImpl
reset all statistics
clear() - Method in class org.hibernate.util.FastHashMap
Remove all mappings from this map.
clear() - Method in class org.hibernate.util.IdentityMap
 
clear() - Method in class org.hibernate.util.IdentitySet
 
clear() - Method in class org.hibernate.util.SimpleMRUCache
 
clear() - Method in class org.hibernate.util.SoftLimitMRUCache
 
clearContent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
clearContent() - Method in class org.hibernate.tuple.ElementWrapper
 
clearDirty() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
clearDirty() - Method in interface org.hibernate.collection.PersistentCollection
Clear the dirty flag, after flushing changes to the database.
clearDirty() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
clearDirty(Object) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
 
clearDirty() - Method in interface org.hibernate.intercept.FieldInterceptor
Clear the internal dirty flag.
clearFromFlushNeededCheck(int) - Method in class org.hibernate.engine.ActionQueue
 
clearSubselects() - Method in class org.hibernate.engine.BatchFetchQueue
Clears all pending subselect fetches from the queue.
clearWarnings() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
clearWherePart() - Method in class org.hibernate.sql.QueryJoinFragment
 
CLOB - Static variable in class org.hibernate.Hibernate
Hibernate clob type.
ClobImpl - Class in org.hibernate.lob
A dummy implementation of java.sql.Clob that may be used to insert new data into a CLOB.
ClobImpl(String) - Constructor for class org.hibernate.lob.ClobImpl
 
ClobImpl(Reader, int) - Constructor for class org.hibernate.lob.ClobImpl
 
ClobType - Class in org.hibernate.type
clob: A type that maps an SQL CLOB to a java.sql.Clob.
ClobType() - Constructor for class org.hibernate.type.ClobType
 
clone() - Method in class org.hibernate.mapping.Column
Shallow copy, the value is not copied
clone() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
clone() - Method in class org.hibernate.tuple.ElementWrapper
 
clone() - Method in class org.hibernate.util.FastHashMap
Return a shallow copy of this FastHashMap instance.
clone(Serializable) - Static method in class org.hibernate.util.SerializationHelper
Deep clone an Object using serialization.
Cloneable - Class in org.hibernate.util
An object that is shallow-coneable
Cloneable() - Constructor for class org.hibernate.util.Cloneable
 
cloneDeletions() - Method in class org.hibernate.engine.ActionQueue
 
close() - Method in class org.hibernate.connection.C3P0ConnectionProvider
Release all resources held by this provider.
close() - Method in interface org.hibernate.connection.ConnectionProvider
Release all resources held by this provider.
close() - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
close() - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
close() - Method in class org.hibernate.connection.ProxoolConnectionProvider
Release all resources held by this provider.
close() - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
close() - Method in interface org.hibernate.engine.HibernateIterator
 
close(Iterator) - Static method in class org.hibernate.Hibernate
Close an Iterator created by iterate() immediately, instead of waiting until the session is closed or disconnected.
CLOSE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CLOSE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CLOSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
close() - Method in class org.hibernate.impl.AbstractScrollableResults
 
close() - Method in class org.hibernate.impl.IteratorImpl
 
close() - Method in class org.hibernate.impl.SessionFactoryImpl
Closes the session factory, releasing all held resources.
close() - Method in class org.hibernate.impl.SessionImpl
 
close() - Method in class org.hibernate.impl.StatelessSessionImpl
 
close() - Method in class org.hibernate.jdbc.ConnectionManager
To be called after Session completion.
close() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
close() - Method in class org.hibernate.jmx.SessionFactoryStub
 
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() - Method in class org.hibernate.test.tm.ConnectionProviderImpl
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
closeConnection(Connection) - Method in class org.hibernate.connection.C3P0ConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in interface org.hibernate.connection.ConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.connection.ProxoolConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.jdbc.AbstractBatcher
 
closeConnection(Connection) - Method in interface org.hibernate.jdbc.Batcher
Dispose of the JDBC connection
closeConnection(Connection) - Method in class org.hibernate.test.tm.ConnectionProviderImpl
 
CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
 
closeQueryStatement(PreparedStatement, ResultSet) - Method in class org.hibernate.jdbc.AbstractBatcher
 
closeQueryStatement(PreparedStatement, ResultSet) - Method in interface org.hibernate.jdbc.Batcher
Close a prepared statement opened with prepareQueryStatement()
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.StatisticsImpl
 
closeSession() - Method in interface org.hibernate.stat.StatisticsImplementor
 
closeStatement(PreparedStatement) - Method in class org.hibernate.jdbc.AbstractBatcher
 
closeStatement(PreparedStatement) - Method in interface org.hibernate.jdbc.Batcher
Close a prepared or callable statement opened using prepareStatement() or prepareCallableStatement()
closeStatement() - Method in class org.hibernate.stat.StatisticsImpl
 
closeStatement() - Method in interface org.hibernate.stat.StatisticsImplementor
 
closeStatements() - Method in class org.hibernate.jdbc.AbstractBatcher
Actually releases the batcher, allowing it to cleanup internally held resources.
closeStatements() - Method in interface org.hibernate.jdbc.Batcher
Close any query statements that were left lying around
ClusteredConcurrentTimestampsRegionImpl - Class in org.hibernate.cache.jbc2.timestamp
Prototype of a clustered timestamps cache region impl usable if the TimestampsRegion API is changed.
ClusteredConcurrentTimestampsRegionImpl(Cache, String, String, Properties) - Constructor for class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
Create a new ClusteredConccurentTimestampsRegionImpl.
CMTTransaction - Class in org.hibernate.transaction
Implements a basic transaction strategy for CMT transactions.
CMTTransaction(JDBCContext, TransactionFactory.Context) - Constructor for class org.hibernate.transaction.CMTTransaction
 
CMTTransactionFactory - Class in org.hibernate.transaction
Factory for CMTTransaction instances.
CMTTransactionFactory() - Constructor for class org.hibernate.transaction.CMTTransactionFactory
 
collapse(String) - Static method in class org.hibernate.util.StringHelper
Collapses a name.
collapseQualifier(String, boolean) - Static method in class org.hibernate.util.StringHelper
Given a qualifier, collapse it.
collapseQualifierBase(String, String) - Static method in class org.hibernate.util.StringHelper
Cross between StringHelper.collapse(java.lang.String) and StringHelper.partiallyUnqualify(java.lang.String, java.lang.String).
collectChildren(AST, ASTUtil.FilterPredicate) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
Collection - Class in org.hibernate.mapping
Mapping for a collection.
Collection(PersistentClass) - Constructor for class org.hibernate.mapping.Collection
 
COLLECTION_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
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_SIZE - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
CollectionAccessStrategyAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically bridging CollectionRegionAccessStrategy to CacheConcurrencyStrategy.
CollectionAccessStrategyAdapter(CollectionRegion, CacheConcurrencyStrategy, Settings) - Constructor for class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
CollectionAction - Class in org.hibernate.action
Any action relating to insert/update/delete of a collection
CollectionAction(CollectionPersister, PersistentCollection, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.CollectionAction
 
CollectionAliases - Interface in org.hibernate.loader
Type definition of CollectionAliases.
CollectionCacheEntry - Class in org.hibernate.cache.entry
 
CollectionCacheEntry(PersistentCollection, CollectionPersister) - Constructor for class org.hibernate.cache.entry.CollectionCacheEntry
 
CollectionElementLoader - Class in org.hibernate.loader.entity
 
CollectionElementLoader(QueryableCollection, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.CollectionElementLoader
 
CollectionEntry - Class in org.hibernate.engine
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.CollectionEntry
For newly wrapped collections, or dereferenced collection wrappers
CollectionEntry(PersistentCollection, CollectionPersister, Serializable, boolean) - Constructor for class org.hibernate.engine.CollectionEntry
For collections just loaded from the database
CollectionEntry(CollectionPersister, Serializable) - Constructor for class org.hibernate.engine.CollectionEntry
For uninitialized detached collections
collectionExpr() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
CollectionFetchReturn - Class in org.hibernate.loader.custom
Spefically 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.impl
implementation of the Query interface for collection filters
CollectionFilterImpl(String, Object, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.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.antlr.HqlSqlBaseWalker
 
CollectionFunction - Class in org.hibernate.hql.ast.tree
Represents 'elements()' or 'indices()'.
CollectionFunction() - Constructor for class org.hibernate.hql.ast.tree.CollectionFunction
 
collectionFunctionOrSubselect(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
CollectionHelper - Class in org.hibernate.util
 
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
CollectionJoinWalker - Class in org.hibernate.loader.collection
Superclass of walkers for collection initializers
CollectionJoinWalker(SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.CollectionJoinWalker
 
CollectionKey - Class in org.hibernate.engine
Uniquely identifies a collection instance in a particular session.
CollectionKey(CollectionPersister, Serializable, EntityMode) - Constructor for class org.hibernate.engine.CollectionKey
 
CollectionLoadContext - Class in org.hibernate.engine.loading
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.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, Map) - Constructor for class org.hibernate.loader.collection.CollectionLoader
 
CollectionMetadata - Interface in org.hibernate.metadata
Exposes collection metadata to the application
collectionOwners - Variable in class org.hibernate.loader.JoinWalker
 
collectionOwners - Variable in class org.hibernate.loader.OuterJoinLoader
 
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
Provides a map of collection function names to the corresponding property names.
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.
CollectionPropertyNames() - Constructor for class org.hibernate.persister.collection.CollectionPropertyNames
 
CollectionRecreateAction - Class in org.hibernate.action
 
CollectionRecreateAction(PersistentCollection, CollectionPersister, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRecreateAction
 
CollectionRegion - Interface in org.hibernate.cache
Defines the contract for a cache region which will specifically be used to store collection data.
CollectionRegionAccessStrategy - Interface in org.hibernate.cache.access
Contract for managing transactional and concurrent access to cached collection data.
CollectionRegionAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically bridging CollectionRegion to Cache.
CollectionRegionAdapter(Cache, Settings, CacheDataDescription) - Constructor for class org.hibernate.cache.impl.bridge.CollectionRegionAdapter
 
CollectionRegionImpl - Class in org.hibernate.cache.jbc2.collection
Defines the behavior of the collection cache regions for JBossCache 2.x.
CollectionRegionImpl(Cache, String, String, CacheDataDescription) - Constructor for class org.hibernate.cache.jbc2.collection.CollectionRegionImpl
 
CollectionRemoveAction - Class in org.hibernate.action
 
CollectionRemoveAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRemoveAction
Removes a persistent collection from its loaded owner.
CollectionRemoveAction(Object, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.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
 
collections - Variable in class org.hibernate.cfg.Configuration
 
collections - Variable in class org.hibernate.cfg.Mappings
 
Collections - Class in org.hibernate.engine
Implements book-keeping for the collection persistence by reachability algorithm
CollectionSecondPass - Class in org.hibernate.cfg
Collection second pass
CollectionSecondPass(Mappings, Collection, Map) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionSecondPass(Mappings, Collection) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionStatistics - Class in org.hibernate.stat
Collection related statistics
CollectionSubqueryFactory - Class in org.hibernate.hql
Provides the SQL for collection subqueries.
collectionSuffixes - Variable in class org.hibernate.loader.JoinWalker
 
collectionSuffixes - Variable in class org.hibernate.loader.OuterJoinLoader
 
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.ImprovedNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Return a collection table name ie an association having a join table
CollectionType - Class in org.hibernate.type
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType(String, String, boolean) - Constructor for class org.hibernate.type.CollectionType
 
CollectionUpdateAction - Class in org.hibernate.action
 
CollectionUpdateAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionUpdateAction
 
collectSelectExpressions() - Method in class org.hibernate.hql.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.ast.QueryTranslatorImpl
 
collectSqlStrings() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
collectSqlStrings() - Method in interface org.hibernate.hql.QueryTranslator
 
COLON - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
COLON - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
COLON - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
COLUMN - Static variable in class org.hibernate.id.TableGenerator
The column parameter
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
 
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
 
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.ast.util
Provides utility methods for dealing with arrays of SQL column names.
columnIterator() - Method in class org.hibernate.mapping.Constraint
 
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.ImprovedNamingStrategy
Convert mixed case to underscores
columnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Alter the column name given in the mapping document
columnNameBindingPerTable - Variable in class org.hibernate.cfg.Configuration
 
columnNameBindingPerTable - Variable in class org.hibernate.cfg.Mappings
binding table between the logical column name and the name out of the naming strategy for each table.
ColumnNameCache - Class in org.hibernate.jdbc
Implementation of ColumnNameCache.
ColumnNameCache(int) - Constructor for class org.hibernate.jdbc.ColumnNameCache
 
COMMA - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
commaBetweenParameters(String) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
commaBetweenParameters(String) - Method in class org.hibernate.hql.ast.SqlGenerator
 
COMMIT - Static variable in class org.hibernate.FlushMode
The Session is flushed when Transaction.commit() is called.
commit() - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
commit() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
commit() - Method in class org.hibernate.transaction.CMTTransaction
Flush the associated Session and end the unit of work (unless we are in FlushMode.MANUAL.
commit() - Method in interface org.hibernate.Transaction
Flush the associated Session and end the unit of work (unless we are in FlushMode.MANUAL.
commit() - Method in class org.hibernate.transaction.JDBCTransaction
Flush the associated Session and end the unit of work (unless we are in FlushMode.MANUAL.
commit() - Method in class org.hibernate.transaction.JTATransaction
Flush the associated Session and end the unit of work (unless we are in FlushMode.MANUAL.
commit() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
commit() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
commonRegistration() - Method in class org.hibernate.dialect.Cache71Dialect
 
ComparableComparator - Class in org.hibernate.util
Delegates to Comparable
ComparableComparator() - Constructor for class org.hibernate.util.ComparableComparator
 
comparator - Variable in class org.hibernate.collection.PersistentSortedMap
 
comparator() - Method in class org.hibernate.collection.PersistentSortedMap
 
comparator - Variable in class org.hibernate.collection.PersistentSortedSet
 
comparator() - Method in class org.hibernate.collection.PersistentSortedSet
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractBynaryType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractBynaryType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AdaptedImmutableType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AnyType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.BlobType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.CalendarDateType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.CalendarType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.ClobType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.CollectionType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.EntityType
compare two instances of the type
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.LocaleType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.TimeZoneType
 
compare(Object, Object, EntityMode) - Method in interface org.hibernate.type.Type
compare two instances of the type
compare(Object, Object) - Method in class org.hibernate.util.CalendarComparator
 
compare(Object, Object) - Method in class org.hibernate.util.ComparableComparator
 
compareTo(Object) - Method in class org.hibernate.action.CollectionAction
 
compareTo(Object) - Method in class org.hibernate.action.EntityAction
 
comparisonExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
comparisonExpr(AST, boolean) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
compile(Map, boolean) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
Compile a filter.
compile(Map, boolean) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Compile a filter.
compile(String, Map, boolean) - Method in interface org.hibernate.hql.FilterTranslator
Compile a filter.
compile(Map, boolean) - Method in interface org.hibernate.hql.QueryTranslator
Compile a "normal" query.
complete() - Method in class org.hibernate.junit.functional.ExecutionEnvironment
 
completedTestSuite(TestSuite) - Method in interface org.hibernate.junit.TestSuiteVisitor.Handler
 
Component - Class in org.hibernate.mapping
The mapping for a component, composite element, composite identifier, etc.
Component(PersistentClass) - Constructor for class org.hibernate.mapping.Component
 
Component(Component) - Constructor for class org.hibernate.mapping.Component
 
Component(Join) - Constructor for class org.hibernate.mapping.Component
 
Component(Collection) - Constructor for class org.hibernate.mapping.Component
 
componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
ComponentMetamodel - Class in org.hibernate.tuple.component
Centralizes metamodel information about a component.
ComponentMetamodel(Component) - Constructor for class org.hibernate.tuple.component.ComponentMetamodel
 
ComponentTuplizer - Interface in org.hibernate.tuple.component
Defines further responsibilities reagarding tuplization based on a mapped components.
ComponentTuplizerFactory - Class in org.hibernate.tuple.component
A registry allowing users to define the default ComponentTuplizer class to use per EntityMode.
ComponentTuplizerFactory() - Constructor for class org.hibernate.tuple.component.ComponentTuplizerFactory
 
ComponentType - Class in org.hibernate.type
Handles "component" mappings
ComponentType(ComponentMetamodel) - Constructor for class org.hibernate.type.ComponentType
 
CompositeCustomType - Class in org.hibernate.type
Adapts CompositeUserType to Type interface
CompositeCustomType(Class, Properties) - Constructor for class org.hibernate.type.CompositeCustomType
 
CompositeElementPropertyMapping - Class in org.hibernate.persister.collection
 
CompositeElementPropertyMapping(String[], String[], AbstractComponentType, Mapping) - Constructor for class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
CompositeUserType - Interface in org.hibernate.usertype
A UserType that may be dereferenced in a query.
compoundExpr() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
CONCAT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CONCAT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CONCAT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
concatenation() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
concretePropertySelectFragment(String, ValueInclusion[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.QuerySplitter
Handle Hibernate "implicit" polymorphism, by translating the query string into several "concrete" queries against mapped classes.
concurrentEntries(Map) - Static method in class org.hibernate.util.IdentityMap
Return the map entries (as instances of Map.Entry in a collection that is safe from concurrent modification).
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
 
ConditionalParenthesisFunction(String, Type) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
ConditionFragment - Class in org.hibernate.sql
 
ConditionFragment() - Constructor for class org.hibernate.sql.ConditionFragment
 
conditionList(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
CONFIG_RESOURCE - Static variable in class org.hibernate.cache.OptimisticTreeCacheProvider
Deprecated. use Environment.CACHE_PROVIDER_CONFIG
CONFIG_RESOURCE - Static variable in class org.hibernate.cache.TreeCacheProvider
Deprecated. use Environment.CACHE_PROVIDER_CONFIG
ConfigHelper - Class in org.hibernate.util
A simple class to centralize logic needed to locate config files on the system.
Configurable - Interface in org.hibernate.exception
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".
Configuration - Class in org.hibernate.cfg
An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Configuration(SettingsFactory) - Constructor for class org.hibernate.cfg.Configuration
 
Configuration() - Constructor for class org.hibernate.cfg.Configuration
 
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
Use the mappings and properties specified in the given XML document.
configure(Properties) - Method in class org.hibernate.connection.C3P0ConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in interface org.hibernate.connection.ConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
configure(Properties) - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
configure(Properties) - Method in class org.hibernate.connection.ProxoolConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
configure(Properties) - Method in interface org.hibernate.exception.Configurable
Configure the component, using the given settings and properties.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, Dialect) - 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, Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.ForeignGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceIdentityGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.UUIDHexGenerator
 
configure(Configuration) - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
configure(Configuration) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
configure(Configuration) - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
 
configure(Properties) - Method in class org.hibernate.test.tm.ConnectionProviderImpl
 
configure(Properties) - Method in class org.hibernate.transaction.CMTTransactionFactory
 
configure(Properties) - Method in class org.hibernate.transaction.JDBCTransactionFactory
Configure from the given properties.
configure(Properties) - Method in class org.hibernate.transaction.JTATransactionFactory
Configure this transaction factory.
configure(Properties) - Method in interface org.hibernate.transaction.TransactionFactory
Configure from the given properties.
configureTransactionManager(Cache, Settings, Properties) - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Injects the TransactionManager found via Settings.getTransactionManagerLookup() into the cache.
Conjunction - Class in org.hibernate.criterion
 
Conjunction() - 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...)
connect() - Method in class org.hibernate.stat.StatisticsImpl
 
connect() - Method in interface org.hibernate.stat.StatisticsImplementor
 
connection() - Method in interface org.hibernate.engine.SessionImplementor
 
connection() - Method in class org.hibernate.impl.SessionImpl
 
connection() - Method in class org.hibernate.impl.StatelessSessionImpl
 
connection() - Method in class org.hibernate.jdbc.JDBCContext
 
connection() - Method in interface org.hibernate.Session
Deprecated. (scheduled for removal in 4.x). Replacement depends on need; for doing direct JDBC stuff use Session.doWork(org.hibernate.jdbc.Work); for opening a 'temporary Session' use (TBD).
connection() - Method in interface org.hibernate.StatelessSession
Returns the current JDBC connection associated with this instance.

If the session is using aggressive connection release (as in a CMT environment), it is the application's responsibility to close the connection returned by this call.
CONNECTION_PREFIX - Static variable in class org.hibernate.cfg.Environment
prefix for arbitrary JDBC connection properties
CONNECTION_PROVIDER - Static variable in class org.hibernate.cfg.Environment
ConnectionProvider implementor to use when obtaining connections
connectionCleanedUp() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
 
connectionCleanedUp() - Method in class org.hibernate.jdbc.JDBCContext
 
ConnectionManager - Class in org.hibernate.jdbc
Encapsulates JDBC Connection management logic needed by Hibernate.
ConnectionManager(SessionFactoryImplementor, ConnectionManager.Callback, ConnectionReleaseMode, Connection, Interceptor) - Constructor for class org.hibernate.jdbc.ConnectionManager
Constructs a ConnectionManager.
ConnectionManager.Callback - Interface in org.hibernate.jdbc
 
connectionOpened() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
 
connectionOpened() - Method in class org.hibernate.jdbc.JDBCContext
 
ConnectionProvider - Interface in org.hibernate.connection
A strategy for obtaining JDBC connections.
ConnectionProviderFactory - Class in org.hibernate.connection
Instantiates a connection provider given either System properties or a java.util.Properties instance.
ConnectionProviderImpl - Class in org.hibernate.test.tm
A ConnectionProvider implementation adding JTA-style transactionality around the returned connections using the SimpleJtaTransactionManagerImpl.
ConnectionProviderImpl() - Constructor for class org.hibernate.test.tm.ConnectionProviderImpl
 
ConnectionReleaseMode - Class in org.hibernate
Defines the various policies by which Hibernate might release its underlying JDBC connection.
ConnectionWrapper - Interface in org.hibernate.jdbc
Interface implemented by JDBC connection wrappers in order to give access to the underlying wrapped connection.
constant() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
constant(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
constant(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
CONSTANT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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
 
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.
constructDialect(String) - Static method in class org.hibernate.dialect.resolver.DialectFactory
Returns a dialect instance given the name of the class to use.
constructor(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ConstructorNode - Class in org.hibernate.hql.ast.tree
Represents a constructor (new) in a SELECT.
ConstructorNode() - Constructor for class org.hibernate.hql.ast.tree.ConstructorNode
 
constructTuplizer(String, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class, 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, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
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...
contains(Object) - Method in class org.hibernate.collection.PersistentBag
 
contains(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
contains(Object) - Method in class org.hibernate.collection.PersistentList
 
contains(Object) - Method in class org.hibernate.collection.PersistentSet
 
contains(Object) - Method in class org.hibernate.impl.SessionImpl
 
contains(Object) - Method in interface org.hibernate.Session
Check if this instance is associated with this Session.
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.
contains(Object) - Method in class org.hibernate.util.IdentitySet
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentBag
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentList
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentSet
 
containsAll(Collection) - Method in class org.hibernate.util.IdentitySet
 
containsClassAlias(String) - Method in class org.hibernate.hql.ast.tree.FromClause
Returns true if the from node contains the class alias name.
containsCollection(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Is the given collection associated with this persistence context?
containsCollection(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
containsCollectionFetches() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
containsCollectionFetches() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
containsCollectionFetches() - Method in interface org.hibernate.hql.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(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
Is there an entity with the given key in the persistence context
containsEntity(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
containsKey(Object) - Method in class org.hibernate.collection.PersistentMap
 
containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsKey(Object) - Method in class org.hibernate.util.FastHashMap
Return true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.hibernate.util.IdentityMap
 
containsProperty(Property) - Method in class org.hibernate.mapping.Join
 
containsProxy(Object) - Method in interface org.hibernate.engine.PersistenceContext
Is the given proxy associated with this persistence context?
containsProxy(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
containsTableAlias(String) - Method in class org.hibernate.hql.ast.tree.FromClause
Returns true if the from node contains the table alias name.
containsValue(Object) - Method in class org.hibernate.collection.PersistentMap
 
containsValue(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsValue(Object) - Method in class org.hibernate.util.FastHashMap
Return true if this map contains one or more keys mapping to the specified value.
containsValue(Object) - Method in class org.hibernate.util.IdentityMap
 
content() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
content() - Method in class org.hibernate.tuple.ElementWrapper
 
contextDestroyed(ServletContextEvent) - Method in class org.hibernate.tutorial.web.SessionFactoryInitializer
 
contextInitialized(ServletContextEvent) - Method in class org.hibernate.tutorial.web.SessionFactoryInitializer
 
convert(SQLException) - Method in class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
Perform a conversion.
convert(SQLException, String, String) - Method in class org.hibernate.exception.CacheSQLStateConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLExceptionConverter, SQLException, String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing appropriate logging.
convert(SQLExceptionConverter, SQLException, String, String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing appropriate logging.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.SQLExceptionConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLException, String, String) - Method in class org.hibernate.exception.SQLStateConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(RecognitionException) - Static method in exception org.hibernate.hql.ast.QuerySyntaxException
 
convert(RecognitionException, String) - Static method in exception org.hibernate.hql.ast.QuerySyntaxException
 
ConvertFunction - Class in org.hibernate.dialect.function
A Caché defintion of a convert function.
ConvertFunction() - Constructor for class org.hibernate.dialect.function.ConvertFunction
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.DB2Dialect
DB2 does have a one-based offset, however this was actually already handled in the limiot string building (the '?+1' bit).
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.Dialect
Hibernate APIs explcitly state that setFirstResult() should be a zero-based offset.
coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.engine.query.NativeSQLQueryPlan
 
coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
copy() - Method in class org.hibernate.engine.JoinSequence
 
copy() - Method in class org.hibernate.sql.ANSIJoinFragment
 
copy() - Method in class org.hibernate.sql.JoinFragment
 
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
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map, ForeignKeyDirection) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
count(String) - Static method in class org.hibernate.criterion.Projections
A property value count
count() - Method in class org.hibernate.criterion.Property
 
COUNT - Static variable in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
Perform row-count checking.
count(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
COUNT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
COUNT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
count(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
COUNT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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
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
countExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
CountNode - Class in org.hibernate.hql.ast.tree
Represents a COUNT expression in a select.
CountNode() - Constructor for class org.hibernate.hql.ast.tree.CountNode
 
CountProjection - Class in org.hibernate.criterion
A count
CountProjection(String) - Constructor for class org.hibernate.criterion.CountProjection
 
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.util.ArrayHelper
 
countUnquoted(String, char) - Static method in class org.hibernate.util.StringHelper
 
create(Class, String[], String[], Class[]) - Static method in class org.hibernate.bytecode.javassist.BulkAccessor
Creates a new instance of BulkAccessor.
create(Class) - Static method in class org.hibernate.bytecode.javassist.FastClass
 
create(Object) - Static method in class org.hibernate.criterion.Example
Create a new instance, which includes all non-null properties by default
create() - Method in class org.hibernate.criterion.ProjectionList
 
create(Class) - Method in class org.hibernate.hql.ast.SqlASTFactory
Actually instantiate the AST node.
create(ASTFactory, int, String) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Deprecated. silly
create(String, Type, Properties, Dialect) - Static method in class org.hibernate.id.IdentifierGeneratorFactory
 
create(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script.
createAlias(String, String) - Method in interface org.hibernate.Criteria
Join an association, assigning an alias to the joined association.
createAlias(String, String, int) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createAlias(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
 
createAlias(String, String) - Method in class org.hibernate.impl.CriteriaImpl
 
createAlias(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl
 
createAlias(String, String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createAlias(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createAllKeys() - Method in class org.hibernate.mapping.Collection
 
createAllKeys() - Method in class org.hibernate.mapping.Map
 
createAndStoreEvent(String, Date) - Method in class org.hibernate.tutorial.web.EventManagerServlet
 
createBatcher(ConnectionManager, Interceptor) - Method in interface org.hibernate.jdbc.BatcherFactory
 
createBatcher(ConnectionManager, Interceptor) - Method in class org.hibernate.jdbc.BatchingBatcherFactory
 
createBatcher(ConnectionManager, Interceptor) - Method in class org.hibernate.jdbc.NonBatchingBatcherFactory
 
createBatcherFactory(Properties, int) - Method in class org.hibernate.cfg.SettingsFactory
 
createBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, Map) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
createBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, Map) - Static method in class org.hibernate.loader.entity.BatchingEntityLoader
 
createBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, Map) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
createBinarySubtree(ASTFactory, int, String, AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Creates a 'binary operator' subtree, given the information about the parent and the two child nodex.
createBlob(byte[]) - Static method in class org.hibernate.Hibernate
Create a new Blob.
createBlob(InputStream, int) - Static method in class org.hibernate.Hibernate
Create a new Blob.
createBlob(InputStream) - Static method in class org.hibernate.Hibernate
Create a new Blob.
createCaseFragment() - Method in class org.hibernate.dialect.DerbyDialect
Return the case statement modified for Cloudscape.
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.HolderInstantiator
 
createClassPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Static method in class org.hibernate.persister.PersisterFactory
 
createClassProperties(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
createClassProperties(Element, PersistentClass, Mappings, Map, UniqueKey, boolean, boolean, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
createClob(String) - Static method in class org.hibernate.Hibernate
Create a new Clob.
createClob(Reader, int) - Static method in class org.hibernate.Hibernate
Create a new Clob.
createCollectionInitializer(Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createCollectionInitializer(Map) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Create the CollectionLoader
createCollectionInitializer(Map) - Method in class org.hibernate.persister.collection.OneToManyPersister
Create the OneToManyLoader
createCollectionJoinSequence(QueryableCollection, String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Create a join sequence rooted at the given collection.
createCollectionPersister(Configuration, Collection, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Static method in class org.hibernate.persister.PersisterFactory
 
createCollectionSubquery(JoinSequence, Map, String[]) - Static method in class org.hibernate.hql.CollectionSubqueryFactory
 
createConnectionProvider(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createCopy() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy() - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(String) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopyUsing(RowSelection) - Method in class org.hibernate.engine.QueryParameters
 
createCriteria(String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity.
createCriteria(String, int) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, using the specified join type.
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, int) - 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) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, int) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String, int) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String, String) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(Class, String) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(Class) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(String) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(Class, String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(Class) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(Class) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity class, or a superclass of an entity class.
createCriteria(Class, String) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity class, or a superclass of an entity class, with the given alias.
createCriteria(String) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity name, with the given alias.
createCriteria(Class) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity class, or a superclass of an entity class.
createCriteria(Class, String) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity class, or a superclass of an entity class, with the given alias.
createCriteria(String) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity name, with the given alias.
createDOMReader() - Method in class org.hibernate.util.XMLHelper
Create a dom4j DOMReader
createEntityLoader(LockMode, Map) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFailureExpectedSuite(Class) - Static method in class org.hibernate.junit.UnitTestCase
Supports easy creation of TestSuites where a subclass' "FailureExpected" version of a base test is included in the suite, while the base test is excluded.
createFilter(Object, String) - Method in class org.hibernate.impl.SessionImpl
 
createFilter(Object, String) - Method in interface org.hibernate.Session
Create a new instance of Query for the given collection and filter string.
createFilterKeys(Map, EntityMode) - Static method in class org.hibernate.cache.FilterKey
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.ASTQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.QueryTranslatorFactory
Construct a FilterTranslator instance capable of translating an HQL filter string.
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
 
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
 
createFrom(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createGetter(Class, String) - Static method in class org.hibernate.property.BasicPropertyAccessor
 
createIdentifierGenerator(Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createIdentifierGenerator(Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createIntoClause(String, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createIntoClause(String, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createJoin(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoin(int[], String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoinSequence() - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Generate an empty join sequence instance.
createJoinSequence(boolean, AssociationType, String, int, String[]) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Generate a join sequence representing the given association type.
createMappings() - Method in class org.hibernate.cfg.Configuration
Create a new Mappings to add class and collection mappings to.
createName(String) - Method in class org.hibernate.hql.ast.util.AliasGenerator
 
createNumber(long, Class) - Static method in class org.hibernate.id.IdentifierGeneratorFactory
 
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
Support for the oracle proprietary join syntax...
createOuterJoinFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.  
createOuterJoinFragment() - Method in class org.hibernate.dialect.SAPDBDialect
 
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.ast.util.ASTUtil
Creates a single parent of the specified child (i.e.
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
 
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.
createQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
 
createQuery(String) - Method in class org.hibernate.impl.SessionImpl
 
createQuery(String) - Method in interface org.hibernate.Session
Create a new instance of Query for the given HQL query string.
createQuery(String) - Method in interface org.hibernate.StatelessSession
Create a new instance of Query for the given HQL query string.
createQueryCacheFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createQueryLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.ASTQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.QueryTranslatorFactory
Construct a QueryTranslator instance capable of translating an HQL query string.
createQueryTranslatorFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createRegionFactory(Properties, boolean) - Method in class org.hibernate.cfg.SettingsFactory
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.collection.CollectionRegionImpl
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.entity.EntityRegionImpl
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
createSAXReader(String, List, EntityResolver) - Method in class org.hibernate.util.XMLHelper
Create a dom4j SAXReader which will append all validation errors to errorList
createSchema() - Method in class org.hibernate.jmx.HibernateService
 
createSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Export the CREATE DDL to the database
createSchema() - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
createSchema() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createSelectNewTransformer(Constructor, boolean, boolean) - Static method in class org.hibernate.hql.HolderInstantiator
 
createSharedCache(Settings, Properties) - Method in class org.hibernate.cache.jbc2.builder.JndiSharedCacheInstanceManager
 
createSharedCache(Settings, Properties) - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Create a cache using the given settings and properties.
createSibling(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.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(String, String, Class) - Method in interface org.hibernate.classic.Session
Deprecated. will be replaced with a more Query like interface in later release
createSQLQuery(String, String[], Class[]) - Method in interface org.hibernate.classic.Session
Deprecated. will be replaced with a more Query like interface in later release
createSQLQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
 
createSQLQuery(String) - Method in class org.hibernate.impl.SessionImpl
 
createSQLQuery(String, String, Class) - Method in class org.hibernate.impl.SessionImpl
 
createSQLQuery(String, String[], Class[]) - Method in class org.hibernate.impl.SessionImpl
 
createSQLQuery(String) - Method in interface org.hibernate.Session
Create a new instance of SQLQuery for the given SQL query string.
createSQLQuery(String) - Method in interface org.hibernate.StatelessSession
Create a new instance of SQLQuery for the given SQL query string.
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
 
createTemporaryTableIfNecessary(Queryable, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
createTestAuctions() - Method in class org.hibernate.auction.Main
Demonstrates transitive persistence
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.CMTTransactionFactory
 
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.JDBCTransactionFactory
Begin a transaction and return the associated Transaction instance.
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.JTATransactionFactory
Begin a transaction and return the associated Transaction instance.
createTransaction(JDBCContext, TransactionFactory.Context) - Method in interface org.hibernate.transaction.TransactionFactory
Begin a transaction and return the associated Transaction instance.
createTransactionFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createTransactionManagerLookup(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createTree(ASTFactory, AST[]) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
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.ast.SqlASTFactory
 
createWhereByKey(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createXPath(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createXPath(String) - Method in class org.hibernate.tuple.ElementWrapper
 
Criteria - Interface in org.hibernate
Criteria is a simplified API for retrieving entities by composing Criterion objects.
CriteriaImpl - Class in org.hibernate.impl
Implementation of the Criteria interface
CriteriaImpl(String, SessionImplementor) - Constructor for class org.hibernate.impl.CriteriaImpl
 
CriteriaImpl(String, String, SessionImplementor) - Constructor for class org.hibernate.impl.CriteriaImpl
 
CriteriaImpl.CriterionEntry - Class in org.hibernate.impl
 
CriteriaImpl.OrderEntry - Class in org.hibernate.impl
 
CriteriaImpl.Subcriteria - Class in org.hibernate.impl
 
CriteriaJoinWalker - Class in org.hibernate.loader.criteria
A JoinWalker for Criteria queries.
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, Map) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, Map, 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, Map) - 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.
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
 
CriteriaSpecification - Interface in org.hibernate.criterion
 
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.
CURRENCY - Static variable in class org.hibernate.Hibernate
Hibernate currency type.
CURRENCY_CLASS - Static variable in class org.hibernate.type.CurrencyType
 
CurrencyType - Class in org.hibernate.type
currency: A type that maps an SQL VARCHAR to a java.util.Currency
CurrencyType() - Constructor for class org.hibernate.type.CurrencyType
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in class org.hibernate.cfg.Environment
Context scoping impl for SessionFactory.getCurrentSession() processing.
currentColumns() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
currentSession() - Method in interface org.hibernate.context.CurrentSessionContext
Retrieve the current session according to the scoping defined by this implementation.
currentSession() - Method in class org.hibernate.context.JTASessionContext
Retrieve the current session according to the scoping defined by this implementation.
currentSession() - Method in class org.hibernate.context.ManagedSessionContext
Retrieve the current session according to the scoping defined by this implementation.
currentSession() - Method in class org.hibernate.context.ThreadLocalSessionContext
Retrieve the current session according to the scoping defined by this implementation.
CurrentSessionContext - Interface in org.hibernate.context
Defines the contract for implementations which know how to scope the notion of a current session.
custom(Class) - Static method in class org.hibernate.Hibernate
A Hibernate custom type.
custom(Class, String[], String[]) - Static method in class org.hibernate.Hibernate
A Hibernate parameterizable custom type.
custom(Class, Properties) - Static method in class org.hibernate.Hibernate
A Hibernate parameterizable custom type.
customCollection(String, String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.customCollection(String, java.util.Properties, String, String, boolean) instead
customCollection(String, Properties, String, String, boolean) - Static 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(Class, String, String, boolean) - Constructor for class org.hibernate.type.CustomCollectionType
 
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
 
CustomLoader.NonScalarResultColumnProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.NonScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
CustomLoader.ResultRowProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.ResultRowProcessor(boolean, CustomLoader.ResultColumnProcessor[]) - Constructor for class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
 
CustomLoader.ScalarResultColumnProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.ScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
CustomLoader.ScalarResultColumnProcessor(String, Type) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
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.
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(Class, Properties) - Constructor for class org.hibernate.type.CustomType
 

D

DatabaseMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC database metadata
DatabaseMetadata(Connection, Dialect) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
DatabaseMetadata(Connection, Dialect, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
DatabaseSpecificFunctionalTestCase - Class in org.hibernate.junit.functional
DatabaseSpecificFunctionalTestCase(String) - Constructor for class org.hibernate.junit.functional.DatabaseSpecificFunctionalTestCase
 
DatabaseStructure - Interface in org.hibernate.id.enhanced
Encapsulates definition of the underlying data structure backing a sequence-style generator.
dataDescription - Variable in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
 
DataDirectOracle9Dialect - Class in org.hibernate.dialect
 
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.
DATASOURCE - Static variable in class org.hibernate.cfg.Environment
java.sql.Datasource JNDI name
DatasourceConnectionProvider - Class in org.hibernate.connection
A connection provider that uses a DataSource registered with JNDI.
DatasourceConnectionProvider() - Constructor for class org.hibernate.connection.DatasourceConnectionProvider
 
DataVersionAdapter - Class in org.hibernate.cache.jbc2.util
A DataVersionAdapter.
DataVersionAdapter(Object, Object, Comparator, String) - Constructor for class org.hibernate.cache.jbc2.util.DataVersionAdapter
 
DATE - Static variable in class org.hibernate.Hibernate
Hibernate date type.
DateType - Class in org.hibernate.type
date: A type that maps an SQL DATE to a Java Date.
DateType() - Constructor for class org.hibernate.type.DateType
 
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
 
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
 
DDL - Static variable in class org.hibernate.jdbc.util.FormatStyle
 
DDLFormatterImpl - Class in org.hibernate.jdbc.util
Performs formatting of DDL SQL statements.
DDLFormatterImpl() - Constructor for class org.hibernate.jdbc.util.DDLFormatterImpl
 
deactivateLocalNode() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
debug(String) - Method in interface org.hibernate.bytecode.buildtime.Logger
 
debug(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
DECIMAL_LITERAL_FORMAT - Static variable in class org.hibernate.hql.ast.util.LiteralProcessor
In what format should Float and Double literal values be sent to the database?
declaredNamespaces() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
declaredNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
 
decode(PersistentClass) - Static method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
 
decode(Collection) - Static method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
 
DecodeCaseFragment - Class in org.hibernate.sql
An Oracle-style DECODE function.
DecodeCaseFragment() - Constructor for class org.hibernate.sql.DecodeCaseFragment
 
decrementCascadeLevel() - Method in interface org.hibernate.engine.PersistenceContext
Called after cascading
decrementCascadeLevel() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
decrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.BlobType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ClobType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ImmutableType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.MutableType
 
deepCopy(Object, EntityMode, 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.TypeFactory
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(Object) - Method in class org.hibernate.type.AbstractBynaryType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.AbstractCharArrayType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.CalendarDateType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.CalendarType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.DateType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.MutableType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.SerializableType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.TimestampType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.TimeType
 
DEF_CACHE_FACTORY_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.CACHE_FACTORY_RESOURCE_PROP.
DEF_CACHE_REG_FACTORY - Static variable in class org.hibernate.cfg.SettingsFactory
 
DEF_ENTITY_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.ENTITY_CACHE_RESOURCE_PROP.
DEF_ILLEGAL_COLL_DEREF_EXCP_BUILDER - Static variable in class org.hibernate.hql.ast.tree.DotNode
 
DEF_JGROUPS_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.CHANNEL_FACTORY_RESOURCE_PROP.
DEF_JGROUPS_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Default value for SharedCacheInstanceManager.CHANNEL_FACTORY_RESOURCE_PROP.
DEF_PROVIDER - Static variable in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
DEF_QUERY_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.ENTITY_CACHE_RESOURCE_PROP.
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_TABLE - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEF_TS_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.TIMESTAMP_CACHE_RESOURCE_PROP.
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 - Static variable in class org.hibernate.FetchMode
Default to the setting configured in the mapping file.
DEFAULT_BATCH_FETCH_SIZE - Static variable in class org.hibernate.cfg.Environment
The default batch size for batch fetching
DEFAULT_BATCH_SIZE - Static variable in class org.hibernate.dialect.Dialect
 
DEFAULT_CACHE_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Default name for the JBoss Cache configuration file.
DEFAULT_CATALOG - Static variable in class org.hibernate.cfg.Environment
A default database catalog name to use for unqualified tablenames
DEFAULT_COLUMN_NAME - Static variable in class org.hibernate.id.TableGenerator
Default column name
DEFAULT_CONFIG - Static variable in class org.hibernate.cache.OptimisticTreeCacheProvider
 
DEFAULT_CONFIG - Static variable in class org.hibernate.cache.TreeCacheProvider
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_DTD_RESOLVER - Static variable in class org.hibernate.util.XMLHelper
 
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_ENTITY_MODE - Static variable in class org.hibernate.cfg.Environment
The EntityMode in which set the Session opened from the SessionFactory.
DEFAULT_EXCEPTION_MSG - Static variable in class org.hibernate.util.JDBCExceptionReporter
 
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_KEY_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_LENGTH - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.def.DefaultLoadEventListener
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.LoadEvent
 
DEFAULT_PRECISION - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_SCALE - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_SCHEMA - Static variable in class org.hibernate.cfg.Environment
A default database schema (owner) name to use for unqualified tablenames
DEFAULT_STRONG_REF_COUNT - Static variable in class org.hibernate.util.SimpleMRUCache
 
DEFAULT_STRONG_REF_COUNT - Static variable in class org.hibernate.util.SoftLimitMRUCache
 
DEFAULT_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
DEFAULT_TABLE_NAME - Static variable in class org.hibernate.id.TableGenerator
Default table name
DEFAULT_USER_TRANSACTION_NAME - Static variable in class org.hibernate.transaction.JTATransactionFactory
 
DEFAULT_WARNING_MSG - Static variable in class org.hibernate.util.JDBCExceptionReporter
 
defaultAccess - Variable in class org.hibernate.cfg.Mappings
 
DefaultAutoFlushEventListener - Class in org.hibernate.event.def
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.def.DefaultAutoFlushEventListener
 
defaultCascade - Variable in class org.hibernate.cfg.Mappings
 
DefaultDeleteEventListener - Class in org.hibernate.event.def
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.def.DefaultDeleteEventListener
 
DefaultDirtyCheckEventListener - Class in org.hibernate.event.def
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.def.DefaultDirtyCheckEventListener
 
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(Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
 
DefaultEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
Calculate and cache select-clause suffixes.
DefaultEvictEventListener - Class in org.hibernate.event.def
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.def.DefaultEvictEventListener
 
DefaultFlushEntityEventListener - Class in org.hibernate.event.def
An event that occurs for each entity instance at flush time
DefaultFlushEntityEventListener() - Constructor for class org.hibernate.event.def.DefaultFlushEntityEventListener
 
DefaultFlushEventListener - Class in org.hibernate.event.def
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.def.DefaultFlushEventListener
 
DefaultInitializeCollectionEventListener - Class in org.hibernate.event.def
 
DefaultInitializeCollectionEventListener() - Constructor for class org.hibernate.event.def.DefaultInitializeCollectionEventListener
 
defaultLazy - Variable in class org.hibernate.cfg.Mappings
 
DefaultLoadEventListener - Class in org.hibernate.event.def
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.def.DefaultLoadEventListener
 
DefaultLockEventListener - Class in org.hibernate.event.def
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.def.DefaultLockEventListener
 
DefaultMergeEventListener - Class in org.hibernate.event.def
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.def.DefaultMergeEventListener
 
DefaultNamingStrategy - Class in org.hibernate.cfg
The default NamingStrategy
DefaultNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultNamingStrategy
 
defaultPackage - Variable in class org.hibernate.cfg.Mappings
 
DefaultPersistEventListener - Class in org.hibernate.event.def
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.def.DefaultPersistEventListener
 
DefaultPersistOnFlushEventListener - Class in org.hibernate.event.def
When persist is used as the cascade action, persistOnFlush should be used
DefaultPersistOnFlushEventListener() - Constructor for class org.hibernate.event.def.DefaultPersistOnFlushEventListener
 
DefaultPostLoadEventListener - Class in org.hibernate.event.def
Call Lifecycle interface if necessary
DefaultPostLoadEventListener() - Constructor for class org.hibernate.event.def.DefaultPostLoadEventListener
 
DefaultPreLoadEventListener - Class in org.hibernate.event.def
Called before injecting property values into a newly loaded entity instance.
DefaultPreLoadEventListener() - Constructor for class org.hibernate.event.def.DefaultPreLoadEventListener
 
DefaultRefreshEventListener - Class in org.hibernate.event.def
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.def.DefaultRefreshEventListener
 
DefaultReplicateEventListener - Class in org.hibernate.event.def
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.def.DefaultReplicateEventListener
 
DefaultSaveEventListener - Class in org.hibernate.event.def
An event handler for save() events
DefaultSaveEventListener() - Constructor for class org.hibernate.event.def.DefaultSaveEventListener
 
DefaultSaveOrUpdateCopyEventListener - Class in org.hibernate.event.def
 
DefaultSaveOrUpdateCopyEventListener() - Constructor for class org.hibernate.event.def.DefaultSaveOrUpdateCopyEventListener
 
DefaultSaveOrUpdateEventListener - Class in org.hibernate.event.def
Defines the default listener used by Hibernate for handling save-update events.
DefaultSaveOrUpdateEventListener() - Constructor for class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
DefaultUpdateEventListener - Class in org.hibernate.event.def
An event handler for update() events
DefaultUpdateEventListener() - Constructor for class org.hibernate.event.def.DefaultUpdateEventListener
 
definesLimits() - Method in class org.hibernate.engine.RowSelection
 
dehydrate(Serializable, Object[], boolean[], boolean[][], int, PreparedStatement, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
dehydrate(Serializable, Object[], Object, boolean[], boolean[][], int, PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Marshall the fields of a persistent instance to a prepared statement
DelayedPostInsertIdentifier - Class in org.hibernate.action
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.DelayedPostInsertIdentifier
 
delegate - Variable in exception org.hibernate.exception.NestableException
The helper instance which contains much of the code which we delegate to.
delegate - Variable in exception org.hibernate.exception.NestableRuntimeException
The helper instance which contains much of the code which we delegate to.
delegateWork(IsolatedWork, boolean) - Method in class org.hibernate.engine.transaction.Isolater.JdbcDelegate
 
delegateWork(IsolatedWork, boolean) - Method in class org.hibernate.engine.transaction.Isolater.JtaDelegate
 
delete(String) - Method in interface org.hibernate.classic.Session
Deprecated. consider using HQL delete statements
delete(String, Object, Type) - Method in interface org.hibernate.classic.Session
Deprecated. consider using HQL delete statements
delete(String, Object[], Type[]) - Method in interface org.hibernate.classic.Session
Deprecated. consider using HQL delete statements
DELETE - Static variable in class org.hibernate.engine.CascadeStyle
delete
DELETE - Static variable in class org.hibernate.engine.CascadingAction
 
delete(String, Object, boolean, Set) - Method in interface org.hibernate.event.EventSource
Cascade delete an entity instance
DELETE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
delete(Object) - Method in class org.hibernate.impl.SessionImpl
Delete a persistent object
delete(String, Object) - Method in class org.hibernate.impl.SessionImpl
Delete a persistent object (by explicit entity name)
delete(String, Object, boolean, Set) - Method in class org.hibernate.impl.SessionImpl
Delete a persistent object
delete(String) - Method in class org.hibernate.impl.SessionImpl
 
delete(String, Object, Type) - Method in class org.hibernate.impl.SessionImpl
 
delete(String, Object[], Type[]) - Method in class org.hibernate.impl.SessionImpl
 
delete(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
delete(String, Object) - Method in class org.hibernate.impl.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 - Static variable in class org.hibernate.secure.HibernatePermission
 
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.CascadeStyle
delete + delete orphans
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
DELETED - Static variable in class org.hibernate.engine.Status
 
DELETED - Static variable in class org.hibernate.event.def.AbstractSaveEventListener
 
deleteEntity(EventSource, Object, EntityEntry, boolean, EntityPersister, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
Perform the entity deletion.
deleteEntity(String) - Method in class org.hibernate.stat.StatisticsImpl
 
deleteEntity(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
DeleteEvent - Class in org.hibernate.event
Defines an event class for the deletion of an entity.
DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.DeleteEvent
Constructs a new DeleteEvent instance.
DeleteEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.DeleteEvent
 
DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.DeleteEvent
 
DeleteEventListener - Interface in org.hibernate.event
Defines the contract for handling of deletion events generated from a session.
deleteOrphans() - Method in class org.hibernate.engine.CascadingAction
Does this action potentially extrapolate to orphan deletes?
deleteResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteRow() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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.antlr.HqlBaseParser
 
deleteStatement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
deleteStatement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
DeleteStatement - Class in org.hibernate.hql.ast.tree
Defines a top-level AST node representing an HQL delete statement.
DeleteStatement() - Constructor for class org.hibernate.hql.ast.tree.DeleteStatement
 
deleteTransientEntity(EventSource, Object, boolean, EntityPersister, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
We encountered a delete request on a transient instance.
delistResource(XAResource, int) - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
delistResource(XAResource, int) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
denormalizedSupertable - Variable in class org.hibernate.cfg.Mappings.TableDescription
 
DenormalizedTable - Class in org.hibernate.mapping
 
DenormalizedTable(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(Table, KeyValue) - Constructor for class org.hibernate.mapping.DependantValue
 
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
Hibernate Dialect for Cloudscape 10 - aka Derby.
DerbyDialect() - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyDialect.DerbyTrimFunctionEmulation - Class in org.hibernate.dialect
A specialized function template to emulate the ANSI trim function on Derby DB since it does not support the full trim specification.
DerbyDialect.DerbyTrimFunctionEmulation() - Constructor for class org.hibernate.dialect.DerbyDialect.DerbyTrimFunctionEmulation
 
desc(String) - Static method in class org.hibernate.criterion.Order
Descending order
desc() - Method in class org.hibernate.criterion.Property
 
DESCENDING - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.ActionQueue
Used by the owning session to explicitly control deserialization of the action queue
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.StatefulPersistenceContext
 
deserialize(ObjectInputStream, SessionFactoryImplementor, Interceptor, ConnectionReleaseMode, JDBCContext) - Static method in class org.hibernate.jdbc.ConnectionManager
 
deserialize(ObjectInputStream, JDBCContext.Context, Interceptor) - Static method in class org.hibernate.jdbc.JDBCContext
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(Object) - Static method in class org.hibernate.util.IdentityMap
Workaround for a JDK 1.4.1 bug where IdentityHashMaps are not correctly deserialized.
deserialize(InputStream) - Static method in class org.hibernate.util.SerializationHelper
Deserializes an Object from the specified stream.
deserialize(byte[]) - Static method in class org.hibernate.util.SerializationHelper
Deserializes a single Object from an array of bytes.
destroy() - Method in interface org.hibernate.cache.Cache
Deprecated. Clean up
destroy() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Clean up all resources.
destroy() - Method in class org.hibernate.cache.EhCache
Remove the cache and make it unuseable.
destroy() - Method in class org.hibernate.cache.HashtableCache
 
destroy() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
destroy() - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
destroy() - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
destroy() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
destroy() - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
destroy() - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
destroy() - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
destroy() - Method in class org.hibernate.cache.OptimisticTreeCache
 
destroy() - Method in class org.hibernate.cache.OSCache
 
destroy() - Method in interface org.hibernate.cache.QueryCache
 
destroy() - Method in class org.hibernate.cache.ReadOnlyCache
 
destroy() - Method in class org.hibernate.cache.ReadWriteCache
 
destroy() - Method in interface org.hibernate.cache.Region
The "end state" contract of the region's lifecycle.
destroy() - Method in class org.hibernate.cache.StandardQueryCache
 
destroy() - Method in class org.hibernate.cache.SwarmCache
Clean up
destroy() - Method in class org.hibernate.cache.TransactionalCache
 
destroy() - Method in class org.hibernate.cache.TreeCache
 
destroy() - Method in class org.hibernate.cache.UpdateTimestampsCache
 
destroy() - Method in class org.hibernate.tutorial.web.SessionInterceptor
 
destroyListeners() - Method in class org.hibernate.event.EventListeners
Call Destructible.cleanup() on any listeners that implement the Destructible interface.
Destructible - Interface in org.hibernate.event
Contract for listeners which require notification of SessionFactory closing, presumably to destroy internal state.
destructure(Object, SessionFactoryImplementor) - Method in interface org.hibernate.cache.entry.CacheEntryStructure
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.StructuredCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.StructuredCollectionCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.StructuredMapCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.UnstructuredCacheEntry
 
detach() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
detach() - Method in class org.hibernate.tuple.ElementWrapper
 
DETACHED - Static variable in class org.hibernate.event.def.AbstractSaveEventListener
 
DetachedCriteria - Class in org.hibernate.criterion
Some applications need to create criteria queries in "detached mode", where the Hibernate session is not available.
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.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.ast.DetailedSemanticException
 
DetailedSemanticException(String, Throwable) - Constructor for exception org.hibernate.hql.ast.DetailedSemanticException
 
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.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
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.DynamicMapEntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
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
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineDecimalRepresentation(String, int) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
 
determineDefault(String, boolean) - Static method in class org.hibernate.engine.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.
determineGeneratedIdentifier(SessionImplementor, Object) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
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
 
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
 
determineOptimizationStrategy(Properties, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the optimizer to use.
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
determineSegmentColumnName(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column used to indicate the segment for each row.
determineSegmentColumnSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the size of the segment column

Called during configuration.

determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the segment value corresponding to this generator instance.
determineSequenceName(Properties) - 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.
determineSqlStateClassCode(String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
 
determineType(int, Object, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(int, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(String, Object, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(String, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(String, Class) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineValueColumnName(Properties) - 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) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column in which we will store the generator persistent value.
determneGeneratorTableName(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the table name to use for the generator values.
DIALECT - Static variable in class org.hibernate.cfg.Environment
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 - Static variable in class org.hibernate.junit.functional.ExecutionEnvironment
 
dialect - Variable in class org.hibernate.sql.Select
 
DIALECT_RESOLVERS - Static variable in class org.hibernate.cfg.Environment
DialectResolver classes to register with the DialectFactory
DialectFactory - Class in org.hibernate.dialect.resolver
A factory for generating Dialect instances.
DialectFactory() - Constructor for class org.hibernate.dialect.resolver.DialectFactory
 
dialectIs(Class) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
dialectIsCaseSensitive(String) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Is the db/dialect sensitive in terms of string comparisons?
dialectIsNot(Class) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
dialectIsNot(Class[]) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
dialectIsOneOf(Class[]) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
DialectResolver - Interface in org.hibernate.dialect.resolver
Contract for determining the Dialect to use based on a JDBC Connection.
DialectResolverSet - Class in org.hibernate.dialect.resolver
A DialectResolver implementation which coordinates resolution by delegating to its registered sub-resolvers.
DialectResolverSet() - Constructor for class org.hibernate.dialect.resolver.DialectResolverSet
 
dialectSupportsEmptyInList(String) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Does the db/dialect support empty lists in the IN operator?

For example, is "...

DirectPropertyAccessor - Class in org.hibernate.property
Accesses fields directly.
DirectPropertyAccessor() - Constructor for class org.hibernate.property.DirectPropertyAccessor
 
DirectPropertyAccessor.DirectGetter - Class in org.hibernate.property
 
DirectPropertyAccessor.DirectSetter - Class in org.hibernate.property
 
dirty() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
dirty() - Method in interface org.hibernate.collection.PersistentCollection
Mark the collection as dirty
dirty() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
dirty() - Method in interface org.hibernate.intercept.FieldInterceptor
Forcefully mark the entity as being dirty.
dirtyCheck(FlushEntityEvent) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
Perform a dirty check, and attach the results to the event
DirtyCheckEvent - Class in org.hibernate.event
Defines an event class for the dirty-checking of a session.
DirtyCheckEvent(EventSource) - Constructor for class org.hibernate.event.DirtyCheckEvent
 
DirtyCheckEventListener - Interface in org.hibernate.event
Defines the contract for handling of session dirty-check events.
DirtyCollectionSearchVisitor - Class in org.hibernate.event.def
Do we have a dirty collection here? 1.
disableFilter(String) - Method in class org.hibernate.impl.SessionImpl
 
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
disassemble(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Disassemble the collection, ready for the cache
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentListElementHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentMapElementHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
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.BlobType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ClobType
 
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(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.SerializableType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Return a cacheable "disassembled" representation of the object.
disassemble(Object[], Type[], boolean[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeFactory
Apply the Type.disassemble(java.lang.Object, org.hibernate.engine.SessionImplementor, java.lang.Object) operation across a series of values.
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.
disconnect() - Method in class org.hibernate.impl.SessionImpl
 
disconnect() - Method in interface org.hibernate.Session
Disconnect the Session from the current JDBC connection.
DiscriminatorType - Interface in org.hibernate.type
A Type that may be used for a discriminator column.
Disjunction - Class in org.hibernate.criterion
 
Disjunction() - 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...)
DisjunctionFragment - Class in org.hibernate.sql
A disjunctive string of conditions
DisjunctionFragment() - Constructor for class org.hibernate.sql.DisjunctionFragment
 
DisplayableNode - Interface in org.hibernate.hql.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).
DisplayableNode - Interface in org.hibernate.hql.ast.util
Marker interface for nodes (AST impls) wanting to display extra information during ASTPrinter processing.
Distinct - Class in org.hibernate.criterion
 
Distinct(Projection) - Constructor for class org.hibernate.criterion.Distinct
 
distinct(Projection) - Static method in class org.hibernate.criterion.Projections
Create a distinct projection from a projection
DISTINCT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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.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.
DistinctRootEntityResultTransformer() - Constructor for class org.hibernate.transform.DistinctRootEntityResultTransformer
Deprecated. Use the DistinctRootEntityResultTransformer.INSTANCE reference instead of explicitly creating a new one (to be removed in 3.4).
DIV - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
doCascade(CascadingAction) - Method in class org.hibernate.engine.CascadeStyle
For this style, should the given action be cascaded?
doCascade(CascadingAction) - Method in class org.hibernate.engine.CascadeStyle.MultipleCascadeStyle
 
doConfigure(InputStream, String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
doConfigure(Document) - Method in class org.hibernate.cfg.Configuration
 
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.SQLServerDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.TeradataDialect
 
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.SQLServerDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.TeradataDialect
 
doEvict(Object, EntityKey, EntityPersister, EventSource) - Method in class org.hibernate.event.def.DefaultEvictEventListener
 
doExecuteBatch(PreparedStatement) - Method in class org.hibernate.jdbc.AbstractBatcher
 
doExecuteBatch(PreparedStatement) - Method in class org.hibernate.jdbc.BatchingBatcher
 
doExecuteBatch(PreparedStatement) - Method in class org.hibernate.jdbc.NonBatchingBatcher
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.hibernate.tutorial.web.SessionInterceptor
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.hibernate.tutorial.web.EventManagerServlet
 
doIsolatedWork(IsolatedWork, SessionImplementor) - Static method in class org.hibernate.engine.transaction.Isolater
Ensures that all processing actually performed by the given work will occur on a seperate transaction.
doList(SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.Loader
Actually execute a query, ignoring the query cache
doLoad(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.def.DefaultLoadEventListener
Coordinates the efforts to load a given entity.
DOM4J - Static variable in class org.hibernate.EntityMode
 
Dom4jAccessor - Class in org.hibernate.property
Responsible for accessing property values represented as a dom4j Element or Attribute.
Dom4jAccessor(String, Type, SessionFactoryImplementor) - Constructor for class org.hibernate.property.Dom4jAccessor
 
Dom4jAccessor.AttributeGetter - Class in org.hibernate.property
For nodes like "@bar"
Dom4jAccessor.AttributeSetter - Class in org.hibernate.property
For nodes like "@bar"
Dom4jAccessor.Dom4jGetter - Class in org.hibernate.property
Defines the strategy for getting property values out of a dom4j Node.
Dom4jAccessor.Dom4jSetter - Class in org.hibernate.property
 
Dom4jAccessor.ElementAttributeGetter - Class in org.hibernate.property
For nodes like "foo/@bar"
Dom4jAccessor.ElementAttributeSetter - Class in org.hibernate.property
For nodes like "foo/@bar"
Dom4jAccessor.ElementGetter - Class in org.hibernate.property
For nodes like "foo"
Dom4jAccessor.ElementSetter - Class in org.hibernate.property
For nodes like "foo"
Dom4jAccessor.TextGetter - Class in org.hibernate.property
For nodes like "."
Dom4jAccessor.TextSetter - Class in org.hibernate.property
For nodes like "."
Dom4jComponentTuplizer - Class in org.hibernate.tuple.component
A ComponentTuplizer specific to the dom4j entity mode.
Dom4jComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
Dom4jEntityTuplizer - Class in org.hibernate.tuple.entity
An EntityTuplizer specific to the dom4j entity mode.
Dom4jEntityTuplizer.BasicEntityNameResolver - Class in org.hibernate.tuple.entity
 
Dom4jEntityTuplizer.BasicEntityNameResolver(String, Map) - Constructor for class org.hibernate.tuple.entity.Dom4jEntityTuplizer.BasicEntityNameResolver
 
Dom4jInstantiator - Class in org.hibernate.tuple
Performs "instantiation" based on DOM4J elements.
Dom4jInstantiator(Component) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
 
Dom4jInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
 
Dom4jLazyInitializer - Class in org.hibernate.proxy.dom4j
Lazy initializer for "dom4j" entity representations.
Dom4jProxy - Class in org.hibernate.proxy.dom4j
Proxy for "dom4j" entity representations.
Dom4jProxy(Dom4jLazyInitializer) - Constructor for class org.hibernate.proxy.dom4j.Dom4jProxy
 
Dom4jProxyFactory - Class in org.hibernate.proxy.dom4j
Builds proxies for "dom4j" entity representations.
Dom4jProxyFactory() - Constructor for class org.hibernate.proxy.dom4j.Dom4jProxyFactory
 
doNonTransactedWork(IsolatedWork, SessionImplementor) - Static method in class org.hibernate.engine.transaction.Isolater
Ensures that all processing actually performed by the given work will occur outside of a transaction.
doSecondPass(Map) - Method in class org.hibernate.cfg.CollectionSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.NamedSQLQuerySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ResultSetMappingSecondPass
 
doSecondPass(Map) - Method in interface org.hibernate.cfg.SecondPass
 
DOT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
DotNode - Class in org.hibernate.hql.ast.tree
Represents a reference to a property or alias expression.
DotNode() - Constructor for class org.hibernate.hql.ast.tree.DotNode
 
DotNode.IllegalCollectionDereferenceExceptionBuilder - Interface in org.hibernate.hql.ast.tree
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.cglib.CglibClassTransformer
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.javassist.JavassistClassTransformer
 
DOUBLE - Static variable in class org.hibernate.Hibernate
Hibernate double type.
DoubleType - Class in org.hibernate.type
double: A type that maps an SQL DOUBLE to a Java Double.
DoubleType() - Constructor for class org.hibernate.type.DoubleType
 
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
 
doWork(Connection) - Method in interface org.hibernate.engine.transaction.IsolatedWork
Perform the actual work to be done.
doWork(Work) - Method in class org.hibernate.impl.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.
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.engine.TransactionHelper
The work to be done
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.enhanced.TableGenerator
The work to be done
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.enhanced.TableStructure
The work to be done
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.TableGenerator
 
doWorkInNewTransaction(SessionImplementor) - Method in class org.hibernate.engine.TransactionHelper
Suspend the current transaction and perform work in a new transaction
DRIVER - Static variable in class org.hibernate.cfg.Environment
JDBC driver class
DriverManagerConnectionProvider - Class in org.hibernate.connection
A connection provider that uses java.sql.DriverManager.
DriverManagerConnectionProvider() - Constructor for class org.hibernate.connection.DriverManagerConnectionProvider
 
drop(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the drop schema script.
dropConstraints() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DB2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DerbyDialect
 
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.IngresDialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class org.hibernate.dialect.JDataStoreDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MimerSQLDialect
We do not have to drop constraints before we drop the table
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.PostgreSQLDialect
 
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, and DROP statement syntax used by Hibernate to drop constraint is not compatible with ASA, so disable it
dropConstraints() - Method in class org.hibernate.dialect.TimesTenDialect
 
dropSchema() - Method in class org.hibernate.jmx.HibernateService
 
dropSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Export the DROP DDL to the database
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Dialect
Do we need to drop the temporary table after use?
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Oracle8iDialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.TeradataDialect
 
dropTemporaryTableIfNecessary(Queryable, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
DTDEntityResolver - Class in org.hibernate.util
An EntityResolver implementation which attempts to resolve various systemId URLs to local classpath lookups Any systemId URL beginning with http://hibernate.sourceforge.net/ is searched for as a classpath resource in the classloader which loaded the Hibernate classes. Any systemId URL using classpath as the scheme (i.e.
DTDEntityResolver() - Constructor for class org.hibernate.util.DTDEntityResolver
 
DUMMY - Static variable in class org.hibernate.cache.jbc2.util.CacheHelper
Key and value used in a hack to create region root nodes
dump(Element) - Static method in class org.hibernate.util.XMLHelper
 
DuplicateMappingException - Exception in org.hibernate
Raised whenever a duplicate for a certain type occurs.
DuplicateMappingException(String, String, String) - Constructor for exception org.hibernate.DuplicateMappingException
 
DuplicateMappingException(String, String) - Constructor for exception org.hibernate.DuplicateMappingException
 
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.
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
 
DynamicMapEntityTuplizer.BasicEntityNameResolver() - Constructor for class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
DynamicMapInstantiator - Class in org.hibernate.tuple
 
DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 

E

EAGER - Static variable in class org.hibernate.FetchMode
Deprecated. use FetchMode.JOIN
EhCache - Class in org.hibernate.cache
EHCache plugin for Hibernate

EHCache uses a net.sf.ehcache.store.MemoryStore and a net.sf.ehcache.store.DiskStore.

EhCache(Ehcache) - Constructor for class org.hibernate.cache.EhCache
Creates a new Hibernate pluggable cache based on a cache name.
EhCacheProvider - Class in org.hibernate.cache
Cache Provider plugin for ehcache-1.2.
EhCacheProvider() - Constructor for class org.hibernate.cache.EhCacheProvider
 
element - Variable in class org.hibernate.collection.PersistentElementHolder
 
element - Variable in class org.hibernate.collection.PersistentIndexedElementHolder
 
element(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
element(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
element(String) - Method in class org.hibernate.tuple.ElementWrapper
 
element(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementByID(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementByID(String) - Method in class org.hibernate.tuple.ElementWrapper
 
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
 
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
 
elementIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
elementIterator(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementIterator(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
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.PersistentArrayHolder
 
ELEMENTS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
elements() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements() - Method in class org.hibernate.tuple.ElementWrapper
 
elements(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elements(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementText(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementText(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementTextTrim(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementTextTrim(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementTextTrim(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementTextTrim(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
ElementWrapper - Class in org.hibernate.tuple
Wraps dom4j elements, allowing them to exist in a non-hierarchical structure.
ElementWrapper(Element) - Constructor for class org.hibernate.tuple.ElementWrapper
 
ELSE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
elseClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
EmbeddedComponentType - Class in org.hibernate.type
 
EmbeddedComponentType(ComponentMetamodel) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
EmbeddedPropertyAccessor - Class in org.hibernate.property
 
EmbeddedPropertyAccessor() - Constructor for class org.hibernate.property.EmbeddedPropertyAccessor
 
EmbeddedPropertyAccessor.EmbeddedGetter - Class in org.hibernate.property
 
EmbeddedPropertyAccessor.EmbeddedSetter - Class in org.hibernate.property
 
empty() - Method in class org.hibernate.collection.AbstractPersistentCollection
Is the initialized collection empty?
empty() - Method in class org.hibernate.collection.PersistentArrayHolder
 
empty() - Method in class org.hibernate.collection.PersistentBag
 
empty() - Method in interface org.hibernate.collection.PersistentCollection
Is the collection empty? (don't try to initialize the collection)
empty() - Method in class org.hibernate.collection.PersistentElementHolder
 
empty() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
empty() - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
empty() - Method in class org.hibernate.collection.PersistentList
 
empty() - Method in class org.hibernate.collection.PersistentMap
 
empty() - Method in class org.hibernate.collection.PersistentSet
 
EMPTY - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
EMPTY_BOOLEAN_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_CLASS_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_COLLECTION - Static variable in class org.hibernate.util.CollectionHelper
 
EMPTY_INT_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_LIST - Static variable in class org.hibernate.util.CollectionHelper
 
EMPTY_MAP - Static variable in class org.hibernate.util.CollectionHelper
 
EMPTY_OBJECT_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_STRING_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_TYPE_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EmptyExpression - Class in org.hibernate.criterion
 
EmptyExpression(String) - Constructor for class org.hibernate.criterion.EmptyExpression
 
EmptyInterceptor - Class in org.hibernate
An interceptor that does nothing.
EmptyInterceptor() - Constructor for class org.hibernate.EmptyInterceptor
 
EmptyIterator - Class in org.hibernate.util
 
enableFilter(String) - Method in class org.hibernate.impl.SessionImpl
 
enableFilter(String) - Method in interface org.hibernate.Session
Enable the named filter for this current session.
enableLike(MatchMode) - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties
enableLike() - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties
END - Static variable in class org.hibernate.criterion.MatchMode
Match the end of the string to the pattern
END - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.ClauseParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.FromParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.FromPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.GroupByParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.OrderByParser
 
end(QueryTranslatorImpl) - Method in interface org.hibernate.hql.classic.Parser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PreprocessingParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.WhereParser
 
endFunctionTemplate(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
endFunctionTemplate(AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
endLoadingCollections(CollectionPersister) - Method in class org.hibernate.engine.loading.CollectionLoadContext
Finish the process of collection-loading for this bound result set.
endRead() - Method in class org.hibernate.collection.AbstractPersistentCollection
Called after reading all rows from the JDBC result set
endRead() - Method in class org.hibernate.collection.PersistentArrayHolder
 
endRead() - Method in interface org.hibernate.collection.PersistentCollection
Called after reading all rows from the JDBC result set
endRead() - Method in class org.hibernate.collection.PersistentSet
 
endTransaction(boolean) - Method in class org.hibernate.stat.StatisticsImpl
 
endTransaction(boolean) - Method in interface org.hibernate.stat.StatisticsImplementor
 
EnhancedUserType - Interface in org.hibernate.usertype
A custom type that may function as an identifier or discriminator type, or may be marshalled to and from an XML document
enlistConnection(Connection) - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
enlistResource(XAResource) - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
enlistResource(XAResource) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
ensureRegionRootExists() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
Checks for the validity of the root cache node for this region, creating a new one if it does not exist or is invalid, and also ensuring that the root node is marked as resident.
entity(Class) - Static method in class org.hibernate.Hibernate
A Hibernate persistent object (entity) type.
entity(String) - Static method in class org.hibernate.Hibernate
A Hibernate persistent object (entity) type.
ENTITY_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Name of the configuration that should be used for entity caches.
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
ENTITY_ID - Static variable in interface org.hibernate.persister.entity.EntityPersister
The property name of the "special" identifier property in HQL
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_TUP_CTOR_SIG - Static variable in class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityAccessStrategyAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically bridging EntityRegionAccessStrategy to CacheConcurrencyStrategy.
EntityAccessStrategyAdapter(EntityRegion, CacheConcurrencyStrategy, Settings) - Constructor for class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
EntityAction - Class in org.hibernate.action
Base class for actions relating to insert/update/delete of an entity instance.
EntityAction(SessionImplementor, Serializable, Object, EntityPersister) - Constructor for class org.hibernate.action.EntityAction
Instantiate an action.
EntityAliases - Interface in org.hibernate.loader
Metadata describing the SQL result set column aliases for a particular entity.
EntityDeleteAction - Class in org.hibernate.action
 
EntityDeleteAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SessionImplementor) - Constructor for class org.hibernate.action.EntityDeleteAction
 
EntityEntityModeToTuplizerMapping - Class in org.hibernate.tuple.entity
Handles mapping EntityModes to EntityTuplizers.
EntityEntityModeToTuplizerMapping(PersistentClass, EntityMetamodel) - Constructor for class org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping
Instantiates a EntityEntityModeToTuplizerMapping based on the given entity mapping and metamodel definitions.
EntityEntry - Class in org.hibernate.engine
We need an entry to tell us all about the current state of an object with respect to its persistent state
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
 
EntityIdentityInsertAction - Class in org.hibernate.action
 
EntityIdentityInsertAction(Object[], Object, EntityPersister, SessionImplementor, boolean) - Constructor for class org.hibernate.action.EntityIdentityInsertAction
 
EntityInsertAction - Class in org.hibernate.action
 
EntityInsertAction(Serializable, Object[], Object, Object, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.EntityInsertAction
 
entityIsDetached(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
entityIsDetached(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
The given save-update event named a detached entity.
entityIsPersistent(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
entityIsPersistent(PersistEvent, Map) - Method in class org.hibernate.event.def.DefaultPersistEventListener
 
entityIsPersistent(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
entityIsTransient(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
entityIsTransient(PersistEvent, Map) - Method in class org.hibernate.event.def.DefaultPersistEventListener
Handle the given create event.
entityIsTransient(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.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, Map) - Constructor for class org.hibernate.loader.entity.EntityJoinWalker
 
EntityKey - Class in org.hibernate.engine
Uniquely identifies of an entity instance in a particular session by identifier.
EntityKey(Serializable, EntityPersister, EntityMode) - Constructor for class org.hibernate.engine.EntityKey
Construct a unique identifier for an entity class instance
EntityLoadContext - Class in org.hibernate.engine.loading
EntityLoadContext(LoadContexts, ResultSet) - Constructor for class org.hibernate.engine.loading.EntityLoadContext
 
EntityLoader - Class in org.hibernate.loader.entity
Loads an entity instance using outerjoin fetching to fetch associated entities.
EntityLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityMetamodel - Class in org.hibernate.tuple.entity
Centralizes metamodel information about an entity.
EntityMetamodel(PersistentClass, SessionFactoryImplementor) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
 
EntityMode - Class in org.hibernate
Defines the representation modes available for entities.
EntityMode(String) - Constructor for class org.hibernate.EntityMode
 
EntityModeToTuplizerMapping - Class in org.hibernate.tuple
Centralizes handling of EntityMode to Tuplizer mappings.
EntityModeToTuplizerMapping() - Constructor for class org.hibernate.tuple.EntityModeToTuplizerMapping
 
EntityModeToTuplizerMapping(Map) - Constructor for class org.hibernate.tuple.EntityModeToTuplizerMapping
 
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.
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
Implementors define mapping and persistence logic for a particular strategy of entity mapping.
EntityRegion - Interface in org.hibernate.cache
Defines the contract for a cache region which will specifically be used to store entity data.
EntityRegionAccessStrategy - Interface in org.hibernate.cache.access
Contract for managing transactional and concurrent access to cached entity data.
EntityRegionAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically bridging EntityRegion to Cache.
EntityRegionAdapter(Cache, Settings, CacheDataDescription) - Constructor for class org.hibernate.cache.impl.bridge.EntityRegionAdapter
 
EntityRegionImpl - Class in org.hibernate.cache.jbc2.entity
Defines the behavior of the entity cache regions for JBossCache.
EntityRegionImpl(Cache, String, String, CacheDataDescription) - Constructor for class org.hibernate.cache.jbc2.entity.EntityRegionImpl
 
EntityStatistics - Class in org.hibernate.stat
Entity related statistics
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(String, String, boolean, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
Constructs the requested entity type mapping.
EntityUniqueKey - Class in org.hibernate.engine
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.EntityUniqueKey
 
EntityUpdateAction - Class in org.hibernate.action
 
EntityUpdateAction(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, Object, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.EntityUpdateAction
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
entries(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Iterate all collection entries, during update of the database
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
entries(Map) - Static method in class org.hibernate.util.IdentityMap
 
entryArray() - Method in class org.hibernate.util.IdentityMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentArrayHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentBag
 
entryExists(Object, int) - Method in interface org.hibernate.collection.PersistentCollection
Does an element exist at this entry in the collection?
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentElementHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentList
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentSet
 
entryList() - Method in class org.hibernate.util.IdentityMap
 
entrySet() - Method in class org.hibernate.collection.PersistentMap
 
entrySet() - Method in class org.hibernate.proxy.map.MapProxy
 
entrySet() - Method in class org.hibernate.util.FastHashMap
Return a collection view of the mappings contained in this map.
entrySet() - Method in class org.hibernate.util.IdentityMap
 
Environment - Class in org.hibernate.cfg
Provides access to configuration info passed in Properties objects.
EOF - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
eq(Object) - Method in class org.hibernate.criterion.Property
 
eq(DetachedCriteria) - Method in class org.hibernate.criterion.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
 
EQ - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
eqAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
eqAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
eqProperty(Property) - Method in class org.hibernate.criterion.Property
 
eqProperty(String) - Method in class org.hibernate.criterion.Property
 
eqProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to two properties
equalityExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
equals(Object) - Method in class org.hibernate.action.DelayedPostInsertIdentifier
 
equals(Object) - Method in class org.hibernate.bytecode.javassist.FastClass
 
equals(Object) - Method in class org.hibernate.cache.CacheKey
 
equals(Object) - Method in class org.hibernate.cache.FilterKey
 
equals(Object) - Method in class org.hibernate.cache.QueryKey
 
equals(Object) - Method in class org.hibernate.collection.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.PersistentList
 
equals(Object) - Method in class org.hibernate.collection.PersistentMap
 
equals(Object) - Method in class org.hibernate.collection.PersistentSet
 
equals(Object) - Method in class org.hibernate.engine.CollectionKey
 
equals(Object) - Method in class org.hibernate.engine.EntityKey
 
equals(Object) - Method in class org.hibernate.engine.EntityUniqueKey
 
equals(Object) - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
 
equals(Object) - Method in class org.hibernate.engine.TypedValue
 
equals(Object) - Method in class org.hibernate.hql.ast.tree.FromElement
 
equals(Object) - Method in class org.hibernate.jdbc.util.FormatStyle
 
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.secure.HibernatePermission
 
equals(Object) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
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.AliasToEntityMapResultTransformer
All AliasToEntityMapResultTransformer are considered equal
equals(Object) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
equals(Object) - Method in class org.hibernate.transform.PassThroughResultTransformer
 
equals(Object) - Method in class org.hibernate.transform.RootEntityResultTransformer
 
equals(Object) - Method in class org.hibernate.tuple.ElementWrapper
 
equals(Object) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer.BasicEntityNameResolver
equals(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
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".
equals(Object, Object) - Static method in class org.hibernate.util.EqualsHelper
 
equals(Object) - Method in class org.hibernate.util.FastHashMap
Compare the specified object with this list for equality.
equals(Object) - Method in class org.hibernate.util.IdentityMap.IdentityKey
 
EqualsHelper - Class in org.hibernate.util
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Does the current state exactly match the snapshot?
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
error(String) - Method in interface org.hibernate.bytecode.buildtime.Logger
 
error(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
error(SAXParseException) - Method in class org.hibernate.util.XMLHelper.ErrorLogger
 
ERROR_CANNOT_DETERMINE_TYPE - Static variable in interface org.hibernate.hql.QueryTranslator
 
ERROR_CANNOT_FETCH_WITH_ITERATE - Static variable in interface org.hibernate.hql.QueryTranslator
 
ERROR_CANNOT_FORMAT_LITERAL - Static variable in interface org.hibernate.hql.QueryTranslator
 
ERROR_NAMED_PARAMETER_DOES_NOT_APPEAR - Static variable in interface org.hibernate.hql.QueryTranslator
 
ErrorCounter - Class in org.hibernate.hql.ast
An error handler that counts parsing errors and warnings.
ErrorCounter() - Constructor for class org.hibernate.hql.ast.ErrorCounter
 
errorIfClosed() - Method in class org.hibernate.impl.AbstractSessionImpl
 
ErrorReporter - Interface in org.hibernate.hql.ast
Implementations will report or handle errors invoked by an ANTLR base parser.
ESCAPE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
escapeMultibyteChars(String) - Static method in class org.hibernate.hql.ast.util.ASTPrinter
 
escapeRegionName(String, String) - Static method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
ESCqs - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
Event - Class in org.hibernate.tutorial.domain
 
Event() - Constructor for class org.hibernate.tutorial.domain.Event
 
EventListeners - Class in org.hibernate.event
A convience holder for all defined session event listeners.
EventListeners() - Constructor for class org.hibernate.event.EventListeners
 
EventManager - Class in org.hibernate.tutorial.web
 
EventManager() - Constructor for class org.hibernate.tutorial.web.EventManager
 
EventManagerServlet - Class in org.hibernate.tutorial.web
 
EventManagerServlet() - Constructor for class org.hibernate.tutorial.web.EventManagerServlet
 
EventSource - Interface in org.hibernate.event
 
evict() - Method in class org.hibernate.action.CollectionAction
 
evict(Object) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Called after an item has become stale (before the transaction completes).
evict(Object) - Method in interface org.hibernate.cache.GeneralDataRegion
Evict an item from the cache immediately (without regard for transaction isolation).
evict(Object) - Method in class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
 
evict(Object) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
evict(Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
evict(Object) - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
Overrides the superclass by adding a NonLockingDataVersion to the invocation.
evict(Object) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
evict(Object) - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
evict(Object) - Method in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
evict(Object) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
evict(Object) - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
evict(Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Invalidate the item
evict(Object) - Method in class org.hibernate.cache.ReadOnlyCache
Do nothing.
evict(Object) - Method in class org.hibernate.cache.ReadWriteCache
Do nothing.
evict(Object) - Method in class org.hibernate.cache.TransactionalCache
 
EVICT - Static variable in class org.hibernate.engine.CascadeStyle
evict
EVICT - Static variable in class org.hibernate.engine.CascadingAction
 
evict(Class, Serializable) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evict(Class) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evict(Object) - Method in class org.hibernate.impl.SessionImpl
remove any hard references to the entity that are held by the infrastructure (references held by application or other persistant instances are okay)
evict(Class, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evict(Class) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evict(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
evict(Class) - Method in interface org.hibernate.SessionFactory
Evict all entries from the second-level cache.
evict(Class, Serializable) - Method in interface org.hibernate.SessionFactory
Evict an entry from the second-level cache.
evictAll() - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in interface org.hibernate.cache.GeneralDataRegion
Evict all contents of this particular cache region (without regard for transaction isolation).
evictAll() - Method in class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
 
evictAll() - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
evictAll() - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
evictAll() - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
Overrides the superclass by adding a NonLockingDataVersion to the invocation.
evictAll() - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
evictAll() - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
evictAll() - Method in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
evictAll() - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
evictAll() - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
evictCollection(Object, CollectionType) - Method in class org.hibernate.event.def.EvictVisitor
 
evictCollection(String, Serializable) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictCollection(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictCollection(String, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictCollection(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictCollection(String) - Method in interface org.hibernate.SessionFactory
Evict all entries from the second-level cache.
evictCollection(String, Serializable) - Method in interface org.hibernate.SessionFactory
Evict an entry from the second-level cache.
evictEntity(String, Serializable) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictEntity(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictEntity(String, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictEntity(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictEntity(String) - Method in interface org.hibernate.SessionFactory
Evict all entries from the second-level cache.
evictEntity(String, Serializable) - Method in interface org.hibernate.SessionFactory
Evict an entry from the second-level cache.
EvictEvent - Class in org.hibernate.event
Defines an event class for the evicting of an entity.
EvictEvent(Object, EventSource) - Constructor for class org.hibernate.event.EvictEvent
 
EvictEventListener - Interface in org.hibernate.event
Defines the contract for handling of evict events generated from a session.
evictQueries() - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictQueries(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictQueries() - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictQueries(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictQueries() - Method in interface org.hibernate.SessionFactory
Evict any query result sets cached in the default query cache region.
evictQueries(String) - Method in interface org.hibernate.SessionFactory
Evict any query result sets cached in the named query cache region.
EvictVisitor - Class in org.hibernate.event.def
Evict any collections referenced by the object from the session cache.
EXACT - Static variable in class org.hibernate.criterion.MatchMode
Match the entire string to the pattern
EXACT - Static variable in class org.hibernate.hql.ast.util.LiteralProcessor
Indicates that Float and Double literal values should be treated using the SQL "exact" format (i.e., '.001')
Example - Class in org.hibernate.criterion
Support for query by example.
Example(Object, Example.PropertySelector) - Constructor for class org.hibernate.criterion.Example
 
Example.PropertySelector - Interface in org.hibernate.criterion
A strategy for choosing property values for inclusion in the query criteria
EXCEPTION - Static variable in class org.hibernate.ReplicationMode
Throw an exception when a row already exists.
ExceptionUtils - Class in org.hibernate.exception
Provides utilities for manipulating and examining Throwable objects.
exclude(AST) - Method in interface org.hibernate.hql.ast.util.ASTUtil.FilterPredicate
Returns true if the node should be filtered out.
exclude(AST) - Method in class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
 
excludeEmpty() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.EmptyExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.NotEmptyExpression
 
excludeNone() - Method in class org.hibernate.criterion.Example
Don't exclude null or zero-valued properties
excludeProperty(String) - Method in class org.hibernate.criterion.Example
Exclude a particular named property
excludeZeroes() - Method in class org.hibernate.criterion.Example
Exclude zero-valued properties
Executable - Interface in org.hibernate.action
An operation which may be scheduled for later execution.
execute() - Method in class org.hibernate.action.BulkOperationCleanupAction
 
execute() - Method in class org.hibernate.action.CollectionRecreateAction
 
execute() - Method in class org.hibernate.action.CollectionRemoveAction
 
execute() - Method in class org.hibernate.action.CollectionUpdateAction
 
execute() - Method in class org.hibernate.action.EntityDeleteAction
 
execute() - Method in class org.hibernate.action.EntityIdentityInsertAction
 
execute() - Method in class org.hibernate.action.EntityInsertAction
 
execute() - Method in class org.hibernate.action.EntityUpdateAction
 
execute() - Method in interface org.hibernate.action.Executable
Execute this action
execute(Set) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
The main instrumentation entry point.
execute(Set) - Method in interface org.hibernate.bytecode.buildtime.Instrumenter
 
execute(Executable) - Method in class org.hibernate.engine.ActionQueue
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.BasicExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.MultiTableDeleteExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
 
execute(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.ast.exec.StatementExecutor
Execute the sql managed by this executor using the given parameters.
execute(Connection) - Method in interface org.hibernate.jdbc.Work
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute() - Method in class org.hibernate.maven.InstrumentationMojo
 
execute(boolean, boolean, boolean, boolean) - 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() - 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.ActionQueue
Perform all currently queued actions.
executeAndExtract(PreparedStatement) - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
executeAndExtract(PreparedStatement) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
executeAndExtract(PreparedStatement) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
executeAndExtract(PreparedStatement) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
 
executeBatch() - Method in class org.hibernate.jdbc.AbstractBatcher
 
executeBatch() - Method in interface org.hibernate.jdbc.Batcher
Execute the batch
executeInserts() - Method in class org.hibernate.engine.ActionQueue
Perform all currently queued entity-insertion actions.
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute a native SQL update or delete query
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
 
executeUpdate(String, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute a HQL update or delete query
executeUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
executeUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
executeUpdate(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.QueryTranslator
Perform a bulk update/delete operation given the underlying query defintion.
executeUpdate() - Method in class org.hibernate.impl.QueryImpl
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
executeUpdate() - Method in class org.hibernate.impl.SQLQueryImpl
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
 
executeUpdate() - Method in interface org.hibernate.Query
Execute the update or delete statement.
ExecuteUpdateResultCheckStyle - Class in org.hibernate.engine
For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used.
ExecutionEnvironment - Class in org.hibernate.junit.functional
ExecutionEnvironment(ExecutionEnvironment.Settings) - Constructor for class org.hibernate.junit.functional.ExecutionEnvironment
 
ExecutionEnvironment.Settings - Interface in org.hibernate.junit.functional
 
ExecutionException - Exception in org.hibernate.bytecode.buildtime
Indicates problem performing the instrumentation execution.
ExecutionException(String) - Constructor for exception org.hibernate.bytecode.buildtime.ExecutionException
 
ExecutionException(Throwable) - Constructor for exception org.hibernate.bytecode.buildtime.ExecutionException
 
ExecutionException(String, Throwable) - Constructor for exception org.hibernate.bytecode.buildtime.ExecutionException
 
exists(DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
EXISTS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EXISTS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EXISTS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ExistsSubqueryExpression - Class in org.hibernate.criterion
 
ExistsSubqueryExpression(String, DetachedCriteria) - Constructor for class org.hibernate.criterion.ExistsSubqueryExpression
 
exoticComparisonExpression(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
expandParameterLists(Map) - Method in class org.hibernate.impl.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 Expectations.BasicExpectation definitions.
Expectations.BasicExpectation - Class in org.hibernate.jdbc
 
Expectations.BasicExpectation(int) - Constructor for class org.hibernate.jdbc.Expectations.BasicExpectation
 
Expectations.BasicParamExpectation - Class in org.hibernate.jdbc
 
Expectations.BasicParamExpectation(int, int) - Constructor for class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
ExpectedTypeAwareNode - Interface in org.hibernate.hql.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.
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).
EXPONENT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
expr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
expr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
EXPR_LIST - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Expression - Class in org.hibernate.criterion
Deprecated. Use Restrictions.
expression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
expressionOrVector() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
exprList() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
exprOrSubquery(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
extendsQueue - Variable in class org.hibernate.cfg.Configuration
 
extendsQueue - Variable in class org.hibernate.cfg.Mappings
 
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, Document) - Constructor for class org.hibernate.cfg.ExtendsQueueEntry
 
ExternalSessionFactoryConfig - Class in org.hibernate.util
Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA adapter.
ExternalSessionFactoryConfig() - Constructor for class org.hibernate.util.ExternalSessionFactoryConfig
 
extract(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
extract(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
extractConstraintName(SQLException) - Method in interface org.hibernate.exception.ViolatedConstraintNameExtracter
Extract the name of the violated constraint from the given SQLException.
extractDataType(Node) - Method in class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
 
extractEmbeddedEntityName(Map) - Static method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
extractEqualsMethod(Class) - Static method in class org.hibernate.util.ReflectHelper
Encapsulation of getting hold of a class's equals method.
EXTRACTER - Static variable in class org.hibernate.dialect.Cache71Dialect
 
extractErrorCode(SQLException) - Static method in class org.hibernate.exception.JDBCExceptionHelper
For the given SQLException, locates the vendor-specific error code.
extractFieldInterceptor(Object) - Static method in class org.hibernate.intercept.cglib.CGLIBHelper
 
extractFieldInterceptor(Object) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
 
extractFieldInterceptor(Object) - Static method in class org.hibernate.intercept.javassist.JavassistHelper
 
extractHashCodeMethod(Class) - Static method in class org.hibernate.util.ReflectHelper
Encapsulation of getting hold of a class's hashCode method.
extractNodeName(Element) - Static method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
 
extractPropertyValue(String, Properties) - Static method in class org.hibernate.util.PropertiesHelper
Extract a property value by name from the given properties object.
extractSqlState(SQLException) - Static method in class org.hibernate.exception.JDBCExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState.
extractSqlStateClassCode(SQLException) - Static method in class org.hibernate.exception.JDBCExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState's class code.
extractUsingTemplate(String, String, String) - Method in class org.hibernate.exception.TemplatedViolatedConstraintNameExtracter
Extracts the constraint name based on a template (i.e., templateStartconstraintNametemplateEnd).

F

factory - Variable in class org.hibernate.context.JTASessionContext
 
factory - Variable in class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch
 
factory - Variable in class org.hibernate.context.ThreadLocalSessionContext
 
factory - Variable in class org.hibernate.impl.AbstractSessionImpl
 
factory - Variable in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
 
FALSE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FALSE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FALSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FALSE - Static variable in class org.hibernate.util.ArrayHelper
 
FastClass - Class in org.hibernate.bytecode.javassist
 
FastHashMap - Class in org.hibernate.util
A customized implementation of java.util.HashMap designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.
FastHashMap() - Constructor for class org.hibernate.util.FastHashMap
Construct a an empty map.
FastHashMap(int) - Constructor for class org.hibernate.util.FastHashMap
Construct an empty map with the specified capacity.
FastHashMap(int, float) - Constructor for class org.hibernate.util.FastHashMap
Construct an empty map with the specified capacity and load factor.
FastHashMap(Map) - Constructor for class org.hibernate.util.FastHashMap
Construct a new map with the same mappings as the specified map.
fatalError(SAXParseException) - Method in class org.hibernate.util.XMLHelper.ErrorLogger
 
FETCH - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FETCH - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FETCH - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
fetch(QueryTranslatorImpl, String) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
Fetchable - Interface in org.hibernate.mapping
Any mapping with an outer-join attribute
fetchCollection(String) - Method in class org.hibernate.stat.StatisticsImpl
 
fetchCollection(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
fetchEntity(String) - Method in class org.hibernate.stat.StatisticsImpl
 
fetchEntity(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
FetchingScrollableResultsImpl - Class in org.hibernate.impl
Implementation of ScrollableResults which can handle collection fetches.
FetchingScrollableResultsImpl(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.impl.FetchingScrollableResultsImpl
 
FetchMode - Class in org.hibernate
Represents an association fetching strategy.
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.
fieldFilter - Variable in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
FieldFilter - Interface in org.hibernate.bytecode.javassist
Contract for deciding whether fields should be read and/or write intercepted.
FieldFilter - Interface in org.hibernate.bytecode.util
Used to determine whether a field reference should be instrumented.
FieldHandled - Interface in org.hibernate.bytecode.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.javassist
The interface defining how interception of a field should be handled.
FieldInterceptionHelper - Class in org.hibernate.intercept
Helper class for dealing with enhanced entity classes.
FieldInterceptor - Interface in org.hibernate.intercept
Contract for field interception handlers.
FieldInterceptorImpl - Class in org.hibernate.intercept.cglib
A field-level interceptor that initializes lazily fetched properties.
FieldInterceptorImpl - Class in org.hibernate.intercept.javassist
A field-level interceptor that initializes lazily fetched properties.
FieldTransformer - Class in org.hibernate.bytecode.javassist
The thing that handles actual class enhancement in regards to intercepting field accesses.
FieldTransformer() - Constructor for class org.hibernate.bytecode.javassist.FieldTransformer
 
FieldTransformer(FieldFilter) - Constructor for class org.hibernate.bytecode.javassist.FieldTransformer
 
filesets() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
fillArray(String, int) - Static method in class org.hibernate.util.ArrayHelper
 
fillArray(int, int) - Static method in class org.hibernate.util.ArrayHelper
 
fillArray(LockMode, int) - Static method in class org.hibernate.util.ArrayHelper
 
filter(Object, String) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createFilter(Object, String).Query.list()
filter(Object, String, Object, Type) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createFilter(Object, String).setXYZ.Query.list()
filter(Object, String, Object[], Type[]) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createFilter(Object, String).setXYZ.Query.list()
Filter - Interface in org.hibernate
Type definition of Filter.
filter(Object, String) - Method in class org.hibernate.impl.SessionImpl
 
filter(Object, String, Object, Type) - Method in class org.hibernate.impl.SessionImpl
 
filter(Object, String, Object[], Type[]) - Method in class org.hibernate.impl.SessionImpl
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Filterable - Interface in org.hibernate.mapping
Defines mapping elements to which filters may be applied.
FilterDefinition - Class in org.hibernate.engine
A FilterDefinition defines the global attributes of a dynamic filter.
FilterDefinition(String, String, Map) - Constructor for class org.hibernate.engine.FilterDefinition
Construct a new FilterDefinition instance.
filterDefinitions - Variable in class org.hibernate.cfg.Configuration
 
filterDefinitions - Variable in class org.hibernate.cfg.Mappings
 
filterFragment(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map) - 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) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
FilterHelper - Class in org.hibernate.util
Implementation of FilterHelper.
FilterHelper(Map, Dialect, SQLFunctionRegistry) - Constructor for class org.hibernate.util.FilterHelper
The map of defined filters.
FilterImpl - Class in org.hibernate.impl
Implementation of FilterImpl.
FilterImpl(FilterDefinition) - Constructor for class org.hibernate.impl.FilterImpl
Constructs a new FilterImpl.
FilterKey - Class in org.hibernate.cache
Allows cached queries to be keyed by enabled filters.
FilterKey(String, Map, Map, EntityMode) - Constructor for class org.hibernate.cache.FilterKey
 
FilterQueryPlan - Class in org.hibernate.engine.query
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.FilterQueryPlan
 
FILTERS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
filters(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
FILTERS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FilterTranslator - Interface in org.hibernate.hql
Specialized interface for filters.
finalize() - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
find(String) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createQuery(java.lang.String).Query.list()
find(String, Object, Type) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createQuery(java.lang.String).setXYZ.Query.list()
find(String, Object[], Type[]) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createQuery(java.lang.String).setXYZ.Query.list()
find(String) - Method in class org.hibernate.impl.SessionImpl
Retrieve a list of persistent objects using a hibernate query
find(String, Object, Type) - Method in class org.hibernate.impl.SessionImpl
 
find(String, Object[], Type[]) - Method in class org.hibernate.impl.SessionImpl
 
findAsResource(String) - Static method in class org.hibernate.util.ConfigHelper
Try to locate a local URL representing the incoming path.
findClass(String) - Method in class org.hibernate.bytecode.javassist.TransformingClassLoader
 
findColumn(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
Overridden version to utilize local caching of the column indexes by name to improve performance for those drivers which are known to not support such caching by themselves.
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(StandardProperty[], Object[], Object[], boolean[][], boolean, SessionImplementor) - Static method in class org.hibernate.type.TypeFactory
Determine if any of the given field values are dirty, returning an array containing indices of the dirty fields.
findEntityNameByEntityClass(Class) - Method in class org.hibernate.tuple.entity.EntityMetamodel
Return the entity-name mapped to the given class within our inheritence hierarchy, if any.
findFunctionReturnType(String, AST) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Find the function return type given the function name and the first argument expression node.
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(StandardProperty[], Object[], Object[], boolean[][], boolean, SessionImplementor) - Static method in class org.hibernate.type.TypeFactory
Determine if any of the given field values are modified, returning an array containing indices of the modified fields.
findPossibleExtends() - Method in class org.hibernate.cfg.Configuration
Find the first possible element in the queue of extends.
findPreviousSibling(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Find the previous sibling in the parent for the given child.
findQueryableUsingImports(String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its persister.
findQueryableUsingImports(SessionFactoryImplementor, String) - Static method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its persister.
findSQLFunction(String) - Method in class org.hibernate.dialect.function.SQLFunctionRegistry
 
findSQLFunction(String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Locate a registered sql function by name.
findTypeInChildren(AST, int) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Finds the first node of the specified type in the chain of children.
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.PersistentSortedSet
 
first() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Go to the first result
first() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
first() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
first() - Method in interface org.hibernate.ScrollableResults
Go to the first result
firstIndexOfChar(String, String, int) - Static method in class org.hibernate.util.StringHelper
 
firstKey() - Method in class org.hibernate.collection.PersistentSortedMap
 
FLOAT - Static variable in class org.hibernate.Hibernate
Hibernate float type.
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FloatType - Class in org.hibernate.type
float: A type that maps an SQL FLOAT to a Java Float.
FloatType() - Constructor for class org.hibernate.type.FloatType
 
flush() - Method in interface org.hibernate.engine.SessionImplementor
 
flush() - Method in class org.hibernate.impl.SessionImpl
 
flush() - Method in class org.hibernate.impl.StatelessSessionImpl
 
flush() - Method in interface org.hibernate.Session
Force this session to flush.
flush() - Method in class org.hibernate.stat.StatisticsImpl
 
flush() - Method in interface org.hibernate.stat.StatisticsImplementor
 
FLUSH_BEFORE_COMPLETION - Static variable in class org.hibernate.cfg.Environment
Enable automatic flush during the JTA beforeCompletion() callback
flushBeginning() - Method in class org.hibernate.jdbc.ConnectionManager
Callback to let us know that a flush is beginning.
flushEnding() - Method in class org.hibernate.jdbc.ConnectionManager
Callback to let us know that a flush is ending.
FlushEntityEvent - Class in org.hibernate.event
 
FlushEntityEvent(EventSource, Object, EntityEntry) - Constructor for class org.hibernate.event.FlushEntityEvent
 
FlushEntityEventListener - Interface in org.hibernate.event
 
FlushEvent - Class in org.hibernate.event
Defines an event class for the flushing of a session.
FlushEvent(EventSource) - Constructor for class org.hibernate.event.FlushEvent
 
FlushEventListener - Interface in org.hibernate.event
Defines the contract for handling of session flush events.
flushEverythingToExecutions(FlushEvent) - Method in class org.hibernate.event.def.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 - Class in org.hibernate
Represents a flushing strategy.
FlushVisitor - Class in org.hibernate.event.def
Process collections reachable from an entity.
FORCE - Static variable in class org.hibernate.LockMode
Similiar to LockMode.UPGRADE except that, for versioned entities, it results in a forced version increment.
FORCE_TBL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
forceFlush(EntityEntry) - Method in interface org.hibernate.event.EventSource
Force an immediate flush
forceFlush(EntityEntry) - Method in class org.hibernate.impl.SessionImpl
 
forceInitialization() - Method in class org.hibernate.collection.AbstractPersistentCollection
To be called internally by the session, forcing immediate initialization.
forceInitialization() - Method in interface org.hibernate.collection.PersistentCollection
To be called internally by the session, forcing immediate initialization.
forceLimitUsage() - Method in class org.hibernate.dialect.Dialect
Generally, if there is no limit applied to a Hibernate query we do not apply any limits to the SQL query.
forceLocked(Object, Object) - Method in class org.hibernate.engine.EntityEntry
 
forceVersionIncrement(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forceVersionIncrement(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
forClass(Class) - Static method in class org.hibernate.criterion.DetachedCriteria
 
forClass(Class, String) - Static method in class org.hibernate.criterion.DetachedCriteria
 
FOREIGN_KEY_FROM_PARENT - Static variable in class org.hibernate.type.ForeignKeyDirection
A foreign key from parent to child
FOREIGN_KEY_TO_PARENT - Static variable in class org.hibernate.type.ForeignKeyDirection
A foreign key from child to parent
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 - Class in org.hibernate.mapping
A foreign key constraint
ForeignKey() - Constructor for class org.hibernate.mapping.ForeignKey
 
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.ImprovedNamingStrategy
Return the property name or propertyTableName
foreignKeyColumnName(String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Return the foreign key column name for the given parameters
ForeignKeyDirection - Class in org.hibernate.type
Represents directionality of the foreign key constraint
ForeignKeyDirection() - Constructor for class org.hibernate.type.ForeignKeyDirection
 
ForeignKeyMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC foreign key metadata
ForeignKeys - Class in org.hibernate.engine
Algorithms related to foreign key constraint transparency
ForeignKeys.Nullifier - Class in org.hibernate.engine
 
ForeignKeys.Nullifier(Object, boolean, boolean, SessionImplementor) - Constructor for class org.hibernate.engine.ForeignKeys.Nullifier
 
forEntityName(String) - Static method in class org.hibernate.criterion.DetachedCriteria
 
forEntityName(String, String) - Static method in class org.hibernate.criterion.DetachedCriteria
 
format(int) - Method in class org.hibernate.id.UUIDHexGenerator
 
format(short) - Method in class org.hibernate.id.UUIDHexGenerator
 
format(String) - Method in class org.hibernate.jdbc.util.BasicFormatterImpl
 
format(String) - Method in class org.hibernate.jdbc.util.DDLFormatterImpl
Format an SQL statement using simple rules Insert newline after each comma Indent three spaces after each inserted newline If the statement contains single/double quotes return unchanged, it is too complex and could be broken by simple formatting.
format(String) - Method in interface org.hibernate.jdbc.util.Formatter
 
FORMAT_SQL - Static variable in class org.hibernate.cfg.Environment
Enable formatting of SQL logged to the console
FormatStyle - Class in org.hibernate.jdbc.util
Represents the the understood types or styles of formatting.
Formatter - Interface in org.hibernate.jdbc.util
Formatter contract
Formula - Class in org.hibernate.mapping
A formula is a derived column value
Formula() - Constructor for class org.hibernate.mapping.Formula
 
forName(String) - Static method in class org.hibernate.criterion.Property
 
ForUpdateFragment - Class in org.hibernate.sql
 
ForUpdateFragment(Dialect) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
ForUpdateFragment(Dialect, Map, Map) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Dialect
Is FOR UPDATE OF syntax supported?
forUpdateOfColumns() - Method in class org.hibernate.dialect.MimerSQLDialect
Does the FOR UPDATE OF syntax specify particular columns?
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.
FORWARD_ONLY - Static variable in class org.hibernate.ScrollMode
 
FROM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FROM - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
from(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
FROM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FROM_FRAGMENT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FROM_FRAGMENT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
fromClassOrOuterQueryPath() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
fromClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
fromClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
FromClause - Class in org.hibernate.hql.ast.tree
Represents the 'FROM' part of a query or subquery, containing all mapped class references.
FromClause() - Constructor for class org.hibernate.hql.ast.tree.FromClause
 
fromElement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
FromElement - Class in org.hibernate.hql.ast.tree
Represents a single mapped class mentioned in an HQL FROM clause.
FromElement() - Constructor for class org.hibernate.hql.ast.tree.FromElement
 
fromElementList(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
fromFragmentSeparator(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
fromFragmentSeparator(AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
fromJoin() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
fromJoinFragment(String, boolean, boolean) - 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)
FromParser - Class in org.hibernate.hql.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.classic.FromParser
 
FromPathExpressionParser - Class in org.hibernate.hql.classic
 
FromPathExpressionParser() - Constructor for class org.hibernate.hql.classic.FromPathExpressionParser
 
fromRange() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
FromReferenceNode - Class in org.hibernate.hql.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.ast.tree.FromReferenceNode
 
fromStringValue(String) - Method in class org.hibernate.type.AbstractBynaryType
 
fromStringValue(String) - Method in class org.hibernate.type.AbstractCharArrayType
 
fromStringValue(String) - Method in class org.hibernate.type.AdaptedImmutableType
 
fromStringValue(String) - Method in class org.hibernate.type.BigDecimalType
 
fromStringValue(String) - Method in class org.hibernate.type.BigIntegerType
 
fromStringValue(String) - Method in class org.hibernate.type.BooleanType
 
fromStringValue(String) - Method in class org.hibernate.type.ByteType
 
fromStringValue(String) - Method in class org.hibernate.type.CalendarDateType
 
fromStringValue(String) - Method in class org.hibernate.type.CalendarType
 
fromStringValue(String) - Method in class org.hibernate.type.CharacterType
 
fromStringValue(String) - Method in class org.hibernate.type.ClassType
 
fromStringValue(String) - Method in class org.hibernate.type.CurrencyType
 
fromStringValue(String) - Method in class org.hibernate.type.DateType
 
fromStringValue(String) - Method in class org.hibernate.type.DoubleType
 
fromStringValue(String) - Method in class org.hibernate.type.FloatType
 
fromStringValue(String) - Method in class org.hibernate.type.IntegerType
 
fromStringValue(String) - Method in class org.hibernate.type.LocaleType
 
fromStringValue(String) - Method in class org.hibernate.type.LongType
 
fromStringValue(String) - Method in class org.hibernate.type.NullableType
 
fromStringValue(String) - Method in class org.hibernate.type.SerializableType
 
fromStringValue(String) - Method in class org.hibernate.type.ShortType
 
fromStringValue(String) - Method in class org.hibernate.type.StringType
 
fromStringValue(String) - Method in class org.hibernate.type.TextType
 
fromStringValue(String) - Method in class org.hibernate.type.TimestampType
 
fromStringValue(String) - Method in class org.hibernate.type.TimeType
 
fromStringValue(String) - Method in class org.hibernate.type.TimeZoneType
 
fromTable(AST) - Method in class org.hibernate.hql.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
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.AnyType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.BlobType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.ClobType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.CollectionType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.ComponentType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.CustomType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.EntityType
Parse the XML representation of an instance.
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.MetaType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.NullableType
 
fromXMLNode(Node, Mapping) - Method in interface org.hibernate.type.Type
Parse the XML representation of an instance.
fromXMLString(String, Mapping) - Method in class org.hibernate.type.CustomType
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.MetaType
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.NullableType
 
fromXMLString(String) - Method in interface org.hibernate.usertype.EnhancedUserType
Parse a string representation of this value, as it appears in an XML document
FrontBaseDialect - Class in org.hibernate.dialect
An SQL Dialect for Frontbase.
FrontBaseDialect() - Constructor for class org.hibernate.dialect.FrontBaseDialect
 
FULL - Static variable in class org.hibernate.engine.ValueInclusion
 
FULL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FULL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FULL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FULL_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Specifies joining to an entity based on a full join.
FULL_JOIN - Static variable in class org.hibernate.sql.JoinFragment
 
fullTestName() - Method in class org.hibernate.junit.UnitTestCase
 
FunctionalTestCase - Class in org.hibernate.junit.functional
Most of the Hibernate test suite in fact is a series of functional tests, not unit tests.
FunctionalTestCase(String) - Constructor for class org.hibernate.junit.functional.FunctionalTestCase
 
FunctionalTestClassTestSuite - Class in org.hibernate.junit.functional
A specialized TestSuite implementation intended for use as an aggregate for a single test class specifically for the purpose of maintaing a single SessionFactory for executings all tests defined as part of the given functional test class.
FunctionalTestClassTestSuite(Class, String) - Constructor for class org.hibernate.junit.functional.FunctionalTestClassTestSuite
 
FunctionalTestClassTestSuite(Class) - Constructor for class org.hibernate.junit.functional.FunctionalTestClassTestSuite
 
functionCall(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 

G

ge(Object) - Method in class org.hibernate.criterion.Property
 
ge(DetachedCriteria) - Method in class org.hibernate.criterion.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
 
GE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
GE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
GE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
geAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
geAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
GeneralDataRegion - Interface in org.hibernate.cache
Contract for general-purpose cache regions.
generate(SessionImplementor, Object) - Method in class org.hibernate.id.AbstractPostInsertGenerator
Generate a new identifier.
generate(SessionImplementor, Object) - Method in class org.hibernate.id.Assigned
 
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.OptimizerFactory.HiLoOptimizer
Generate an identifier value accounting for this specific optimization.
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
Generate an identifier value accounting for this specific optimization.
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
Generate an identifier value accounting for this specific optimization.
generate(SessionImplementor, Object) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Generate a new identifier.
generate(SessionImplementor, Object) - Method in class org.hibernate.id.enhanced.TableGenerator
Generate a new identifier.
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
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceHiLoGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceIdentityGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.TableGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.TableHiLoGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.UUIDHexGenerator
 
GENERATE_STATISTICS - Static variable in class org.hibernate.cfg.Environment
Enable statistics collection
generateAlias(String) - Static method in class org.hibernate.util.StringHelper
 
generateAlias(String, int) - Static method in class org.hibernate.util.StringHelper
Generate a nice alias for the given class name or collection role name and unique integer.
generateColumnNames(Type[]) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
 
generateColumnNames(Type[], SessionFactoryImplementor) - Static method in class org.hibernate.hql.NameGenerator
 
generateCustomReturns(boolean) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
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
 
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
 
generateDom4jElement(String) - Static method in class org.hibernate.util.XMLHelper
 
generateDropSchemaScript(Dialect) - Method in class org.hibernate.cfg.Configuration
Generate DDL for dropping tables
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).
generateHashCode() - Method in class org.hibernate.engine.CollectionKey
 
generateHashCode(SessionFactoryImplementor) - Method in class org.hibernate.engine.EntityUniqueKey
 
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(Queryable, String, AST) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
generateIdSubselect(Queryable) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
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
 
generateLocker(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLockString() - 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
 
generateNamedParameter(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
generateNamedParameter(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
generatePositionalParameter(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
generatePositionalParameter(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
generateProxy(ConnectionManager) - Static method in class org.hibernate.jdbc.BorrowedConnectionProxy
Generates a Connection proxy wrapping the connection managed by the passed connection manager.
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.ast.util.ColumnHelper
Generates the scalar column AST nodes for a given array of SQL columns
generateSchemaCreationScript(Dialect) - Method in class org.hibernate.cfg.Configuration
Generate DDL for creating tables
generateSchemaUpdateScript(Dialect, DatabaseMetadata) - Method in class org.hibernate.cfg.Configuration
Generate DDL for altering tables
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.ast.util.ColumnHelper
 
generateSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateSQLAlias() - Method in interface org.hibernate.criterion.CriteriaQuery
 
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, String, Joinable) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
generateTableAlias(int, String, Joinable) - Method in class org.hibernate.loader.JoinWalker
 
generateTableAlias(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Cache71Dialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.DB2Dialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Dialect
Generate a temporary table name given the bas table.
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.IngresDialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
generateTokenNameCache(Class) - Static method in class org.hibernate.hql.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
Not needed for one-to-many association
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)
generatorKey() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Return a key unique to the underlying database objects.
generatorKey() - Method in class org.hibernate.id.enhanced.TableGenerator
Return a key unique to the underlying database objects.
generatorKey() - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
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
 
generatorKey() - Method in class org.hibernate.id.TableGenerator
 
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
 
geProperty(Property) - Method in class org.hibernate.criterion.Property
 
geProperty(String) - Method in class org.hibernate.criterion.Property
 
geProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than or equal" constraint to two properties
geSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
geSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
get(Object, long) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Attempt to retrieve an object from the cache.
get(Object, long) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Attempt to retrieve an object from the cache.
get(Object) - Method in interface org.hibernate.cache.Cache
Deprecated. Get an item from the cache, nontransactionally
get(Object, long) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Attempt to retrieve an object from the cache.
get(Object) - Method in class org.hibernate.cache.EhCache
Gets a value of an element which matches the given key.
get(Object) - Method in interface org.hibernate.cache.GeneralDataRegion
Get an item from the cache.
get(Object) - Method in class org.hibernate.cache.HashtableCache
 
get(Object) - Method in class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
 
get(Object, long) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
get(Object, long) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
get(Object, long) - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
Overrides the superclass by ensuring the root node for the region exists before making the call.
get(Object, long) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
get(Object, long) - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Attempt to retrieve an object from the cache.
get(Object, long) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
get(Object) - Method in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
get(Object) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
get(Object) - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
get(Cache, Fqn, Object) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Builds an Fqn from region and key and performs a JBoss Cache get(Fqn, Object), wrapping any exception in a CacheException.
get(Object, long) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Get the most recent version, if available.
get(Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
get(Object) - Method in class org.hibernate.cache.OSCache
 
get(QueryKey, Type[], boolean, Set, SessionImplementor) - Method in interface org.hibernate.cache.QueryCache
 
get(Object, long) - Method in class org.hibernate.cache.ReadOnlyCache
 
get(Object, long) - Method in class org.hibernate.cache.ReadWriteCache
Do not return an item whose timestamp is later than the current transaction timestamp.
get(QueryKey, Type[], boolean, Set, SessionImplementor) - Method in class org.hibernate.cache.StandardQueryCache
 
get(Object) - Method in class org.hibernate.cache.SwarmCache
Get an item from the cache
get(Object, long) - Method in class org.hibernate.cache.TransactionalCache
 
get(Object) - Method in class org.hibernate.cache.TreeCache
 
GET - Static variable in class org.hibernate.CacheMode
The session may read items from the cache, but will not add items, except to invalidate items when updates occur
get(int) - Method in class org.hibernate.collection.PersistentBag
 
get(int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
get(int) - Method in class org.hibernate.collection.PersistentList
 
get(Object) - Method in class org.hibernate.collection.PersistentMap
 
get(int) - Method in class org.hibernate.dialect.TypeNames
get default type name for specified type
get(int, int, int, int) - Method in class org.hibernate.dialect.TypeNames
get type name for specified type and size
GET - Static variable in interface org.hibernate.event.LoadEventListener
 
get(ResultSet, Type) - Static method in class org.hibernate.id.IdentifierGeneratorFactory
 
get() - Method in class org.hibernate.impl.AbstractScrollableResults
 
get(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
get(Class, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
get(String, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
get(Class, Serializable, LockMode) - Method in class org.hibernate.impl.SessionImpl
 
get(String, Serializable, LockMode) - Method in class org.hibernate.impl.SessionImpl
 
get(Class, Serializable) - Method in class org.hibernate.impl.StatelessSessionImpl
 
get(Class, Serializable, LockMode) - Method in class org.hibernate.impl.StatelessSessionImpl
 
get(String, Serializable) - Method in class org.hibernate.impl.StatelessSessionImpl
 
get(String, Serializable, LockMode) - Method in class org.hibernate.impl.StatelessSessionImpl
 
get(Object) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Get the property value from the given instance .
get(Object) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
 
get(Object) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
 
get(Object) - Method in class org.hibernate.property.Dom4jAccessor.AttributeGetter
 
get(Object) - Method in class org.hibernate.property.Dom4jAccessor.ElementAttributeGetter
 
get(Object) - Method in class org.hibernate.property.Dom4jAccessor.ElementGetter
 
get(Object) - Method in class org.hibernate.property.Dom4jAccessor.TextGetter
 
get(Object) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
 
get(Object) - Method in interface org.hibernate.property.Getter
Get the property value from the given instance .
get(Object) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
 
get(Object) - Method in class org.hibernate.property.MapAccessor.MapGetter
 
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(Class, 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, 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) - 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) - 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) - Method in class org.hibernate.type.AbstractBynaryType
 
get(ResultSet, String) - Method in class org.hibernate.type.AbstractCharArrayType
 
get(ResultSet, String) - Method in class org.hibernate.type.AdaptedImmutableType
 
get(ResultSet, String) - Method in class org.hibernate.type.BigDecimalType
 
get(ResultSet, String) - Method in class org.hibernate.type.BigIntegerType
 
get(ResultSet, String) - Method in class org.hibernate.type.BlobType
 
get(ResultSet, String) - Method in class org.hibernate.type.BooleanType
 
get(ResultSet, String) - Method in class org.hibernate.type.ByteType
 
get(ResultSet, String) - Method in class org.hibernate.type.CalendarDateType
 
get(ResultSet, String) - Method in class org.hibernate.type.CalendarType
 
get(ResultSet, String) - Method in class org.hibernate.type.CharacterType
 
get(ResultSet, String) - Method in class org.hibernate.type.CharBooleanType
 
get(ResultSet, String) - Method in class org.hibernate.type.ClassType
 
get(ResultSet, String) - Method in class org.hibernate.type.ClobType
 
get(ResultSet, String) - Method in class org.hibernate.type.CurrencyType
 
get(ResultSet, String) - Method in class org.hibernate.type.DateType
 
get(ResultSet, String) - Method in class org.hibernate.type.DoubleType
 
get(ResultSet, String) - Method in class org.hibernate.type.FloatType
 
get(ResultSet, String) - Method in class org.hibernate.type.IntegerType
 
get(ResultSet, String) - Method in class org.hibernate.type.LocaleType
 
get(ResultSet, String) - Method in class org.hibernate.type.LongType
 
get(ResultSet, String) - Method in class org.hibernate.type.NullableType
Get a column value from a result set, without worrying about the possibility of null values.
get(ResultSet, String) - Method in class org.hibernate.type.NumericBooleanType
Get a column value from a result set, without worrying about the possibility of null values.
get(ResultSet, String) - Method in class org.hibernate.type.SerializableType
 
get(ResultSet, String) - Method in class org.hibernate.type.ShortType
 
get(ResultSet, String) - Method in class org.hibernate.type.StringType
 
get(ResultSet, String) - Method in class org.hibernate.type.TextType
 
get(ResultSet, String) - Method in class org.hibernate.type.TimestampType
 
get(ResultSet, String) - Method in class org.hibernate.type.TimeType
 
get(ResultSet, String) - Method in class org.hibernate.type.TimeZoneType
 
get(Object) - Method in class org.hibernate.util.FastHashMap
Return the value to which this map maps the specified key.
get(Object) - Method in class org.hibernate.util.IdentityMap
 
get(Object) - Method in class org.hibernate.util.SimpleMRUCache
 
get(Object) - Method in class org.hibernate.util.SoftLimitMRUCache
 
getAccessOptimizer() - Method in class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
 
getAccessOptimizer() - Method in class org.hibernate.bytecode.javassist.ReflectionOptimizerImpl
 
getAccessOptimizer() - Method in interface org.hibernate.bytecode.ReflectionOptimizer
 
getAccessorPropertyName(EntityMode) - Method in class org.hibernate.mapping.Property
 
getActionQueue() - Method in interface org.hibernate.event.EventSource
Get the ActionQueue for this session
getActionQueue() - Method in class org.hibernate.impl.SessionImpl
 
getActions() - Method in class org.hibernate.secure.HibernatePermission
 
getActualConnectionProvider() - Static method in class org.hibernate.test.tm.ConnectionProviderImpl
 
getActualRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getAddColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
 
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
The syntax used to add a column to a table (optional).
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
The syntax used to add a column to a table
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.PostgreSQLDialect
 
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.TeradataDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getAddedInstance() - Method in interface org.hibernate.collection.AbstractPersistentCollection.DelayedOperation
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Cache71Dialect
The syntax used to add a foreign key constraint to a table.
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
The syntax used to add a foreign key constraint to a table.
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
 
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
The syntax used to add a primary key constraint to a table.
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
 
getAffectedOwnerEntityName() - Method in class org.hibernate.event.AbstractCollectionEvent
Get the entity name for the collection owner entity that is affected by this event.
getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.AbstractCollectionEvent
Get the ID for the collection owner entity that is affected by this event.
getAffectedOwnerOrNull() - Method in class org.hibernate.event.AbstractCollectionEvent
Get the collection owner entity that is affected by this event.
getAffectedQueryable() - Method in class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
 
getAffectedQueryables() - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
getAffectedQueryables() - Method in class org.hibernate.hql.ast.exec.BasicExecutor
 
getAffectedQueryables() - Method in class org.hibernate.hql.ast.exec.MultiTableDeleteExecutor
 
getAffectedQueryables() - Method in class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
 
getAge() - Method in class org.hibernate.tutorial.domain.Person
 
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
 
getAlias() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn
Retrieve the defined result alias
getAlias() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
 
getAlias() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
getAlias() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
getAlias() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
 
getAlias(String) - Static method in class org.hibernate.hql.ast.util.PathHelper
 
getAlias() - Method in class org.hibernate.impl.CriteriaImpl
 
getAlias() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
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
For any column name, generate an alias that is unique to that column name, and also 10 characters or less in length.
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
 
getAliasedLHSColumnNames(AssociationType, String, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.JoinHelper
Get the aliased 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.JoinHelper
Get the aliased 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.ast.tree.ConstructorNode
 
getAliases() - Method in class org.hibernate.hql.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.ast.HqlSqlWalker
 
getAliasGenerator() - Method in class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
 
getAliasName(String) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getAllClassMetadata() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getAllClassMetadata() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getAllClassMetadata() - Method in interface org.hibernate.SessionFactory
Get all ClassMetadata as a Map from entityname String to metadata object
getAllCollectionMetadata() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getAllCollectionMetadata() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getAllCollectionMetadata() - Method in interface org.hibernate.SessionFactory
Get all CollectionMetadata as a Map from role name to metadata object
getAllowingTimeout(Cache, Fqn, Object) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Builds an Fqn from region and key and performs a JBoss Cache get(Fqn, Object), wrapping any exception in a CacheException.
getAllSecondLevelCacheRegions() - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get a map of all the second level cache regions currently maintained in this session factory.
getAllSecondLevelCacheRegions() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getAmount() - Method in class org.hibernate.auction.Bid
 
getAnything() - Method in class org.hibernate.event.def.AbstractFlushingEventListener
 
getAppropriateInitializer(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getArray() - Method in class org.hibernate.collection.PersistentArrayHolder
 
getArray(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getArray(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getAsciiStream(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getAsciiStream(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getAsciiStream() - Method in class org.hibernate.lob.ClobImpl
 
getAsciiStream() - Method in class org.hibernate.lob.SerializableClob
 
getAssignmentSpecifications() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getAssociatedClass() - Method in class org.hibernate.mapping.OneToMany
 
getAssociatedEntityName(CollectionType) - Method in class org.hibernate.hql.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.
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.
getAssumedUnsaved() - Method in class org.hibernate.event.def.AbstractSaveEventListener
 
getAssumedUnsaved() - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
getAssumedUnsaved() - Method in class org.hibernate.event.def.DefaultPersistEventListener
 
getASTFactory() - Method in class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
 
getASTNodeType(int) - Method in class org.hibernate.hql.ast.HqlASTFactory
Returns the class for a given token type (a.k.a.
getASTNodeType(int) - Method in class org.hibernate.hql.ast.SqlASTFactory
Returns the class for a given token type (a.k.a.
getASTPrinter() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getAuctions() - Method in class org.hibernate.auction.User
 
getAutoCloseSessionEnabled() - Method in class org.hibernate.jmx.HibernateService
 
getAutoCloseSessionEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is automatic Session closing enabled?
getAutoFlushEventListeners() - Method in class org.hibernate.event.EventListeners
 
getBaseForMappings() - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
getBaseForMappings() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
getBaseIndex() - Method in class org.hibernate.mapping.List
 
getBasicSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
Allows access to the basic Dialect.getSelectClauseNullString(int) implementation...
getBatcher() - Method in interface org.hibernate.engine.SessionImplementor
Get the prepared statement Batcher for this session
getBatcher() - Method in class org.hibernate.impl.SessionImpl
 
getBatcher() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getBatcher() - Method in class org.hibernate.jdbc.ConnectionManager
The batcher managed by this ConnectionManager.
getBatcherFactory() - Method in class org.hibernate.cfg.Settings
 
getBatcherFactory() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getBatchFetchQueue() - Method in interface org.hibernate.engine.PersistenceContext
Get the BatchFetchQueue, instantiating one if necessary.
getBatchFetchQueue() - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the BatchFetchQueue, instantiating one if necessary.
getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
getBatchSize() - Method in class org.hibernate.mapping.Collection
 
getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
 
getBatchSizes(int) - Static method in class org.hibernate.util.ArrayHelper
 
getBatchVersionedDataEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is JDBC batch update for versioned entities enabled?
getBatchVersionedDataEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getBidder() - Method in class org.hibernate.auction.Bid
 
getBids() - Method in class org.hibernate.auction.AuctionItem
 
getBids() - Method in class org.hibernate.auction.User
 
getBigDecimal(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getBigDecimal(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBigDecimal(String, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBigDecimal(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBigDecimal(int, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBigDecimal(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a big_decimal
getBigInteger(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getBigInteger(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a big_integer
getBinary(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getBinary(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a binary
getBinaryStream(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBinaryStream(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBinaryStream() - Method in class org.hibernate.lob.BlobImpl
 
getBinaryStream() - Method in class org.hibernate.lob.SerializableBlob
 
getBlob(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getBlob(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBlob(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBlob(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a blob
getBoolean(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getBoolean(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBoolean(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBoolean(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a boolean
getBoolean(String, Properties) - Static method in class org.hibernate.util.PropertiesHelper
Get a property value as a boolean.
getBoolean(String, Properties, boolean) - Static method in class org.hibernate.util.PropertiesHelper
Get a property value as a boolean.
getByte(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getByte(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getByte(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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.util.ClassDescriptor
The bytes making up the class' bytecode.
getBytes(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBytes(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getBytes(long, int) - Method in class org.hibernate.lob.BlobImpl
 
getBytes(long, int) - Method in class org.hibernate.lob.SerializableBlob
 
getCache() - Method in class org.hibernate.cache.AbstractJndiBoundCacheProvider
 
getCache() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Get the wrapped cache implementation
getCache() - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
getCache() - Method in class org.hibernate.cache.ReadOnlyCache
 
getCache() - Method in class org.hibernate.cache.ReadWriteCache
 
getCache() - Method in class org.hibernate.cache.TransactionalCache
 
getCacheable() - Method in class org.hibernate.impl.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() - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
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
 
getCacheDataDescription() - Method in class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
 
getCacheDataDescription() - Method in class org.hibernate.cache.jbc2.TransactionalDataRegionAdapter
getCacheDataDescription() - Method in interface org.hibernate.cache.TransactionalDataRegion
 
getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
 
getCachedDatabaseSnapshot(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
Retrieve the cached database snapshot for the requested entity key.
getCachedSize() - Method in class org.hibernate.collection.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 class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache structure
getCacheFactory() - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Getter for property 'cacheFactory'.
getCacheHitCount() - Method in class org.hibernate.stat.QueryStatistics
Queries retrieved successfully from the cache
getCacheInstance() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
getCacheInstanceManager() - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
getCacheMissCount() - Method in class org.hibernate.stat.QueryStatistics
 
getCacheMode(String) - Static method in class org.hibernate.cfg.HbmBinder
 
getCacheMode() - Method in class org.hibernate.engine.NamedQueryDefinition
 
getCacheMode() - Method in interface org.hibernate.engine.SessionImplementor
 
getCacheMode() - Method in class org.hibernate.impl.SessionImpl
 
getCacheMode() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getCacheMode() - Method in interface org.hibernate.Session
Get the current cache mode.
getCacheProvider() - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
getCacheProvider() - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
The cache provider to be tested.
getCacheProviderClass() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the second-level cache provider class name
getCacheProviderClass() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getCacheProviderConfig() - Method in interface org.hibernate.jmx.HibernateServiceMBean
For cache providers which support this setting, get the provider's specific configuration resource.
getCacheProviderConfig() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getCachePutCount() - Method in class org.hibernate.stat.QueryStatistics
 
getCacheRegion() - Method in class org.hibernate.engine.NamedQueryDefinition
 
getCacheRegion() - Method in class org.hibernate.engine.QueryParameters
 
getCacheRegion() - Method in class org.hibernate.impl.CriteriaImpl
 
getCacheRegionName() - Method in class org.hibernate.mapping.Collection
 
getCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getCacheRegionPrefix() - Method in class org.hibernate.cfg.Settings
 
getCacheRegionPrefix() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the cache region prefix
getCacheRegionPrefix() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getCalendar(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getCalendar(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a calendar or calendar_date
getCanonicalName() - Method in class org.hibernate.mapping.Column
 
getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in class org.hibernate.engine.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.mapping.Property
 
getCascadeAction() - Method in class org.hibernate.event.def.AbstractSaveEventListener
 
getCascadeAction() - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
getCascadeAction() - Method in class org.hibernate.event.def.DefaultPersistEventListener
 
getCascadeAction() - Method in class org.hibernate.event.def.DefaultPersistOnFlushEventListener
 
getCascadeAction() - Method in class org.hibernate.event.def.DefaultReplicateEventListener
 
getCascadeAction() - Method in class org.hibernate.event.def.DefaultSaveOrUpdateCopyEventListener
 
getCascadeAction() - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
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
The syntax for using cascade on constraints
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.PostgreSQLDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getCascadeLevel() - Method in interface org.hibernate.engine.PersistenceContext
How deep are we cascaded?
getCascadeLevel() - Method in class org.hibernate.engine.StatefulPersistenceContext
Do we already know that the entity does not exist in the database?
getCascadeStyle(String) - Static method in class org.hibernate.engine.CascadeStyle
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.StandardProperty
 
getCascadeStyle(int) - Method in interface org.hibernate.type.AbstractComponentType
 
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
 
getCascadeStyles() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getCascadingAction() - Method in class org.hibernate.event.def.AbstractFlushingEventListener
 
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.mapping.Table
 
getCatalog() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getCatalogName() - Method in class org.hibernate.cfg.Mappings
 
getCategoryName() - Method in class org.hibernate.stat.CategorizedStatistics
 
getCause() - Method in exception org.hibernate.bytecode.javassist.BulkAccessorException
Gets the cause of this throwable.
getCause(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
Introspects the Throwable to obtain the cause.
getCause(Throwable, String[]) - Static method in class org.hibernate.exception.ExceptionUtils
Introspects the Throwable to obtain the cause.
getCause() - Method in interface org.hibernate.exception.Nestable
Returns the reference to the exception or error that caused the exception implementing the Nestable to be thrown.
getCause() - Method in exception org.hibernate.exception.NestableException
 
getCause() - Method in exception org.hibernate.exception.NestableRuntimeException
 
getCfg() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
getChannelFactory() - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Getter for property 'channelFactory'.
getCharacter(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getCharacter(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a character
getCharacterStream(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getCharacterStream(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getCharacterStream() - Method in class org.hibernate.lob.ClobImpl
 
getCharacterStream() - Method in class org.hibernate.lob.SerializableClob
 
getCheckConstraint() - Method in class org.hibernate.mapping.Column
 
getCheckConstraintsIterator() - Method in class org.hibernate.mapping.Table
 
getChildrenNames(Cache, Fqn) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
 
getClass(String) - Method in class org.hibernate.cfg.Mappings
 
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.ast.tree.FromElement
 
getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
Given the bytecode of a java class, retrieve the descriptor for that class.
getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.CGLIBInstrumenter
 
getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.JavassistInstrumenter
 
getClassMapping(String) - Method in class org.hibernate.cfg.Configuration
Get the mapping for a particular entity
getClassMappings() - Method in class org.hibernate.cfg.Configuration
Iterate the entity mappings
getClassMetadata(Class) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getClassMetadata(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getClassMetadata(Class) - Method in class org.hibernate.jmx.SessionFactoryStub
 
getClassMetadata(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
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
Get the ClassMetadata associated with the given entity class
getClassMetadata(String) - Method in interface org.hibernate.SessionFactory
Get the ClassMetadata associated with the given entity name
getClassName(String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
getClassName(String, String) - Static method in class org.hibernate.cfg.HbmBinder
 
getClassName() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getClassName() - Method in class org.hibernate.mapping.PersistentClass
 
getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
Create class transformer for the class.
getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.CGLIBInstrumenter
 
getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.JavassistInstrumenter
 
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!).
getClob(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getClob(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getClob(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getClob(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a clob
getCloseStatementCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCloseStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were released
getCloseStatementCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getCollectedParameters() - Method in class org.hibernate.hql.ast.SqlGenerator
 
getCollectedParameterSpecifications() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
getCollection() - Method in class org.hibernate.action.CollectionAction
 
getCollection(String) - Method in class org.hibernate.cfg.Mappings
 
getCollection() - Method in class org.hibernate.engine.loading.LoadingCollectionEntry
 
getCollection(CollectionKey) - Method in interface org.hibernate.engine.PersistenceContext
Get the collection instance associated with the CollectionKey
getCollection(CollectionKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the collection instance associated with the CollectionKey
getCollection() - Method in class org.hibernate.event.AbstractCollectionEvent
 
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, EntityMode) - Method in class org.hibernate.engine.BatchFetchQueue
Get a batch of uninitialized collection keys for a given role
getCollectionCacheInstance() - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing collection data.
getCollectionCacheInstance() - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing collection data.
getCollectionCacheInstance() - Method in interface org.hibernate.cache.jbc2.CacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing collection data.
getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of collection instances associated with the session
getCollectionCount() - Method in class org.hibernate.stat.SessionStatisticsImpl
 
getCollectionElementColumns(String, String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Retrieves the column names corresponding to the collection elements for the given collection role.
getCollectionEntries() - Method in interface org.hibernate.engine.PersistenceContext
Get the mapping from collection instance to collection entry
getCollectionEntries() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
getCollectionEntry(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Get the collection entry for a persistent collection
getCollectionEntry(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the collection entry for a persistent collection
getCollectionEntryOrNull(Object) - Method in interface org.hibernate.engine.PersistenceContext
Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.
getCollectionEntryOrNull(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
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.jmx.StatisticsService
 
getCollectionFetchCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections fetched
getCollectionFetchCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getCollectionFetches() - Method in class org.hibernate.hql.ast.tree.FromClause
 
getCollectionFilterRole() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getCollectionFromElements() - Method in class org.hibernate.hql.ast.tree.SelectClause
 
getCollectionHolder(Object) - Method in interface org.hibernate.engine.PersistenceContext
Get the PersistentCollection object for an array
getCollectionHolder(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the PersistentCollection object for an array
getCollectionKeys() - Method in class org.hibernate.engine.QueryParameters
 
getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all CollectionKeys
getCollectionKeys() - Method in class org.hibernate.stat.SessionStatisticsImpl
 
getCollectionLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.LoadContexts
Get the CollectionLoadContext associated with the given ResultSet, creating one if needed.
getCollectionLoadCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections loaded
getCollectionLoadCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getCollectionMapping(String) - Method in class org.hibernate.cfg.Configuration
Get the mapping for a particular collection role
getCollectionMappings() - Method in class org.hibernate.cfg.Configuration
Iterate the collection mappings
getCollectionMetadata(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getCollectionMetadata(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
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 interface org.hibernate.engine.PersistenceContext
Get the entity that owns this persistent collection
getCollectionOwner(Serializable, CollectionPersister) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the entity that owns this persistent collection
getCollectionOwners() - Method in class org.hibernate.hql.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
 
getCollectionPersister(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get the persister object for a collection role.
getCollectionPersister(String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Locate the collection persister by the collection role.
getCollectionPersister(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getCollectionPersisterClass() - Method in class org.hibernate.mapping.Collection
 
getCollectionPersisters() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Overrides method from Loader
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
 
getCollectionRecreateCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionRecreateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections recreated
getCollectionRecreateCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getCollectionRemoveCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections removed
getCollectionRemoveCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getCollectionRole() - Method in class org.hibernate.engine.query.FilterQueryPlan
 
getCollectionRole() - Method in class org.hibernate.mapping.Backref
 
getCollectionRole() - Method in class org.hibernate.mapping.IndexBackref
 
getCollectionRoleNames() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionRoleNames() - Method in interface org.hibernate.stat.Statistics
Get the names of all collection roles
getCollectionRoleNames() - Method in class org.hibernate.stat.StatisticsImpl
Get the names of all collection roles
getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.engine.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.impl.SessionFactoryImpl
 
getCollectionsByKey() - Method in interface org.hibernate.engine.PersistenceContext
Get the mapping from collection key to collection instance
getCollectionsByKey() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
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.jmx.StatisticsService
 
getCollectionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Get collection statistics per role
getCollectionStatistics(String) - Method in class org.hibernate.stat.StatisticsImpl
Get collection statistics per role
getCollectionSubquery(Map) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
getCollectionSuffix() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getCollectionSuffixes() - Method in class org.hibernate.hql.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.mapping.Collection
 
getCollectionTableAlias() - Method in class org.hibernate.hql.ast.tree.FromElement
 
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
getCollectionUpdateCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections updated
getCollectionUpdateCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getColumn(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the names of the columns mapped by a property path, ignoring projection aliases
getColumn() - Method in class org.hibernate.hql.ast.tree.Node
 
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(Column) - Method in class org.hibernate.mapping.Table
Return the column which is identified by column provided as argument.
getColumn(int) - Method in class org.hibernate.mapping.Table
 
getColumnAlias() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryScalarReturn
 
getColumnAlias() - Method in class org.hibernate.loader.custom.ScalarReturn
 
getColumnAliases(int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.Distinct
 
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(String, int) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int) - 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
 
getColumnComment(String) - Method in class org.hibernate.dialect.Dialect
 
getColumnComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
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.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
 
getColumnMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getColumnNames() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
getColumnNames() - Method in class org.hibernate.hql.ast.tree.SelectClause
The column alias names being used in the generated SQL.
getColumnNames() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getColumnNames() - Method in interface org.hibernate.hql.QueryTranslator
Returns the column names in the generated SQL.
getColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getColumns() - Method in class org.hibernate.mapping.Constraint
 
getColumns() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
getColumns() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
 
getColumnSize() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getColumnSpan(Type) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Retreive the number of columns represented by this type.
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.type.AnyType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.BlobType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ClobType
 
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.NullableType
 
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.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
 
getComment() - Method in class org.hibernate.engine.NamedQueryDefinition
 
getComment() - Method in class org.hibernate.engine.QueryParameters
 
getComment() - Method in class org.hibernate.impl.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
 
getCommentsEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Are SQL comments enabled?
getCommentsEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getComparator() - Method in class org.hibernate.mapping.Collection
 
getComparator() - Method in class org.hibernate.type.AbstractBynaryType
 
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.IntegerType
 
getComparator() - Method in class org.hibernate.type.LongType
 
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.
getComparatorClassName() - Method in class org.hibernate.mapping.Collection
 
getComponentClass() - Method in class org.hibernate.mapping.Component
 
getComponentClassName() - Method in class org.hibernate.mapping.Component
 
getComponentValue(ComponentType, Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Extract a component property value.
getConcreteProxyClass(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getConcreteProxyClass(EntityMode) - 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.Dom4jEntityTuplizer
Returns the java class to which generated proxies will be typed.
getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Returns the java class to which generated proxies will be typed.
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
Returns the java class to which generated proxies will be typed.
getConcurrency() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getCondition() - Method in class org.hibernate.auction.AuctionItem
 
getConfigProperties(String) - Static method in class org.hibernate.util.ConfigHelper
Loads a properties instance based on the data at the incoming config location.
getConfigResourceKey() - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
For provider-specific configuration, the name of the property key the provider expects.
getConfigResourceLocation() - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
For provider-specific configuration, the resource location of that config resource.
getConfigStream(String) - Static method in class org.hibernate.util.ConfigHelper
Open an InputStream to the URL represented by the incoming path.
getConfigStreamReader(String) - Static method in class org.hibernate.util.ConfigHelper
Open an Reader to the URL represented by the incoming path.
getConfiguration() - Method in class org.hibernate.junit.functional.ExecutionEnvironment
 
getConfigurationInputStream(String) - Method in class org.hibernate.cfg.Configuration
Get the configuration file as an InputStream.
getConnectCount() - Method in class org.hibernate.jmx.StatisticsService
 
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)
getConnectCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getConnection() - Method in class org.hibernate.connection.C3P0ConnectionProvider
Grab a connection, with the autocommit mode specified by hibernate.connection.autocommit.
getConnection() - Method in interface org.hibernate.connection.ConnectionProvider
Grab a connection, with the autocommit mode specified by hibernate.connection.autocommit.
getConnection() - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
getConnection() - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
getConnection() - Method in class org.hibernate.connection.ProxoolConnectionProvider
Grab a connection
getConnection() - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
getConnection() - Method in class org.hibernate.jdbc.ConnectionManager
Retrieves the connection currently managed by this ConnectionManager.
getConnection() - Method in class org.hibernate.test.tm.ConnectionProviderImpl
 
getConnectionManager() - Method in class org.hibernate.jdbc.JDBCContext
 
getConnectionProperties(Properties) - Static method in class org.hibernate.connection.ConnectionProviderFactory
Transform JDBC connection properties.
getConnectionProvider() - Method in class org.hibernate.cfg.Settings
 
getConnectionProvider() - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get the connection provider
getConnectionProvider() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getConnectionReleaseMode() - Method in class org.hibernate.cfg.Settings
 
getConnectionReleaseMode() - Method in class org.hibernate.context.JTASessionContext
Mainly for subclass usage.
getConnectionReleaseMode() - Method in class org.hibernate.context.ThreadLocalSessionContext
Mainly for subclass usage.
getConnectionReleaseMode() - Method in class org.hibernate.impl.SessionImpl
 
getConnectionReleaseMode() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getConnectionReleaseMode() - Method in interface org.hibernate.jdbc.JDBCContext.Context
 
getConstantName(Class, int) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Deprecated. Use #getTokenTypeName instead
getConstantValue(String) - Static method in class org.hibernate.util.ReflectHelper
Resolve a constant to its actual value.
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 contraint 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.ast.tree.ConstructorNode
 
getConstructor() - Method in class org.hibernate.hql.ast.tree.SelectClause
The constructor to use for dynamic instantiation queries.
getConstructor(Class, Type[]) - Static method in class org.hibernate.util.ReflectHelper
Retrieve a constructor for the given class, with arguments matching the specified Hibernate mapping types.
getConstructorArgumentTypeList() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.SessionImplementor
Return the identifier of the persistent object, or null if not associated with the session
getContextEntityIdentifier(Object) - Method in class org.hibernate.impl.SessionImpl
Get the id value for an object that is actually associated with the session.
getContextEntityIdentifier(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
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
 
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)
getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
Slight variation on Dialect.getCreateTableString().
getCreateMultisetTableString() - Method in class org.hibernate.dialect.TeradataDialect
 
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
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
The syntax used to create a sequence, if sequences are supported.
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
The syntax used to create a sequence.
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.PostgreSQLDialect
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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.TimesTenDialect
 
getCreateSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
Deprecated. Use Dialect.getCreateSequenceString(String, int, int) instead
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.
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Dialect
Get any fragments needing to be postfixed to the command for temporary table creation.
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.IngresDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.SAPDBDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Dialect
Command used to create a temporary table.
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.H2Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.IngresDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.MySQLDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCriteria() - Method in class org.hibernate.impl.CriteriaImpl.CriterionEntry
 
getCriteria() - Method in class org.hibernate.impl.CriteriaImpl.OrderEntry
 
getCriteria(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getCriterion() - Method in class org.hibernate.impl.CriteriaImpl.CriterionEntry
 
getCurrentClauseType() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
getCurrentFromClause() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getCurrentKey() - Method in class org.hibernate.engine.CollectionEntry
This is only available late during the flush cycle
getCurrentLockMode(Object) - Method in class org.hibernate.impl.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.CollectionEntry
 
getCurrentRow() - Method in class org.hibernate.impl.AbstractScrollableResults
 
getCurrentRow() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
 
getCurrentRow() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
getCurrentSession() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getCurrentSession() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getCurrentSession() - Method in interface org.hibernate.SessionFactory
Obtains the current session.
getCurrentStatementType() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
getCurrentTimestampCallString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getCurrentTimestampCallString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
Retrieve the command used to retrieve the current timestammp from the database.
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InformixDialect
 
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.PostgreSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SQLServerDialect
 
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.IngresDialect
Expression for current_timestamp
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
 
getCurrentTopLevelClauseType() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
getCurrentTransaction() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
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.
getCursorName() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getCustomListeners() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getCustomQuery() - Method in class org.hibernate.engine.query.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
 
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.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
 
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.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
 
getData() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getData() - Method in class org.hibernate.tuple.ElementWrapper
 
getDatabaseSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.PersistenceContext
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 class org.hibernate.engine.StatefulPersistenceContext
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.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.connection.DatasourceConnectionProvider
 
getDatasource() - Method in class org.hibernate.jmx.HibernateService
 
getDatasource() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name of the datasource to use in this SessionFactory
getDataType() - Method in class org.hibernate.hql.ast.tree.AggregateNode
 
getDataType() - Method in class org.hibernate.hql.ast.tree.BetweenOperatorNode
 
getDataType() - Method in class org.hibernate.hql.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.ast.tree.BinaryLogicOperatorNode
 
getDataType() - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
 
getDataType() - Method in class org.hibernate.hql.ast.tree.Case2Node
 
getDataType() - Method in class org.hibernate.hql.ast.tree.CaseNode
 
getDataType() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
Deprecated. (tell clover to ignore this method)
getDataType() - Method in class org.hibernate.hql.ast.tree.CountNode
 
getDataType() - Method in class org.hibernate.hql.ast.tree.DotNode
 
getDataType() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getDataType() - Method in class org.hibernate.hql.ast.tree.IdentNode
 
getDataType() - Method in class org.hibernate.hql.ast.tree.LiteralNode
 
getDataType() - Method in interface org.hibernate.hql.ast.tree.OperatorNode
Retrieves the data type for the overall operator expression.
getDataType() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
getDataType() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
Returns the data type of the select expression.
getDataType() - Method in class org.hibernate.hql.ast.tree.SqlNode
 
getDataType() - Method in class org.hibernate.hql.ast.tree.UnaryArithmeticNode
 
getDataType() - Method in class org.hibernate.hql.ast.tree.UnaryLogicOperatorNode
 
getDate(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getDate(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getDate(String, Calendar) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getDate(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getDate(int, Calendar) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getDate(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a date, time or timestamp
getDate() - Method in class org.hibernate.tutorial.domain.Event
 
getDatetime() - Method in class org.hibernate.auction.Bid
 
getDebugString(AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Returns the 'list' representation with some brackets around it for debugging.
getDecimalDigits() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getDefaultAccess() - Method in class org.hibernate.cfg.Mappings
 
getDefaultBatchFetchSize() - Method in class org.hibernate.cfg.Settings
 
getDefaultCascade() - Method in class org.hibernate.cfg.Mappings
 
getDefaultCatalog() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the default catalog
getDefaultCatalog() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getDefaultCatalogName() - Method in class org.hibernate.cfg.Settings
 
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
 
getDefaultConstructor(Class) - Static method in class org.hibernate.util.ReflectHelper
Retrieve the default (no arg) constructor from the given class.
getDefaultEntityMode() - Method in class org.hibernate.cfg.Settings
 
getDefaultFilterCondition() - Method in class org.hibernate.engine.FilterDefinition
 
getDefaultPackage() - Method in class org.hibernate.cfg.Mappings
 
getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
Retrieve a set of default Hibernate properties for this database.
getDefaultReleaseMode() - Method in class org.hibernate.transaction.CMTTransactionFactory
 
getDefaultReleaseMode() - Method in class org.hibernate.transaction.JDBCTransactionFactory
Get the default connection release mode.
getDefaultReleaseMode() - Method in class org.hibernate.transaction.JTATransactionFactory
Get the default connection release mode.
getDefaultReleaseMode() - Method in interface org.hibernate.transaction.TransactionFactory
Get the default connection release mode.
getDefaultSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the default schema
getDefaultSchema() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getDefaultSchemaName() - Method in class org.hibernate.cfg.Settings
 
getDefaultValue(Serializable) - Method in class org.hibernate.engine.IdentifierValue
 
getDefaultValue(Object) - Method in class org.hibernate.engine.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.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.PrimitiveType
 
getDefaultValue() - Method in class org.hibernate.type.ShortType
 
getDefinedFilterNames() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getDefinedFilterNames() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
Obtain a set of the names of all filters defined on this SessionFactory.
getDelayedEntityKey() - Method in class org.hibernate.action.EntityIdentityInsertAction
 
getDeleteAllCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCount() - Method in class org.hibernate.stat.EntityStatistics
 
getDeletedState() - Method in class org.hibernate.engine.EntityEntry
 
getDeletedState() - Method in class org.hibernate.event.PostDeleteEvent
 
getDeletedState() - Method in class org.hibernate.event.PreDeleteEvent
Getter for property 'deletedState'.
getDeleteEventListeners() - Method in class org.hibernate.event.EventListeners
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentArrayHolder
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentBag
 
getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.PersistentCollection
Get all the elements that need deleting
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentElementHolder
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentList
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentMap
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentSet
 
getDelimiter() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
getDescription() - Method in class org.hibernate.auction.AuctionInfo
 
getDescription() - Method in class org.hibernate.auction.AuctionItem
 
getDescription() - Method in class org.hibernate.test.cache.Item
 
getDestinations() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getDialect() - Method in class org.hibernate.cfg.Settings
 
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 interface org.hibernate.engine.SessionFactoryImplementor
Get the SQL dialect.
getDialect() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getDialect() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name of the dialect class to use in this SessionFactory
getDialect() - Method in class org.hibernate.junit.functional.ExecutionEnvironment
 
getDialect() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
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 class org.hibernate.util.ExternalSessionFactoryConfig
 
getDialectScopes() - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
getDirtyCheckEventListeners() - Method in class org.hibernate.event.EventListeners
 
getDirtyProperties() - Method in class org.hibernate.event.FlushEntityEvent
 
getDisassembledState() - Method in class org.hibernate.cache.entry.CacheEntry
 
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(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
 
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 interface org.hibernate.persister.entity.Loadable
 
getDiscriminatorColumnName() - 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
 
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.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
 
getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
 
getDisplayText() - Method in class org.hibernate.hql.ast.tree.AbstractStatement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
 
getDisplayText() - Method in interface org.hibernate.hql.ast.tree.DisplayableNode
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.ast.tree.DotNode
 
getDisplayText() - Method in class org.hibernate.hql.ast.tree.FromClause
 
getDisplayText() - Method in class org.hibernate.hql.ast.tree.FromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
getDisplayText() - Method in class org.hibernate.hql.ast.tree.IdentNode
 
getDisplayText() - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.ast.tree.IntoClause
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.ast.tree.MethodNode
 
getDisplayText() - Method in class org.hibernate.hql.ast.tree.ParameterNode
 
getDisplayText() - Method in interface org.hibernate.hql.ast.util.DisplayableNode
Returns additional display text for the AST node.
getDocument() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getDocument() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getDocument() - Method in class org.hibernate.tuple.ElementWrapper
 
getDom4jPropertyAccessor(String, Type, SessionFactoryImplementor) - Static method in class org.hibernate.property.PropertyAccessorFactory
 
getDontFlushFromFind() - Method in interface org.hibernate.engine.SessionImplementor
 
getDontFlushFromFind() - Method in class org.hibernate.impl.SessionImpl
 
getDontFlushFromFind() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getDouble(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getDouble(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getDouble(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getDouble(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a double
getDropForeignKeyString() - Method in class org.hibernate.dialect.Dialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
 
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
The syntax used to drop a sequence, if sequences are supported.
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
The syntax used to drop sequences
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.PostgreSQLDialect
 
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.TimesTenDialect
 
getDropSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
The multiline script used to drop a sequence.
getDynamicMapPropertyAccessor() - Static method in class org.hibernate.property.PropertyAccessorFactory
 
getElement(Object) - Method in class org.hibernate.collection.PersistentArrayHolder
 
getElement(Object) - Method in class org.hibernate.collection.PersistentBag
 
getElement(Object) - Method in interface org.hibernate.collection.PersistentCollection
Get the value of the given collection entry
getElement(Object) - Method in class org.hibernate.collection.PersistentElementHolder
 
getElement(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
getElement(Object) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
getElement(Object) - Method in class org.hibernate.collection.PersistentList
 
getElement(Object) - Method in class org.hibernate.collection.PersistentMap
 
getElement(Object) - Method in class org.hibernate.collection.PersistentSet
 
getElement() - Method in class org.hibernate.mapping.Collection
 
getElement() - Method in class org.hibernate.proxy.dom4j.Dom4jLazyInitializer
 
getElement() - Method in class org.hibernate.tuple.ElementWrapper
 
getElementAssociationType(CollectionType) - Method in class org.hibernate.hql.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.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
 
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)
getElementCountInMemory() - Method in interface org.hibernate.cache.Cache
Deprecated. The count of entries currently contained in the regions in-memory store.
getElementCountInMemory() - Method in class org.hibernate.cache.EhCache
 
getElementCountInMemory() - Method in class org.hibernate.cache.HashtableCache
 
getElementCountInMemory() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
getElementCountInMemory() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
getElementCountInMemory() - Method in class org.hibernate.cache.OptimisticTreeCache
 
getElementCountInMemory() - Method in class org.hibernate.cache.OSCache
 
getElementCountInMemory() - Method in interface org.hibernate.cache.Region
The count of entries currently contained in the regions in-memory store.
getElementCountInMemory() - Method in class org.hibernate.cache.SwarmCache
 
getElementCountInMemory() - Method in class org.hibernate.cache.TreeCache
 
getElementCountInMemory() - Method in class org.hibernate.stat.SecondLevelCacheStatistics
 
getElementCountOnDisk() - Method in interface org.hibernate.cache.Cache
Deprecated. The count of entries currently contained in the regions disk store.
getElementCountOnDisk() - Method in class org.hibernate.cache.EhCache
 
getElementCountOnDisk() - Method in class org.hibernate.cache.HashtableCache
 
getElementCountOnDisk() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
getElementCountOnDisk() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
getElementCountOnDisk() - Method in class org.hibernate.cache.OptimisticTreeCache
 
getElementCountOnDisk() - Method in class org.hibernate.cache.OSCache
 
getElementCountOnDisk() - Method in interface org.hibernate.cache.Region
The count of entries currently contained in the regions disk store.
getElementCountOnDisk() - Method in class org.hibernate.cache.SwarmCache
 
getElementCountOnDisk() - Method in class org.hibernate.cache.TreeCache
 
getElementCountOnDisk() - Method in class org.hibernate.stat.SecondLevelCacheStatistics
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
 
getElementNodeName() - Method in class org.hibernate.mapping.Collection
 
getElementNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
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).
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
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
getEmail() - Method in class org.hibernate.auction.User
 
getEmailAddresses() - Method in class org.hibernate.tutorial.domain.Person
 
getEmbeddedParameters() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getEmbeddedParameters() - Method in interface org.hibernate.hql.ast.tree.ParameterContainer
Deprecated. Retrieve all embedded parameter specifications.
getEmbeddedParameters() - Method in class org.hibernate.hql.ast.tree.SqlFragment
 
getEnabledFilter(String) - Method in class org.hibernate.impl.SessionImpl
 
getEnabledFilter(String) - Method in interface org.hibernate.Session
Retrieve a currently enabled filter by name.
getEnabledFilterNames() - Method in class org.hibernate.engine.query.HQLQueryPlan
 
getEnabledFilters() - Method in interface org.hibernate.engine.SessionImplementor
Return the currently enabled filters.
getEnabledFilters() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getEnabledFilters() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
getEnabledFilters() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getEnabledFilters() - Method in interface org.hibernate.hql.QueryTranslator
Returns the filters enabled for this query translator.
getEnabledFilters() - Method in class org.hibernate.impl.SessionImpl
 
getEnabledFilters() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getEnabledFilters() - Method in class org.hibernate.loader.JoinWalker
 
getEnabledFilters() - Method in class org.hibernate.loader.OuterJoinLoader
 
getEnds() - Method in class org.hibernate.auction.AuctionInfo
 
getEnds() - Method in class org.hibernate.auction.AuctionItem
 
getEnlistedConnection() - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
getEntitiesByKey() - Method in interface org.hibernate.engine.PersistenceContext
Get the mapping from key value to entity instance
getEntitiesByKey() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
getEntity(String, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
getEntity(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
Get the entity instance associated with the given EntityKey
getEntity(EntityUniqueKey) - Method in interface org.hibernate.engine.PersistenceContext
Get an entity cached by unique key
getEntity(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the entity instance associated with the given EntityKey
getEntity(EntityUniqueKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get an entity cached by unique key
getEntity() - Method in class org.hibernate.event.AbstractPreDatabaseOperationEvent
Retrieves the entity involved in the database operation.
getEntity() - Method in class org.hibernate.event.FlushEntityEvent
 
getEntity() - Method in class org.hibernate.event.MergeEvent
 
getEntity() - Method in class org.hibernate.event.PostDeleteEvent
 
getEntity() - Method in class org.hibernate.event.PostInsertEvent
 
getEntity() - Method in class org.hibernate.event.PostLoadEvent
 
getEntity() - Method in class org.hibernate.event.PostUpdateEvent
 
getEntity() - Method in class org.hibernate.event.PreLoadEvent
 
getEntity() - Method in class org.hibernate.event.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
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
getEntityBatch(EntityPersister, Serializable, int, EntityMode) - Method in class org.hibernate.engine.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.
getEntityCacheInstance() - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing entity data.
getEntityCacheInstance() - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing entity data.
getEntityCacheInstance() - Method in interface org.hibernate.cache.jbc2.CacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing entity data.
getEntityClassName() - Method in class org.hibernate.event.LoadEvent
 
getEntityCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of entity instances associated with the session
getEntityCount() - Method in class org.hibernate.stat.SessionStatisticsImpl
 
getEntityDeleteCount() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity deletes
getEntityDeleteCount() - Method in class org.hibernate.stat.StatisticsImpl
 
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.
getEntityEntries() - Method in interface org.hibernate.engine.PersistenceContext
Get the mapping from entity instance to entity entry
getEntityEntries() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
getEntityEntry() - Method in class org.hibernate.event.FlushEntityEvent
 
getEntityFetchCount() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityFetchCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity fetchs
getEntityFetchCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getEntityId() - Method in class org.hibernate.event.LoadEvent
 
getEntityIdentifierIfNotUnsaved(String, Object, SessionImplementor) - Static method in class org.hibernate.engine.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.
getEntityInsertCount() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity inserts
getEntityInsertCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all EntityKeys
getEntityKeys() - Method in class org.hibernate.stat.SessionStatisticsImpl
 
getEntityLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.LoadContexts
 
getEntityLoadCount() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityLoadCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity loads
getEntityLoadCount() - Method in class org.hibernate.stat.StatisticsImpl
 
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 interface org.hibernate.engine.SessionImplementor
 
getEntityMode() - Method in class org.hibernate.impl.SessionImpl
 
getEntityMode() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getEntityMode() - Method in interface org.hibernate.Session
Retrieve the entity mode in effect for this session.
getEntityMode() - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Return the entity-mode handled by this tuplizer instance.
getEntityMode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Return the entity-mode handled by this tuplizer instance.
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
Return the entity-mode handled by this tuplizer instance.
getEntityName() - Method in class org.hibernate.action.EntityAction
entity name accessor
getEntityName(Element, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
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.EntityEntry
 
getEntityName() - Method in class org.hibernate.engine.EntityKey
 
getEntityName() - Method in class org.hibernate.engine.EntityUniqueKey
 
getEntityName() - Method in class org.hibernate.event.DeleteEvent
 
getEntityName() - Method in class org.hibernate.event.LockEvent
 
getEntityName() - Method in class org.hibernate.event.MergeEvent
 
getEntityName() - Method in class org.hibernate.event.PersistEvent
 
getEntityName() - Method in class org.hibernate.event.ReplicateEvent
 
getEntityName() - Method in class org.hibernate.event.SaveOrUpdateEvent
 
getEntityName() - Method in class org.hibernate.hql.ast.tree.IntoClause
 
getEntityName(Object) - Method in class org.hibernate.impl.SessionImpl
 
getEntityName() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
getEntityName(Object) - Method in interface org.hibernate.Interceptor
Get the entity name for a persistent or transient instance
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.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 exception org.hibernate.PropertyValueException
 
getEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
The entity-name of the entity our owning proxy represents.
getEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
The entity-name of the entity our owning proxy represents.
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 exception org.hibernate.UnresolvableObjectException
 
getEntityName() - Method in exception org.hibernate.WrongClassException
 
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Get any EntityNameResolvers associated with this Tuplizer.
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Get any EntityNameResolvers associated with this Tuplizer.
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
Get any EntityNameResolvers associated with this Tuplizer.
getEntityNames() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityNames() - Method in interface org.hibernate.stat.Statistics
Get the names of all entities
getEntityNames() - Method in class org.hibernate.stat.StatisticsImpl
Get the names of all entities
getEntityNotFoundDelegate() - Method in class org.hibernate.cfg.Configuration
Retrieve the user-supplied delegate to handle non-existent entity scenarios.
getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.SessionFactoryImplementor
 
getEntityNotFoundDelegate() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getEntityOrClassName() - Method in class org.hibernate.impl.CriteriaImpl
 
getEntityOrRoleName() - Method in class org.hibernate.cache.CacheKey
 
getEntityPersister(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get the persister for the named entity
getEntityPersister(String, Object) - Method in interface org.hibernate.engine.SessionImplementor
Get the EntityPersister for any instance
getEntityPersister() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getEntityPersister(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getEntityPersister(String, Object) - Method in class org.hibernate.impl.SessionImpl
 
getEntityPersister(String, Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.RootClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.Subclass
 
getEntityPersisters() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Persisters for the return values of a find() style query.
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
 
getEntityResolver() - Method in class org.hibernate.cfg.Configuration
 
getEntityState(Object, String, EntityEntry, SessionImplementor) - Method in class org.hibernate.event.def.AbstractSaveEventListener
Determine whether the entity is persistent, detached, or transient
getEntityStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
 
getEntityStatistics(String) - Method in interface org.hibernate.stat.Statistics
find entity statistics per name
getEntityStatistics(String) - Method in class org.hibernate.stat.StatisticsImpl
find entity statistics per name
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Configuration
 
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Settings
 
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
 
getEntityUpdateCount() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityUpdateCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity updates
getEntityUpdateCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getEntityUsingInterceptor(EntityKey) - Method in interface org.hibernate.engine.SessionImplementor
Get the entity instance associated with the given Key, calling the Interceptor if necessary
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.impl.SessionImpl
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.impl.StatelessSessionImpl
 
getEntries() - Method in class org.hibernate.stat.SecondLevelCacheStatistics
 
getEntry(Object) - Method in interface org.hibernate.engine.PersistenceContext
Retreive the EntityEntry representation of the given entity.
getEntry(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Retreive the EntityEntry representation of the given entity.
getEntry() - Method in class org.hibernate.event.SaveOrUpdateEvent
 
getEnvironment() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
getErrorCode() - Method in exception org.hibernate.JDBCException
Get the errorCode of the underlying SQLException.
getErrorCount() - Method in class org.hibernate.hql.ast.ErrorCounter
 
getErrorCount() - Method in interface org.hibernate.hql.ast.ParseErrorHandler
 
getEventListeners() - Method in class org.hibernate.cfg.Configuration
 
getEventListeners() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getEvents() - Method in class org.hibernate.tutorial.domain.Person
 
getEvictEventListeners() - Method in class org.hibernate.event.EventListeners
 
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.
getExcludedPropertyNames() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
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.stat.QueryStatistics
average time in ms taken by the excution of this query onto the DB
getExecutionCount() - Method in class org.hibernate.stat.QueryStatistics
queries executed to the DB
getExecutionMaxTime() - Method in class org.hibernate.stat.QueryStatistics
max time in ms taken by the excution of this query onto the DB
getExecutionMinTime() - Method in class org.hibernate.stat.QueryStatistics
min time in ms taken by the excution of this query onto the DB
getExecutionRowCount() - Method in class org.hibernate.stat.QueryStatistics
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
getExpansionConnectorText() - Method in class org.hibernate.hql.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.ast.tree.IsNotNullLogicOperatorNode
 
getExpansionConnectorText() - Method in class org.hibernate.hql.ast.tree.IsNullLogicOperatorNode
 
getExpansionConnectorType() - Method in class org.hibernate.hql.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.ast.tree.IsNotNullLogicOperatorNode
 
getExpansionConnectorType() - Method in class org.hibernate.hql.ast.tree.IsNullLogicOperatorNode
 
getExpectedRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getExpectedType() - Method in class org.hibernate.engine.query.NamedParameterDescriptor
 
getExpectedType() - Method in class org.hibernate.engine.query.OrdinalParameterDescriptor
 
getExpectedType() - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl.ParameterInfo
 
getExpectedType() - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
 
getExpectedType() - Method in interface org.hibernate.hql.ast.tree.ExpectedTypeAwareNode
 
getExpectedType() - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
 
getExpectedType() - Method in class org.hibernate.hql.ast.tree.ParameterNode
 
getExpectedType() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
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.CollectionFilterKeyParameterSpecification
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.DynamicFilterParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
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
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExplicitFromElements() - Method in class org.hibernate.hql.ast.tree.FromClause
 
getExplicitName() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getExtendsNeeded(Document, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
For the given document, locate all extends attributes which refer to entities (entity-name or class-name) not defined within said document.
getExtraProperties() - Method in class org.hibernate.jmx.HibernateService
 
getExtraProperties() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getFactory() - Method in class org.hibernate.context.ThreadLocalSessionContext
Getter for property 'factory'.
getFactory() - Method in interface org.hibernate.criterion.CriteriaQuery
 
getFactory() - Method in interface org.hibernate.engine.SessionImplementor
Get the creating SessionFactoryImplementor
getFactory() - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
getFactory() - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Get a handle to the encapsulated SessionFactory.
getFactory() - Method in class org.hibernate.impl.AbstractSessionImpl
 
getFactory() - Method in class org.hibernate.jdbc.AbstractBatcher
 
getFactory() - Method in class org.hibernate.jdbc.ConnectionManager
The session factory.
getFactory() - Method in class org.hibernate.jdbc.JDBCContext
 
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.persister.collection.AbstractCollectionPersister
 
getFactory() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
Return the SessionFactory to which this persister "belongs".
getFactory() - Method in interface org.hibernate.transaction.TransactionFactory.Context
 
getFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getFalseString() - Method in class org.hibernate.type.CharBooleanType
 
getFalseString() - Method in class org.hibernate.type.TrueFalseType
 
getFalseString() - Method in class org.hibernate.type.YesNoType
 
getFetchCount() - Method in class org.hibernate.stat.CollectionStatistics
 
getFetchCount() - Method in class org.hibernate.stat.EntityStatistics
 
getFetchDirection() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getFetchMode(String) - Method in class org.hibernate.impl.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.StandardProperty
 
getFetchMode(int) - Method in interface org.hibernate.type.AbstractComponentType
 
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
 
getFetchProfile() - Method in interface org.hibernate.engine.SessionImplementor
 
getFetchProfile() - Method in class org.hibernate.impl.SessionImpl
 
getFetchProfile() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getFetchSize() - Method in class org.hibernate.engine.NamedQueryDefinition
 
getFetchSize() - Method in class org.hibernate.engine.RowSelection
 
getFetchSize() - Method in class org.hibernate.impl.CriteriaImpl
 
getFetchSize() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getFieldHandler() - Method in interface org.hibernate.bytecode.javassist.FieldHandled
Access to the current field interception handler.
getFieldTransformer(ClassFile) - Method in class org.hibernate.bytecode.javassist.JavassistClassTransformer
 
getFilename() - Method in class org.hibernate.hql.ast.tree.Node
 
getFilterDefinition(String) - Method in class org.hibernate.cfg.Mappings
 
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.impl.FilterImpl
 
getFilterDefinition(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getFilterDefinition(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
Obtain the definition of a filter by name.
getFilterDefinitions() - Method in class org.hibernate.cfg.Configuration
 
getFilterDefinitions() - Method in class org.hibernate.cfg.Mappings
 
getFilteredPositionalParameterTypes() - Method in class org.hibernate.engine.QueryParameters
 
getFilteredPositionalParameterValues() - Method in class org.hibernate.engine.QueryParameters
 
getFilteredSQL() - Method in class org.hibernate.engine.QueryParameters
 
getFilterMap() - Method in class org.hibernate.mapping.Collection
 
getFilterMap() - Method in interface org.hibernate.mapping.Filterable
 
getFilterMap() - Method in class org.hibernate.mapping.PersistentClass
 
getFilterMap() - Method in class org.hibernate.mapping.Subclass
 
getFilterName() - Method in class org.hibernate.engine.FilterDefinition
Get the name of the filter this configuration defines.
getFilterParameterType(String) - Method in interface org.hibernate.engine.SessionImplementor
Retreive the type for a given filter parrameter.
getFilterParameterType(String) - Method in class org.hibernate.impl.SessionImpl
 
getFilterParameterType(String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
getFilterParameterValue(String) - Method in interface org.hibernate.engine.SessionImplementor
Retreive the currently set value for a filter parameter.
getFilterParameterValue(String) - Method in class org.hibernate.impl.SessionImpl
 
getFilterParameterValue(String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
getFilterQueryPlan(String, String, boolean, Map) - Method in class org.hibernate.engine.query.QueryPlanCache
 
getFinal(int, Type) - Method in class org.hibernate.impl.AbstractScrollableResults
Check that the requested type is compatible with the result type, and return the column value.
getFinalFromClause() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getFirstName() - Method in class org.hibernate.auction.Name
 
getFirstname() - Method in class org.hibernate.tutorial.domain.Person
 
getFirstResult() - Method in class org.hibernate.impl.CriteriaImpl
 
getFirstRow() - Method in class org.hibernate.engine.RowSelection
 
getFirstSelectExpression() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
getFirstSelectExpression() - Method in class org.hibernate.hql.ast.tree.SelectClause
 
getFirstSelectExpression() - Method in class org.hibernate.hql.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.ast.tree.BetweenOperatorNode
 
getFloat(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getFloat(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getFloat(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getFloat(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a float
getFlushBeforeCompletionEnabled() - Method in class org.hibernate.jmx.HibernateService
 
getFlushBeforeCompletionEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is automatic Session flusing enabled?
getFlushCount() - Method in class org.hibernate.jmx.StatisticsService
 
getFlushCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of flush executed by sessions (either implicit or explicit)
getFlushCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getFlushEntityEventListeners() - Method in class org.hibernate.event.EventListeners
 
getFlushEventListeners() - Method in class org.hibernate.event.EventListeners
 
getFlushMode(String) - Static method in class org.hibernate.cfg.HbmBinder
 
getFlushMode() - Method in class org.hibernate.engine.NamedQueryDefinition
 
getFlushMode() - Method in interface org.hibernate.engine.SessionImplementor
 
getFlushMode() - Method in class org.hibernate.impl.SessionImpl
 
getFlushMode() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getFlushMode() - Method in interface org.hibernate.Session
Get the current flush mode for this session.
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
 
getForeignKeyIterator() - Method in class org.hibernate.mapping.Table
 
getForeignKeyMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
 
getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
Returns the foreignKeyType.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
 
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
 
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
 
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
 
getForInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.property.Getter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
 
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.MapAccessor.MapGetter
 
getFormatter() - Method in class org.hibernate.jdbc.util.FormatStyle
 
getFormula() - Method in class org.hibernate.mapping.Formula
 
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.  
getForUpdateString() - Method in class org.hibernate.dialect.DB2Dialect
 
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() - Method in class org.hibernate.dialect.FrontBaseDialect
Does this dialect support the FOR UPDATE syntax.
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(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.PointbaseDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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.TeradataDialect
Does this dialect support the FOR UPDATE syntax?
getForUpdateString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getFreshTimestamp() - Method in class org.hibernate.cache.ReadWriteCache.Item
The timestamp on the cached data
getFromClause() - Method in class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
 
getFromClause() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getFromClause() - Method in interface org.hibernate.hql.ast.tree.RestrictableStatement
Retreives the from-clause in effect for this statement.
getFromElement() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
 
getFromElement() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
getFromElement(String) - Method in class org.hibernate.hql.ast.tree.FromClause
Retreives the from-element represented by the given alias.
getFromElement() - Method in class org.hibernate.hql.ast.tree.FromClause
 
getFromElement() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
getFromElement() - Method in class org.hibernate.hql.ast.tree.MethodNode
 
getFromElement() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
getFromElement() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
Returns the FROM element that this expression refers to.
getFromElement() - Method in class org.hibernate.hql.ast.tree.SqlFragment
 
getFromElements() - Method in class org.hibernate.hql.ast.tree.FromClause
Returns the list of from elements in order.
getFromElementsForLoad() - Method in class org.hibernate.hql.ast.tree.SelectClause
FromElements which need to be accounted for in the load phase (either for return or for fetch).
getFromPart() - Method in class org.hibernate.engine.JoinSequence
 
getFullStackTrace(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
A way to get the entire nested stack-trace of an throwable.
getFunctions() - Method in class org.hibernate.dialect.Dialect
Retrieves a map of the dialect's registered fucntions (functionName => SQLFunction).
getGeneratedId() - Method in class org.hibernate.action.EntityIdentityInsertAction
 
getGeneratedIdentity(ResultSet, Type) - Static method in class org.hibernate.id.IdentifierGeneratorFactory
Get the generated identifier when using identity columns
getGeneration() - Method in class org.hibernate.mapping.Property
 
getGetGeneratedKeysEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is use of JDBC3 getGeneratedKeys() enabled?
getGetGeneratedKeysEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getGetter(Class) - Method in class org.hibernate.mapping.Property
 
getGetter(Class, String) - Method in class org.hibernate.property.BackrefPropertyAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Method in class org.hibernate.property.BasicPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.ChainedPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.DirectPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.Dom4jAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Method in class org.hibernate.property.EmbeddedPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.IndexPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.MapAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.NoopAccessor
 
getGetter(Class, String) - Method in interface org.hibernate.property.PropertyAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Static method in class org.hibernate.util.ReflectHelper
Directly retrieve the Getter reference via the BasicPropertyAccessor.
getGetters() - Method in class org.hibernate.bytecode.javassist.BulkAccessor
Returns the setter names of properties.
getGroupBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.AbstractBynaryType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.AdaptedImmutableType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.BigDecimalType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.BigIntegerType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.BlobType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.CalendarDateType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.CalendarType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.ClobType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.CollectionType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.CompositeCustomType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.CustomType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.DateType
 
getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Get a hashcode, consistent with persistence "equality"
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.SerializableType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.TimestampType
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.TimeType
 
getHashCode(Object, EntityMode) - Method in interface org.hibernate.type.Type
Get a hashcode, consistent with persistence "equality"
getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Get a hashcode, consistent with persistence "equality"
getHibernateLazyInitializer() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getHibernateLazyInitializer() - Method in interface org.hibernate.proxy.HibernateProxy
Get the underlying lazy initialization handler.
getHibernateLazyInitializer() - Method in class org.hibernate.proxy.map.MapProxy
 
getHibernateTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the Hibernate Type associated with th given Types typecode.
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.
getHighOperand() - Method in class org.hibernate.hql.ast.tree.BetweenOperatorNode
 
getHitCount() - Method in class org.hibernate.stat.SecondLevelCacheStatistics
 
getHiTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique down to millisecond
getHiValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
Getter for property 'hiValue'.
getHolderClass() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getHolderInstantiator(ResultTransformer, ResultTransformer, String[]) - Static method in class org.hibernate.hql.HolderInstantiator
 
getHolderInstantiator() - Method in class org.hibernate.impl.AbstractScrollableResults
 
getHqlParameterSpecification() - Method in class org.hibernate.hql.ast.tree.ParameterNode
 
getHqlPosition() - Method in class org.hibernate.param.PositionalParameterSpecification
Getter for property 'hqlPosition'.
getHQLQueryPlan(String, boolean, Map) - Method in class org.hibernate.engine.query.QueryPlanCache
 
getHQLQueryPlan(String, boolean) - Method in class org.hibernate.impl.AbstractSessionImpl
 
getId() - Method in class org.hibernate.action.EntityAction
entity id accessor
getId() - Method in class org.hibernate.auction.AuctionInfo
 
getId() - Method in class org.hibernate.auction.Persistent
 
getId() - Method in class org.hibernate.cache.ReadWriteCache.Lock
 
getId() - Method in class org.hibernate.engine.EntityEntry
 
getId() - Method in class org.hibernate.event.AbstractPreDatabaseOperationEvent
The id to be used in the database operation.
getId() - Method in class org.hibernate.event.PostDeleteEvent
 
getId() - Method in class org.hibernate.event.PostInsertEvent
 
getId() - Method in class org.hibernate.event.PostLoadEvent
 
getId() - Method in class org.hibernate.event.PostUpdateEvent
 
getId() - Method in class org.hibernate.event.PreLoadEvent
 
getId() - Method in class org.hibernate.test.cache.Item
 
getId() - Method in class org.hibernate.tutorial.domain.Event
 
getId() - Method in class org.hibernate.tutorial.domain.Person
 
getIdentifier(Object, int) - Method in class org.hibernate.collection.AbstractPersistentCollection
 
getIdentifier(Object, int) - Method in interface org.hibernate.collection.PersistentCollection
Get the index of the given collection entry
getIdentifier(Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
getIdentifier() - Method in class org.hibernate.engine.EntityKey
Get the user-visible identifier
getIdentifier(Object) - Method in class org.hibernate.impl.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, EntityMode) - 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, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object, EntityMode) - 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
Retrieve the identifier value for the enity our owning proxy represents.
getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
Retrieve the identifier value for the enity our owning proxy represents.
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) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Extract the identifier value from the given entity.
getIdentifier(Object) - 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
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 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
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
 
getIdentifierGenerator(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get the identifier generator for the hierarchy
getIdentifierGenerator(String) - Method in class org.hibernate.impl.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 class org.hibernate.tuple.IdentifierProperty
 
getIdentifierGeneratorClass(String, Dialect) - Static method in class org.hibernate.id.IdentifierGeneratorFactory
 
getIdentifierGeneratorProperties() - Method in class org.hibernate.mapping.SimpleValue
 
getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.SimpleValue
Returns the identifierGeneratorStrategy.
getIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifierMapper() - Method in class org.hibernate.mapping.Subclass
 
getIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
getIdentifierOrUniqueKeyPropertyName(EntityType) - Method in class org.hibernate.hql.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.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 interface org.hibernate.engine.Mapping
 
getIdentifierPropertyName(String) - Method in class org.hibernate.impl.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
getIdentifierType(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the identifier type of this entity
getIdentifierType(String) - Method in interface org.hibernate.engine.Mapping
 
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(String) - Method in class org.hibernate.impl.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
getIdentifierValue() - Method in class org.hibernate.mapping.Table
 
getIdentityColumn() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getIdentityColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.DerbyDialect
This is different in Cloudscape to DB2.
getIdentityColumnString(int) - Method in class org.hibernate.dialect.Dialect
The syntax used during DDL to define a column as being an IDENTITY of a particular type.
getIdentityColumnString() - Method in class org.hibernate.dialect.Dialect
The syntax used during DDL to define a column as being an IDENTITY.
getIdentityColumnString() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.InformixDialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.MySQLDialect
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.Dialect
The keyword used to insert a generated value into an identity column (or null).
getIdentityInsertString() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.Cache71Dialect
 
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
Get the select command to use to retrieve the last generated IDENTITY value for a particuar table
getIdentitySelectString() - Method in class org.hibernate.dialect.Dialect
Get the select command to use to retrieve the last generated IDENTITY value.
getIdentitySelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.InformixDialect
 
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.PostgreSQLDialect
 
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
 
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.ast.exec.AbstractStatementExecutor
 
getImplementation() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Return the underlying persistent object, initializing if necessary
getImplementation(SessionImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
Return the underlying persistent object in the given Session, or null, do not initialize the proxy
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 interface org.hibernate.engine.SessionFactoryImplementor
Get the names of all persistent classes that implement/extend the given interface/class
getImplementors(String) - Method in class org.hibernate.impl.SessionFactoryImpl
Return the names of all persistent (mapped) classes that extend or implement the given class or interface, accounting for implicit/explicit polymorphism settings and excluding mapped subclasses/joined-subclasses of other classes in the result.
getImpliedJoin() - Method in class org.hibernate.hql.ast.tree.DotNode
 
getImpliedJoin() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
Sub-classes can override this method if they produce implied joins (e.g.
getImpliedJoinType() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getImportedClass(String, SessionFactoryImplementor) - Static method in class org.hibernate.hql.QuerySplitter
 
getImportedClassName(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get a class name, using query language imports
getImportedClassName(String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its imported qualified name.
getImportedClassName(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getImports() - Method in class org.hibernate.cfg.Configuration
Get the query language imports
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.OptimizerFactory.OptimizerSupport
Retrieves the defined increment size.
getIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
The configured increment size
getIncrementSize() - Method in class org.hibernate.id.enhanced.TableGenerator
The amount of increment to use.
getIncrementSize() - Method in class org.hibernate.id.enhanced.TableStructure
The configured increment size
getIndex() - Method in exception org.hibernate.bytecode.javassist.BulkAccessorException
Returns the index of the property that causes this exception.
getIndex(String, Class[]) - Method in class org.hibernate.bytecode.javassist.FastClass
 
getIndex(Class[]) - Method in class org.hibernate.bytecode.javassist.FastClass
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
getIndex(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Get the index of the given collection entry
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
getIndex(Element, String, int) - Static method in class org.hibernate.collection.PersistentIndexedElementHolder
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
getIndex() - Method in class org.hibernate.mapping.IndexedCollection
 
getIndex(String) - Method in class org.hibernate.mapping.Table
 
getIndexAttributeName(CollectionPersister) - Static method in class org.hibernate.collection.PersistentIndexedElementHolder
 
getIndexCollectionSelectorParamSpec() - Method in class org.hibernate.hql.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
getIndexForColumnName(String, ResultSetWrapper) - Method in class org.hibernate.jdbc.ColumnNameCache
 
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)
getIndexInOwner(String, String, Object, Map) - Method in interface org.hibernate.engine.PersistenceContext
Search the persistence context for an index of the child object, given a collection role
getIndexInOwner(String, String, Object, Map) - Method in class org.hibernate.engine.StatefulPersistenceContext
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
 
getIndexMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getIndexNodeName() - Method in class org.hibernate.mapping.IndexedCollection
 
getIndexNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
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)
getInitial() - Method in class org.hibernate.auction.Name
 
getInitialContext() - Method in class org.hibernate.transaction.JTATransactionFactory
Getter for property 'initialContext'.
getInitialContext(Properties) - Static method in class org.hibernate.util.NamingHelper
 
getInitializeCollectionEventListeners() - Method in class org.hibernate.event.EventListeners
 
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.
getInList() - Method in class org.hibernate.hql.ast.tree.InLogicOperatorNode
 
getInsertCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getInsertCount() - Method in class org.hibernate.stat.EntityStatistics
 
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
 
getInsertionTypes() - Method in class org.hibernate.hql.ast.tree.IntoClause
 
getInstance() - Method in class org.hibernate.action.EntityAction
entity instance accessor
getInstance(String) - Static method in class org.hibernate.hql.ast.HqlParser
 
getInstance(String) - Static method in class org.hibernate.impl.SessionFactoryObjectFactory
 
getInstance() - Static method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
getInstanceToLoad() - Method in class org.hibernate.event.LoadEvent
 
getInstantiationOptimizer() - Method in class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
 
getInstantiationOptimizer() - Method in class org.hibernate.bytecode.javassist.ReflectionOptimizerImpl
 
getInstantiationOptimizer() - Method in interface org.hibernate.bytecode.ReflectionOptimizer
 
getInstantiator() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getInt(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getInt(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getInt(String, Properties, int) - Static method in class org.hibernate.util.PropertiesHelper
Get a property value as an int.
getInteger(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getInteger(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read an integer
getInteger(String, Properties) - Static method in class org.hibernate.util.PropertiesHelper
Get a property value as an Integer.
getInterceptor() - Method in class org.hibernate.cfg.Configuration
Return the configured Interceptor
getInterceptor() - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get the factory scoped interceptor for this factory.
getInterceptor() - Method in interface org.hibernate.engine.SessionImplementor
Retrieves the interceptor currently in use by this event source.
getInterceptor() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getInterceptor() - Method in class org.hibernate.impl.SessionImpl
 
getInterceptor() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getIntoClause() - Method in class org.hibernate.hql.ast.tree.InsertStatement
Retreive this insert statement's into-clause.
getInvocationOption() - Static method in class org.hibernate.cache.jbc2.util.CircumventChecksDataVersion
 
getInvocationOption() - Static method in class org.hibernate.cache.jbc2.util.NonLockingDataVersion
 
getIP() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique in a local network
getItem() - Method in class org.hibernate.auction.Bid
 
getJavaClass() - Method in class org.hibernate.bytecode.javassist.FastClass
 
getJdbcBatchSize() - Method in class org.hibernate.cfg.Settings
 
getJdbcBatchSize() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the maximum JDBC batch size
getJdbcBatchSize() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getJDBCContext() - Method in interface org.hibernate.engine.SessionImplementor
 
getJDBCContext() - Method in class org.hibernate.impl.SessionImpl
 
getJDBCContext() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getJdbcFetchSize() - Method in class org.hibernate.cfg.Settings
 
getJdbcFetchSize() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the JDBC fetch size
getJdbcFetchSize() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getJdbcScrollableResultSetEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is use of scrollable resultsets enabled?
getJdbcScrollableResultSetEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getJndiName() - Method in class org.hibernate.jmx.HibernateService
 
getJndiName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name to bind to the SessionFactory
getJndiProperties(Properties) - Static method in class org.hibernate.util.NamingHelper
Transform JNDI properties passed in the form hibernate.jndi.* to the format accepted by InitialContext by triming the leading "hibernate.jndi".
getJoinable() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
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
 
getJoinCount() - Method in class org.hibernate.engine.JoinSequence
 
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
 
getJoinSequence() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getJoinType() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
getJoinType(AssociationType, FetchMode, String, Set, String, String[], boolean, int) - Method in class org.hibernate.loader.collection.BasicCollectionJoinWalker
We can use an inner join for first many-to-many association
getJoinType(AssociationType, FetchMode, String, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getJoinType(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getJoinType(AssociationType, FetchMode, String, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
Get the join type (inner, outer, etc) or -1 if the association should not be joined.
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
 
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)
getKey() - Method in class org.hibernate.action.CollectionAction
 
getKey() - Method in class org.hibernate.cache.CacheKey
 
getKey() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
getKey() - Method in interface org.hibernate.collection.PersistentCollection
Get the current collection key value
getKey() - Method in class org.hibernate.engine.CollectionEntry
 
getKey() - Method in class org.hibernate.engine.CollectionKey
 
getKey() - Method in class org.hibernate.engine.EntityUniqueKey
 
getKey() - Method in class org.hibernate.engine.loading.LoadingCollectionEntry
 
getKey() - Method in class org.hibernate.mapping.Collection
 
getKey() - Method in class org.hibernate.mapping.Join
 
getKey() - Method in class org.hibernate.mapping.JoinedSubclass
 
getKey() - Method in class org.hibernate.mapping.PersistentClass
 
getKey() - Method in class org.hibernate.mapping.RootClass
 
getKey() - Method in class org.hibernate.mapping.Subclass
 
getKey() - Method in class org.hibernate.util.IdentityMap.IdentityMapEntry
 
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
getKeyType() - Method in class org.hibernate.loader.collection.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
 
getLastChar() - Method in class org.hibernate.hql.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.ast.util.ASTUtil
Returns the last direct child of 'n'.
getLastName() - Method in class org.hibernate.auction.Name
 
getLastname() - Method in class org.hibernate.tutorial.domain.Person
 
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.OptimizerFactory.HiLoOptimizer
A common means to access the last value obtained from the underlying source.
getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
A common means to access the last value obtained from the underlying source.
getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
A common means to access the last value obtained from the underlying source.
getLastValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
Getter for property 'lastValue'.
getLastValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
Getter for property 'lastValue'.
getLazyProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getLeftHandOperand() - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
Retrieves the left-hand operand of the operator.
getLeftHandOperand() - Method in class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
Retrieves the left-hand operand of the operator.
getLeftHandOperand() - Method in interface org.hibernate.hql.ast.tree.BinaryOperatorNode
Retrieves the left-hand operand of the operator.
getLength() - Method in class org.hibernate.criterion.ProjectionList
 
getLength() - Method in class org.hibernate.mapping.Column
 
getLevel() - Method in class org.hibernate.hql.ast.tree.FromClause
 
getLhs() - Method in class org.hibernate.hql.ast.tree.DotNode
 
getLHSColumnNames(AssociationType, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.JoinHelper
Get 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.JoinHelper
Get the columns of the owning entity which are to be used in the 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.JoinHelper
 
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, boolean) - Method in class org.hibernate.dialect.DB2Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.Dialect
Given a limit and an offset, apply the limit clause to the query.
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Dialect
Apply s limit clause to the query.
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.IngresDialect
Add a LIMIT clause to the given SQL SELECT
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.PostgreSQLDialect
 
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.ast.tree.Node
 
getListenerClassFor(String) - Method in class org.hibernate.event.EventListeners
 
getListeners() - Method in interface org.hibernate.engine.SessionImplementor
Retrieves the configured event listeners from this event source.
getListeners() - Method in class org.hibernate.impl.SessionImpl
 
getListeners() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getLiteralProcessor() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getLoadContext() - Method in class org.hibernate.engine.loading.CollectionLoadContext
 
getLoadContexts() - Method in interface org.hibernate.engine.PersistenceContext
Retrieve this persistence context's managed load context.
getLoadContexts() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
getLoadCount() - Method in class org.hibernate.stat.CollectionStatistics
 
getLoadCount() - Method in class org.hibernate.stat.EntityStatistics
 
getLoadedCollectionOwnerIdOrNull(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Get the ID for the entity that owned this persistent collection when it was loaded
getLoadedCollectionOwnerIdOrNull(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the ID for the entity that owned this persistent collection when it was loaded
getLoadedCollectionOwnerOrNull(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Get the entity that owned this persistent collection when it was loaded
getLoadedCollectionOwnerOrNull(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the entity that owned this persistent collection when it was loaded
getLoadedCollectionPersister(PersistentCollection, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
 
getLoadedElementsIterator(SessionImplementor, CollectionType, Object) - Static method in class org.hibernate.engine.CascadingAction
Iterate just the elements of the collection that are already there.
getLoadedKey() - Method in class org.hibernate.engine.CollectionEntry
 
getLoadedOwnerIdOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
 
getLoadedOwnerOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
 
getLoadedPersister() - Method in class org.hibernate.engine.CollectionEntry
This is only available late during the flush cycle
getLoadedState() - Method in class org.hibernate.engine.EntityEntry
 
getLoadedValue(String) - Method in class org.hibernate.engine.EntityEntry
 
getLoader() - Method in class org.hibernate.impl.AbstractScrollableResults
 
getLoaderName() - Method in class org.hibernate.mapping.Collection
 
getLoaderName() - Method in class org.hibernate.mapping.PersistentClass
 
getLoadEventListeners() - Method in class org.hibernate.event.EventListeners
 
getLoadingCollection(CollectionPersister, Serializable) - Method in class org.hibernate.engine.loading.CollectionLoadContext
Retrieve the collection that is being loaded as part of processing this result set.
getLocale(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getLocale(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a locale
getLockEventListeners() - Method in class org.hibernate.event.EventListeners
 
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
 
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.dialect.lock.SelectLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
getLockMode() - Method in class org.hibernate.engine.EntityEntry
 
getLockMode() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn
Retrieve the lock-mode to apply to this return
getLockMode() - Method in class org.hibernate.event.LoadEvent
 
getLockMode() - Method in class org.hibernate.event.LockEvent
 
getLockMode() - Method in class org.hibernate.event.RefreshEvent
 
getLockMode() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
getLockMode() - Method in class org.hibernate.loader.custom.NonScalarReturn
 
getLockMode() - Method in class org.hibernate.sql.Select
 
getLockModeArray() - Method in class org.hibernate.loader.JoinWalker
 
getLockModes() - Method in class org.hibernate.engine.QueryParameters
 
getLockModes(Map) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getLockModes() - Method in class org.hibernate.impl.AbstractQueryImpl
 
getLockModes() - Method in class org.hibernate.impl.CriteriaImpl
 
getLockModes() - Method in class org.hibernate.impl.QueryImpl
 
getLockModes() - Method in class org.hibernate.impl.SQLQueryImpl
 
getLockModes(Map) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getLockModes(Map) - Method in class org.hibernate.loader.custom.CustomLoader
 
getLockModes(Map) - Method in class org.hibernate.loader.hql.QueryLoader
 
getLockModes(Map) - Method in class org.hibernate.loader.Loader
What lock mode does this load entities with?
getLockModes(Map) - Method in class org.hibernate.loader.OuterJoinLoader
 
getLog() - Method in class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
 
getLog() - Method in class org.hibernate.hql.ast.tree.DeleteStatement
 
getLog() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
getLog() - Method in class org.hibernate.hql.ast.tree.UpdateStatement
 
getLoggableName(String, Object) - Method in class org.hibernate.event.def.AbstractSaveEventListener
 
getLogicalColumnName(String, Table) - Method in class org.hibernate.cfg.Mappings
 
getLogicalTableName(Table) - Method in class org.hibernate.cfg.Mappings
 
getLong(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getLong(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getLong(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getLong(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a long
getLoTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
 
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
The name of the SQL function that transforms a string to lowercase
getLowOperand() - Method in class org.hibernate.hql.ast.tree.BetweenOperatorNode
 
getManyToManyFilterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getManyToManyFilterFragment(String, Map) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getManyToManyFilterMap() - 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
 
getManyToManyWhere() - Method in class org.hibernate.mapping.Collection
 
getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getMappedClass() - Method in class org.hibernate.mapping.PersistentClass
 
getMappedClass(EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
The persistent class, or null
getMappedClass(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedClass(EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
The persistent class, or null
getMappedClass() - Method in class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
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.Dom4jEntityTuplizer
Return the pojo class managed by this tuplizer.
getMappedClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Return the pojo class managed by this tuplizer.
getMappedClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Return the pojo class managed by this tuplizer.
getMappedClass() - Method in interface org.hibernate.tuple.Tuplizer
Return the pojo class managed by this tuplizer.
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
getMappingPackage() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getMappings() - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
getMappings() - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
 
getMapResources() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The Hibernate mapping files (might be overridden by subclasses that want to specify the mapping files by some other mechanism)
getMapResources() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getMaxAliasLength() - Method in class org.hibernate.dialect.Dialect
What is the maximum length Hibernate can use for generated aliases?
getMaxAmount() - Method in class org.hibernate.auction.AuctionInfo
 
getMaximumFetchDepth() - Method in class org.hibernate.cfg.Settings
 
getMaximumFetchDepth() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the maximum outer join fetch depth
getMaximumFetchDepth() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getMaxIndex() - Method in class org.hibernate.bytecode.javassist.FastClass
 
getMaxResults() - Method in class org.hibernate.impl.CriteriaImpl
 
getMaxRows() - Method in class org.hibernate.engine.RowSelection
 
getMergeEventListeners() - Method in class org.hibernate.event.EventListeners
 
getMergeMap(Object) - Method in class org.hibernate.event.def.AbstractSaveEventListener
 
getMergeMap(Object) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
getMessage() - Method in interface org.hibernate.exception.Nestable
Returns the error message of this and any nested Throwable.
getMessage(int) - Method in interface org.hibernate.exception.Nestable
Returns the error message of the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getMessage(int) - Method in class org.hibernate.exception.NestableDelegate
Returns the error message of the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getMessage(String) - Method in class org.hibernate.exception.NestableDelegate
Returns the full message contained by the Nestable and any nested Throwables.
getMessage() - Method in exception org.hibernate.exception.NestableException
Returns the detail message string of this throwable.
getMessage(int) - Method in exception org.hibernate.exception.NestableException
 
getMessage() - Method in exception org.hibernate.exception.NestableRuntimeException
Returns the detail message string of this throwable.
getMessage(int) - Method in exception org.hibernate.exception.NestableRuntimeException
 
getMessage() - Method in exception org.hibernate.InstantiationException
 
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.UnresolvableObjectException
 
getMessage() - Method in exception org.hibernate.WrongClassException
 
getMessages() - Method in interface org.hibernate.exception.Nestable
Returns the error message of this and any nested Throwables in an array of Strings, one element for each message.
getMessages() - Method in class org.hibernate.exception.NestableDelegate
Returns the error message of this and any nested Throwables in an array of Strings, one element for each message.
getMessages() - Method in exception org.hibernate.exception.NestableException
 
getMessages() - Method in exception org.hibernate.exception.NestableRuntimeException
 
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
 
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 class org.hibernate.jdbc.ResultSetWrapper
 
getMetas(Element, Map, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
getMetaType() - Method in class org.hibernate.mapping.Any
 
getMetaValues() - Method in class org.hibernate.mapping.Any
 
getMethod() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Optional operation (return null)
getMethod() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
Optional operation (return null)
getMethod() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
 
getMethod() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
 
getMethod() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
 
getMethod() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
 
getMethod() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
Optional operation (return null)
getMethod() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jSetter
Optional operation (return null)
getMethod() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
 
getMethod() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
 
getMethod() - Method in interface org.hibernate.property.Getter
Optional operation (return null)
getMethod() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
 
getMethod() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
 
getMethod() - Method in class org.hibernate.property.MapAccessor.MapGetter
 
getMethod() - Method in class org.hibernate.property.MapAccessor.MapSetter
 
getMethod() - Method in interface org.hibernate.property.Setter
Optional operation (return null)
getMethod(Class, Method) - Static method in class org.hibernate.util.ReflectHelper
 
getMethodName() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Optional operation (return null)
getMethodName() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
Optional operation (return null)
getMethodName() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
 
getMethodName() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
 
getMethodName() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
 
getMethodName() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
 
getMethodName() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
Optional operation (return null)
getMethodName() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jSetter
Optional operation (return null)
getMethodName() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
 
getMethodName() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
 
getMethodName() - Method in interface org.hibernate.property.Getter
Optional operation (return null)
getMethodName() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
 
getMethodName() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
 
getMethodName() - Method in class org.hibernate.property.MapAccessor.MapGetter
 
getMethodName() - Method in class org.hibernate.property.MapAccessor.MapSetter
 
getMethodName() - Method in interface org.hibernate.property.Setter
Optional operation (return null)
getMinimalPutsEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is the second-level cache optimized for miminal puts?
getMinimalPutsEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getMissCount() - Method in class org.hibernate.stat.SecondLevelCacheStatistics
 
getName() - Method in class org.hibernate.auction.User
 
getName() - Method in class org.hibernate.bytecode.javassist.FastClass
 
getName() - Method in interface org.hibernate.bytecode.util.ClassDescriptor
The name of the class.
getName() - Method in class org.hibernate.cache.access.AccessType
 
getName() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
getName() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
getName() - Method in interface org.hibernate.cache.Region
Retrieve the name of this region.
getName() - Method in class org.hibernate.dialect.function.StandardSQLFunction
Function name accessor
getName() - Method in exception org.hibernate.DuplicateMappingException
 
getName() - Method in class org.hibernate.engine.query.NamedParameterDescriptor
 
getName() - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
getName() - Method in class org.hibernate.engine.ValueInclusion
 
getName() - Method in class org.hibernate.event.LoadEventListener.LoadType
 
getName() - Method in interface org.hibernate.Filter
Get the name of this filter.
getName() - Method in class org.hibernate.hql.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
The name of the database structure (table or sequence).
getName() - Method in class org.hibernate.id.enhanced.TableStructure
The name of the database structure (table or sequence).
getName() - Method in class org.hibernate.impl.FilterImpl
Get the name of this filter.
getName() - Method in class org.hibernate.jdbc.util.FormatStyle
 
getName() - Method in class org.hibernate.jmx.HibernateService
 
getName() - Method in class org.hibernate.mapping.Column
 
getName() - Method in class org.hibernate.mapping.Constraint
 
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
 
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 interface org.hibernate.persister.entity.Joinable
An identifying name; a class name or collection role name.
getName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getName() - Method in class org.hibernate.test.cache.Item
 
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.transaction.BESTransactionManagerLookup
 
getName() - Method in class org.hibernate.transaction.JBossTransactionManagerLookup
 
getName() - Method in class org.hibernate.transaction.JNDITransactionManagerLookup
Get the JNDI namespace under wich we can locate the TransactionManager.
getName() - Method in class org.hibernate.transaction.JRun4TransactionManagerLookup
 
getName() - Method in class org.hibernate.transaction.OC4JTransactionManagerLookup
 
getName() - Method in class org.hibernate.transaction.OrionTransactionManagerLookup
Get the JNDI namespace under wich we can locate the TransactionManager.
getName() - Method in class org.hibernate.transaction.ResinTransactionManagerLookup
Get the JNDI namespace under wich we can locate the TransactionManager.
getName() - Method in class org.hibernate.transaction.SunONETransactionManagerLookup
Get the JNDI namespace under wich we can locate the TransactionManager.
getName() - Method in class org.hibernate.transaction.WeblogicTransactionManagerLookup
 
getName() - Method in class org.hibernate.tuple.ElementWrapper
 
getName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getName() - Method in class org.hibernate.tuple.Property
 
getName() - Method in class org.hibernate.type.AbstractBynaryType
 
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.CalendarType
 
getName() - Method in class org.hibernate.type.CharacterArrayType
 
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.DoubleType
 
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.IntegerType
 
getName() - Method in class org.hibernate.type.LocaleType
 
getName() - Method in class org.hibernate.type.LongType
 
getName() - Method in class org.hibernate.type.MetaType
 
getName() - Method in class org.hibernate.type.NumericBooleanType
Returns the abbreviated name of the type.

This type's name is numeric_boolean

getName() - Method in class org.hibernate.type.SerializableType
 
getName() - Method in class org.hibernate.type.ShortType
 
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.WrapperBinaryType
 
getName() - Method in class org.hibernate.type.YesNoType
 
getNamedInstance(String) - Static method in class org.hibernate.impl.SessionFactoryObjectFactory
 
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.ParamLocationRecognizer
Returns the map of named parameter locations.
getNamedParameterDescriptor(String) - Method in class org.hibernate.engine.query.ParameterMetadata
 
getNamedParameterExpectedType(String) - Method in class org.hibernate.engine.query.ParameterMetadata
 
getNamedParameterExpectedType(String) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
 
getNamedParameterExpectedType(String) - Method in interface org.hibernate.hql.ParameterTranslations
 
getNamedParameterInfo(String) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
 
getNamedParameterLists() - Method in class org.hibernate.impl.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.ParameterBinder.NamedParameterSource
 
getNamedParameterLocations(String) - Method in class org.hibernate.hql.ast.HqlSqlWalker
Returns the locations of all occurrences of the named parameter.
getNamedParameterLocMap() - Method in class org.hibernate.engine.SubselectFetch
 
getNamedParameterLocs(String) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
getNamedParameterLocs(String) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
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.hql.QueryLoader
Returns the locations of all occurrences of the named parameter.
getNamedParameterLocs(String) - Method in class org.hibernate.loader.Loader
 
getNamedParameterNames() - Method in class org.hibernate.engine.query.ParameterMetadata
 
getNamedParameterNames() - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
 
getNamedParameterNames() - Method in interface org.hibernate.hql.ParameterTranslations
 
getNamedParameters() - Method in class org.hibernate.engine.QueryParameters
 
getNamedParameters() - Method in class org.hibernate.impl.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.ParameterMetadata
 
getNamedParameterSqlLocations(String) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
 
getNamedParameterSqlLocations(String) - Method in interface org.hibernate.hql.ParameterTranslations
 
getNamedParams() - Method in class org.hibernate.impl.AbstractQueryImpl
Returns a shallow copy of the named parameter value map.
getNamedQueries() - Method in class org.hibernate.cfg.Configuration
Get the named queries
getNamedQuery(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
 
getNamedQuery(String) - Method in interface org.hibernate.engine.SessionImplementor
Get a Query instance for a named query or named native SQL query
getNamedQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
 
getNamedQuery(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getNamedQuery(String) - Method in class org.hibernate.impl.SessionImpl
 
getNamedQuery(String) - Method in interface org.hibernate.Session
Obtain an instance of Query for a named query string defined in the mapping file.
getNamedQuery(String) - Method in interface org.hibernate.StatelessSession
Obtain an instance of Query for a named query string defined in the mapping file.
getNamedSQLQueries() - Method in class org.hibernate.cfg.Configuration
 
getNamedSQLQuery(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
 
getNamedSQLQuery(String) - Method in interface org.hibernate.engine.SessionImplementor
Get a Query instance for a named native SQL query
getNamedSQLQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
 
getNamedSQLQuery(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getNamespace() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespace() - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespaceForPrefix(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespaceForPrefix(String) - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespaceForURI(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespaceForURI(String) - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespacePrefix() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespacePrefix() - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespacesForURI(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespacesForURI(String) - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespaceURI() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespaceURI() - Method in class org.hibernate.tuple.ElementWrapper
 
getNamingStrategy() - Method in class org.hibernate.cfg.Configuration
 
getNamingStrategy() - Method in class org.hibernate.cfg.Mappings
 
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Cache71Dialect
 
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.DerbyDialect
 
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Dialect
The class (which implements IdentifierGenerator) which acts as this dialects native generation strategy.
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.engine.query.QueryPlanCache
 
getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.impl.AbstractSessionImpl
 
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.
getNaturalIdSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.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.
getNaturalIdSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
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.PostgreSQLDialect
 
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
getNode() - Method in class org.hibernate.tuple.Property
 
getNodeName() - Method in class org.hibernate.mapping.Collection
 
getNodeName() - Method in class org.hibernate.mapping.Component
 
getNodeName() - Method in class org.hibernate.mapping.PersistentClass
 
getNodeName() - Method in class org.hibernate.mapping.Property
 
getNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getNodeType() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNodeType() - Method in class org.hibernate.tuple.ElementWrapper
 
getNodeTypeName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNodeTypeName() - Method in class org.hibernate.tuple.ElementWrapper
 
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.impl.AbstractScrollableResults
Check that the requested type is compatible with the result type, and return the column value.
getNonLazyPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getNonLockingDataVersionOption(boolean) - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
Get an Option with a data version of NonLockingDataVersion.
getNormalizedPropertyName(String) - Static method in class org.hibernate.hql.CollectionProperties
 
getNullable() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
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
The keyword used to specify a nullable column.
getNullColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getNullColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
 
getNullifiableEntityKeys() - Method in interface org.hibernate.engine.PersistenceContext
Retrieve the set of EntityKeys representing nullifiable references
getNullifiableEntityKeys() - Method in class org.hibernate.engine.StatefulPersistenceContext
Retrieve the set of EntityKeys representing nullifiable references
getNullValue() - Method in interface org.hibernate.mapping.KeyValue
 
getNullValue() - Method in class org.hibernate.mapping.SimpleValue
 
getNumberOfParametersInSetClause() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getObject() - Method in class org.hibernate.event.DeleteEvent
Returns the encapsulated entity to be deleed.
getObject() - Method in class org.hibernate.event.EvictEvent
 
getObject() - Method in class org.hibernate.event.LockEvent
 
getObject() - Method in class org.hibernate.event.PersistEvent
 
getObject() - Method in class org.hibernate.event.RefreshEvent
 
getObject() - Method in class org.hibernate.event.ReplicateEvent
 
getObject() - Method in class org.hibernate.event.SaveOrUpdateEvent
 
getObject(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getObject(String, Map) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getObject(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getObject(int, Map) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.hibernate.impl.SessionFactoryObjectFactory
 
getOldState() - Method in class org.hibernate.event.PostUpdateEvent
 
getOldState() - Method in class org.hibernate.event.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.
getOnCondition(String, SessionFactoryImplementor, Map) - 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) - Method in class org.hibernate.type.CollectionType
 
getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.EntityType
 
getOp() - Method in class org.hibernate.criterion.Junction
 
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.ast.tree.UnaryArithmeticNode
 
getOperand() - Method in class org.hibernate.hql.ast.tree.UnaryLogicOperatorNode
 
getOperand() - Method in interface org.hibernate.hql.ast.tree.UnaryOperatorNode
Retrievs the node representing the operator's single operand.
getOptimisticFailureCount() - Method in class org.hibernate.jmx.StatisticsService
 
getOptimisticFailureCount() - Method in class org.hibernate.stat.EntityStatistics
 
getOptimisticFailureCount() - Method in interface org.hibernate.stat.Statistics
The number of StaleObjectStateExceptions that occurred
getOptimisticFailureCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getOptimisticLockMode() - Method in class org.hibernate.mapping.PersistentClass
 
getOptimisticLockMode() - Method in class org.hibernate.mapping.RootClass
 
getOptimisticLockMode() - Method in class org.hibernate.mapping.Subclass
 
getOptimisticLockMode() - 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.
getOptionalEntityName() - Method in class org.hibernate.engine.QueryParameters
 
getOptionalId() - Method in class org.hibernate.engine.QueryParameters
 
getOptionalObject() - Method in class org.hibernate.engine.QueryParameters
 
getOrCreateIndex(String) - Method in class org.hibernate.mapping.Table
 
getOrCreateUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getOrder() - Method in class org.hibernate.impl.CriteriaImpl.OrderEntry
 
getOrderBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getOrderBy() - Method in class org.hibernate.mapping.Collection
 
getOrderByClause() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
getOrdinalParameterCount() - Method in class org.hibernate.engine.query.ParameterMetadata
 
getOrdinalParameterCount() - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
 
getOrdinalParameterCount() - Method in interface org.hibernate.hql.ParameterTranslations
 
getOrdinalParameterDescriptor(int) - Method in class org.hibernate.engine.query.ParameterMetadata
 
getOrdinalParameterExpectedType(int) - Method in class org.hibernate.engine.query.ParameterMetadata
 
getOrdinalParameterExpectedType(int) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
 
getOrdinalParameterExpectedType(int) - Method in interface org.hibernate.hql.ParameterTranslations
 
getOrdinalParameterInfo(int) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
 
getOrdinalParameterLocationList() - Method in class org.hibernate.engine.query.ParamLocationRecognizer
Returns the list of ordinal parameter locations.
getOrdinalParameterSourceLocation(int) - Method in class org.hibernate.engine.query.ParameterMetadata
 
getOrdinalParameterSqlLocation(int) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
 
getOrdinalParameterSqlLocation(int) - Method in interface org.hibernate.hql.ParameterTranslations
 
getOrdinalPosition() - Method in class org.hibernate.engine.query.OrdinalParameterDescriptor
 
getOrigin() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getOriginal() - Method in class org.hibernate.event.MergeEvent
 
getOriginalText() - Method in class org.hibernate.hql.ast.tree.SqlNode
 
getOrphan() - Method in interface org.hibernate.collection.AbstractPersistentCollection.DelayedOperation
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.AbstractPersistentCollection
get all "orphaned" elements
getOrphans(Collection, Collection, String, SessionImplementor) - Static method in class org.hibernate.collection.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.PersistentArrayHolder
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentBag
 
getOrphans(Serializable, String) - Method in interface org.hibernate.collection.PersistentCollection
get all "orphaned" elements
getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentElementHolder
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentList
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentMap
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentSet
 
getOrphans(String, PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
Get the collection orphans (entities which were removed from the collection)
getOutputFile() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
getOwner() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
getOwner() - Method in interface org.hibernate.collection.PersistentCollection
Get the owning entity.
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.sql.NativeSQLQueryJoinReturn
Retrieve the alias of the owner of this fetched association.
getOwnerAssociationTypes() - Method in class org.hibernate.hql.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.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 interface org.hibernate.engine.PersistenceContext
Search the persistence context for an owner for the child object, given a collection role
getOwnerId(String, String, Object, Map) - Method in class org.hibernate.engine.StatefulPersistenceContext
Search this persistence context for an associated entity instance which is considered the "owner" of the given childEntity, and return that owner's id value.
getOwnerIdOrNull(Object, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
 
getOwnerProperty() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryCollectionReturn
Returns the name of the property representing the collection from the NativeSQLQueryCollectionReturn.getOwnerEntityName().
getOwnerProperty() - Method in class org.hibernate.engine.query.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.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
 
getParameter(String) - Method in class org.hibernate.impl.FilterImpl
Get the value of the named parameter for the current filter.
getParameterMetadata() - Method in class org.hibernate.engine.query.HQLQueryPlan
 
getParameterMetadata() - Method in class org.hibernate.engine.query.QueryMetadata
 
getParameterNames() - Method in class org.hibernate.engine.FilterDefinition
Get a set of the parameters defined by this configuration.
getParameters() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getParameters() - Method in class org.hibernate.hql.ast.tree.AssignmentSpecification
 
getParameters() - Method in class org.hibernate.impl.FilterImpl
 
getParameters() - Method in class org.hibernate.mapping.TypeDef
 
getParameterTranslations() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
getParameterTranslations() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getParameterTranslations() - Method in interface org.hibernate.hql.QueryTranslator
Return information about any parameters encountered during translation.
getParameterType(String) - Method in class org.hibernate.engine.FilterDefinition
Retreive the type of the named parameter defined for this filter.
getParameterTypes(Element) - Static method in class org.hibernate.cfg.HbmBinder
 
getParameterTypes() - Method in class org.hibernate.engine.FilterDefinition
 
getParameterTypes() - Method in class org.hibernate.engine.NamedQueryDefinition
 
getParent() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
getParent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
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
 
getParent() - Method in class org.hibernate.tuple.ElementWrapper
 
getParentFromClause() - Method in class org.hibernate.hql.ast.tree.FromClause
 
getParentProperty() - Method in class org.hibernate.mapping.Component
 
getParseErrorHandler() - Method in class org.hibernate.hql.ast.HqlParser
 
getParseErrorHandler() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getParseErrorHandler() - Method in class org.hibernate.hql.ast.SqlGenerator
 
getParticipants() - Method in class org.hibernate.tutorial.domain.Event
 
getPassword() - Method in class org.hibernate.auction.User
 
getPassword() - Method in class org.hibernate.jmx.HibernateService
 
getPassword() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Log into the database with this password
getPath() - Method in class org.hibernate.hql.ast.tree.DotNode
Returns the full path of the node.
getPath() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
getPath() - Method in interface org.hibernate.hql.ast.tree.PathNode
Returns the full path name represented by the node.
getPath() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
getPath() - Method in exception org.hibernate.InvalidMappingException
 
getPath() - Method in exception org.hibernate.MappingNotFoundException
 
getPath() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getPath(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getPath() - Method in class org.hibernate.tuple.ElementWrapper
 
getPath(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
getPathText(AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
getPersistenceContext() - Method in class org.hibernate.engine.loading.LoadContexts
Retrieves the persistence context to which this is bound.
getPersistenceContext() - Method in interface org.hibernate.engine.SessionImplementor
Get the persistence context for this session
getPersistenceContext() - Method in class org.hibernate.impl.SessionImpl
 
getPersistenceContext() - Method in class org.hibernate.impl.StatelessSessionImpl
 
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 class org.hibernate.proxy.dom4j.Dom4jLazyInitializer
 
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
 
getPersister() - Method in class org.hibernate.action.CollectionAction
 
getPersister() - Method in class org.hibernate.action.EntityAction
entity persister accessor
getPersister() - Method in class org.hibernate.engine.EntityEntry
 
getPersister() - Method in class org.hibernate.engine.loading.LoadingCollectionEntry
 
getPersister() - Method in class org.hibernate.event.AbstractPreDatabaseOperationEvent
The persister for the entity.
getPersister() - Method in class org.hibernate.event.PostDeleteEvent
 
getPersister() - Method in class org.hibernate.event.PostInsertEvent
 
getPersister() - Method in class org.hibernate.event.PostLoadEvent
 
getPersister() - Method in class org.hibernate.event.PostUpdateEvent
 
getPersister() - Method in class org.hibernate.event.PreLoadEvent
 
getPersister() - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
getPersister() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getPersisters() - Method in class org.hibernate.loader.JoinWalker
 
getPersistEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPersistOnFlushEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPhysicalColumnName(String, Table) - Method in class org.hibernate.cfg.Mappings
 
getPositionalParameterTypes() - Method in class org.hibernate.engine.QueryParameters
 
getPositionalParameterValues() - Method in class org.hibernate.engine.QueryParameters
 
getPostCollectionRecreateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPostCollectionRemoveEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPostCollectionUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPostCommitDeleteEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPostCommitInsertEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPostCommitUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPostDeleteEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPostInsertEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPostLoadEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPostUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPrecision() - Method in class org.hibernate.mapping.Column
 
getPreCollectionRecreateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPreCollectionRemoveEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPreCollectionUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPreDeleteEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPreInsertEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPreLoadEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPrepareStatementCount() - Method in class org.hibernate.jmx.StatisticsService
 
getPrepareStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were acquired
getPrepareStatementCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getPreUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
 
getPrimaryKey() - Method in class org.hibernate.mapping.Table
 
getPrimitiveClass() - Method in class org.hibernate.type.BooleanType
 
getPrimitiveClass() - Method in class org.hibernate.type.ByteType
 
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.PrimitiveType
 
getPrimitiveClass() - Method in class org.hibernate.type.ShortType
 
getPrinter() - Method in class org.hibernate.hql.ast.SqlGenerator
 
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
 
getProjection() - Method in class org.hibernate.impl.CriteriaImpl
 
getProjectionCriteria() - Method in class org.hibernate.impl.CriteriaImpl
 
getProjectionList() - Method in class org.hibernate.hql.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.jmx.HibernateService
 
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(String) - Method in class org.hibernate.cfg.Configuration
Get a property
getProperty(String) - Method in class org.hibernate.criterion.Property
Get a component attribute of this property
getProperty(String) - Method in class org.hibernate.jmx.HibernateService
 
getProperty(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get a property
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(Class) - Method in class org.hibernate.mapping.Backref
 
getPropertyAccessor(Class) - Method in class org.hibernate.mapping.IndexBackref
 
getPropertyAccessor(Class) - Method in class org.hibernate.mapping.Property
 
getPropertyAccessor(Property, EntityMode) - Static method in class org.hibernate.property.PropertyAccessorFactory
Retrieves a PropertyAccessor instance based on the given property definition and entity mode.
getPropertyAccessor(Class, String) - Static method in class org.hibernate.property.PropertyAccessorFactory
 
getPropertyAccessor(String) - Static method in class org.hibernate.property.PropertyAccessorFactory
 
getPropertyAccessorName() - Method in class org.hibernate.mapping.Property
 
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).
getPropertyCascadeStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyCascadeStyles() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cascade styles of the propertes (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
 
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
 
getPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
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
 
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
 
getPropertyInsertGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
Which of the properties of this class are database generated values on insert?
getPropertyInsertGenerationInclusions() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
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
 
getPropertyList() - Method in class org.hibernate.jmx.HibernateService
 
getPropertyList() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Display the properties
getPropertyMapping(String) - Method in class org.hibernate.hql.ast.tree.FromElement
 
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.PropertyProjection
 
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 class org.hibernate.type.EntityType
 
getPropertyName() - Method in class org.hibernate.type.OneToOneType
 
getPropertyNames() - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
 
getPropertyNames() - Method in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
 
getPropertyNames() - Method in interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer
 
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 interface org.hibernate.type.AbstractComponentType
Get the names of the component properties
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.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 interface org.hibernate.type.AbstractComponentType
Optional operation
getPropertyNullability() - Method in class org.hibernate.type.AnyType
 
getPropertyNullability() - Method in class org.hibernate.type.ComponentType
 
getPropertyNullability() - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyPath() - Method in class org.hibernate.hql.ast.tree.DotNode
 
getPropertyResultsMap() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn
Retrieve the user-supplied column->property mappings.
getPropertySpaces() - Method in class org.hibernate.action.BulkOperationCleanupAction
 
getPropertySpaces() - Method in class org.hibernate.action.CollectionAction
 
getPropertySpaces() - Method in class org.hibernate.action.EntityAction
 
getPropertySpaces() - Method in interface org.hibernate.action.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.ast.tree.FromElement
 
getPropertyType() - Method in class org.hibernate.hql.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
 
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.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".
getPropertyUpdateability(Object, EntityMode) - 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
 
getPropertyUpdateGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
Which of the properties of this class are database generated values on update?
getPropertyUpdateGenerationInclusions() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyValue(Object, String, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
Get the value of a particular (named) property
getPropertyValue(Object, int, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, String, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, int, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
getPropertyValue(Object, String, EntityMode) - 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 interface org.hibernate.type.AbstractComponentType
 
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, SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int) - Method in interface org.hibernate.usertype.CompositeUserType
Get the value of a property.
getPropertyValues(Object) - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
 
getPropertyValues(Object) - Method in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
 
getPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.javassist.BulkAccessor
Obtains the values of properties of a given bean.
getPropertyValues(Object) - Method in class org.hibernate.bytecode.javassist.BulkAccessor
Returns the values of properties of a given bean.
getPropertyValues(Object) - Method in interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer
 
getPropertyValues() - Method in class org.hibernate.event.FlushEntityEvent
 
getPropertyValues(Object, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
Extract the property values from the given entity.
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValues(Object, EntityMode) - 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
Extract the current values contained on the given entity.
getPropertyValues(Object) - Method in interface org.hibernate.tuple.Tuplizer
Extract the current values contained on the given entity.
getPropertyValues(Object, SessionImplementor) - Method in interface org.hibernate.type.AbstractComponentType
Get the values of the component properties of a component instance
getPropertyValues(Object, EntityMode) - Method in interface org.hibernate.type.AbstractComponentType
Optional operation
getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, EntityMode) - 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
 
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
Extract the values of the insertable properties of the entity (including backrefs)
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
 
getProxy() - Method in interface org.hibernate.bytecode.BasicProxyFactory
Get a proxy reference.
getProxy() - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
 
getProxy(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
Get an existing proxy by key
getProxy(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get an existing proxy by key
getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.dom4j.Dom4jProxyFactory
Create a new proxy
getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
getProxy(Class, String, Class, Class[], Method, Method, AbstractComponentType, Serializable, SessionImplementor) - Static method in class org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer
 
getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory
 
getProxy(String, Class, Class[], Method, Method, AbstractComponentType, Serializable, SessionImplementor) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
getProxy(Class, String, Class, Class[], Method, Method, AbstractComponentType, Serializable, SessionImplementor) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
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.jdbc.BorrowedConnectionProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyFactory(Class, Class[]) - Static method in class org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer
 
getProxyFactory(Class, Class[]) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
getProxyFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getProxyFactoryFactory() - Method in interface org.hibernate.bytecode.BytecodeProvider
Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
getProxyFactoryFactory() - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
 
getProxyFactoryFactory() - Method in class org.hibernate.bytecode.javassist.BytecodeProviderImpl
 
getProxyInterface() - Method in class org.hibernate.mapping.PersistentClass
 
getProxyInterfaceName() - Method in class org.hibernate.mapping.PersistentClass
 
getPs() - Method in class org.hibernate.impl.AbstractScrollableResults
 
getPutCount() - Method in class org.hibernate.stat.SecondLevelCacheStatistics
 
getQName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getQName(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getQName() - Method in class org.hibernate.tuple.ElementWrapper
 
getQName(String) - Method in class org.hibernate.tuple.ElementWrapper
 
getQualifiedName(Dialect, String, String) - Method in class org.hibernate.mapping.Table
 
getQualifiedName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getQualifiedName() - Method in class org.hibernate.tuple.ElementWrapper
 
getQueries() - Method in class org.hibernate.jmx.StatisticsService
 
getQueries() - Method in interface org.hibernate.stat.Statistics
Get all executed query strings
getQueries() - Method in class org.hibernate.stat.StatisticsImpl
Get all executed query strings
getQuery(String) - Method in class org.hibernate.cfg.Mappings
 
getQuery() - Method in class org.hibernate.engine.NamedQueryDefinition
 
getQueryable() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getQueryable() - Method in class org.hibernate.hql.ast.tree.IntoClause
 
getQueryableCollection(String, String, SessionFactoryImplementor) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
getQueryableCollection() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getQueryCache(String, UpdateTimestampsCache, Settings, Properties) - Method in interface org.hibernate.cache.QueryCacheFactory
 
getQueryCache(String, UpdateTimestampsCache, Settings, Properties) - Method in class org.hibernate.cache.StandardQueryCacheFactory
 
getQueryCache() - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get the default query cache
getQueryCache(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get a particular named query cache, or the default cache
getQueryCache() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getQueryCache(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getQueryCacheEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is the query cache enabled?
getQueryCacheEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getQueryCacheFactory() - Method in class org.hibernate.cfg.Settings
 
getQueryCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached queries successfully retrieved from cache
getQueryCacheHitCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getQueryCacheInstance() - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing query results.
getQueryCacheInstance() - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing query results.
getQueryCacheInstance() - Method in interface org.hibernate.cache.jbc2.CacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing query results.
getQueryCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached queries *not* found in cache
getQueryCacheMissCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getQueryCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cacheable queries put in cache
getQueryCachePutCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getQueryExecutionCount() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
Get global number of executed queries
getQueryExecutionCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getQueryExecutionMaxTime() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
Get the time in milliseconds of the slowest query.
getQueryExecutionMaxTime() - Method in class org.hibernate.stat.StatisticsImpl
 
getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.stat.Statistics
Get the query string for the slowest query.
getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.stat.StatisticsImpl
 
getQueryIdentifier() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
getQueryIdentifier() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getQueryIdentifier() - Method in interface org.hibernate.hql.QueryTranslator
Retrieve the query identifier for this translator.
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
getQueryParameters() - Method in class org.hibernate.engine.SubselectFetch
 
getQueryParameters(Map) - Method in class org.hibernate.impl.AbstractQueryImpl
 
getQueryParameters() - Method in class org.hibernate.impl.AbstractScrollableResults
 
getQueryParameters(Map) - Method in class org.hibernate.impl.SQLQueryImpl
 
getQueryParameters() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getQueryPlanCache() - Method in interface org.hibernate.engine.SessionFactoryImplementor
 
getQueryPlanCache() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getQueryReturnAliases() - Method in class org.hibernate.hql.ast.tree.SelectClause
The HQL aliases, or generated aliases
getQueryReturnAliases() - Method in class org.hibernate.hql.HolderInstantiator
 
getQueryReturns() - Method in class org.hibernate.engine.NamedSQLQueryDefinition
 
getQueryReturns() - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
 
getQueryReturns() - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
getQueryReturnTypes() - Method in class org.hibernate.hql.ast.tree.SelectClause
The types actually being returned from this query at the "object level".
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DerbyDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.Dialect
Get the select command used retrieve the names of all sequences.
getQuerySequencesString() - Method in class org.hibernate.dialect.H2Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.HSQLDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.IngresDialect
A query used to find all sequences
getQuerySequencesString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.MimerSQLDialect
The syntax for fetching all sequnces avialable in the current schema.
getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getQuerySequencesString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.SAPDBDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getQuerySpaces() - Method in class org.hibernate.engine.NamedSQLQueryDefinition
 
getQuerySpaces() - Method in class org.hibernate.engine.query.HQLQueryPlan
 
getQuerySpaces() - Method in class org.hibernate.engine.query.QueryMetadata
The set of query spaces affected by this source query.
getQuerySpaces() - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
 
getQuerySpaces() - Method in class org.hibernate.event.AutoFlushEvent
 
getQuerySpaces() - Method in class org.hibernate.hql.ast.HqlSqlWalker
Returns the set of unique query spaces (a.k.a.
getQuerySpaces() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
getQuerySpaces() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getQuerySpaces() - Method in interface org.hibernate.hql.QueryTranslator
Returns the set of query spaces (table names) that the query referrs 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.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
 
getQueryStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
 
getQueryStatistics(String) - Method in interface org.hibernate.stat.Statistics
Query statistics from query string (HQL or SQL)
getQueryStatistics(String) - Method in class org.hibernate.stat.StatisticsImpl
Query statistics from query string (HQL or SQL)
getQueryString() - Method in class org.hibernate.engine.NamedQueryDefinition
 
getQueryString() - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
 
getQueryString() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
getQueryString() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getQueryString() - Method in interface org.hibernate.hql.QueryTranslator
Returns the HQL string processed by the translator.
getQueryString() - Method in class org.hibernate.impl.AbstractQueryImpl
 
getQueryString() - Method in interface org.hibernate.Query
Get the query string.
getQueryString() - Method in exception org.hibernate.QueryException
 
getQuerySubstitutions() - Method in class org.hibernate.cfg.Settings
 
getQuerySubstitutions() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the query language substitutions
getQuerySubstitutions() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getQueryTranslatorFactory() - Method in class org.hibernate.cfg.Settings
 
getQueuedOrphans(String) - Method in class org.hibernate.collection.AbstractPersistentCollection
Iterate the "queued" additions
getQueuedOrphans(String) - Method in interface org.hibernate.collection.PersistentCollection
Get the "queued" orphans
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
returns quoted name as it would be in the mapping file.
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedSchema() - Method in class org.hibernate.mapping.Table
returns quoted name as it is in the mapping file.
getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.Table
 
getRealKey() - Method in class org.hibernate.util.IdentityMap.IdentityKey
 
getRealOrigin() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getRecreateCount() - Method in class org.hibernate.stat.CollectionStatistics
 
getRecursiveProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getRef(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getRef(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getReference() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getReference() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.JoinedSubclass
 
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Build an iterator of properties which are "referenceable".
getReferencedColumns() - Method in class org.hibernate.mapping.ForeignKey
Returns the referenced columns if the foreignkey does not refer to the primary key
getReferencedEntityName() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedEntityName() - Method in class org.hibernate.mapping.OneToMany
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ToOne
 
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.mapping.Collection
 
getReferencedPropertyName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedPropertyType(String, String) - Method in interface org.hibernate.engine.Mapping
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getReferencedTable() - Method in class org.hibernate.mapping.ForeignKey
 
getReflectionOptimizationEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in interface org.hibernate.bytecode.BytecodeProvider
Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components.
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
 
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in class org.hibernate.bytecode.javassist.BytecodeProviderImpl
 
getRefreshEventListeners() - Method in class org.hibernate.event.EventListeners
 
getRegion() - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Get the wrapped collection cache region
getRegion() - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Get the wrapped entity cache region
getRegion() - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
getRegion() - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
getRegion() - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Get the wrapped collection cache region
getRegion() - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
getRegion() - Method in interface org.hibernate.cache.QueryCache
 
getRegion() - Method in class org.hibernate.cache.StandardQueryCache
 
getRegion() - Method in class org.hibernate.cache.UpdateTimestampsCache
 
getRegionFactory() - Method in class org.hibernate.cfg.Settings
 
getRegionFqn() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
getRegionName() - Method in interface org.hibernate.cache.Cache
Deprecated. Get the name of the cache region
getRegionName() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Get the cache region name
getRegionName() - Method in class org.hibernate.cache.EhCache
 
getRegionName() - Method in class org.hibernate.cache.HashtableCache
 
getRegionName() - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
getRegionName() - Method in class org.hibernate.cache.OptimisticTreeCache
 
getRegionName() - Method in class org.hibernate.cache.OSCache
 
getRegionName() - Method in class org.hibernate.cache.ReadOnlyCache
 
getRegionName() - Method in class org.hibernate.cache.ReadWriteCache
 
getRegionName() - Method in class org.hibernate.cache.SwarmCache
 
getRegionName() - Method in class org.hibernate.cache.TransactionalCache
 
getRegionName() - Method in class org.hibernate.cache.TreeCache
 
getRegionPrefix(Properties) - Static method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
getRemoveCount() - Method in class org.hibernate.stat.CollectionStatistics
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.Node
Retrieve the text to be used for rendering this particular node.
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.ParameterNode
 
getReplicateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getReplicationMode() - Method in class org.hibernate.event.ReplicateEvent
 
getRequestedId() - Method in class org.hibernate.event.MergeEvent
 
getRequestedId() - Method in class org.hibernate.event.SaveOrUpdateEvent
 
getResourceAsStream(String) - Static method in class org.hibernate.util.ConfigHelper
 
getResult() - Method in class org.hibernate.engine.SubselectFetch
Get the Set of EntityKeys
getResult() - Method in class org.hibernate.event.LoadEvent
 
getResult() - Method in class org.hibernate.event.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
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.hql.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.SaveOrUpdateEvent
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
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
 
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) - Method in class org.hibernate.dialect.MySQLDialect
 
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.PostgreSQLDialect
 
getResultSet() - Method in class org.hibernate.engine.loading.CollectionLoadContext
 
getResultSet() - Method in class org.hibernate.engine.loading.LoadingCollectionEntry
 
getResultSet() - Method in class org.hibernate.impl.AbstractScrollableResults
 
getResultSet(PreparedStatement) - Method in class org.hibernate.jdbc.AbstractBatcher
 
getResultSet(CallableStatement, Dialect) - Method in class org.hibernate.jdbc.AbstractBatcher
 
getResultSet(PreparedStatement) - Method in interface org.hibernate.jdbc.Batcher
Execute the statement and return the result set
getResultSet(CallableStatement, Dialect) - Method in interface org.hibernate.jdbc.Batcher
Execute the statement and return the result set from a callable statement
getResultSet(PreparedStatement, boolean, boolean, RowSelection, SessionImplementor) - Method in class org.hibernate.loader.Loader
Fetch a PreparedStatement, call setMaxRows and then execute it, advance to the first result and return an SQL ResultSet
getResultSetMapping(String) - Method in class org.hibernate.cfg.Mappings
 
getResultSetMapping(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
 
getResultSetMapping(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getResultSetRef() - Method in class org.hibernate.engine.NamedSQLQueryDefinition
 
getResultTransformer() - Method in class org.hibernate.engine.QueryParameters
 
getResultTransformer() - Method in class org.hibernate.hql.HolderInstantiator
 
getResultTransformer() - Method in class org.hibernate.impl.CriteriaImpl
 
getResultTypes() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getReturnAliases() - Method in class org.hibernate.engine.query.QueryMetadata
Return source query select clause aliases (if any)
getReturnAliases() - Method in class org.hibernate.engine.query.ReturnMetadata
 
getReturnAliases(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get the return aliases of a query
getReturnAliases() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getReturnAliases() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
getReturnAliases() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getReturnAliases() - Method in interface org.hibernate.hql.QueryTranslator
Returns an array of HQL aliases
getReturnAliases() - Method in class org.hibernate.impl.AbstractQueryImpl
 
getReturnAliases(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getReturnAliases() - Method in class org.hibernate.impl.SQLQueryImpl
 
getReturnAliases() - Method in interface org.hibernate.Query
Return the HQL select clause aliases (if any)
getReturnClass() - Method in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
Getter for property 'returnClass'.
getReturnedClass() - Method in class org.hibernate.type.AbstractCharArrayType
 
getReturnedClass() - Method in class org.hibernate.type.AdaptedImmutableType
 
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.BigDecimalType
 
getReturnedClass() - Method in class org.hibernate.type.BigIntegerType
 
getReturnedClass() - Method in class org.hibernate.type.BinaryType
 
getReturnedClass() - Method in class org.hibernate.type.BlobType
 
getReturnedClass() - Method in class org.hibernate.type.BooleanType
 
getReturnedClass() - Method in class org.hibernate.type.ByteType
 
getReturnedClass() - Method in class org.hibernate.type.CalendarDateType
 
getReturnedClass() - Method in class org.hibernate.type.CalendarType
 
getReturnedClass() - Method in class org.hibernate.type.CharacterArrayType
 
getReturnedClass() - Method in class org.hibernate.type.CharacterType
 
getReturnedClass() - Method in class org.hibernate.type.CharArrayType
 
getReturnedClass() - Method in class org.hibernate.type.ClassType
 
getReturnedClass() - Method in class org.hibernate.type.ClobType
 
getReturnedClass() - Method in class org.hibernate.type.ComponentType
 
getReturnedClass() - Method in class org.hibernate.type.CompositeCustomType
 
getReturnedClass() - Method in class org.hibernate.type.CurrencyType
 
getReturnedClass() - Method in class org.hibernate.type.CustomCollectionType
 
getReturnedClass() - Method in class org.hibernate.type.CustomType
 
getReturnedClass() - Method in class org.hibernate.type.DateType
 
getReturnedClass() - Method in class org.hibernate.type.DoubleType
 
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.FloatType
 
getReturnedClass() - Method in class org.hibernate.type.IdentifierBagType
 
getReturnedClass() - Method in class org.hibernate.type.IntegerType
 
getReturnedClass() - Method in class org.hibernate.type.ListType
 
getReturnedClass() - Method in class org.hibernate.type.LocaleType
 
getReturnedClass() - Method in class org.hibernate.type.LongType
 
getReturnedClass() - Method in class org.hibernate.type.MapType
 
getReturnedClass() - Method in class org.hibernate.type.MetaType
 
getReturnedClass() - Method in class org.hibernate.type.SerializableType
 
getReturnedClass() - Method in class org.hibernate.type.SetType
 
getReturnedClass() - Method in class org.hibernate.type.ShortType
 
getReturnedClass() - Method in class org.hibernate.type.SortedMapType
 
getReturnedClass() - Method in class org.hibernate.type.SortedSetType
 
getReturnedClass() - Method in class org.hibernate.type.StringType
 
getReturnedClass() - Method in class org.hibernate.type.TextType
 
getReturnedClass() - Method in class org.hibernate.type.TimestampType
 
getReturnedClass() - Method in class org.hibernate.type.TimeType
 
getReturnedClass() - Method in class org.hibernate.type.TimeZoneType
 
getReturnedClass() - Method in interface org.hibernate.type.Type
The class returned by nullSafeGet() methods.
getReturnedClass() - Method in class org.hibernate.type.WrapperBinaryType
 
getReturnEntityName() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryRootReturn
The name of the entity to be returned.
getReturnMetadata() - Method in class org.hibernate.engine.query.HQLQueryPlan
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.DerbyDialect.DerbyTrimFunctionEmulation
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
The return type of the function.
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.ClassicAvgFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.ClassicCountFunction
 
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.

Here we always return Hibernate.STRING.

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.StandardSQLFunction
The return type of the function.
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
The return type of the function.
getReturnType() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Get the declared Java type
getReturnType() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
 
getReturnType() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
 
getReturnType() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
Get the declared Java type
getReturnType() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
 
getReturnType() - Method in interface org.hibernate.property.Getter
Get the declared Java type
getReturnType() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
 
getReturnType() - Method in class org.hibernate.property.MapAccessor.MapGetter
 
getReturnTypes() - Method in class org.hibernate.engine.query.QueryMetadata
An array of types describing the returns of the source query.
getReturnTypes() - Method in class org.hibernate.engine.query.ReturnMetadata
 
getReturnTypes(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get the return types of a query
getReturnTypes() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getReturnTypes() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
Types of the return values of an iterate() style query.
getReturnTypes() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Types of the return values of an iterate() style query.
getReturnTypes() - Method in interface org.hibernate.hql.QueryTranslator
Returns an array of Types represented in the query result.
getReturnTypes() - Method in class org.hibernate.impl.AbstractQueryImpl
 
getReturnTypes(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getReturnTypes() - Method in class org.hibernate.impl.SQLQueryImpl
 
getReturnTypes() - Method in interface org.hibernate.Query
Return the Hibernate types of the query result set.
getRHSAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getRHSColumnNames(AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.engine.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.ast.tree.BinaryArithmeticOperatorNode
Retrieves the right-hand operand of the operator.
getRightHandOperand() - Method in class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
Retrieves the right-hand operand of the operator.
getRightHandOperand() - Method in interface org.hibernate.hql.ast.tree.BinaryOperatorNode
Retrieves the right-hand operand of the operator.
getRole() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
getRole() - Method in interface org.hibernate.collection.PersistentCollection
Get the current role name
getRole() - Method in class org.hibernate.engine.CollectionEntry
 
getRole() - Method in class org.hibernate.engine.CollectionKey
 
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.type.CollectionType
 
getRoleName() - Method in class org.hibernate.mapping.Component
 
getRootCause(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
Introspects the Throwable to obtain the root cause.
getRootCauseStackTrace(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
Creates a compact stack trace for the root cause of the supplied Throwable.
getRootClass() - Method in class org.hibernate.mapping.PersistentClass
 
getRootClass() - Method in class org.hibernate.mapping.RootClass
 
getRootClass() - Method in class org.hibernate.mapping.Subclass
 
getRootCriteria() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
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
 
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(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".
getRow() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getRowId() - Method in class org.hibernate.engine.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.impl.FetchingScrollableResultsImpl
Get the current location in the result set.
getRowNumber() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
getRowNumber() - Method in interface org.hibernate.ScrollableResults
Get the current location in the result set.
getRowSelection() - Method in class org.hibernate.engine.QueryParameters
 
getRowSelection() - Method in class org.hibernate.impl.AbstractQueryImpl
 
getSaveEventListeners() - Method in class org.hibernate.event.EventListeners
 
getSaveOrUpdateCopyEventListeners() - Method in class org.hibernate.event.EventListeners
 
getSaveOrUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getScale() - Method in class org.hibernate.mapping.Column
 
getSchema() - Method in class org.hibernate.mapping.Table
 
getSchema() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getSchemaName() - Method in class org.hibernate.cfg.Mappings
 
getScrollMode() - Method in class org.hibernate.engine.QueryParameters
 
getSecondLevelCacheEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is the second-level cache enabled?
getSecondLevelCacheEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getSecondLevelCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSecondLevelCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections successfully retrieved from the cache
getSecondLevelCacheHitCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getSecondLevelCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSecondLevelCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections not found in the cache and loaded from the database.
getSecondLevelCacheMissCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getSecondLevelCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSecondLevelCachePutCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections put in the cache
getSecondLevelCachePutCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getSecondLevelCacheRegion(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get a named second-level cache region
getSecondLevelCacheRegion(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
getSecondLevelCacheRegionNames() - Method in class org.hibernate.jmx.StatisticsService
 
getSecondLevelCacheRegionNames() - Method in interface org.hibernate.stat.Statistics
Get all second-level cache region names
getSecondLevelCacheRegionNames() - Method in class org.hibernate.stat.StatisticsImpl
Get all second-level cache region names
getSecondLevelCacheStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
 
getSecondLevelCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
Second level cache statistics per region
getSecondLevelCacheStatistics(String) - Method in class org.hibernate.stat.StatisticsImpl
Second level cache statistics per region
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.ast.HqlSqlWalker
 
getSelectClause() - Method in class org.hibernate.hql.ast.tree.InsertStatement
Retreive this insert statement's select-clause.
getSelectClause() - Method in class org.hibernate.hql.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.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.PostgreSQLDialect
Workaround for postgres bug #1453
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.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
 
getSelectGUIDString() - Method in class org.hibernate.dialect.SQLServerDialect
 
getSelection() - Method in class org.hibernate.impl.AbstractQueryImpl
 
getSelectName() - Method in class org.hibernate.hql.classic.SelectPathExpressionParser
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
Generate the select expression fragment that will retreive 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.PostgreSQLDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
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
 
getSelectType() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getSeller() - Method in class org.hibernate.auction.AuctionItem
 
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
Get the type of a semi-resolved value.
getSequence() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getSequenceName() - Method in class org.hibernate.id.SequenceGenerator
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
Generate the appropriate select statement to to retreive 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
The syntax that fetches the next value of a sequence, if sequences are supported.
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
The syntax used to get the next value of a sequence in Mimer SQL
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.PostgreSQLDialect
 
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.TimesTenDialect
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSession() - Method in class org.hibernate.action.CollectionAction
 
getSession() - Method in class org.hibernate.action.EntityAction
originating session accessor
getSession() - Method in class org.hibernate.collection.AbstractPersistentCollection
Get the current session
getSession() - Method in interface org.hibernate.engine.PersistenceContext
Get the session to which this persistence context is bound.
getSession() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
getSession() - Method in class org.hibernate.event.AbstractEvent
Returns the session event source for this event.
getSession() - Method in class org.hibernate.impl.AbstractScrollableResults
 
getSession() - Method in class org.hibernate.impl.CriteriaImpl
 
getSession(EntityMode) - Method in class org.hibernate.impl.SessionImpl
 
getSession() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
getSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get the session to which this proxy is associated, or null if it is not attached.
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(EntityMode) - Method in interface org.hibernate.Session
Starts a new Session with the given entity mode in effect.
getSessionCloseCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSessionCloseCount() - Method in interface org.hibernate.stat.Statistics
Global number of sessions closed
getSessionCloseCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getSessionFactory() - Method in class org.hibernate.impl.SessionImpl
 
getSessionFactory() - Method in class org.hibernate.junit.functional.ExecutionEnvironment
 
getSessionFactory() - Method in interface org.hibernate.Session
Get the session factory which created this session.
getSessionFactory() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getSessionFactory() - Static method in class org.hibernate.tutorial.util.HibernateUtil
 
getSessionFactoryHelper() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getSessionFactoryHelper() - Method in class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
 
getSessionFactoryName() - Method in class org.hibernate.cfg.Settings
 
getSessionFactoryObserver() - Method in class org.hibernate.cfg.Configuration
 
getSessionOpenCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSessionOpenCount() - Method in interface org.hibernate.stat.Statistics
Global number of sessions opened
getSessionOpenCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getSessions() - Method in class org.hibernate.junit.functional.FunctionalTestCase
Get the factory for this test environment.
getSetClause() - Method in class org.hibernate.hql.ast.tree.UpdateStatement
 
getSetter(Class) - Method in class org.hibernate.mapping.Property
 
getSetter(Class, String) - Method in class org.hibernate.property.BackrefPropertyAccessor
Create a "setter" for the named attribute
getSetter(Class, String) - Method in class org.hibernate.property.BasicPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.ChainedPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.DirectPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.Dom4jAccessor
Create a "setter" for the named attribute
getSetter(Class, String) - Method in class org.hibernate.property.EmbeddedPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.IndexPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.MapAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.NoopAccessor
 
getSetter(Class, String) - Method in interface org.hibernate.property.PropertyAccessor
Create a "setter" for the named attribute
getSetters() - Method in class org.hibernate.bytecode.javassist.BulkAccessor
Returns the getter names of the properties.
getSettings() - Method in interface org.hibernate.engine.SessionFactoryImplementor
 
getSettings() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getShort(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getShort(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getShort(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getShort(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a short
getShortDescription() - Method in class org.hibernate.auction.AuctionItem
 
getShowSqlEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is SQL logging enabled?
getShowSqlEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
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 interface org.hibernate.cache.Cache
Deprecated. The number of bytes is this cache region currently consuming in memory.
getSizeInMemory() - Method in class org.hibernate.cache.EhCache
Warning: This method can be very expensive to run.
getSizeInMemory() - Method in class org.hibernate.cache.HashtableCache
 
getSizeInMemory() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
getSizeInMemory() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
getSizeInMemory() - Method in class org.hibernate.cache.OptimisticTreeCache
 
getSizeInMemory() - Method in class org.hibernate.cache.OSCache
 
getSizeInMemory() - Method in interface org.hibernate.cache.Region
The number of bytes is this cache region currently consuming in memory.
getSizeInMemory() - Method in class org.hibernate.cache.SwarmCache
 
getSizeInMemory() - Method in class org.hibernate.cache.TreeCache
 
getSizeInMemory() - Method in class org.hibernate.stat.SecondLevelCacheStatistics
 
getSnapshot() - Method in class org.hibernate.collection.AbstractPersistentCollection
Get the current snapshot from the session
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Return a new snapshot of the current state of the collection
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
getSnapshot() - Method in class org.hibernate.engine.CollectionEntry
 
getSnapshot(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Get the snapshot of the pre-flush collection state
getSnapshot(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the snapshot of the pre-flush collection state
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentArrayHolder
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentBag
 
getSnapshotElement(Object, int) - Method in interface org.hibernate.collection.PersistentCollection
Get the snapshot value of the given collection entry
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentElementHolder
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentList
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentMap
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentSet
 
getSource() - Method in class org.hibernate.event.AbstractPreDatabaseOperationEvent
Deprecated. Use AbstractEvent.getSession() instead
getSourceColumn() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
Retrieves the column number (within the ExplicitParameterSpecification.getSourceLine()) where this parameter occurs.
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
Retrieves the line number on which this parameter occurs in the source query.
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.OrdinalParameterDescriptor
 
getSourceLocations() - Method in class org.hibernate.engine.query.NamedParameterDescriptor
 
getSourceQuery() - Method in class org.hibernate.engine.query.HQLQueryPlan
 
getSourceQuery() - Method in class org.hibernate.engine.query.NativeSQLQueryPlan
 
getSourceQuery() - Method in class org.hibernate.engine.query.QueryMetadata
Get the source HQL or native-SQL query.
getSQL() - Method in class org.hibernate.hql.ast.SqlGenerator
 
getSQL() - Method in exception org.hibernate.JDBCException
Get the actual SQL statement that caused the exception (may be null)
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
 
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.ast.tree.AssignmentSpecification
 
getSqlAST() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
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
 
getSQLException() - Method in exception org.hibernate.JDBCException
Get the underlying SQLException.
getSQLExceptionConverter() - Method in class org.hibernate.cfg.Settings
 
getSQLExceptionConverter() - Method in interface org.hibernate.engine.SessionFactoryImplementor
Retrieves the SQLExceptionConverter in effect for this SessionFactory.
getSQLExceptionConverter() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getSQLExceptionConverter() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLFunction() - Method in class org.hibernate.hql.ast.tree.MethodNode
 
getSqlFunctionRegistry() - Method in interface org.hibernate.engine.SessionFactoryImplementor
 
getSqlFunctionRegistry() - Method in class org.hibernate.impl.SessionFactoryImpl
 
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
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.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.QueryPlanCache
 
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 SQLState of the underlying SQLException.
getSqlStatementLogger() - Method in class org.hibernate.cfg.Settings
 
getSqlStatements() - Method in class org.hibernate.hql.ast.exec.BasicExecutor
 
getSqlStatements() - Method in class org.hibernate.hql.ast.exec.MultiTableDeleteExecutor
 
getSqlStatements() - Method in class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
 
getSqlStatements() - Method in interface org.hibernate.hql.ast.exec.StatementExecutor
 
getSQLString() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
The SQL query string to be called; implemented by all subclasses
getSQLString() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
getSQLString() - Method in interface org.hibernate.hql.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.HQLQueryPlan
 
getSqlType(Dialect, Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlType() - Method in class org.hibernate.mapping.Column
 
getSqlTypeCode(Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlTypeCode() - Method in class org.hibernate.mapping.Column
Returns the underlying columns sqltypecode.
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
 
getStackFrames(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
Captures the stack trace associated with the specified Throwable object, decomposing it into a list of stack frames.
getStackFrames(Throwable) - Method in class org.hibernate.exception.NestableDelegate
Captures the stack trace associated with the specified Throwable object, decomposing it into a list of stack frames.
getStackTrace(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
Gets the stack trace from a Throwable as a String.
getStartTime() - Method in class org.hibernate.jmx.StatisticsService
 
getStartTime() - Method in interface org.hibernate.stat.Statistics
 
getStartTime() - Method in class org.hibernate.stat.StatisticsImpl
 
getState() - Method in class org.hibernate.action.EntityInsertAction
 
getState() - Method in class org.hibernate.cache.entry.CollectionCacheEntry
 
getState() - Method in class org.hibernate.event.PostInsertEvent
 
getState() - Method in class org.hibernate.event.PostUpdateEvent
 
getState() - Method in class org.hibernate.event.PreInsertEvent
Getter for property 'state'.
getState() - Method in class org.hibernate.event.PreLoadEvent
 
getState() - Method in class org.hibernate.event.PreUpdateEvent
Retrieves the state to be used in the update.
getStatement() - Method in class org.hibernate.jdbc.AbstractBatcher
 
getStatement() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getStatementType() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
getStatementType() - Method in class org.hibernate.hql.ast.tree.DeleteStatement
 
getStatementType() - Method in class org.hibernate.hql.ast.tree.InsertStatement
 
getStatementType() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
getStatementType() - Method in interface org.hibernate.hql.ast.tree.Statement
Return the main token type representing the type of this statement.
getStatementType() - Method in class org.hibernate.hql.ast.tree.UpdateStatement
 
getStatistics() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getStatistics() - Method in class org.hibernate.impl.SessionImpl
 
getStatistics() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getStatistics() - Method in interface org.hibernate.Session
Get the statistics for this session.
getStatistics() - Method in interface org.hibernate.SessionFactory
Get the statistics for this session factory
getStatisticsImplementor() - Method in interface org.hibernate.engine.SessionFactoryImplementor
Statistics SPI
getStatisticsImplementor() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getStatus() - Method in class org.hibernate.engine.EntityEntry
 
getStatus() - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
getStatus() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
getStatus() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
getStatus() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
getStoredSnapshot() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
getStoredSnapshot() - Method in interface org.hibernate.collection.PersistentCollection
Get the snapshot cached by the collection instance
getStreamsForBinaryEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
getString(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getString(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getString(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getString(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a string
getString(String, Properties, String) - Static method in class org.hibernate.util.PropertiesHelper
Get a property value as a string.
getStringBuffer() - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
getStringValue() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getStringValue() - Method in class org.hibernate.tuple.ElementWrapper
 
getSubclass() - Method in class org.hibernate.cache.entry.CacheEntry
 
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
 
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
Retreives the defined entity-names for any subclasses defined for this entity.
getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getSubclassEntityPersister(Object, SessionFactoryImplementor, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassEntityPersister(Object, SessionFactoryImplementor, EntityMode) - 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
 
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).
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
 
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
 
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
 
getSubselect(EntityKey) - Method in class org.hibernate.engine.BatchFetchQueue
Retrieve the fetch descriptor associated with the given entity key.
getSubselect() - Method in class org.hibernate.mapping.Table
 
getSubString(long, int) - Method in class org.hibernate.lob.ClobImpl
 
getSubString(long, int) - Method in class org.hibernate.lob.SerializableClob
 
getSubtypes() - Method in interface org.hibernate.type.AbstractComponentType
Get the types of the component properties
getSubtypes() - Method in class org.hibernate.type.AnyType
 
getSubtypes() - Method in class org.hibernate.type.ComponentType
 
getSubtypes() - Method in class org.hibernate.type.CompositeCustomType
 
getSuccessfulBid() - Method in class org.hibernate.auction.AuctionItem
 
getSuccessfulTransactionCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSuccessfulTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have been successful
getSuccessfulTransactionCount() - Method in class org.hibernate.stat.StatisticsImpl
 
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.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.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
 
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(String, String, String) - Method in class org.hibernate.cfg.Mappings
 
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
 
getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
Getter for property 'tableAccessCount'.
getTableAlias() - Method in class org.hibernate.hql.ast.tree.FromElement
 
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
 
getTableComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getTableHasColumns() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableMappings() - Method in class org.hibernate.cfg.Configuration
Iterate the table mappings
getTableMetadata(String, String, String, boolean) - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
getTableName() - Method in class org.hibernate.hql.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
 
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
 
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'.
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
 
getTemporaryIdTableDDL() - Method in class org.hibernate.mapping.PersistentClass
 
getTemporaryIdTableDDL() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTemporaryIdTableDDL() - Method in interface org.hibernate.persister.entity.Queryable
Get the appropriate DDL command for generating the temporary table to be used to (potentially) store id values when performing bulk update/deletes.
getTemporaryIdTableName() - Method in class org.hibernate.mapping.PersistentClass
 
getTemporaryIdTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTemporaryIdTableName() - Method in interface org.hibernate.persister.entity.Queryable
Get the name of the temporary table to be used to (potentially) store id values when performing bulk update/deletes.
Getter - Interface in org.hibernate.property
Gets values of a particular property
getters - Variable in class org.hibernate.bytecode.javassist.BulkAccessor
 
getters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getText(int) - Method in class org.hibernate.impl.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() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getText(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read text
getText() - Method in class org.hibernate.tuple.ElementWrapper
 
getTextLength() - Method in class org.hibernate.hql.ast.tree.Node
 
getTextTrim() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getTextTrim() - Method in class org.hibernate.tuple.ElementWrapper
 
getThrowable(int) - Method in interface org.hibernate.exception.Nestable
Returns the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getThrowable(int) - Method in class org.hibernate.exception.NestableDelegate
Returns the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getThrowable(int) - Method in exception org.hibernate.exception.NestableException
 
getThrowable(int) - Method in exception org.hibernate.exception.NestableRuntimeException
 
getThrowableCount(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
Counts the number of Throwable objects in the exception chain.
getThrowableCount() - Method in interface org.hibernate.exception.Nestable
Returns the number of nested Throwables represented by this Nestable, including this Nestable.
getThrowableCount() - Method in class org.hibernate.exception.NestableDelegate
Returns the number of Throwables contained in the Nestable contained by this delegate.
getThrowableCount() - Method in exception org.hibernate.exception.NestableException
 
getThrowableCount() - Method in exception org.hibernate.exception.NestableRuntimeException
 
getThrowables(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
Returns the list of Throwable objects in the exception chain.
getThrowables() - Method in interface org.hibernate.exception.Nestable
Returns this Nestable and any nested Throwables in an array of Throwables, one element for each Throwable.
getThrowables() - Method in class org.hibernate.exception.NestableDelegate
Returns this delegate's Nestable and any nested Throwables in an array of Throwables, one element for each Throwable.
getThrowables() - Method in exception org.hibernate.exception.NestableException
 
getThrowables() - Method in exception org.hibernate.exception.NestableRuntimeException
 
getTime(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getTime(String, Calendar) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getTime(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getTime(int, Calendar) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getTimeout() - Method in interface org.hibernate.cache.Cache
Deprecated. Get a reasonable "lock timeout"
getTimeout() - Method in class org.hibernate.cache.EhCache
Returns the lock timeout for this cache.
getTimeout() - Method in class org.hibernate.cache.HashtableCache
 
getTimeout() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
getTimeout() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
getTimeout() - Method in class org.hibernate.cache.OptimisticTreeCache
 
getTimeout() - Method in class org.hibernate.cache.OSCache
 
getTimeout() - Method in interface org.hibernate.cache.Region
 
getTimeout() - Method in class org.hibernate.cache.SwarmCache
Get a reasonable "lock timeout"
getTimeout() - Method in class org.hibernate.cache.TreeCache
 
getTimeout() - Method in class org.hibernate.engine.NamedQueryDefinition
 
getTimeout() - Method in class org.hibernate.engine.RowSelection
 
getTimeout() - Method in class org.hibernate.impl.CriteriaImpl
 
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
How many times has this structure been accessed through this reference?
getTimesAccessed() - Method in class org.hibernate.id.enhanced.TableStructure
How many times has this structure been accessed through this reference?
getTimestamp() - Method in interface org.hibernate.engine.SessionImplementor
System time before the start of the transaction
getTimestamp() - Method in class org.hibernate.impl.SessionImpl
 
getTimestamp() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getTimestamp(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getTimestamp(String, Calendar) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getTimestamp(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getTimestamp(int, Calendar) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getTimestampsCacheInstance() - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing timestamps.
getTimestampsCacheInstance() - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing timestamps.
getTimestampsCacheInstance() - Method in interface org.hibernate.cache.jbc2.CacheInstanceManager
Retrieve a handle to the Cache instance to be used for storing timestamps.
getTimeZone(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getTimeZone(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a timezone
getTitle() - Method in class org.hibernate.tutorial.domain.Event
 
getTokenReplacements() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
getTokenTypeName(int) - Method in class org.hibernate.hql.ast.util.ASTPrinter
Returns the token type name for the given token type.
getTokenTypeName(Class, int) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Intended to retrieve the name of an AST token type based on the token type interface.
getTransaction() - Method in class org.hibernate.impl.SessionImpl
 
getTransaction() - Method in class org.hibernate.impl.StatelessSessionImpl
 
getTransaction() - Method in class org.hibernate.jdbc.JDBCContext
 
getTransaction() - Method in interface org.hibernate.Session
Get the Transaction instance associated with this session.
getTransaction() - Method in interface org.hibernate.StatelessSession
Get the current Hibernate transaction.
getTransaction() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
getTransaction() - Method in class org.hibernate.transaction.CMTTransaction
Getter for property 'transaction'.
getTransaction() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
getTransactionCount() - Method in class org.hibernate.jmx.StatisticsService
 
getTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have completed
getTransactionCount() - Method in class org.hibernate.stat.StatisticsImpl
 
getTransactionFactory() - Method in class org.hibernate.cfg.Settings
 
getTransactionFactory() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.test.tm.TransactionManagerLookupImpl
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.BTMTransactionManagerLookup
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.JNDITransactionManagerLookup
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.JOnASTransactionManagerLookup
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.JOTMTransactionManagerLookup
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionIdentifier(Transaction) - Method in interface org.hibernate.transaction.TransactionManagerLookup
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.WebSphereTransactionManagerLookup
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionManager() - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get the JTA transaction manager
getTransactionManager() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getTransactionManager(Properties) - Method in class org.hibernate.test.tm.TransactionManagerLookupImpl
 
getTransactionManager(Properties) - Method in class org.hibernate.transaction.BTMTransactionManagerLookup
Obtain the JTA TransactionManager.
getTransactionManager(Properties) - Method in class org.hibernate.transaction.JNDITransactionManagerLookup
Obtain the JTA TransactionManager.
getTransactionManager(Properties) - Method in class org.hibernate.transaction.JOnASTransactionManagerLookup
 
getTransactionManager(Properties) - Method in class org.hibernate.transaction.JOTMTransactionManagerLookup
Obtain the JTA TransactionManager.
getTransactionManager(Properties) - Method in interface org.hibernate.transaction.TransactionManagerLookup
Obtain the JTA TransactionManager.
getTransactionManager(Properties) - Static method in class org.hibernate.transaction.TransactionManagerLookupFactory
Convenience method for locating the JTA TransactionManager from the given platform config.
getTransactionManager(Properties) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup
Obtain the JTA TransactionManager.
getTransactionManager(Properties) - Method in class org.hibernate.transaction.WebSphereTransactionManagerLookup
Obtain the JTA TransactionManager.
getTransactionManagerLookup() - Method in class org.hibernate.cfg.Settings
 
getTransactionManagerLookup(Properties) - Static method in class org.hibernate.transaction.TransactionManagerLookupFactory
Generate the appropriate TransactionManagerLookup given the config settings being passed.
getTransactionManagerLookupStrategy() - Method in class org.hibernate.jmx.HibernateService
 
getTransactionManagerLookupStrategy() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the strategy for obtaining the JTA TransactionManager
getTransactionStrategy() - Method in class org.hibernate.jmx.HibernateService
 
getTransactionStrategy() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The fully qualified class name of the Hibernate TransactionFactory implementation
getTransformer(ClassFilter, FieldFilter) - Method in interface org.hibernate.bytecode.BytecodeProvider
Generate a ClassTransformer capable of performing bytecode manipulation.
getTransformer(ClassFilter, FieldFilter) - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
 
getTransformer(ClassFilter, FieldFilter) - Method in class org.hibernate.bytecode.javassist.BytecodeProviderImpl
 
getTranslators() - Method in class org.hibernate.engine.query.HQLQueryPlan
 
getTreeCacheInstance() - Method in class org.hibernate.cache.JndiBoundTreeCacheProvider
 
getTrueString() - Method in class org.hibernate.type.CharBooleanType
 
getTrueString() - Method in class org.hibernate.type.TrueFalseType
 
getTrueString() - Method in class org.hibernate.type.YesNoType
 
getTuplizer(SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTuplizer(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTuplizer(EntityMode) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getTuplizer(EntityMode) - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
Locate the tuplizer contained within this mapping which is responsible for the given entity-mode.
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
 
getTuplizerMapping() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getTuplizerMapping() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getTuplizerOrNull(EntityMode) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getTuplizerOrNull(EntityMode) - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
Locate the contained tuplizer responsible for the given entity-mode.
getType(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the type of a property path, ignoring projection aliases
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.sql.NativeSQLQueryScalarReturn
 
getType() - Method in class org.hibernate.engine.TypedValue
 
getType(int) - Method in class org.hibernate.impl.AbstractScrollableResults
 
getType() - Method in exception org.hibernate.InvalidMappingException
 
getType() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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.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
 
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(int) - Method in interface org.hibernate.ScrollableResults
Get the type of the ith column of results
getType() - Method in class org.hibernate.tuple.Property
 
getTypeClass() - Method in class org.hibernate.mapping.TypeDef
 
getTypeCode() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getTypeDef(String) - Method in class org.hibernate.cfg.Mappings
 
getTypedIdentifierValue(Criteria, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
 
getTypedIdentifierValue(Criteria, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getTypedValue(Criteria, String, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the a typed value for the given property value.
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
 
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
 
getTypeFirstRegionFqn(String, String, String) - Static method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
getTypeFromXML(Element) - Static method in class org.hibernate.cfg.HbmBinder
 
getTypeIndex() - Method in class org.hibernate.mapping.Column
 
getTypeInternal() - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
 
getTypeLastRegionFqn(String, String, String) - Static method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
getTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given Types typecode.
getTypeName(int, int, 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.TeradataDialect
Get the name of the database type associated with the given java.sql.Types typecode.
getTypeName() - Method in class org.hibernate.mapping.Collection
 
getTypeName() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getTypeParameters() - Method in class org.hibernate.mapping.Collection
 
getTypeParameters() - Method in class org.hibernate.mapping.SimpleValue
 
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.AvgProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.CountProjection
 
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.impl.AbstractQueryImpl
Retreives the list of parameter types bound to this query for ordinal parameters.
getTypes() - Method in class org.hibernate.impl.AbstractScrollableResults
 
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
 
getUnderlyingCache() - Method in class org.hibernate.cache.OptimisticTreeCacheProvider
 
getUnderlyingCache() - Method in class org.hibernate.cache.TreeCacheProvider
 
getUnicodeStream(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getUnicodeStream(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getUninitializedFields() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
getUniqueInteger() - Method in class org.hibernate.mapping.Table
 
getUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.Table
 
getUniqueKeyName() - Method in class org.hibernate.engine.EntityUniqueKey
 
getUniquePath() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getUniquePath(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getUniquePath() - Method in class org.hibernate.tuple.ElementWrapper
 
getUniquePath(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
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.
getUnlockTimestamp() - Method in class org.hibernate.cache.ReadWriteCache.Lock
 
getUnsavedIdentifierValue(String, Getter, Type, Constructor) - Static method in class org.hibernate.engine.UnsavedValueFactory
Return an IdentifierValue for the specified unsaved-value.
getUnsavedValue() - Method in class org.hibernate.tuple.IdentifierProperty
 
getUnsavedValue() - Method in class org.hibernate.tuple.VersionProperty
 
getUnsavedVersionValue(String, Getter, VersionType, Constructor) - Static method in class org.hibernate.engine.UnsavedValueFactory
 
getUpdateCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getUpdateCount() - Method in class org.hibernate.stat.CollectionStatistics
 
getUpdateCount() - Method in class org.hibernate.stat.EntityStatistics
 
getUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
 
getUpdateId(Object, EntityPersister, Serializable, EntityMode) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
Determine the id to use for updating.
getUpdateId(Object, EntityPersister, Serializable, EntityMode) - Method in class org.hibernate.event.def.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.SessionFactoryImplementor
Get the cache of table update timestamps
getUpdateTimestampsCache() - Method in class org.hibernate.impl.SessionFactoryImpl
 
getURL(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getURL(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
getUserAliases() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getUserName() - Method in class org.hibernate.auction.User
 
getUserName() - Method in class org.hibernate.jmx.HibernateService
 
getUserName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Log into the database with this name
getUserResourceAsStream(String) - Static method in class org.hibernate.util.ConfigHelper
 
getUserTransaction() - Method in class org.hibernate.transaction.JTATransaction
Getter for property 'userTransaction'.
getUserTransaction() - Method in class org.hibernate.transaction.JTATransactionFactory
Get the UserTransaction reference.
getUserTransactionName() - Method in class org.hibernate.jmx.HibernateService
 
getUserTransactionName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name of the JTA UserTransaction object (used only be JTATransaction).
getUserTransactionName() - Method in class org.hibernate.test.tm.TransactionManagerLookupImpl
 
getUserTransactionName() - Method in class org.hibernate.transaction.BESTransactionManagerLookup
 
getUserTransactionName() - Method in class org.hibernate.transaction.BTMTransactionManagerLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserTransactionName() - Method in class org.hibernate.transaction.JBossTransactionManagerLookup
 
getUserTransactionName() - Method in class org.hibernate.transaction.JOnASTransactionManagerLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserTransactionName() - Method in class org.hibernate.transaction.JOTMTransactionManagerLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserTransactionName() - Method in class org.hibernate.transaction.JRun4TransactionManagerLookup
 
getUserTransactionName() - Method in class org.hibernate.transaction.JTATransactionFactory
Getter for property 'userTransactionName'.
getUserTransactionName() - Method in class org.hibernate.transaction.OC4JTransactionManagerLookup
 
getUserTransactionName() - Method in class org.hibernate.transaction.OrionTransactionManagerLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserTransactionName() - Method in class org.hibernate.transaction.ResinTransactionManagerLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserTransactionName() - Method in class org.hibernate.transaction.SunONETransactionManagerLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserTransactionName() - Method in interface org.hibernate.transaction.TransactionManagerLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserTransactionName() - Method in class org.hibernate.transaction.WeblogicTransactionManagerLookup
 
getUserTransactionName() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserTransactionName() - Method in class org.hibernate.transaction.WebSphereTransactionManagerLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserType() - Method in class org.hibernate.type.CustomCollectionType
 
getUtilizedFilterNames() - Method in class org.hibernate.engine.query.HQLQueryPlan
 
getValidUsageString() - Static method in class org.hibernate.cache.access.AccessType
 
getValue() - Method in class org.hibernate.cache.ReadWriteCache.Item
The actual cached data
getValue() - Method in class org.hibernate.collection.AbstractPersistentCollection
return the user-visible collection (or array) instance
getValue() - Method in class org.hibernate.collection.PersistentArrayHolder
 
getValue() - Method in interface org.hibernate.collection.PersistentCollection
return the user-visible collection (or array) instance
getValue() - Method in class org.hibernate.collection.PersistentElementHolder
 
getValue() - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
getValue() - Method in class org.hibernate.engine.TypedValue
 
getValue() - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
 
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.util.IdentityMap.IdentityMapEntry
 
getValueColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store our persistent generator value.
getValues() - Method in class org.hibernate.impl.AbstractQueryImpl
Retreives the list of parameter values bound to this query for ordinal parameters.
getValues() - Method in class org.hibernate.mapping.MetaAttribute
 
getVersion() - Method in class org.hibernate.cache.entry.CacheEntry
 
getVersion() - Method in class org.hibernate.engine.EntityEntry
 
getVersion(Object[], EntityPersister) - Static method in class org.hibernate.engine.Versioning
Extract the optimisitc locking value out of the entity state snapshot.
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, EntityMode) - 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, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersion(Object, EntityMode) - 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() - Method in class org.hibernate.test.cache.VersionedItem
 
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.
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 interface org.hibernate.cache.CacheDataDescription
Get the comparator used to compare two different version values.
getVersionComparator() - Method in class org.hibernate.cache.impl.bridge.OptimisticCacheSourceAdapter
 
getVersionComparator() - Method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
 
getVersionComparator() - Method in interface org.hibernate.cache.OptimisticCacheSource
Get the comparator used to compare two different version values.
getVersionComparator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionedTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
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.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.Oracle8iDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getWalker() - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
getWalker() - Method in class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
 
getWalker() - Method in interface org.hibernate.hql.ast.tree.Statement
Retreive the "phase 2" walker which generated this statement tree.
getWarnings() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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.ast.tree.AbstractRestrictableStatement
 
getWhereClause() - Method in interface org.hibernate.hql.ast.tree.RestrictableStatement
Retreives the where-clause defining the restriction(s) in effect for this statement.
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.ast.tree.DeleteStatement
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.ast.tree.UpdateStatement
 
getWhereColumn() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
getWhereColumns() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
getWhereColumnType() - Method in class org.hibernate.hql.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.classic.PathExpressionParser
 
getWithClauseFragment() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getWithClauseJoinAlias() - Method in class org.hibernate.hql.ast.tree.FromElement
 
getWrappedBlob() - Method in class org.hibernate.lob.SerializableBlob
 
getWrappedClob() - Method in class org.hibernate.lob.SerializableClob
 
getWrappedConnection(Connection) - Static method in class org.hibernate.jdbc.BorrowedConnectionProxy
Convience method for unwrapping a connection proxy and getting a handle to an underlying connection.
getWrappedConnection() - Method in interface org.hibernate.jdbc.ConnectionWrapper
Get a reference to the wrapped connection.
getXPathResult(int) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getXPathResult(int) - Method in class org.hibernate.tuple.ElementWrapper
 
GONE - Static variable in class org.hibernate.engine.Status
 
greaterThan(LockMode) - Method in class org.hibernate.LockMode
Check if this lock mode is more restrictive than the given lock mode.
group() - Method in class org.hibernate.criterion.Property
 
GROUP - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
GROUP - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
GROUP - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
groupByClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
GroupByParser - Class in org.hibernate.hql.classic
Parses the GROUP BY clause of an aggregate query
GroupByParser() - Constructor for class org.hibernate.hql.classic.GroupByParser
 
groupClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
groupExprs(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
groupProperty(String) - Static method in class org.hibernate.criterion.Projections
A grouping property value
gt(Object) - Method in class org.hibernate.criterion.Property
 
gt(DetachedCriteria) - Method in class org.hibernate.criterion.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
 
GT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
GT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
GT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
gtAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
gtAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
gtProperty(Property) - Method in class org.hibernate.criterion.Property
 
gtProperty(String) - Method in class org.hibernate.criterion.Property
 
gtProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than" constraint to two properties
gtSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
gtSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
guessEntityMode(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
guessEntityMode(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Try to discover the entity mode from the entity instance
guessEntityMode(Object) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
guessEntityMode(Object) - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
Given a supposed instance of an entity/component, guess its entity mode.
guessEntityName(Object) - Method in interface org.hibernate.engine.SessionImplementor
The guessed entity name for an entity not in an association
guessEntityName(Object) - Method in class org.hibernate.impl.SessionImpl
 
guessEntityName(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
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
 
handledNonSpecificException(SQLException, String, String) - Method in class org.hibernate.exception.CacheSQLStateConverter
Handle an exception not converted to a specific type based on the SQLState.
handledNonSpecificException(SQLException, String, String) - Method in class org.hibernate.exception.SQLStateConverter
Handle an exception not converted to a specific type based on the SQLState.
handleDotIdent() - Method in class org.hibernate.hql.antlr.HqlBaseParser
This method looks ahead and converts .
handleDotIdent() - Method in class org.hibernate.hql.ast.HqlParser
 
handleEntityNotFound(String, Serializable) - Method in interface org.hibernate.proxy.EntityNotFoundDelegate
 
handleIdentifierError(Token, RecognitionException) - Method in class org.hibernate.hql.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.ast.HqlParser
Overrides the base behavior to retry keywords as identifiers.
handleInterception(FlushEntityEvent) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
 
handlePropertyBeingDereferenced(Type, String) - Method in class org.hibernate.hql.ast.tree.FromElement
 
handleRead(String, String) - Method in interface org.hibernate.bytecode.javassist.FieldFilter
Should the given field be read intercepted?
handleReadAccess(String, String) - Method in interface org.hibernate.bytecode.javassist.FieldFilter
 
handleTestCase(Test) - Method in interface org.hibernate.junit.TestSuiteVisitor.Handler
 
handleWrite(String, String) - Method in interface org.hibernate.bytecode.javassist.FieldFilter
Should the given field be write intercepted?
handleWriteAccess(String, String) - Method in interface org.hibernate.bytecode.javassist.FieldFilter
 
hasAfterTransactionActions() - Method in class org.hibernate.engine.ActionQueue
 
hasAfterTransactionCompletion() - Method in class org.hibernate.action.BulkOperationCleanupAction
 
hasAfterTransactionCompletion() - Method in class org.hibernate.action.CollectionAction
 
hasAfterTransactionCompletion() - Method in class org.hibernate.action.EntityAction
 
hasAfterTransactionCompletion() - Method in class org.hibernate.action.EntityIdentityInsertAction
 
hasAfterTransactionCompletion() - Method in interface org.hibernate.action.Executable
Do we need to retain this instance until after the transaction completes?
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
 
hasAnyQueuedActions() - Method in class org.hibernate.engine.ActionQueue
 
hasArguments() - Method in class org.hibernate.dialect.DerbyDialect.DerbyTrimFunctionEmulation
 
hasArguments() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Does this function have any arguments?
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?

Here we always return true

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
Does this function have any arguments?
hasArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
Does this function have any arguments?

Always returns true here.

hasAutoDiscoverScalarTypes() - Method in class org.hibernate.engine.QueryParameters
 
hasBind(SessionFactory) - Static method in class org.hibernate.context.ManagedSessionContext
Check to see if there is already a session associated with the current thread for the given session factory.
hasBorrowedConnection() - Method in class org.hibernate.jdbc.ConnectionManager
 
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.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
 
hasCheckConstraint() - Method in class org.hibernate.mapping.Column
 
hasCollectionFecthes() - Method in class org.hibernate.hql.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
 
hasContent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
hasContent() - Method in class org.hibernate.tuple.ElementWrapper
 
hasCustomAccessors - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
hasCustomAccessors - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
hasDatabaseSnapshot() - Method in class org.hibernate.event.FlushEntityEvent
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.Cache71Dialect
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.Dialect
Whether this dialect have an Identity clause added to the data type or a completely seperate identity data type
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.InformixDialect
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
hasDenormalizedTables() - Method in class org.hibernate.mapping.Table
 
hasDirtyCollection() - Method in class org.hibernate.event.FlushEntityEvent
 
hasDom4jRepresentation() - Method in class org.hibernate.mapping.PersistentClass
 
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.ast.tree.FromElement
 
hasEmbeddedParameters() - Method in interface org.hibernate.hql.ast.tree.ParameterContainer
Deprecated. Determine whether this node contans embedded parameters.
hasEmbeddedParameters() - Method in class org.hibernate.hql.ast.tree.SqlFragment
 
hasExactlyOneChild(AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
hasFilterCondition() - Method in class org.hibernate.hql.ast.tree.SqlFragment
 
hasFilterCondition() - Method in class org.hibernate.sql.JoinFragment
True if the where fragment is from a filter condition.
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
 
hash(Object[]) - Static method in class org.hibernate.util.ArrayHelper
calculate the array hash (only the first level)
hash(char[]) - Static method in class org.hibernate.util.ArrayHelper
calculate the array hash (only the first level)
hash(byte[]) - Static method in class org.hibernate.util.ArrayHelper
calculate the array hash (only the first level)
hashCode() - Method in class org.hibernate.action.DelayedPostInsertIdentifier
 
hashCode() - Method in class org.hibernate.bytecode.javassist.FastClass
 
hashCode() - Method in class org.hibernate.cache.CacheKey
 
hashCode() - Method in class org.hibernate.cache.FilterKey
 
hashCode() - Method in class org.hibernate.cache.QueryKey
 
hashCode() - Method in class org.hibernate.collection.PersistentBag
 
hashCode() - Method in class org.hibernate.collection.PersistentList
 
hashCode() - Method in class org.hibernate.collection.PersistentMap
 
hashCode() - Method in class org.hibernate.collection.PersistentSet
 
hashCode() - Method in class org.hibernate.engine.CollectionKey
 
hashCode() - Method in class org.hibernate.engine.EntityKey
 
hashCode() - Method in class org.hibernate.engine.EntityUniqueKey
 
hashCode() - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
 
hashCode() - Method in class org.hibernate.engine.TypedValue
 
hashCode() - Method in class org.hibernate.hql.ast.tree.FromElement
 
hashCode() - Method in class org.hibernate.jdbc.util.FormatStyle
 
hashCode() - Method in class org.hibernate.mapping.Column
 
hashCode() - Method in class org.hibernate.secure.HibernatePermission
 
hashCode() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
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.AliasToEntityMapResultTransformer
All AliasToEntityMapResultTransformer are considered equal
hashCode() - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
hashCode() - Method in class org.hibernate.transform.PassThroughResultTransformer
 
hashCode() - Method in class org.hibernate.transform.RootEntityResultTransformer
 
hashCode() - Method in class org.hibernate.tuple.ElementWrapper
 
hashCode() - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer.BasicEntityNameResolver
hashCode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
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"
hashCode() - Method in class org.hibernate.util.FastHashMap
Return the hash code value for this map.
hashCode() - Method in class org.hibernate.util.IdentityMap.IdentityKey
 
hasHolder(EntityMode) - Method in class org.hibernate.type.ArrayType
 
hasHolder(EntityMode) - Method in class org.hibernate.type.CollectionType
 
HashtableCache - Class in org.hibernate.cache
A lightweight implementation of the Cache interface
HashtableCache(String) - Constructor for class org.hibernate.cache.HashtableCache
 
HashtableCacheProvider - Class in org.hibernate.cache
A simple in-memory Hashtable-based cache impl.
HashtableCacheProvider() - Constructor for class org.hibernate.cache.HashtableCacheProvider
 
hasIdentifier - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
hasIdentifierMapper() - Method in class org.hibernate.tuple.IdentifierProperty
 
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
 
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.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
 
hasMixedContent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
hasMixedContent() - Method in class org.hibernate.tuple.ElementWrapper
 
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.impl.AbstractQueryImpl
Does this query contain named parameters?
hasNaturalId() - Method in class org.hibernate.mapping.PersistentClass
 
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.hql.ast.util.ASTIterator
 
hasNext() - Method in class org.hibernate.hql.ast.util.ASTParentsFirstIterator
 
hasNext() - Method in class org.hibernate.impl.IteratorImpl
 
hasNext() - Method in class org.hibernate.util.EmptyIterator
 
hasNext() - Method in class org.hibernate.util.JoinedIterator
 
hasNext() - Method in class org.hibernate.util.LazyIterator
 
hasNext() - Method in class org.hibernate.util.SingletonIterator
 
hasNonIdentifierPropertyNamedId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNonReadOnlyEntities() - Method in interface org.hibernate.engine.PersistenceContext
 
hasNonReadOnlyEntities() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
hasOpenResources() - Method in class org.hibernate.jdbc.AbstractBatcher
 
hasOpenResources() - Method in interface org.hibernate.jdbc.Batcher
 
hasOrder() - Method in class org.hibernate.mapping.Collection
 
hasOrderByClause() - Method in class org.hibernate.hql.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 class org.hibernate.engine.CascadeStyle
Do we need to delete orphaned collection elements?
hasOrphanDelete() - Method in class org.hibernate.engine.CascadeStyle.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.DerbyDialect.DerbyTrimFunctionEmulation
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
If there are no arguments, are parens required?
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 parens required?

Here we always return true

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 parens required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.StandardSQLFunction
If there are no arguments, are parens required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
If there are no arguments, are parens required?

Always returns true here.

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
 
hasPhysicalDiscriminatorColumn(Queryable) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Does the given persister define a physical discriminator column for the purpose of inheritence discrimination?
hasPojoRepresentation() - Method in class org.hibernate.mapping.Component
 
hasPojoRepresentation() - Method in class org.hibernate.mapping.PersistentClass
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.EntityAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.EntityDeleteAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.EntityIdentityInsertAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.EntityInsertAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.EntityUpdateAction
 
hasPrimaryKey() - Method in class org.hibernate.mapping.Table
 
hasProjection() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
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.AbstractPersistentCollection
Does this instance have any "queued" additions?
hasQueuedOperations() - Method in interface org.hibernate.collection.PersistentCollection
Does this instance have any "queued" additions?
hasRegisteredLoadingCollectionEntries() - Method in class org.hibernate.engine.loading.LoadContexts
Do we currently have any registered internal entries corresponding to loading collections?
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.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
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
 
hasSequentialSelect() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSequentialSelect() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
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
 
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.antlr.SqlGeneratorBase
 
hasThetaJoins() - Method in class org.hibernate.sql.JoinFragment
 
hasUninitializedLazyProperties(Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasUninitializedLazyProperties(Object, EntityMode) - 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
Does the given entity instance have any currently uninitialized lazy properties?
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
 
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.ast.tree.AbstractRestrictableStatement
 
hasWhereClause() - Method in interface org.hibernate.hql.ast.tree.RestrictableStatement
Does this statement tree currently contain a where clause?
HAVING - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
HAVING - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
HAVING - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
havingClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
HavingParser - Class in org.hibernate.hql.classic
Parses the having clause of a hibernate query and translates it to an SQL having clause.
HavingParser() - Constructor for class org.hibernate.hql.classic.HavingParser
 
HBM2DDL_AUTO - Static variable in class org.hibernate.cfg.Environment
Auto export/update schema using hbm2ddl tool.
HbmBinder - Class in org.hibernate.cfg
Walks an XML mapping document and produces the Hibernate configuration-time metamodel (the classes in the mapping package)
headMap(Object) - Method in class org.hibernate.collection.PersistentSortedMap
 
headSet(Object) - Method in class org.hibernate.collection.PersistentSortedSet
 
heuristicType(String) - Static method in class org.hibernate.type.TypeFactory
Uses heuristics to deduce a Hibernate type given a string naming the type or Java class.
heuristicType(String, Properties) - Static method in class org.hibernate.type.TypeFactory
Uses heuristics to deduce a Hibernate type given a string naming the type or Java class.
HEX_DIGIT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Hibernate - Class in org.hibernate
Provides access to the full range of Hibernate built-in types.
HibernateException - Exception in org.hibernate
Any exception that occurs inside the persistence layer or JDBC driver.
HibernateException(Throwable) - Constructor for exception org.hibernate.HibernateException
 
HibernateException(String, Throwable) - Constructor for exception org.hibernate.HibernateException
 
HibernateException(String) - Constructor for exception org.hibernate.HibernateException
 
HibernateIterator - Interface in org.hibernate.engine
An iterator that may be "closed"
HibernatePermission - Class in org.hibernate.secure
 
HibernatePermission(String, String) - Constructor for class org.hibernate.secure.HibernatePermission
 
HibernateProxy - Interface in org.hibernate.proxy
Marker interface for entity proxies
HibernateProxyHelper - Class in org.hibernate.proxy
Utility methods for working with proxies.
HibernateService - Class in org.hibernate.jmx
Implementation of HibernateServiceMBean.
HibernateService() - Constructor for class org.hibernate.jmx.HibernateService
 
HibernateServiceMBean - Interface in org.hibernate.jmx
Hibernate JMX Management API
HibernateUtil - Class in org.hibernate.tutorial.util
 
HibernateUtil() - Constructor for class org.hibernate.tutorial.util.HibernateUtil
 
HILO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
 
HolderInstantiator - Class in org.hibernate.hql
 
HolderInstantiator(ResultTransformer, String[]) - Constructor for class org.hibernate.hql.HolderInstantiator
 
HQL_COLLECTION_PROPERTIES - Static variable in class org.hibernate.hql.CollectionProperties
 
HQL_SEPARATORS - Static variable in class org.hibernate.hql.classic.ParserHelper
 
HQL_VARIABLE_PREFIX - Static variable in class org.hibernate.hql.classic.ParserHelper
 
HqlASTFactory - Class in org.hibernate.hql.ast
User: Joshua Davis
Date: Sep 23, 2005
Time: 12:30:01 PM
HqlASTFactory() - Constructor for class org.hibernate.hql.ast.HqlASTFactory
 
HqlBaseLexer - Class in org.hibernate.hql.antlr
Hibernate Query Language Lexer
This lexer provides the HQL parser with tokens.
HqlBaseLexer(InputStream) - Constructor for class org.hibernate.hql.antlr.HqlBaseLexer
 
HqlBaseLexer(Reader) - Constructor for class org.hibernate.hql.antlr.HqlBaseLexer
 
HqlBaseLexer(InputBuffer) - Constructor for class org.hibernate.hql.antlr.HqlBaseLexer
 
HqlBaseLexer(LexerSharedInputState) - Constructor for class org.hibernate.hql.antlr.HqlBaseLexer
 
HqlBaseParser - Class in org.hibernate.hql.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.antlr.HqlBaseParser
 
HqlBaseParser(TokenBuffer) - Constructor for class org.hibernate.hql.antlr.HqlBaseParser
 
HqlBaseParser(TokenStream, int) - Constructor for class org.hibernate.hql.antlr.HqlBaseParser
 
HqlBaseParser(TokenStream) - Constructor for class org.hibernate.hql.antlr.HqlBaseParser
 
HqlBaseParser(ParserSharedInputState) - Constructor for class org.hibernate.hql.antlr.HqlBaseParser
 
HqlParser - Class in org.hibernate.hql.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
Defines a query execution plan for an HQL query (or filter).
HQLQueryPlan(String, boolean, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.HQLQueryPlan
 
HQLQueryPlan(String, String, boolean, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.HQLQueryPlan
 
HqlSqlBaseWalker - Class in org.hibernate.hql.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.antlr.HqlSqlBaseWalker
 
HqlSqlTokenTypes - Interface in org.hibernate.hql.antlr
 
HqlSqlWalker - Class in org.hibernate.hql.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.ast.HqlSqlWalker
Create a new tree transformer.
HqlSqlWalkerNode - Class in org.hibernate.hql.ast.tree
A semantic analysis node, that points back to the main analyzer.
HqlSqlWalkerNode() - Constructor for class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
 
HqlToken - Class in org.hibernate.hql.ast
A custom token class for the HQL grammar.
HqlToken() - Constructor for class org.hibernate.hql.ast.HqlToken
 
HqlTokenTypes - Interface in org.hibernate.hql.antlr
 
HSQLCaseFragment - Class in org.hibernate.sql
The HSQL CASEWHEN function.
HSQLCaseFragment() - Constructor for class org.hibernate.sql.HSQLCaseFragment
 
HSQLDialect - Class in org.hibernate.dialect
An SQL dialect compatible with HSQLDB (Hypersonic SQL).
HSQLDialect() - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLDialect.ReadUncommittedLockingStrategy - Class in org.hibernate.dialect
 
HSQLDialect.ReadUncommittedLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.HSQLDialect.ReadUncommittedLockingStrategy
 
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.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
Retrieve an instance of the mapped class, or the identifier of an entity or collection, from a JDBC resultset.

I

id() - Static method in class org.hibernate.criterion.Projections
A projected identifier value
ID_LETTER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ID_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
idbag(String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
IDENT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
IDENT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
IDENT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
identifier() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
identifier(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
IdentifierBag - Class in org.hibernate.mapping
An IdentifierBag has a primary key consisting of just the identifier column
IdentifierBag(PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
 
IdentifierBagType - Class in org.hibernate.type
 
IdentifierBagType(String, String, boolean) - Constructor for class org.hibernate.type.IdentifierBagType
 
IdentifierCollection - Class in org.hibernate.mapping
A collection with a synthetic "identifier" column
IdentifierCollection(PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
 
identifierColumnName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IdentifierEqExpression - Class in org.hibernate.criterion
An identifier constraint
IdentifierEqExpression(Object) - Constructor for class org.hibernate.criterion.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 - Interface in org.hibernate.id
The general contract between a class that generates unique identifiers and the Session.
IdentifierGeneratorFactory - Class in org.hibernate.id
Factory and helper methods for IdentifierGenerator framework.
IdentifierProjection - Class in org.hibernate.criterion
A property value, or grouped property value
IdentifierProjection(boolean) - Constructor for class org.hibernate.criterion.IdentifierProjection
 
IdentifierProjection() - Constructor for class org.hibernate.criterion.IdentifierProjection
 
IdentifierProperty - Class in org.hibernate.tuple
Represents a defined entity identifier property within the Hibernate runtime-metamodel.
IdentifierProperty(String, 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.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 intentifier select fragment.
IdentifierType - Interface in org.hibernate.type
A Type that may be used as an identifier.
IdentifierValue - Class in org.hibernate.engine
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.IdentifierValue
 
IdentifierValue(Serializable) - Constructor for class org.hibernate.engine.IdentifierValue
Assume the transient instance is newly instantiated if its identifier is null or equal to value
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.BasicDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.BasicDelegate
 
IdentityGenerator.GetGeneratedKeysDelegate - Class in org.hibernate.id
Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
IdentityGenerator.GetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
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.
IdentityGenerator.InsertSelectDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
IdentityMap - Class in org.hibernate.util
A Map where keys are compared by object identity, rather than equals().
IdentityMap.IdentityKey - Class in org.hibernate.util
 
IdentityMap.IdentityMapEntry - Class in org.hibernate.util
 
IdentitySet - Class in org.hibernate.util
Set implementation that use == instead of equals() as its comparison mechanism.
IdentitySet() - Constructor for class org.hibernate.util.IdentitySet
Create an IdentitySet with default sizing.
IdentitySet(int) - Constructor for class org.hibernate.util.IdentitySet
Create an IdentitySet with the given sizing.
IdentNode - Class in org.hibernate.hql.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.ast.tree.IdentNode
 
identPrimary() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
idEq(Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the identifier property
IGNORE - Static variable in class org.hibernate.CacheMode
The session will never interact with the cache, except to invalidate cache items when updates occur
IGNORE - Static variable in class org.hibernate.ReplicationMode
Ignore replicated entities when a row already exists.
ignoreCase() - Method in class org.hibernate.criterion.Example
Ignore case for all string-valued properties
ignoreCase() - Method in class org.hibernate.criterion.Order
 
ignoreCase() - Method in class org.hibernate.criterion.SimpleExpression
 
ignoreInitialJoin() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
ilike(String, String, MatchMode) - Static method in class org.hibernate.criterion.Restrictions
A case-insensitive "like", similar to Postgres ilike operator
ilike(String, Object) - Static method in class org.hibernate.criterion.Restrictions
A case-insensitive "like", similar to Postgres ilike operator
IlikeExpression - Class in org.hibernate.criterion
A case-insensitive "like"
IlikeExpression(String, Object) - Constructor for class org.hibernate.criterion.IlikeExpression
 
IlikeExpression(String, String, MatchMode) - Constructor for class org.hibernate.criterion.IlikeExpression
 
ILLEGAL_COLL_DEREF_EXCP_BUILDER - Static variable in class org.hibernate.hql.ast.tree.DotNode
 
IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.LoadEventListener
 
immediateLoad(String, Serializable) - Method in interface org.hibernate.engine.SessionImplementor
Load an instance immediately.
immediateLoad(String, Serializable) - Method in class org.hibernate.impl.SessionImpl
Load the data for the object with the specified id into a newly created object.
immediateLoad(String, Serializable) - Method in class org.hibernate.impl.StatelessSessionImpl
 
ImmutableType - Class in org.hibernate.type
Superclass of nullable immutable types.
ImmutableType() - Constructor for class org.hibernate.type.ImmutableType
 
implementsInterface(Class, Class) - Static method in class org.hibernate.util.ReflectHelper
Determine if the given class implements the given interface.
implementsLifecycle(EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
Does the class implement the Lifecycle interface?
implementsLifecycle(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
implementsLifecycle(EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
Does the class implement the Lifecycle interface.
implementsValidatable(EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
Does the class implement the Validatable interface?
implementsValidatable(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
implementsValidatable(EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
Does the class implement the Validatable interface.
IMPLIED_FROM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
IMPLIED_FROM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ImpliedFromElement - Class in org.hibernate.hql.ast.tree
Represents a FROM element implied by a path expression or a collection reference.
ImpliedFromElement() - Constructor for class org.hibernate.hql.ast.tree.ImpliedFromElement
 
implies(Permission) - Method in class org.hibernate.secure.HibernatePermission
 
imports - Variable in class org.hibernate.cfg.Configuration
 
imports - Variable in class org.hibernate.cfg.Mappings
 
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
 
in(Object[]) - Method in class org.hibernate.criterion.Property
 
in(DetachedCriteria) - Method in class org.hibernate.criterion.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
 
IN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
IN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
IN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
IN_LIST - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
IN_LIST - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
IN_LIST - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
inClassDeclaration() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
include(Object, String, Type) - Method in interface org.hibernate.criterion.Example.PropertySelector
 
include(AST) - Method in class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
 
includeProperty(int) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.InclusionChecker
 
includeSubclasses(String) - Method in interface org.hibernate.engine.JoinSequence.Selector
 
inCollectionDeclaration() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
inCollectionElementsDeclaration() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
INCONSISTENT_RTN_CLASS_MARKER - Static variable in class org.hibernate.event.def.DefaultLoadEventListener
 
increment(Object, VersionType, SessionImplementor) - Static method in class org.hibernate.engine.Versioning
Generate the next increment in the optimisitc locking value according the VersionType contract for the version property.
INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
incrementCascadeLevel() - Method in interface org.hibernate.engine.PersistenceContext
Called before cascading
incrementCascadeLevel() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
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.OptimizerFactory.OptimizerSupport
 
Index - Class in org.hibernate.mapping
A relational table index
Index() - Constructor for class org.hibernate.mapping.Index
 
INDEX_OP - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
INDEX_OP - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
INDEX_OP - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
IndexBackref - Class in org.hibernate.mapping
 
IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
 
indexColumnAliases - 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
 
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(PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
 
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
 
IndexMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC index metadata
IndexNode - Class in org.hibernate.hql.ast.tree
Represents the [] operator and provides it's semantics.
IndexNode() - Constructor for class org.hibernate.hql.ast.tree.IndexNode
 
indexOf(Object) - Method in class org.hibernate.collection.PersistentBag
 
indexOf(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
indexOf(Object) - Method in class org.hibernate.collection.PersistentList
 
indexOf(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
indexOf(Node) - Method in class org.hibernate.tuple.ElementWrapper
 
indexOf(Object, Object) - Method in class org.hibernate.type.ArrayType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CustomCollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.ListType
 
indexOf(Object, Object) - Method in class org.hibernate.type.MapType
 
indexOf(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
indexOf(Object[], Object) - Static method in class org.hibernate.util.ArrayHelper
 
indexOfThrowable(Throwable, Class) - Static method in class org.hibernate.exception.ExceptionUtils
Returns the (zero based) index of the first Throwable that matches the specified type in the exception chain.
indexOfThrowable(Throwable, Class, int) - Static method in class org.hibernate.exception.ExceptionUtils
Returns the (zero based) index of the first Throwable that matches the specified type in the exception chain from a specified index.
indexOfThrowable(Class) - Method in interface org.hibernate.exception.Nestable
Returns the index, numbered from 0, of the first occurrence of the specified type in the chain of Throwables, or -1 if the specified type is not found in the chain.
indexOfThrowable(Class, int) - Method in interface org.hibernate.exception.Nestable
Returns the index, numbered from 0, of the first Throwable that matches the specified type in the chain of Throwables with an index greater than or equal to the specified index, or -1 if the type is not found.
indexOfThrowable(Class, int) - Method in class org.hibernate.exception.NestableDelegate
Returns the index, numbered from 0, of the first Throwable that matches the specified type in the chain of Throwables held in this delegate's Nestable with an index greater than or equal to the specified index, or -1 if the type is not found.
indexOfThrowable(Class) - Method in exception org.hibernate.exception.NestableException
 
indexOfThrowable(Class, int) - Method in exception org.hibernate.exception.NestableException
 
indexOfThrowable(Class) - Method in exception org.hibernate.exception.NestableRuntimeException
 
indexOfThrowable(Class, int) - Method in exception org.hibernate.exception.NestableRuntimeException
 
IndexPropertyAccessor - Class in org.hibernate.property
Represents a "back-reference" to the index of a collection.
IndexPropertyAccessor(String, String) - Constructor for class org.hibernate.property.IndexPropertyAccessor
Constructs a new instance of IndexPropertyAccessor.
IndexPropertyAccessor.IndexGetter - Class in org.hibernate.property
The Getter implementation for index backrefs.
IndexPropertyAccessor.IndexGetter() - Constructor for class org.hibernate.property.IndexPropertyAccessor.IndexGetter
 
IndexPropertyAccessor.IndexSetter - Class in org.hibernate.property
The Setter implementation for index backrefs.
IndexPropertyAccessor.IndexSetter() - Constructor for class org.hibernate.property.IndexPropertyAccessor.IndexSetter
 
INDICES - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
INDICES - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
INDICES - Static variable in interface org.hibernate.hql.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
 
info(String) - Method in interface org.hibernate.bytecode.buildtime.Logger
 
info(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
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.
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
 
IngresDialect - Class in org.hibernate.dialect
An Ingres SQL dialect.
IngresDialect() - Constructor for class org.hibernate.dialect.IngresDialect
 
init() - Method in class org.hibernate.action.BulkOperationCleanupAction
 
init(FilterConfig) - Method in class org.hibernate.tutorial.web.SessionInterceptor
 
initAll(String, String, LockMode) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initCause(Throwable) - Method in exception org.hibernate.bytecode.javassist.BulkAccessorException
Initializes the cause of this throwable.
initCollectionPropertyMap() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
initComponentPropertyPaths(String, AbstractComponentType, String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initFromWalker(JoinWalker) - Method in class org.hibernate.loader.OuterJoinLoader
 
INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
initialContext - Variable in class org.hibernate.transaction.JTATransactionFactory
 
Initializable - Interface in org.hibernate.event
An event listener that requires access to mappings to initialize state at initialization time.
initialize(boolean) - Method in class org.hibernate.collection.AbstractPersistentCollection
Initialize the collection, if possible, wrapping any exceptions in a runtime exception
initialize(Configuration) - Method in interface org.hibernate.event.Initializable
 
initialize(Object) - Static method in class org.hibernate.Hibernate
Force initialization of a proxy or persistent collection.
initialize() - Method in class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode
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.ast.tree.BetweenOperatorNode
 
initialize() - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
 
initialize() - Method in class org.hibernate.hql.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.ast.tree.HqlSqlWalkerNode
 
initialize(Object) - Method in interface org.hibernate.hql.ast.tree.InitializeableNode
Initializes the node with the parameter.
initialize() - Method in class org.hibernate.hql.ast.tree.InLogicOperatorNode
 
initialize(Queryable) - Method in class org.hibernate.hql.ast.tree.IntoClause
 
initialize(Token) - Method in class org.hibernate.hql.ast.tree.Node
 
initialize(AST) - Method in class org.hibernate.hql.ast.tree.Node
 
initialize() - Method in interface org.hibernate.hql.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.ast.tree.UnaryArithmeticNode
 
initialize() - Method in class org.hibernate.hql.ast.tree.UnaryLogicOperatorNode
 
initialize() - Method in class org.hibernate.junit.functional.ExecutionEnvironment
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
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.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 the proxy, fetching the target entity if necessary.
initialize() - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy, fetching the target entity if necessary.
initialize(Configuration) - Method in class org.hibernate.secure.JACCPreDeleteEventListener
 
initialize(Configuration) - Method in class org.hibernate.secure.JACCPreInsertEventListener
 
initialize(Configuration) - Method in class org.hibernate.secure.JACCPreLoadEventListener
 
initialize(Configuration) - Method in class org.hibernate.secure.JACCPreUpdateEventListener
 
InitializeableNode - Interface in org.hibernate.hql.ast.tree
An interface for initializeable AST nodes.
initializeCollection(PersistentCollection, boolean) - Method in interface org.hibernate.engine.SessionImplementor
Initialize the collection (if not already initialized)
initializeCollection(FromClause, String, String) - Method in class org.hibernate.hql.ast.tree.FromElement
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.impl.SessionImpl
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.impl.StatelessSessionImpl
 
InitializeCollectionEvent - Class in org.hibernate.event
An event that occurs when a collection wants to be initialized
InitializeCollectionEvent(PersistentCollection, EventSource) - Constructor for class org.hibernate.event.InitializeCollectionEvent
 
InitializeCollectionEventListener - Interface in org.hibernate.event
Defines the contract for handling of collection initialization events generated by a session.
initializeDerivedSelectClause(FromClause) - Method in class org.hibernate.hql.ast.tree.SelectClause
Prepares a derived (i.e., not explicitly defined in the query) select clause.
initializeEntity(Object, boolean, SessionImplementor, PreLoadEvent, PostLoadEvent) - Static method in class org.hibernate.engine.TwoPhaseLoad
Perform the second step of 2-phase load.
initializeEntity(FromClause, String, EntityPersister, EntityType, String, String) - Method in class org.hibernate.hql.ast.tree.FromElement
 
initializeExplicitSelectClause(FromClause) - Method in class org.hibernate.hql.ast.tree.SelectClause
Prepares an explicitly defined select clause.
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentArrayHolder
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentBag
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in interface org.hibernate.collection.PersistentCollection
Read the state of the collection from a disassembled cached value
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentElementHolder
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentList
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentListElementHolder
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentMap
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentMapElementHolder
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentSet
 
initializeImmediately(EntityMode) - Method in class org.hibernate.type.ArrayType
 
initializeImmediately(EntityMode) - Method in class org.hibernate.type.CollectionType
 
initializeLazyProperty(String, Object, SessionImplementor) - Method in interface org.hibernate.intercept.LazyPropertyInitializer
Initialize the property, and return its new value
initializeLazyProperty(String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeListeners(Configuration) - Method in class org.hibernate.event.EventListeners
Call Initializable.initialize(org.hibernate.cfg.Configuration) on any listeners that implement the Initializable interface.
initializeMethodNode(AST, boolean) - Method in class org.hibernate.hql.ast.tree.MethodNode
 
initializeNonLazyCollections() - Method in interface org.hibernate.engine.PersistenceContext
Force initialization of all non-lazy collections encountered during the current two-phase load (actually, this is a no-op, unless this is the "outermost" load)
initializeNonLazyCollections() - Method in class org.hibernate.engine.StatefulPersistenceContext
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)
initIdentifierPropertyPaths(String, EntityType, String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initLockers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initPersisters(List, LockMode) - Method in class org.hibernate.loader.JoinWalker
 
initProjection(String, String, String, String, LockMode) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initPropertyPaths(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initPropertyPaths(String, Type, 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
injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.intercept.cglib.CGLIBHelper
 
injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
 
injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.intercept.javassist.JavassistHelper
 
injectParameters(Object, Properties) - Static method in class org.hibernate.type.TypeFactory
 
inList() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
inList(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
InLogicOperatorNode - Class in org.hibernate.hql.ast.tree
 
InLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.InLogicOperatorNode
 
INNER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
INNER - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
INNER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
INNER_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Specifies joining to an entity based on an inner join.
INNER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
 
inProjectionList() - Method in class org.hibernate.hql.ast.tree.FromElement
 
inProjectionList() - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
 
inRhs(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
insert(Object, Object, Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object, Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object, Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
insert(Object, Object, Object) - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
Overrides the superclass by adding a DataVersion to the invocation.
insert(Object, Object, Object) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
insert(Object, Object, Object) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
insert(Object, Object, Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Invalidate the item
insert(Object, Object, Object) - Method in class org.hibernate.cache.ReadOnlyCache
Do nothing.
insert(Object, Object, Object) - Method in class org.hibernate.cache.ReadWriteCache
Do nothing.
insert(Object, Object, Object) - Method in class org.hibernate.cache.TransactionalCache
 
INSERT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
INSERT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
INSERT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
insert(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
insert(String, Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
INSERT - Static variable in class org.hibernate.mapping.PropertyGeneration
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 - Static variable in class org.hibernate.secure.HibernatePermission
 
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.
insertablePropertySpec() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
insertablePropertySpec(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
insertCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
insertChild(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Inserts the child as the first child of the parent, all other children are shifted over to the 'right'.
insertEntity(String) - Method in class org.hibernate.stat.StatisticsImpl
 
insertEntity(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
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
 
insertRow() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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
InsertSelect - Class in org.hibernate.sql
Implementation of InsertSelect.
InsertSelect(Dialect) - Constructor for class org.hibernate.sql.InsertSelect
 
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.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.antlr.HqlBaseParser
 
insertStatement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
insertStatement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
InsertStatement - Class in org.hibernate.hql.ast.tree
Defines a top-level AST node representing an HQL "insert select" statement.
InsertStatement() - Constructor for class org.hibernate.hql.ast.tree.InsertStatement
 
INSTANCE - Static variable in class org.hibernate.cache.jbc2.util.CircumventChecksDataVersion
 
INSTANCE - Static variable in class org.hibernate.cache.jbc2.util.NonLockingDataVersion
 
INSTANCE - Static variable in class org.hibernate.cache.OptimisticTreeCache.CircumventChecksDataVersion
 
INSTANCE - Static variable in class org.hibernate.cache.OptimisticTreeCache.NonLockingDataVersion
 
INSTANCE - Static variable in class org.hibernate.cfg.DefaultNamingStrategy
The singleton instance
INSTANCE - Static variable in class org.hibernate.cfg.ImprovedNamingStrategy
A convenient singleton instance
INSTANCE - Static variable in class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
 
INSTANCE - Static variable in class org.hibernate.EmptyInterceptor
 
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.util.CalendarComparator
 
INSTANCE - Static variable in class org.hibernate.util.ComparableComparator
 
INSTANCE - Static variable in class org.hibernate.util.EmptyIterator
 
instantiate(String, EntityMode, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
instantiate(String, Serializable) - Method in interface org.hibernate.engine.SessionImplementor
Instantiate the entity class, initializing with the given identifier
instantiate(EntityPersister, Serializable) - Method in interface org.hibernate.event.EventSource
Instantiate an entity instance, using either an interceptor, or the given persister
instantiate(Object[]) - Method in class org.hibernate.hql.HolderInstantiator
 
instantiate(String, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
instantiate(EntityPersister, Serializable) - Method in class org.hibernate.impl.SessionImpl
give the interceptor an opportunity to override the default instantiation
instantiate(String, Serializable) - Method in class org.hibernate.impl.StatelessSessionImpl
 
instantiate(String, EntityMode, Serializable) - Method in interface org.hibernate.Interceptor
Instantiate the entity class.
instantiate(Serializable, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
Create a class instance initialized with the given identifier
instantiate(Serializable, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
instantiate(Serializable, EntityMode) - 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.Dom4jInstantiator
 
instantiate() - Method in class org.hibernate.tuple.Dom4jInstantiator
 
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() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate(Serializable) - 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 an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(int) - Method in class org.hibernate.type.OrderedSetType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
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.
instantiate(int) - Static method in class org.hibernate.util.IdentityMap
Return a new instance of this class, with an undefined iteration order.
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.util.IdentityMap
Return a new instance of this class, with iteration order defined as the order in which entries were added
InstantiationException - Exception in org.hibernate
Thrown if Hibernate can't instantiate an entity or component class at runtime.
InstantiationException(String, Class, Throwable) - Constructor for exception org.hibernate.InstantiationException
 
InstantiationException(String, Class) - Constructor for exception org.hibernate.InstantiationException
 
InstantiationException(String, Class, Exception) - Constructor for exception org.hibernate.InstantiationException
 
InstantiationOptimizerAdapter - Class in org.hibernate.bytecode.cglib
The ReflectionOptimizer.InstantiationOptimizer implementation for CGLIB which simply acts as an adpater to the FastClass class.
InstantiationOptimizerAdapter(FastClass) - Constructor for class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter
 
InstantiationOptimizerAdapter - Class in org.hibernate.bytecode.javassist
The ReflectionOptimizer.InstantiationOptimizer implementation for Javassist which simply acts as an adpater to the FastClass class.
InstantiationOptimizerAdapter(FastClass) - Constructor for class org.hibernate.bytecode.javassist.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.
InstrumentationMojo - Class in org.hibernate.maven
 
InstrumentationMojo() - Constructor for class org.hibernate.maven.InstrumentationMojo
 
InstrumentedClassLoader - Class in org.hibernate.bytecode
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.InstrumentedClassLoader
 
Instrumenter - Interface in org.hibernate.bytecode.buildtime
TODO : javadoc
Instrumenter.Options - Interface in org.hibernate.bytecode.buildtime
 
InstrumentTask - Class in org.hibernate.tool.instrument.cglib
An Ant task for instrumenting persistent classes in order to enable field-level interception using CGLIB.
InstrumentTask() - Constructor for class org.hibernate.tool.instrument.cglib.InstrumentTask
 
InstrumentTask - Class in org.hibernate.tool.instrument.javassist
An Ant task for instrumenting persistent classes in order to enable field-level interception using Javassist.
InstrumentTask() - Constructor for class org.hibernate.tool.instrument.javassist.InstrumentTask
 
INTEGER - Static variable in class org.hibernate.Hibernate
Hibernate integer type.
IntegerType - Class in org.hibernate.type
integer: A type that maps an SQL INT to a Java Integer.
IntegerType() - Constructor for class org.hibernate.type.IntegerType
 
InterbaseDialect - Class in org.hibernate.dialect
An SQL dialect for Interbase.
InterbaseDialect() - Constructor for class org.hibernate.dialect.InterbaseDialect
 
intercept(Object, String, Object) - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
Interceptor - Interface in org.hibernate
Allows user code to inspect and/or change property values.
INTERNAL_LOAD_EAGER - Static variable in interface org.hibernate.event.LoadEventListener
 
INTERNAL_LOAD_LAZY - Static variable in interface org.hibernate.event.LoadEventListener
 
INTERNAL_LOAD_NULLABLE - Static variable in interface org.hibernate.event.LoadEventListener
 
internalLoad(String, Serializable, boolean, boolean) - Method in interface org.hibernate.engine.SessionImplementor
Load an instance without checking if it was deleted.
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.impl.SessionImpl
 
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.impl.StatelessSessionImpl
 
INTO - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
INTO - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
INTO - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
intoClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
intoClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
IntoClause - Class in org.hibernate.hql.ast.tree
Represents an entity referenced in the INTO clause of an HQL INSERT statement.
IntoClause() - Constructor for class org.hibernate.hql.ast.tree.IntoClause
 
invalidate(Object, Object, Object) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
invalidate(Serializable[]) - Method in class org.hibernate.cache.UpdateTimestampsCache
 
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
 
InvalidMappingException(String, String, String) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidMappingException(String, String) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidMappingException(String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidPathException - Exception in org.hibernate.hql.ast
Exception thrown when an invalid path is found in a query.
InvalidPathException(String) - Constructor for exception org.hibernate.hql.ast.InvalidPathException
 
InvalidWithClauseException - Exception in org.hibernate.hql.ast
InvalidWithClauseException(String) - Constructor for exception org.hibernate.hql.ast.InvalidWithClauseException
 
InvalidWithClauseException(String, String) - Constructor for exception org.hibernate.hql.ast.InvalidWithClauseException
 
invert(Map) - Static method in class org.hibernate.util.IdentityMap
 
invoke(String, Class[], Object, Object[]) - Method in class org.hibernate.bytecode.javassist.FastClass
 
invoke(int, Object, Object[]) - Method in class org.hibernate.bytecode.javassist.FastClass
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.jdbc.BorrowedConnectionProxy
invoke(Method, Object[], Object) - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer
 
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.def.DefaultDeleteEventListener
 
invokeInterceptor(SessionImplementor, Object, EntityEntry, Object[], EntityPersister) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
 
invokeSaveLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.def.AbstractSaveEventListener
 
invokeUpdateLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
IS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
IS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
IS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
IS_NOT_NULL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
IS_NOT_NULL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
IS_NOT_NULL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
IS_NULL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
IS_NULL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
IS_NULL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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.util.ReflectHelper
Determine if the given class is declared abstract.
isAbstractUnionTable() - Method in class org.hibernate.mapping.Table
 
isActive() - Method in class org.hibernate.transaction.CMTTransaction
Is this transaction still active?

Again, this only returns information in relation to the local transaction, not the actual underlying transaction.

isActive() - Method in interface org.hibernate.Transaction
Is this transaction still active?

Again, this only returns information in relation to the local transaction, not the actual underlying transaction.

isActive() - Method in class org.hibernate.transaction.JDBCTransaction
Is this transaction still active?

Again, this only returns information in relation to the local transaction, not the actual underlying transaction.

isActive() - Method in class org.hibernate.transaction.JTATransaction
Is this transaction still active?

Again, this only returns information in relation to the local transaction, not the actual underlying transaction.

isAffectedBy(Map) - Method in class org.hibernate.util.FilterHelper
 
isAffectedByEnabledFilters(SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAfterLast() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
isAggressiveRelease() - Method in class org.hibernate.jdbc.ConnectionManager
Will connections be released after each statement execution?

Connections will be released after each statement if either: the defined release-mode is ConnectionReleaseMode.AFTER_STATEMENT; or the defined release-mode is ConnectionReleaseMode.AFTER_TRANSACTION but we are in auto-commit mode.

isAlias(String) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
 
isAllFalse(boolean[]) - Static method in class org.hibernate.util.ArrayHelper
 
isAllNegative(int[]) - Static method in class org.hibernate.util.ArrayHelper
 
isAllowNulls() - Method in class org.hibernate.event.LoadEventListener.LoadType
 
isAllowProxyCreation() - Method in class org.hibernate.event.LoadEventListener.LoadType
 
isAllowRebuild() - Method in class org.hibernate.junit.functional.ExecutionEnvironment
 
isAllPropertyFetch() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isAllTrue(boolean[]) - Static method in class org.hibernate.util.ArrayHelper
 
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
isAnyCollectionProperty(String) - Static method in class org.hibernate.hql.CollectionProperties
 
isAnyType() - Method in class org.hibernate.type.AbstractType
 
isAnyType() - Method in class org.hibernate.type.AnyType
 
isAnyType() - Method in interface org.hibernate.type.Type
Is this an "any" type.
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
 
isAssociationFetch() - Method in class org.hibernate.event.LoadEvent
 
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.
isAutoCloseEnabled() - Method in class org.hibernate.context.JTASessionContext
Mainly for subclass usage.
isAutoCloseEnabled() - Method in class org.hibernate.context.ThreadLocalSessionContext
Mainly for subclass usage.
isAutoCloseSessionEnabled() - Method in class org.hibernate.cfg.Settings
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.impl.SessionImpl
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.impl.StatelessSessionImpl
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.jdbc.JDBCContext.Context
 
isAutoCommit() - Method in class org.hibernate.jdbc.ConnectionManager
Is the connection considered "auto-commit"?
isAutoCreateSchema() - Method in class org.hibernate.cfg.Settings
 
isAutoDropSchema() - Method in class org.hibernate.cfg.Settings
 
isAutoFlushEnabled() - Method in class org.hibernate.context.JTASessionContext
Mainly for subclass usage.
isAutoFlushEnabled() - Method in class org.hibernate.context.ThreadLocalSessionContext
Mainly for subclass usage.
isAutoImport() - Method in class org.hibernate.cfg.Mappings
Returns the autoImport.
isAutoUpdateSchema() - Method in class org.hibernate.cfg.Settings
 
isAutoValidateSchema() - Method in class org.hibernate.cfg.Settings
 
isBackRef() - Method in class org.hibernate.mapping.Backref
 
isBackRef() - Method in class org.hibernate.mapping.IndexBackref
 
isBackRef() - Method in class org.hibernate.mapping.Property
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Backref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.IndexBackref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Property
 
isBatchable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isBatchLoadable() - Method in class org.hibernate.engine.EntityKey
 
isBatchLoadable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isBatchLoadable() - Method in interface org.hibernate.persister.entity.EntityPersister
Is batch loading enabled?
isBeforeFirst() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
isBeingReplicated() - Method in class org.hibernate.engine.EntityEntry
 
isBuyNow() - Method in class org.hibernate.auction.Bid
 
isBuyNow() - Method in class org.hibernate.auction.BuyNow
 
isCacheable() - Method in class org.hibernate.engine.NamedQueryDefinition
 
isCacheable() - Method in class org.hibernate.engine.QueryParameters
 
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
isCallable() - Method in class org.hibernate.engine.NamedSQLQueryDefinition
 
isCallable() - Method in class org.hibernate.engine.QueryParameters
 
isCascadeDeleteEnabled() - Method in class org.hibernate.event.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
 
isCheckDeleted() - Method in class org.hibernate.event.LoadEventListener.LoadType
 
isClassFile(File) - Method in class org.hibernate.bytecode.buildtime.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
 
isClearQueueEnabled() - Method in class org.hibernate.collection.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" clear? This is a special case, because of orphan delete.
isClosed() - Method in interface org.hibernate.engine.SessionImplementor
Determine whether the session is closed.
isClosed() - Method in class org.hibernate.impl.AbstractSessionImpl
 
isClosed() - Method in class org.hibernate.impl.SessionFactoryImpl
 
isClosed() - Method in class org.hibernate.jmx.SessionFactoryStub
 
isClosed() - Method in interface org.hibernate.SessionFactory
Was this SessionFactory already closed?
isClosed() - Method in interface org.hibernate.transaction.TransactionFactory.Context
 
isClusteredInvalidation(Cache) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Is this cache participating in a cluster with invalidation?
isClusteredInvalidation(Configuration.CacheMode) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Does this cache mode indicate clustered invalidation?
isClusteredReplication(Cache) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Is this cache participating in a cluster with replication?
isClusteredReplication(Configuration.CacheMode) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Does this cache mode indicate clustered replication?
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?
isCollectionJoin() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isCollectionOfValuesOrComponents() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isCollectionProperty(String) - Static method in class org.hibernate.hql.CollectionProperties
 
isCollectionPropertyMethod() - Method in class org.hibernate.hql.ast.tree.MethodNode
 
isCollectionType() - Method in class org.hibernate.type.AbstractType
 
isCollectionType() - Method in class org.hibernate.type.CollectionType
 
isCollectionType() - Method in interface org.hibernate.type.Type
Is this type a collection type.
isCollectionValued() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
isCommentsEnabled() - Method in class org.hibernate.cfg.Settings
 
isComparativeExpressionClause() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
isCompiled() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
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
Is this type a component type.
isComposite() - Method in class org.hibernate.mapping.Property
 
isConnected() - Method in interface org.hibernate.engine.SessionImplementor
 
isConnected() - Method in class org.hibernate.impl.SessionImpl
 
isConnected() - Method in class org.hibernate.impl.StatelessSessionImpl
 
isConnected() - Method in interface org.hibernate.Session
Check if the session is currently connected.
isConnectedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'connectedToSession'.
isConstrained() - Method in class org.hibernate.mapping.OneToOne
Returns the constrained.
isConstructor() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
 
isConstructor() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
isConstructor() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
isConstructor() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
Returns true if the element is a constructor (e.g.
isCurrentlyConnected() - Method in class org.hibernate.jdbc.ConnectionManager
Is this ConnectionManager instance "logically" connected.
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.InformixDialect
 
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.PostgreSQLDialect
 
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
 
isDataDefinitionImplicitCommit() - Method in class org.hibernate.cfg.Settings
 
isDataDefinitionInTransactionSupported() - Method in class org.hibernate.cfg.Settings
 
isDefaultLazy() - Method in class org.hibernate.cfg.Mappings
 
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.ast.tree.FromElement
 
isDereferencedBySuperclassOrSubclassProperty() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isDereferencedBySuperclassProperty() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isDirectlyAccessible() - Method in class org.hibernate.collection.AbstractPersistentCollection
Could the application possibly have a direct reference to the underlying collection implementation?
isDirectlyAccessible() - Method in class org.hibernate.collection.PersistentArrayHolder
 
isDirectlyAccessible() - Method in interface org.hibernate.collection.PersistentCollection
Could the application possibly have a direct reference to the underlying collection implementation?
isDirectlyAccessible() - Method in class org.hibernate.collection.PersistentElementHolder
 
isDirectlyAccessible() - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
isDirty() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
isDirty() - Method in interface org.hibernate.collection.PersistentCollection
Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.
isDirty() - Method in class org.hibernate.event.DirtyCheckEvent
 
isDirty() - Method in class org.hibernate.impl.SessionImpl
 
isDirty() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
isDirty() - Method in interface org.hibernate.intercept.FieldInterceptor
Is the entity considered dirty?
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.AbstractType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AnyType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.BlobType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ClobType
 
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, boolean[], SessionImplementor) - Method in class org.hibernate.type.NullableType
 
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 field or element 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 field or element value?
isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.StandardProperty
 
isDirtyCheckable() - Method in class org.hibernate.tuple.StandardProperty
 
isDirtyCheckHandledByInterceptor() - Method in class org.hibernate.event.FlushEntityEvent
 
isDirtyCheckPossible() - Method in class org.hibernate.event.FlushEntityEvent
 
isDiscriminated() - Method in class org.hibernate.hql.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.ast.tree.SelectClause
 
isDorecreate() - Method in class org.hibernate.engine.CollectionEntry
 
isDoremove() - Method in class org.hibernate.engine.CollectionEntry
 
isDoupdate() - Method in class org.hibernate.engine.CollectionEntry
 
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
isDynamic() - Method in class org.hibernate.mapping.Component
 
isDynamicInsert() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isDynamicUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isEmbedded() - Method in class org.hibernate.mapping.Collection
 
isEmbedded() - Method in class org.hibernate.mapping.Component
 
isEmbedded() - Method in class org.hibernate.mapping.OneToMany
 
isEmbedded() - Method in class org.hibernate.mapping.ToOne
 
isEmbedded() - Method in class org.hibernate.tuple.IdentifierProperty
 
isEmbedded() - Method in interface org.hibernate.type.AbstractComponentType
 
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 class org.hibernate.type.EmbeddedComponentType
 
isEmbeddedInXML() - Method in class org.hibernate.type.AnyType
 
isEmbeddedInXML() - Method in interface org.hibernate.type.AssociationType
 
isEmbeddedInXML() - Method in class org.hibernate.type.CollectionType
 
isEmbeddedInXML - Variable in class org.hibernate.type.EntityType
 
isEmbeddedInXML() - Method in class org.hibernate.type.EntityType
isEmpty() - Method in class org.hibernate.collection.PersistentBag
 
isEmpty() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
isEmpty() - Method in class org.hibernate.collection.PersistentList
 
isEmpty() - Method in class org.hibernate.collection.PersistentMap
 
isEmpty() - Method in class org.hibernate.collection.PersistentSet
 
isEmpty() - Method in class org.hibernate.criterion.Property
 
isEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property to be empty
isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
 
isEmpty() - Method in class org.hibernate.util.FastHashMap
Return true if this map contains no mappings.
isEmpty() - Method in class org.hibernate.util.IdentityMap
 
isEmpty() - Method in class org.hibernate.util.IdentitySet
 
isEmpty(String) - Static method in class org.hibernate.util.StringHelper
 
isEntity() - Method in class org.hibernate.hql.ast.tree.FromElement
 
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
Is this type an entity type?
isEntryFor(Object) - Method in interface org.hibernate.engine.PersistenceContext
Is there an EntityEntry for this instance?
isEntryFor(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Is there an EntityEntry for this instance?
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractBynaryType
 
isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AdaptedImmutableType
 
isEqual(Object, Object) - Method in class org.hibernate.type.BigDecimalType
 
isEqual(Object, Object) - Method in class org.hibernate.type.BigIntegerType
 
isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.BlobType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CalendarDateType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CalendarType
 
isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.ClobType
 
isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.CollectionType
 
isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.CompositeCustomType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
 
isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.CustomType
 
isEqual(Object, Object) - Method in class org.hibernate.type.DateType
 
isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Compare two instances of the class mapped by this type for persistence "equality" - equality of persistent state.
isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.NullableType
 
isEqual(Object, Object) - Method in class org.hibernate.type.NullableType
 
isEqual(Object, Object) - Method in class org.hibernate.type.SerializableType
 
isEqual(Object, Object) - Method in class org.hibernate.type.TimestampType
 
isEqual(Object, Object) - Method in class org.hibernate.type.TimeType
 
isEqual(Object, Object, EntityMode) - 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, EntityMode, 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.
isEqual(Object, Object) - Method in interface org.hibernate.type.VersionType
Are the two version values considered equal?
isEquals(Object[], Object[]) - Static method in class org.hibernate.util.ArrayHelper
Compare 2 arrays only at the first level
isEquals(char[], char[]) - Static method in class org.hibernate.util.ArrayHelper
Compare 2 arrays only at the first level
isEquals(byte[], byte[]) - Static method in class org.hibernate.util.ArrayHelper
Compare 2 arrays only at the first level
isEventSource() - Method in interface org.hibernate.engine.SessionImplementor
 
isEventSource() - Method in class org.hibernate.impl.SessionImpl
 
isEventSource() - Method in class org.hibernate.impl.StatelessSessionImpl
 
isExistsInDatabase() - Method in class org.hibernate.engine.EntityEntry
 
isExpectingCollectionIndex() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
isExplicitIdInsertion() - Method in class org.hibernate.hql.ast.tree.IntoClause
 
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.ast.tree.IntoClause
 
isExtended() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
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
 
isFetch() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isFilter() - Method in class org.hibernate.hql.antlr.HqlBaseParser
Returns true if this is a filter query, false if not.
isFilter() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
isFilter() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isFinalClass(Class) - Static method in class org.hibernate.util.ReflectHelper
Determine is the given class is declared final.
isFirst() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Is this the first result?
isFirst() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
isFirst() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
isFirst() - Method in interface org.hibernate.ScrollableResults
Is this the first result?
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.cfg.Settings
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.impl.SessionImpl
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.impl.StatelessSessionImpl
 
isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.transaction.TransactionFactory.Context
 
isFlushing() - Method in interface org.hibernate.engine.PersistenceContext
Is a flush cycle currently in process?
isFlushing() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
isFlushModeNever() - Method in class org.hibernate.impl.SessionImpl
 
isFlushModeNever() - Method in class org.hibernate.impl.StatelessSessionImpl
 
isFlushModeNever() - Method in interface org.hibernate.transaction.TransactionFactory.Context
 
isFlushRequired() - Method in class org.hibernate.event.AutoFlushEvent
 
isForceDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
isFormatSql() - Method in class org.hibernate.jdbc.util.SQLStatementLogger
Getter for property 'formatSql'.
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.ast.tree.FromClause
Convenience method to check whether a given token represents a from-element alias.
isFromOrJoinFragment() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isGenerated(Dialect) - Method in class org.hibernate.mapping.Constraint
 
isGenerated(Dialect) - Method in class org.hibernate.mapping.UniqueKey
 
isGetEnabled() - Method in class org.hibernate.CacheMode
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.Settings
 
isGettable(long) - Method in class org.hibernate.cache.ReadWriteCache.Item
Is this item visible to the timestamped transaction?
isGettable(long) - Method in class org.hibernate.cache.ReadWriteCache.Lock
locks are not returned to the client!
isGettable(long) - Method in interface org.hibernate.cache.ReadWriteCache.Lockable
 
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
 
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 class org.hibernate.tuple.IdentifierProperty
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.cfg.Settings
 
isIdentityColumn(Dialect) - Method in interface org.hibernate.mapping.KeyValue
 
isIdentityColumn(Dialect) - Method in class org.hibernate.mapping.SimpleValue
 
isIgnore() - Method in class org.hibernate.engine.CollectionEntry
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.ManyToOne
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.OneToMany
 
isImplied() - Method in class org.hibernate.hql.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.ast.tree.ImpliedFromElement
 
isImpliedInFromClause() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isImpliedInFromClause() - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
 
isInCase() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
isIncludeSubclasses() - Method in class org.hibernate.hql.ast.tree.FromElement
 
isIncludeSubclasses() - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
 
isIndexed() - Method in class org.hibernate.mapping.Collection
 
isIndexed() - Method in class org.hibernate.mapping.IndexedCollection
 
isInFrom() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
isInFunctionCall() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
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
 
isInitialized(Object) - Static method in class org.hibernate.Hibernate
Check if the proxy or persistent collection is initialized.
isInitialized() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
isInitialized(String) - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
isInitialized() - Method in interface org.hibernate.intercept.FieldInterceptor
Is the entity to which we are bound completely initialized?
isInitialized(String) - Method in interface org.hibernate.intercept.FieldInterceptor
The the given field initialized for the entity to which we are bound?
isInitializing() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
isInProgress(int) - Static method in class org.hibernate.util.JTAHelper
 
isInSelect() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
isInsertable() - Method in class org.hibernate.mapping.Property
 
isInsertable() - Method in class org.hibernate.tuple.StandardProperty
 
isInsertCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInsertCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInsertGenerated() - Method in class org.hibernate.tuple.StandardProperty
 
isInstance(Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstance(Object, EntityMode) - 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.Dom4jInstantiator
 
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.util.ClassDescriptor
Determine if the class is already instrumented.
isInstrumented(Class) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
 
isInstrumented(Object) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
 
isInstrumented(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstrumented(EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
Has the class actually been bytecode instrumented?
isInstrumented() - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Is it an instrumented POJO?
isInstrumented() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Is it an instrumented POJO?
isInstrumented() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Is it an instrumented POJO?
isInstrumented() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Is it an instrumented POJO?
isInverse() - Method in class org.hibernate.mapping.Collection
 
isInverse() - Method in class org.hibernate.mapping.Join
 
isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection "inverse", so state changes are not propogated to the database.
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.AbstractInstrumenter
Does this file represent a zip file of some format?
isJdbcBatchVersionedData() - Method in class org.hibernate.cfg.Settings
 
isJoin(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
isJoinable(int, Set, String, String[], AssociationType, int) - Method in class org.hibernate.loader.JoinWalker
Should we join this association?
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.entity.EntityJoinWalker
Disable outer join fetching if this loader obtains an upgrade lock mode
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
 
isJpaStyle() - Method in class org.hibernate.engine.query.NamedParameterDescriptor
 
isJpaStyle() - Method in class org.hibernate.engine.query.ParamLocationRecognizer.NamedParameterDescription
 
isKey() - Method in class org.hibernate.mapping.Component
 
isKey() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
isLast() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Is this the last result?
isLast() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
isLast() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
isLast() - Method in interface org.hibernate.ScrollableResults
Is this the last result?
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.tuple.entity.EntityMetamodel
 
isLazy() - Method in class org.hibernate.tuple.StandardProperty
 
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
Does the class managed by this tuplizer implement the Lifecycle interface.
isList() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
isList() - Method in class org.hibernate.hql.ast.tree.SelectClause
 
isList() - Method in class org.hibernate.mapping.IndexedCollection
 
isList() - Method in class org.hibernate.mapping.List
 
isLoadedWithLazyPropertiesUnfetched() - Method in class org.hibernate.engine.EntityEntry
 
isLock() - Method in class org.hibernate.cache.ReadWriteCache.Item
Not a lock!
isLock() - Method in class org.hibernate.cache.ReadWriteCache.Lock
Yes, this is a lock
isLock() - Method in interface org.hibernate.cache.ReadWriteCache.Lockable
 
isLogToStdout() - Method in class org.hibernate.jdbc.util.SQLStatementLogger
Getter for property 'logToStdout'.
isLookupByNaturalKey() - Method in class org.hibernate.impl.CriteriaImpl
 
isManipulationStatement() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
isManipulationStatement() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
isManipulationStatement() - Method in interface org.hibernate.hql.QueryTranslator
 
isManualFlushMode(FlushMode) - Static method in class org.hibernate.FlushMode
 
isManyToMany() - Method in class org.hibernate.hql.ast.tree.FromElement
 
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.hql.ast.tree.ConstructorNode
 
isMap() - Method in class org.hibernate.hql.ast.tree.SelectClause
 
isMap() - Method in class org.hibernate.mapping.Collection
 
isMap() - Method in class org.hibernate.mapping.Map
 
isMarkedForRollback(int) - Static method in class org.hibernate.util.JTAHelper
 
isMarkedForRollback(Transaction) - Static method in class org.hibernate.util.JTAHelper
 
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 interface org.hibernate.type.AbstractComponentType
 
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 class org.hibernate.type.EmbeddedComponentType
 
isMinimalPutsEnabled() - Method in class org.hibernate.cfg.Settings
 
isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.CacheProvider
Deprecated.  
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.EhCacheProvider
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.HashtableCacheProvider
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.JndiBoundTreeCacheProvider
By default, should minimal-puts mode be enabled when using this cache.
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.NoCacheProvider
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.OptimisticTreeCacheProvider
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.OSCacheProvider
 
isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.RegionFactory
By default should we perform "minimal puts" when using this second level cache implementation?
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.SingletonEhCacheProvider
Not sure what this is supposed to do.
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.SwarmCacheProvider
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.TreeCacheProvider
 
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 parent object been modified, compared to the current database state?
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 inheritence 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.mapping.MetaAttribute
 
isMutable() - Method in interface org.hibernate.cache.CacheDataDescription
Is the data marked as being mutable?
isMutable() - Method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
 
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 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.AnyType
 
isMutable() - Method in class org.hibernate.type.BlobType
 
isMutable() - Method in class org.hibernate.type.ClobType
 
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.EntityType
Are objects of this type mutable.
isMutable() - Method in class org.hibernate.type.ImmutableType
 
isMutable() - Method in class org.hibernate.type.MetaType
 
isMutable() - Method in class org.hibernate.type.MutableType
 
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.LoadEventListener.LoadType
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.cfg.Settings
 
isNaturalIdentifier() - Method in class org.hibernate.mapping.Property
 
isNaturalKeyLookup() - Method in class org.hibernate.engine.QueryParameters
 
isNestedThrowable(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
Checks whether this Throwable class can store a cause.
isNonQualifiedPropertyRef(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
isNonQualifiedPropertyRef(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
isNotEmbedded(SessionImplementor) - Method in class org.hibernate.type.EntityType
 
isNotEmpty() - Method in class org.hibernate.criterion.Property
 
isNotEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property to be non-empty
isNotEmpty(String) - Static method in class org.hibernate.util.StringHelper
 
isNotNull() - Method in class org.hibernate.criterion.Property
 
isNotNull(String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "is not null" constraint to the named property
IsNotNullLogicOperatorNode - Class in org.hibernate.hql.ast.tree
IsNotNullLogicOperatorNode implementation
IsNotNullLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.IsNotNullLogicOperatorNode
 
isNotTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.engine.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
 
isNull(String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "is null" constraint to the named property
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.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 class org.hibernate.tuple.StandardProperty
 
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.SingleTableEntityPersister
 
isNullifiable(boolean, SessionImplementor) - Method in class org.hibernate.engine.EntityEntry
 
IsNullLogicOperatorNode - Class in org.hibernate.hql.ast.tree
Represents a 'is null' check.
IsNullLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.IsNullLogicOperatorNode
 
IsolatedWork - Interface in org.hibernate.engine.transaction
Represents work that needs to be performed in a manner which isolates it from any current application unit of work transaction.
Isolater - Class in org.hibernate.engine.transaction
Class which provides the isolation semantics required by an IsolatedWork.
Isolater() - Constructor for class org.hibernate.engine.transaction.Isolater
 
Isolater.JdbcDelegate - Class in org.hibernate.engine.transaction
An isolation delegate for JDBC-based transactions.
Isolater.JdbcDelegate(SessionImplementor) - Constructor for class org.hibernate.engine.transaction.Isolater.JdbcDelegate
 
Isolater.JtaDelegate - Class in org.hibernate.engine.transaction
An isolation delegate for JTA-based transactions.
Isolater.JtaDelegate(SessionImplementor) - Constructor for class org.hibernate.engine.transaction.Isolater.JtaDelegate
 
ISOLATION - Static variable in class org.hibernate.cfg.Environment
JDBC transaction isolation level
isolationLevelToString(int) - Static method in class org.hibernate.cfg.Environment
Get the name of a JDBC transaction isolation level
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
 
isOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isOneToOne() - Method in class org.hibernate.type.OneToOneType
 
isOpen() - Method in interface org.hibernate.engine.SessionImplementor
 
isOpen() - Method in class org.hibernate.impl.SessionImpl
 
isOpen() - Method in class org.hibernate.impl.StatelessSessionImpl
 
isOpen() - Method in interface org.hibernate.Session
Check if the session is still open.
isOperationQueueEnabled() - Method in class org.hibernate.collection.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" operations?
isOptimisticLocked() - Method in class org.hibernate.mapping.Collection
 
isOptimisticLocked() - Method in class org.hibernate.mapping.Property
 
isOptional() - Method in class org.hibernate.mapping.Join
 
isOptional() - Method in class org.hibernate.mapping.Property
 
isOrderInsertsEnabled() - Method in class org.hibernate.cfg.Settings
 
isOrderUpdatesEnabled() - Method in class org.hibernate.cfg.Settings
 
isOwnerUnchanged(PersistentCollection, CollectionPersister, Serializable) - Static method in class org.hibernate.event.def.ProxyVisitor
Has the owner of the collection changed since the collection was snapshotted and detached?
isPhysicalConstraint() - Method in class org.hibernate.mapping.ForeignKey
 
isPhysicalTable() - Method in class org.hibernate.mapping.Table
 
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
 
isPossibleID() - Method in class org.hibernate.hql.ast.HqlToken
Returns true if the token could be an identifier.
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?
isProcessed() - Method in class org.hibernate.engine.CollectionEntry
 
isPropertyInitialized(Object, String) - Static method in class org.hibernate.Hibernate
Check if the property is initialized.
isPropertyNull(EntityKey, String) - Method in interface org.hibernate.engine.PersistenceContext
Is the association property belonging to the keyed entity null?
isPropertyNull(EntityKey, String) - Method in class org.hibernate.engine.StatefulPersistenceContext
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
 
isPublic(Member) - Static method in class org.hibernate.util.ReflectHelper
Is this member publicly accessible.
isPublic(Class, Member) - Static method in class org.hibernate.util.ReflectHelper
Is this member publicly accessible.
isPutEnabled() - Method in class org.hibernate.CacheMode
 
isPutQueueEnabled() - Method in class org.hibernate.collection.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" puts? This is a special case, because of orphan delete.
isPuttable(long, Object, Comparator) - Method in class org.hibernate.cache.ReadWriteCache.Item
Don't overwite already cached items
isPuttable(long, Object, Comparator) - Method in class org.hibernate.cache.ReadWriteCache.Lock
Can the timestamped transaction re-cache this locked item now?
isPuttable(long, Object, Comparator) - Method in interface org.hibernate.cache.ReadWriteCache.Lockable
 
isQueryCacheEnabled() - Method in class org.hibernate.cfg.Settings
 
isQuoted() - Method in class org.hibernate.mapping.Column
 
isQuoted() - Method in class org.hibernate.mapping.Table
 
isReached() - Method in class org.hibernate.engine.CollectionEntry
 
isReadOnly() - Method in class org.hibernate.engine.NamedQueryDefinition
 
isReadOnly() - Method in class org.hibernate.engine.QueryParameters
 
isReadOnly() - Method in class org.hibernate.impl.AbstractQueryImpl
 
isReadOnly() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
isReadOnly() - Method in class org.hibernate.tuple.ElementWrapper
 
isReadyForSerialization() - Method in class org.hibernate.jdbc.ConnectionManager
 
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.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.
isRequired() - Method in class org.hibernate.hql.HolderInstantiator
 
isResolved() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
isReturnableEntity() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
 
isReturnableEntity() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
isReturnableEntity() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
isReturnableEntity() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
isReturnableEntity() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
Returns true if this select expression represents an entity that can be returned.
isRollback(int) - Static method in class org.hibernate.util.JTAHelper
 
isRootElement() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
isRootElement() - Method in class org.hibernate.tuple.ElementWrapper
 
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.AbstractPersistentCollection
 
isRowUpdatePossible() - Method in class org.hibernate.collection.PersistentBag
 
isRowUpdatePossible() - Method in interface org.hibernate.collection.PersistentCollection
 
isRowUpdatePossible() - Method in class org.hibernate.collection.PersistentSet
 
isSame(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractType
 
isSame(Object, Object, EntityMode) - Method in class org.hibernate.type.AnyType
 
isSame(Object, Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
isSame(Object, Object, EntityMode) - Method in class org.hibernate.type.EntityType
Two entities are considered the same when their instances are the same.
isSame(Object, Object, EntityMode) - 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.
isScalar() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
 
isScalar() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
isScalar() - Method in class org.hibernate.hql.ast.tree.MethodNode
 
isScalar() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
isScalar() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
 
isScalarSelect() - Method in class org.hibernate.hql.ast.tree.SelectClause
Does this SelectClause represent a scalar query
isSchemaQuoted() - Method in class org.hibernate.mapping.Table
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
 
isSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.Settings
 
isSelectable() - Method in class org.hibernate.mapping.Property
 
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?
isSelectStatement() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
isSequence(Object) - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
isSequentialSelect() - Method in class org.hibernate.mapping.Join
 
isSerializableIsolationEnforced() - Method in class org.hibernate.junit.functional.FunctionalTestCase
Do connections enforce SERIALIZABLE isolation...
isSet() - Method in class org.hibernate.mapping.Collection
 
isSet() - Method in class org.hibernate.mapping.Set
 
isShallow() - Method in class org.hibernate.engine.query.HQLQueryPlan
 
isShallowQuery() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
isShallowQuery() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
isShowClassNames() - Method in class org.hibernate.hql.ast.util.ASTPrinter
Getter for property 'showClassNames'.
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
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentArrayHolder
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentBag
 
isSnapshotEmpty(Serializable) - Method in interface org.hibernate.collection.PersistentCollection
Is the snapshot empty?
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentElementHolder
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentList
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentMap
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentSet
 
isSnapshotEmpty(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
 
isSorted() - Method in class org.hibernate.mapping.Collection
 
isStateless() - Method in interface org.hibernate.engine.PersistenceContext
 
isStateless() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
isStatisticsEnabled() - Method in class org.hibernate.cfg.Settings
 
isStatisticsEnabled() - Method in class org.hibernate.jmx.StatisticsService
 
isStatisticsEnabled() - Method in interface org.hibernate.stat.Statistics
Are statistics logged
isStatisticsEnabled() - Method in class org.hibernate.stat.StatisticsImpl
Are statistics logged
isStrictJPAQLCompliance() - Method in class org.hibernate.cfg.Settings
 
isStrictJPAQLComplianceEnabled() - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
 
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?
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.SingleTableEntityPersister
 
isSubQuery() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
isSubQuery() - Method in class org.hibernate.hql.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.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
 
isSubtreeChild(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Determine if a given node (test) is contained anywhere in the subtree of another given node (fixture).
isSuppliedConnection() - Method in class org.hibernate.jdbc.ConnectionManager
Was the connection being used here supplied by the user?
isSynchronous(Cache) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
 
isSynchronous(Configuration.CacheMode) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
 
isTable(Object) - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
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
 
isTextOnly() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
isTextOnly() - Method in class org.hibernate.tuple.ElementWrapper
 
isThetaStyle() - Method in class org.hibernate.engine.JoinSequence
 
isThrowableNested() - Static method in class org.hibernate.exception.ExceptionUtils
Checks if the Throwable class has a getCause method.
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
 
isTransactionAware() - Method in class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
 
isTransactionAware() - Method in class org.hibernate.cache.jbc2.TransactionalDataRegionAdapter
Here, for JBossCache, we consider the cache to be transaction aware if the underlying cache instance has a reference to the transaction manager.
isTransactionAware() - Method in interface org.hibernate.cache.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 interface org.hibernate.engine.SessionImplementor
Does this Session have an active Hibernate transaction or is there a JTA transaction in progress?
isTransactionInProgress() - Method in class org.hibernate.impl.SessionImpl
 
isTransactionInProgress() - Method in class org.hibernate.impl.StatelessSessionImpl
 
isTransactionInProgress() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
 
isTransactionInProgress() - Method in class org.hibernate.jdbc.JDBCContext
 
isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.hibernate.transaction.CMTTransactionFactory
 
isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.hibernate.transaction.JDBCTransactionFactory
Determine whether an underlying transaction is in progress.
isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.hibernate.transaction.JTATransactionFactory
Determine whether an underlying transaction is in progress.
isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in interface org.hibernate.transaction.TransactionFactory
Determine whether an underlying transaction is in progress.
isTransactionInProgress(SessionFactoryImplementor) - Static method in class org.hibernate.util.JTAHelper
Return true if a JTA transaction is in progress and false in *every* other cases (including in a JDBC transaction).
isTransactionInProgress(Transaction) - Static method in class org.hibernate.util.JTAHelper
 
isTransactionManagerRequired() - Method in class org.hibernate.transaction.CMTTransactionFactory
 
isTransactionManagerRequired() - Method in class org.hibernate.transaction.JDBCTransactionFactory
Do we require access to the JTA TransactionManager for this strategy?
isTransactionManagerRequired() - Method in class org.hibernate.transaction.JTATransactionFactory
Do we require access to the JTA TransactionManager for this strategy?
isTransactionManagerRequired() - Method in interface org.hibernate.transaction.TransactionFactory
Do we require access to the JTA TransactionManager for this strategy?
isTransient(Object) - Method in class org.hibernate.EmptyInterceptor
 
isTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.engine.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?
isTypeSpecified() - Method in class org.hibernate.mapping.SimpleValue
 
isTypeSpecified() - Method in class org.hibernate.mapping.ToOne
 
isUninitialized() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Is the proxy uninitialzed?
isUninitialized() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy uninitialzed?
isUnique() - Method in class org.hibernate.mapping.Column
 
isUnreferenced() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
isUnreferenced() - Method in interface org.hibernate.collection.PersistentCollection
Is the collection unreferenced?
isUnsaved(Serializable) - Method in class org.hibernate.engine.IdentifierValue
Does the given identifier belong to a new instance?
isUnsaved(Object) - Method in class org.hibernate.engine.VersionValue
Does the given version belong to a new instance?
isUnwrap() - Method in class org.hibernate.proxy.AbstractLazyInitializer
isUnwrap() - Method in interface org.hibernate.proxy.LazyInitializer
 
isUnwrapProxy() - Method in class org.hibernate.mapping.ToOne
 
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.StandardProperty
 
isUpdateCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isUpdateCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isUpdateGenerated() - Method in class org.hibernate.tuple.StandardProperty
 
isUpdateNecessary(FlushEntityEvent) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
Performs all necessary checking to determine if an entity needs an SQL update to synchronize its state to the database.
isUpToDate(Set, Long) - Method in class org.hibernate.cache.StandardQueryCache
 
isUpToDate(Set, Long) - Method in class org.hibernate.cache.UpdateTimestampsCache
 
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
 
isValidatableImplementor() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
isValidatableImplementor() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Does the class managed by this tuplizer implement the Validatable interface.
isValidatableImplementor() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Does the class managed by this tuplizer implement the Validatable interface.
isVerbose() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
isVersionable() - Method in class org.hibernate.tuple.StandardProperty
 
isVersioned() - Method in interface org.hibernate.cache.CacheDataDescription
Is the data to be cached considered versioned?

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

isVersioned() - Method in class org.hibernate.cache.impl.bridge.OptimisticCacheSourceAdapter
 
isVersioned() - Method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
 
isVersioned() - Method in interface org.hibernate.cache.OptimisticCacheSource
Is the data to be cached considered versioned?

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

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
 
isVersionIncrementDisabled() - Method in class org.hibernate.event.def.AbstractSaveEventListener
After the save, will te version number be incremented if the instance is modified?
isVersionIncrementDisabled() - Method in class org.hibernate.event.def.DefaultReplicateEventListener
 
isVersionIncrementRequired(int[], boolean, boolean[]) - Static method in class org.hibernate.engine.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 class org.hibernate.tuple.IdentifierProperty
 
isWhitespace(String) - Static method in class org.hibernate.hql.classic.ParserHelper
 
isWrapper(Object) - Method in class org.hibernate.collection.PersistentArrayHolder
 
isWrapper(Object) - Method in class org.hibernate.collection.PersistentBag
 
isWrapper(Object) - Method in interface org.hibernate.collection.PersistentCollection
Is this the wrapper for the given underlying collection instance?
isWrapper(Object) - Method in class org.hibernate.collection.PersistentElementHolder
 
isWrapper(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
isWrapper(Object) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
isWrapper(Object) - Method in class org.hibernate.collection.PersistentList
 
isWrapper(Object) - Method in class org.hibernate.collection.PersistentMap
 
isWrapper(Object) - Method in class org.hibernate.collection.PersistentSet
 
isWrapResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
 
isXMLElement() - Method in class org.hibernate.type.AbstractType
 
isXMLElement() - Method in class org.hibernate.type.CollectionType
 
isXMLElement() - Method in class org.hibernate.type.ComponentType
 
isXMLElement() - Method in class org.hibernate.type.EntityType
isXMLElement() - Method in interface org.hibernate.type.Type
 
ITEM - Static variable in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
ITEM - Static variable in class org.hibernate.cache.jbc2.util.CacheHelper
Key under which items are cached
Item - Class in org.hibernate.test.cache
 
Item() - Constructor for class org.hibernate.test.cache.Item
 
iterate(String) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createQuery(java.lang.String).Query.iterate()
iterate(String, Object, Type) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createQuery(java.lang.String).setXYZ.Query.iterate()
iterate(String, Object[], Type[]) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createQuery(java.lang.String).setXYZ.Query.iterate()
iterate(String, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute an iterate() query
iterate(QueryParameters, EventSource) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
Return the query results as an iterator
iterate(QueryParameters, EventSource) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Return the query results as an iterator
iterate(QueryParameters, EventSource) - Method in interface org.hibernate.hql.QueryTranslator
Perform an iterate operation given the underlying query defintion.
iterate() - Method in class org.hibernate.impl.CollectionFilterImpl
 
iterate() - Method in class org.hibernate.impl.QueryImpl
 
iterate(String) - Method in class org.hibernate.impl.SessionImpl
 
iterate(String, Object, Type) - Method in class org.hibernate.impl.SessionImpl
 
iterate(String, Object[], Type[]) - Method in class org.hibernate.impl.SessionImpl
 
iterate(String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
iterate() - Method in class org.hibernate.impl.SQLQueryImpl
 
iterate(String, QueryParameters) - Method in class org.hibernate.impl.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.
iterateCollections() - Method in class org.hibernate.cfg.Mappings
 
iterateEntityNameResolvers(EntityMode) - Method in class org.hibernate.impl.SessionFactoryImpl
 
iterateExpressionEntries() - Method in class org.hibernate.impl.CriteriaImpl
 
iterateFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Iterate a filter
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
 
iterateOrderings() - Method in class org.hibernate.impl.CriteriaImpl
 
iterateSubcriteria() - Method in class org.hibernate.impl.CriteriaImpl
 
iterateTables() - Method in class org.hibernate.cfg.Mappings
 
iterateTuplizers() - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
Allow iteration over all defined Tuplizers.
iterator() - Method in class org.hibernate.collection.PersistentBag
 
iterator() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
iterator() - Method in class org.hibernate.collection.PersistentList
 
iterator() - Method in class org.hibernate.collection.PersistentSet
 
iterator() - Method in class org.hibernate.util.IdentitySet
 
IteratorImpl - Class in org.hibernate.impl
An implementation of java.util.Iterator that is returned by iterate() query execution methods.
IteratorImpl(ResultSet, PreparedStatement, EventSource, Type[], String[][], HolderInstantiator) - Constructor for class org.hibernate.impl.IteratorImpl
 

J

JACC_CONTEXTID - Static variable in class org.hibernate.cfg.Environment
The jacc context id of the deployment
JACCConfiguration - Class in org.hibernate.secure
Adds Hibernate permissions to roles via JACC
JACCConfiguration(String) - Constructor for class org.hibernate.secure.JACCConfiguration
 
JACCPermissions - Class in org.hibernate.secure
Copied from JBoss org.jboss.ejb3.security.JaccHelper and org.jboss.ejb3.security.SecurityActions
JACCPermissions() - Constructor for class org.hibernate.secure.JACCPermissions
 
JACCPreDeleteEventListener - Class in org.hibernate.secure
Check security before any deletion
JACCPreDeleteEventListener() - Constructor for class org.hibernate.secure.JACCPreDeleteEventListener
 
JACCPreInsertEventListener - Class in org.hibernate.secure
Check security before an insertion
JACCPreInsertEventListener() - Constructor for class org.hibernate.secure.JACCPreInsertEventListener
 
JACCPreLoadEventListener - Class in org.hibernate.secure
Check security before any load
JACCPreLoadEventListener() - Constructor for class org.hibernate.secure.JACCPreLoadEventListener
 
JACCPreUpdateEventListener - Class in org.hibernate.secure
Check security before any update
JACCPreUpdateEventListener() - Constructor for class org.hibernate.secure.JACCPreUpdateEventListener
 
JACCSecurityListener - Interface in org.hibernate.secure
Marker interface for JACC event listeners
JAVA_CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
JAVA_CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
JAVA_CONSTANT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
JavaConstantNode - Class in org.hibernate.hql.ast.tree
A node representing a static Java constant.
JavaConstantNode() - Constructor for class org.hibernate.hql.ast.tree.JavaConstantNode
 
JavassistClassTransformer - Class in org.hibernate.bytecode.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.javassist.JavassistClassTransformer
 
JavassistHelper - Class in org.hibernate.intercept.javassist
 
JavassistInstrumenter - Class in org.hibernate.bytecode.buildtime
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.JavassistInstrumenter
 
JavassistLazyInitializer - Class in org.hibernate.proxy.pojo.javassist
A Javassist-based lazy initializer proxy.
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
 
jbcCache - Variable in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
JBossCacheRegionFactory - Class in org.hibernate.cache.jbc2
RegionFactory that uses one or more JBoss Cache instances for caching entities, collections, queries and timestamps.
JBossCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.jbc2.JBossCacheRegionFactory
FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary.
JBossCacheRegionFactory() - Constructor for class org.hibernate.cache.jbc2.JBossCacheRegionFactory
Create a new JBossCacheRegionFactory.
JBossCacheRegionFactory(CacheInstanceManager) - Constructor for class org.hibernate.cache.jbc2.JBossCacheRegionFactory
Create a new JBossCacheRegionFactory that uses the provided CacheInstanceManager.
JBossTransactionManagerLookup - Class in org.hibernate.transaction
A TransactionManagerLookup lookup strategy for JBoss AS.
JBossTransactionManagerLookup() - Constructor for class org.hibernate.transaction.JBossTransactionManagerLookup
 
JDataStoreDialect - Class in org.hibernate.dialect
A Dialect for JDataStore.
JDataStoreDialect() - Constructor for class org.hibernate.dialect.JDataStoreDialect
Creates new JDataStoreDialect
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
 
JDBCContext - Class in org.hibernate.jdbc
Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store.
JDBCContext(JDBCContext.Context, Connection, Interceptor) - Constructor for class org.hibernate.jdbc.JDBCContext
 
jdbcContext - Variable in class org.hibernate.transaction.CMTTransaction
 
JDBCContext.Context - Interface in org.hibernate.jdbc
 
JDBCException - Exception in org.hibernate
Wraps an SQLException.
JDBCException(String, SQLException) - Constructor for exception org.hibernate.JDBCException
 
JDBCException(String, SQLException, String) - Constructor for exception org.hibernate.JDBCException
 
JDBCExceptionHelper - Class in org.hibernate.exception
Implementation of JDBCExceptionHelper.
JDBCExceptionReporter - Class in org.hibernate.util
 
JDBCTransaction - Class in org.hibernate.transaction
Transaction implementation based on transaction management through a JDBC Connection.
JDBCTransaction(JDBCContext, TransactionFactory.Context) - Constructor for class org.hibernate.transaction.JDBCTransaction
 
JDBCTransactionFactory - Class in org.hibernate.transaction
Factory for JDBCTransaction instances.
JDBCTransactionFactory() - Constructor for class org.hibernate.transaction.JDBCTransactionFactory
 
JNDI_CLASS - Static variable in class org.hibernate.cfg.Environment
JNDI initial context class, Context.INITIAL_CONTEXT_FACTORY
JNDI_PREFIX - Static variable in class org.hibernate.cfg.Environment
prefix for arbitrary JNDI InitialContext properties
JNDI_URL - Static variable in class org.hibernate.cfg.Environment
JNDI provider URL, Context.PROVIDER_URL
JndiBoundTreeCacheProvider - Class in org.hibernate.cache
Support for JBossCache (TreeCache), where the cache instance is available via JNDI lookup.
JndiBoundTreeCacheProvider() - Constructor for class org.hibernate.cache.JndiBoundTreeCacheProvider
 
JndiMultiplexedJBossCacheRegionFactory - Class in org.hibernate.cache.jbc2
JBossCacheRegionFactory that uses JndiMultiplexingCacheInstanceManager as its CacheInstanceManager.
JndiMultiplexedJBossCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.jbc2.JndiMultiplexedJBossCacheRegionFactory
FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary.
JndiMultiplexedJBossCacheRegionFactory() - Constructor for class org.hibernate.cache.jbc2.JndiMultiplexedJBossCacheRegionFactory
Create a new MultiplexedJBossCacheRegionFactory.
JndiMultiplexingCacheInstanceManager - Class in org.hibernate.cache.jbc2.builder
A MultiplexingCacheInstanceManager that finds its cache factory in JNDI rather than creating one itself.
JndiMultiplexingCacheInstanceManager() - Constructor for class org.hibernate.cache.jbc2.builder.JndiMultiplexingCacheInstanceManager
Create a new JndiMultiplexingCacheInstanceManager.
JndiSharedCacheInstanceManager - Class in org.hibernate.cache.jbc2.builder
A SharedCacheInstanceManager that finds the shared cache in JNDI rather than instantiating one from an XML config file.
JndiSharedCacheInstanceManager() - Constructor for class org.hibernate.cache.jbc2.builder.JndiSharedCacheInstanceManager
Create a new JndiSharedCacheInstanceManager.
JndiSharedJBossCacheRegionFactory - Class in org.hibernate.cache.jbc2
JBossCacheRegionFactory that uses JndiSharedCacheInstanceManager as its CacheInstanceManager.
JndiSharedJBossCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.jbc2.JndiSharedJBossCacheRegionFactory
FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary.
JndiSharedJBossCacheRegionFactory() - Constructor for class org.hibernate.cache.jbc2.JndiSharedJBossCacheRegionFactory
Create a new MultiplexedJBossCacheRegionFactory.
JNDITransactionManagerLookup - Class in org.hibernate.transaction
Template implementation of TransactionManagerLookup where the underlying TransactionManager is available via JNDI lookup at the specified location - JNDITransactionManagerLookup.getName().
JNDITransactionManagerLookup() - Constructor for class org.hibernate.transaction.JNDITransactionManagerLookup
 
JOIN - Static variable in class org.hibernate.FetchMode
Fetch using an outer join.
JOIN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
JOIN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
JOIN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Join - Class in org.hibernate.mapping
 
Join() - Constructor for class org.hibernate.mapping.Join
 
join(String[], String[]) - Static method in class org.hibernate.util.ArrayHelper
 
join(String[], String[], boolean[]) - Static method in class org.hibernate.util.ArrayHelper
 
join(int[], int[]) - Static method in class org.hibernate.util.ArrayHelper
 
join(String, String[]) - Static method in class org.hibernate.util.StringHelper
 
join(String, Iterator) - Static method in class org.hibernate.util.StringHelper
 
JOIN_FRAGMENT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
JOIN_FRAGMENT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Joinable - Interface in org.hibernate.persister.entity
Anything that can be loaded by outer join - namely persisters for classes or collections.
JoinedIterator - Class in org.hibernate.util
An JoinedIterator is an Iterator that wraps a number of Iterators.
JoinedIterator(List) - Constructor for class org.hibernate.util.JoinedIterator
 
JoinedIterator(Iterator[]) - Constructor for class org.hibernate.util.JoinedIterator
 
JoinedIterator(Iterator, Iterator) - Constructor for class org.hibernate.util.JoinedIterator
 
JoinedSubclass - Class in org.hibernate.mapping
A subclass in a table-per-subclass mapping
JoinedSubclass(PersistentClass) - 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, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
joinElement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
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
 
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the argument
joinKeyColumnName(String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Return the join key column name ie a FK column used in a JOINED strategy or for a secondary table
JoinProcessor - Class in org.hibernate.hql.ast.util
Performs the post-processing of the join information gathered during semantic analysis.
JoinProcessor(HqlSqlWalker) - Constructor for class org.hibernate.hql.ast.util.JoinProcessor
Constructs a new JoinProcessor.
JoinSequence - Class in org.hibernate.engine
 
JoinSequence(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.JoinSequence
 
JoinSequence.Selector - Interface in org.hibernate.engine
 
joinType(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
JoinWalker - Class in org.hibernate.loader
Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.
JoinWalker(SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.JoinWalker
 
JOnASTransactionManagerLookup - Class in org.hibernate.transaction
TransactionManagerLookup strategy for JOnAS
JOnASTransactionManagerLookup() - Constructor for class org.hibernate.transaction.JOnASTransactionManagerLookup
 
JOTMTransactionManagerLookup - Class in org.hibernate.transaction
TransactionManagerLookup strategy for JOTM
JOTMTransactionManagerLookup() - Constructor for class org.hibernate.transaction.JOTMTransactionManagerLookup
 
jpaPositionalParameter(String, int) - Method in interface org.hibernate.engine.query.ParameterParser.Recognizer
 
jpaPositionalParameter(String, int) - Method in class org.hibernate.engine.query.ParamLocationRecognizer
 
jpaPositionalParameter(String, int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
JPAQL_STRICT_COMPLIANCE - Static variable in class org.hibernate.cfg.Environment
 
JRun4TransactionManagerLookup - Class in org.hibernate.transaction
TransactionManagerLookup strategy for JRun4 AS
JRun4TransactionManagerLookup() - Constructor for class org.hibernate.transaction.JRun4TransactionManagerLookup
 
JTAHelper - Class in org.hibernate.util
 
JTASessionContext - Class in org.hibernate.context
An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction.
JTASessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.JTASessionContext
 
JTASessionContext.CleanupSynch - Class in org.hibernate.context
JTA transaction synch used for cleanup of the internal session map.
JTASessionContext.CleanupSynch(Object, JTASessionContext) - Constructor for class org.hibernate.context.JTASessionContext.CleanupSynch
 
JTATransaction - Class in org.hibernate.transaction
Transaction implementation based on transaction management through a JTA UserTransaction.
JTATransaction(UserTransaction, JDBCContext, TransactionFactory.Context) - Constructor for class org.hibernate.transaction.JTATransaction
 
JTATransactionFactory - Class in org.hibernate.transaction
Factory for JTATransaction instances.
JTATransactionFactory() - Constructor for class org.hibernate.transaction.JTATransactionFactory
 
Junction - Class in org.hibernate.criterion
A sequence of a logical expressions combined by some associative logical operator
Junction(String) - Constructor for class org.hibernate.criterion.Junction
 
jvmHasJDK14Timestamp() - Static method in class org.hibernate.cfg.Environment
Deprecated. Starting with 3.3 Hibernate requires JDK 1.4 or higher
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.

jvmSupportsGetGeneratedKeys() - Static method in class org.hibernate.cfg.Environment
Deprecated. Starting with 3.3 Hibernate requires JDK 1.4 or higher
jvmSupportsLinkedHashCollections() - Static method in class org.hibernate.cfg.Environment
Deprecated. Starting with 3.3 Hibernate requires JDK 1.4 or higher

K

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
 
keyIterator(Map) - Static method in class org.hibernate.util.IdentityMap
 
keyIterator() - Method in class org.hibernate.util.IdentityMap
 
keySet() - Method in class org.hibernate.collection.PersistentMap
 
keySet() - Method in class org.hibernate.proxy.map.MapProxy
 
keySet() - Method in class org.hibernate.util.FastHashMap
Return a set view of the keys contained in this map.
keySet() - Method in class org.hibernate.util.IdentityMap
 
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.

L

last() - Method in class org.hibernate.collection.PersistentSortedSet
 
last() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Go to the last result
last() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
last() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
last() - Method in interface org.hibernate.ScrollableResults
Go to the last result
lastCollectionElement() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
lastIndexOf(Object) - Method in class org.hibernate.collection.PersistentBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.PersistentList
 
lastIndexOfLetter(String) - Static method in class org.hibernate.util.StringHelper
 
lastKey() - Method in class org.hibernate.collection.PersistentSortedMap
 
LATEST_VERSION - Static variable in class org.hibernate.ReplicationMode
When a row already exists, choose the latest version.
LAZY - Static variable in class org.hibernate.FetchMode
Deprecated. use FetchMode.SELECT
LazyInitializationException - Exception in org.hibernate
Indicates access to unfetched data outside of a session context.
LazyInitializationException(String) - Constructor for exception org.hibernate.LazyInitializationException
 
LazyInitializer - Interface in org.hibernate.proxy
Handles fetching of the underlying entity for a proxy
LazyIterator - Class in org.hibernate.util
 
LazyIterator(Map) - Constructor for class org.hibernate.util.LazyIterator
 
LazyPropertyInitializer - Interface in org.hibernate.intercept
Contract for controlling how lazy properties get initialized.
le(Object) - Method in class org.hibernate.criterion.Property
 
le(DetachedCriteria) - Method in class org.hibernate.criterion.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
 
LE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
LE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
LE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
LEADING - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
LEADING - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
LEADING - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
LEADING_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
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
 
leAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
LEFT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
LEFT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
LEFT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
LEFT_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Specifies joining to an entity based on a left outer join.
LEFT_OUTER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
LEFT_OUTER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
LEFT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
 
length() - Method in class org.hibernate.lob.BlobImpl
 
length() - Method in class org.hibernate.lob.ClobImpl
 
length() - Method in class org.hibernate.lob.SerializableBlob
 
length() - Method in class org.hibernate.lob.SerializableClob
 
leProperty(Property) - Method in class org.hibernate.criterion.Property
 
leProperty(String) - Method in class org.hibernate.criterion.Property
 
leProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than or equal" constraint to two properties
leSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
leSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
lessThan(FlushMode) - Method in class org.hibernate.FlushMode
 
lessThan(LockMode) - Method in class org.hibernate.LockMode
Check if this lock mode is less restrictive than the given lock mode.
lessThan(ScrollMode) - Method in class org.hibernate.ScrollMode
 
Lifecycle - Interface in org.hibernate.classic
Provides callbacks from the Session to the persistent object.
like(Object) - Method in class org.hibernate.criterion.Property
 
like(String, MatchMode) - Method in class org.hibernate.criterion.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
LIKE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
LIKE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
LIKE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
likeEscape() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
likeEscape(AST) - Method in class org.hibernate.hql.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
 
list - Variable in class org.hibernate.collection.PersistentList
 
list() - Method in interface org.hibernate.Criteria
Get the results.
list(String, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute a find() query
list(CriteriaImpl) - Method in interface org.hibernate.engine.SessionImplementor
Execute a criteria query
list(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute a native SQL query, and return the results as a fully built list.
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
list(SessionImplementor, QueryParameters) - Method in interface org.hibernate.hql.QueryTranslator
Perform a list operation given the underlying query definition.
list(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.impl.AbstractSessionImpl
 
list() - Method in class org.hibernate.impl.CollectionFilterImpl
 
list() - Method in class org.hibernate.impl.CriteriaImpl
 
list() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
list() - Method in class org.hibernate.impl.QueryImpl
 
list(String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
list(CriteriaImpl) - Method in class org.hibernate.impl.SessionImpl
 
list() - Method in class org.hibernate.impl.SQLQueryImpl
 
list(String, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
 
list(CriteriaImpl) - Method in class org.hibernate.impl.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, 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(PersistentClass) - Constructor for class org.hibernate.mapping.List
 
list() - Method in interface org.hibernate.Query
Return the query results as a List.
list(String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
listCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute an SQL Query
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
 
listFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute a filter
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
 
listIterator() - Method in class org.hibernate.collection.PersistentBag
 
listIterator(int) - Method in class org.hibernate.collection.PersistentBag
 
listIterator() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
listIterator(int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
listIterator() - Method in class org.hibernate.collection.PersistentList
 
listIterator(int) - Method in class org.hibernate.collection.PersistentList
 
ListType - Class in org.hibernate.type
 
ListType(String, String, boolean) - Constructor for class org.hibernate.type.ListType
 
literal(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
LITERAL_ascending - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
LITERAL_by - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
LITERAL_by - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
LITERAL_by - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
LiteralNode - Class in org.hibernate.hql.ast.tree
Represents a literal.
LiteralNode() - Constructor for class org.hibernate.hql.ast.tree.LiteralNode
 
LiteralProcessor - Class in org.hibernate.hql.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.ast.util.LiteralProcessor
 
LiteralType - Interface in org.hibernate.type
A type that may appear as an SQL literal
load(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.def.DefaultLoadEventListener
Perfoms the load of an entity.
LOAD - Static variable in interface org.hibernate.event.LoadEventListener
 
load(Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
load(Class, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
load(String, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
load(Class, Serializable, LockMode) - Method in class org.hibernate.impl.SessionImpl
 
load(String, Serializable, LockMode) - Method in class org.hibernate.impl.SessionImpl
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(SessionImplementor, Object, Object, Serializable) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
load(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
Load an entity 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, LockMode, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.NamedQueryLoader
 
load(Class, 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, 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, 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.
Loadable - Interface in org.hibernate.persister.entity
Implemented by a EntityPersister that may be loaded using Loader.
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.InstrumentedClassLoader
 
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.StatisticsImpl
 
loadCollection(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
loadCollectionBatch(SessionImplementor, Serializable[], Type) - Method in class org.hibernate.loader.Loader
Called by wrappers that batch initialize collections
loadCollectionSubselect(SessionImplementor, Serializable[], Object[], Type[], Map, Type) - Method in class org.hibernate.loader.Loader
Called by subclasses that batch initialize collections
LoadContexts - Class in org.hibernate.engine.loading
Maps result-sets to specific contextual data related to processing that result-sets.
LoadContexts(PersistenceContext) - Constructor for class org.hibernate.engine.loading.LoadContexts
Creates and binds this to the given persistence context.
loadElement(SessionImplementor, Object, Object) - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
loadEntity(SessionImplementor, Object, Type, Object, String, Serializable, EntityPersister) - 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.StatisticsImpl
 
loadEntity(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
loadEntityBatch(SessionImplementor, Serializable[], Type, Object, String, Serializable, EntityPersister) - Method in class org.hibernate.loader.Loader
Called by wrappers that batch load entities
Loader - Class in org.hibernate.loader
Abstract superclass of object loading (and querying) strategies.
Loader(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.Loader
 
LoadEvent - Class in org.hibernate.event
Defines an event class for the loading of an entity.
LoadEvent(Serializable, Object, EventSource) - Constructor for class org.hibernate.event.LoadEvent
 
LoadEvent(Serializable, String, LockMode, EventSource) - Constructor for class org.hibernate.event.LoadEvent
 
LoadEvent(Serializable, String, boolean, EventSource) - Constructor for class org.hibernate.event.LoadEvent
 
LoadEventListener - Interface in org.hibernate.event
Defines the contract for handling of load events generated from a session.
LoadEventListener.LoadType - Class in org.hibernate.event
 
loadFromDatasource(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.def.DefaultLoadEventListener
Performs the process of loading an entity from the configured underlying datasource.
loadFromSecondLevelCache(LoadEvent, EntityPersister, LoadEventListener.LoadType) - Method in class org.hibernate.event.def.DefaultLoadEventListener
Attempts to load the entity from the second-level cache.
loadFromSessionCache(LoadEvent, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.def.DefaultLoadEventListener
Attempts to locate the entity in the session-level cache.
LOADING - Static variable in class org.hibernate.engine.Status
 
LoadingCollectionEntry - Class in org.hibernate.engine.loading
Represents a collection currently being loaded.
LoadingCollectionEntry(ResultSet, CollectionPersister, Serializable, PersistentCollection) - Constructor for class org.hibernate.engine.loading.LoadingCollectionEntry
 
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.
LOCALE - Static variable in class org.hibernate.Hibernate
Hibernate locale type.
LocaleType - Class in org.hibernate.type
locale: A type that maps an SQL VARCHAR to a Java Locale.
LocaleType() - Constructor for class org.hibernate.type.LocaleType
 
locateChildFromClauseWithJoinByPath(String) - Method in class org.hibernate.hql.ast.tree.FromClause
 
locateConfig(String) - Static method in class org.hibernate.util.ConfigHelper
Try to locate a local URL representing the incoming path.
locateLoadingCollection(CollectionPersister, Serializable) - Method in class org.hibernate.engine.loading.LoadContexts
Attempt to locate the loading collection given the owner's key.
locatePersistentClassByEntityName(String) - Method in class org.hibernate.cfg.Mappings
 
locateUnquoted(String, char) - Static method in class org.hibernate.util.StringHelper
 
locateWhereClause() - Method in class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
 
lock(Object) - Method in interface org.hibernate.cache.Cache
Deprecated. If this is a clustered cache, lock the item
lock(Object, Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. We are going to attempt to update/delete the keyed object.
lock(Object) - Method in class org.hibernate.cache.EhCache
Calls to this method should perform there own synchronization.
lock(Object) - Method in class org.hibernate.cache.HashtableCache
 
lock(Object, Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Do nothing.
lock(Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
lock(Object) - Method in class org.hibernate.cache.OSCache
 
lock(Object, Object) - Method in class org.hibernate.cache.ReadOnlyCache
Unsupported!
lock(long, int) - Method in class org.hibernate.cache.ReadWriteCache.Item
Lock the item
lock(Object, Object) - Method in class org.hibernate.cache.ReadWriteCache
Stop any other transactions reading or writing this item to/from the cache.
lock(long, int) - Method in class org.hibernate.cache.ReadWriteCache.Lock
Increment the lock, setting the new lock timeout
lock(long, int) - Method in interface org.hibernate.cache.ReadWriteCache.Lockable
 
lock(Object) - Method in class org.hibernate.cache.SwarmCache
If this is a clustered cache, lock the item
lock(Object, Object) - Method in class org.hibernate.cache.TransactionalCache
Do nothing, returning null.
lock(Object) - Method in class org.hibernate.cache.TreeCache
 
lock(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.dialect.HSQLDialect.ReadUncommittedLockingStrategy
 
lock(Serializable, Object, Object, 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, SessionImplementor) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
lock(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
LOCK - Static variable in class org.hibernate.engine.CascadeStyle
lock
LOCK - Static variable in class org.hibernate.engine.CascadingAction
 
lock(String, Object, LockMode) - Method in class org.hibernate.impl.SessionImpl
 
lock(Object, LockMode) - Method in class org.hibernate.impl.SessionImpl
 
lock(Serializable, Object, Object, LockMode, 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(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.
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
 
lockAndLoad(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType, SessionImplementor) - Method in class org.hibernate.event.def.DefaultLoadEventListener
If the class to be loaded has been configured with a cache, then lock given id in that cache and then perform the load.
LockEvent - Class in org.hibernate.event
Defines an event class for the locking of an entity.
LockEvent(String, Object, LockMode, EventSource) - Constructor for class org.hibernate.event.LockEvent
 
LockEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.LockEvent
 
LockEventListener - Interface in org.hibernate.event
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.
lockItem(Object, Object) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
lockItem(Object, Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
lockItem(Object, Object) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
lockItem(Object, Object) - Method in class org.hibernate.cache.jbc2.collection.OptimisticReadOnlyAccess
 
lockItem(Object, Object) - Method in class org.hibernate.cache.jbc2.collection.ReadOnlyAccess
We are going to attempt to update/delete the keyed object. This method is used by "asynchronous" concurrency strategies.

The returned object must be passed back to release(), to release the lock. Concurrency strategies which do not support client-visible locks may silently return null.

lockItem(Object, Object) - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class org.hibernate.cache.jbc2.entity.OptimisticReadOnlyAccess
 
lockItem(Object, Object) - Method in class org.hibernate.cache.jbc2.entity.ReadOnlyAccess
 
lockItem(Object, Object) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
LockMode - Class 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
 
lockRegion() - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Lock the entire region
lockRegion() - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Lock the entire region
lockRegion() - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
lockRegion() - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
lockRegion() - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
lockRegion() - Method in class org.hibernate.cache.jbc2.collection.OptimisticReadOnlyAccess
 
lockRegion() - Method in class org.hibernate.cache.jbc2.collection.ReadOnlyAccess
Lock the entire region
lockRegion() - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Lock the entire region
lockRegion() - Method in class org.hibernate.cache.jbc2.entity.OptimisticReadOnlyAccess
 
lockRegion() - Method in class org.hibernate.cache.jbc2.entity.ReadOnlyAccess
 
lockRegion() - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
log - Variable in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
log - Static variable in class org.hibernate.jdbc.AbstractBatcher
 
LOG - Static variable in class org.hibernate.junit.SkipLog
 
log - Static variable in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
log - Static variable in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
log - Static variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
log - Static variable in class org.hibernate.util.JDBCExceptionReporter
 
logAndClearWarnings(Connection) - Static method in class org.hibernate.util.JDBCExceptionReporter
 
logExceptions(SQLException) - Static method in class org.hibernate.util.JDBCExceptionReporter
 
logExceptions(SQLException, String) - Static method in class org.hibernate.util.JDBCExceptionReporter
 
LoggableUserType - Interface in org.hibernate.usertype
Marker interface for user types which want to perform custom logging of their corresponding values
logger - Variable in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
 
Logger - Interface in org.hibernate.bytecode.buildtime
Provides an abstraction for how instrumentation does logging because it is usually run in environments (Ant/Maven) with their own logging infrastructure.
logicalAndExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
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.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
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.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.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
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.DefaultNamingStrategy
Return the column name or the unqualified property name
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
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
logicalExpr(AST) - Method in class org.hibernate.hql.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.antlr.HqlBaseParser
 
logicalName - Variable in class org.hibernate.cfg.Mappings.TableDescription
 
logicalOrExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
logicalToPhysical - Variable in class org.hibernate.cfg.Mappings.ColumnNames
 
logStatement(String, FormatStyle) - Method in class org.hibernate.jdbc.util.SQLStatementLogger
Log a SQL statement string.
logStaticSQL() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
logStaticSQL() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
logSummary() - Method in class org.hibernate.jmx.StatisticsService
 
logSummary() - Method in interface org.hibernate.stat.Statistics
log in info level the main statistics
logSummary() - Method in class org.hibernate.stat.StatisticsImpl
log in info level the main statistics
logWarnings(SQLWarning) - Static method in class org.hibernate.util.JDBCExceptionReporter
 
logWarnings(SQLWarning, String) - Static method in class org.hibernate.util.JDBCExceptionReporter
 
LONG - Static variable in class org.hibernate.Hibernate
Hibernate long type.
LongType - Class in org.hibernate.type
long: A type that maps an SQL BIGINT to a Java Long.
LongType() - Constructor for class org.hibernate.type.LongType
 
lookupAlias(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
lookupAlias(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
lookupConstant(DotNode) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
 
lookupNonQualifiedProperty(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
lookupNonQualifiedProperty(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
lookupProperty(AST, boolean, boolean) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
lookupProperty(AST, boolean, boolean) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
lt(Object) - Method in class org.hibernate.criterion.Property
 
lt(DetachedCriteria) - Method in class org.hibernate.criterion.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
 
LT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
LT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
LT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ltAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
ltAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
ltProperty(Property) - Method in class org.hibernate.criterion.Property
 
ltProperty(String) - Method in class org.hibernate.criterion.Property
 
ltProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than" constraint to two properties
LTRIM - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
ltSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
ltSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 

M

Main - Class in org.hibernate.auction
Demonstrate some useful features of Hibernate.
Main() - Constructor for class org.hibernate.auction.Main
 
main(String[]) - Static method in class org.hibernate.auction.Main
 
main(String[]) - Static method in class org.hibernate.dialect.DB2Dialect
 
main(String[]) - Static method in class org.hibernate.id.UUIDHexGenerator
 
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.tutorial.web.EventManager
 
make(long) - Method in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
Take the primitive long value and "make" (or wrap) it into the id type.
makeSiblingOfParent(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Makes the child node a sibling of the parent, reconnecting all siblings.
MANAGED - Static variable in class org.hibernate.engine.Status
 
managedClose() - Method in class org.hibernate.impl.SessionImpl
 
managedClose() - Method in class org.hibernate.impl.StatelessSessionImpl
 
managedClose() - Method in interface org.hibernate.transaction.TransactionFactory.Context
 
managedFlush() - Method in class org.hibernate.impl.SessionImpl
 
managedFlush() - Method in class org.hibernate.impl.StatelessSessionImpl
 
managedFlush() - Method in interface org.hibernate.transaction.TransactionFactory.Context
 
ManagedSessionContext - Class in org.hibernate.context
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.ManagedSessionContext
 
MANUAL - Static variable in class org.hibernate.FlushMode
The Session is only ever flushed when Session.flush() is explicitly called by the application.
manualDisconnect() - Method in class org.hibernate.jdbc.ConnectionManager
Manually disconnect the underlying JDBC Connection.
manualReconnect() - Method in class org.hibernate.jdbc.ConnectionManager
Manually reconnect the underlying JDBC Connection.
manualReconnect(Connection) - Method in class org.hibernate.jdbc.ConnectionManager
Manually reconnect the underlying JDBC Connection.
ManyToOne - Class in org.hibernate.mapping
A many-to-one association mapping
ManyToOne(Table) - Constructor for class org.hibernate.mapping.ManyToOne
 
manyToOne(String) - Static method in class org.hibernate.type.TypeFactory
A many-to-one association type for the given class
manyToOne(String, boolean) - Static method in class org.hibernate.type.TypeFactory
A many-to-one association type for the given class
manyToOne(String, String, boolean, boolean, boolean, boolean) - Static method in class org.hibernate.type.TypeFactory
A many-to-one association type for the given class
ManyToOneType - Class in org.hibernate.type
A many-to-one association to an entity.
ManyToOneType(String) - Constructor for class org.hibernate.type.ManyToOneType
 
ManyToOneType(String, boolean) - Constructor for class org.hibernate.type.ManyToOneType
 
ManyToOneType(String, String, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.type.ManyToOneType
 
map - Variable in class org.hibernate.collection.PersistentMap
 
MAP - Static variable in class org.hibernate.EntityMode
 
Map - Class in org.hibernate.mapping
A map has a primary key consisting of the key columns + index columns.
Map(PersistentClass) - Constructor for class org.hibernate.mapping.Map
 
map(String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
MapAccessor - Class in org.hibernate.property
 
MapAccessor() - Constructor for class org.hibernate.property.MapAccessor
 
MapAccessor.MapGetter - Class in org.hibernate.property
 
MapAccessor.MapSetter - Class in org.hibernate.property
 
MapLazyInitializer - Class in org.hibernate.proxy.map
Lazy initializer for "dynamic-map" entity representations.
Mapping - Interface in org.hibernate.engine
Defines operations common to "compiled" mappings (ie.
MappingException - Exception in org.hibernate
An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
MappingException(String, Throwable) - Constructor for exception org.hibernate.MappingException
 
MappingException(Throwable) - Constructor for exception org.hibernate.MappingException
 
MappingException(String) - Constructor for exception org.hibernate.MappingException
 
MappingNotFoundException - Exception in org.hibernate
Thrown when a resource for a mapping could not be found.
MappingNotFoundException(String, String, String, Throwable) - Constructor for exception org.hibernate.MappingNotFoundException
 
MappingNotFoundException(String, String, String) - Constructor for exception org.hibernate.MappingNotFoundException
 
MappingNotFoundException(String, String) - Constructor for exception org.hibernate.MappingNotFoundException
 
MappingNotFoundException(String, String, Throwable) - Constructor for exception org.hibernate.MappingNotFoundException
 
Mappings - Class in org.hibernate.cfg
A collection of mappings from classes and collections to relational database tables.
Mappings.ColumnNames - Class in org.hibernate.cfg
 
Mappings.ColumnNames() - Constructor for class org.hibernate.cfg.Mappings.ColumnNames
 
Mappings.TableDescription - Class in org.hibernate.cfg
 
Mappings.TableDescription(String, Table) - Constructor for class org.hibernate.cfg.Mappings.TableDescription
 
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
 
MapType - Class in org.hibernate.type
 
MapType(String, String, boolean) - Constructor for class org.hibernate.type.MapType
 
markDirty(Object) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
 
MARKER - Static variable in class org.hibernate.engine.BatchFetchQueue
 
MARKER - Static variable in class org.hibernate.impl.FilterImpl
 
MarkerObject - Class in org.hibernate.util
 
MarkerObject(String) - Constructor for class org.hibernate.util.MarkerObject
 
maskOut(Properties, String) - Static method in class org.hibernate.util.PropertiesHelper
replace a property by a starred version
matches(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
matches(String) - Method in class org.hibernate.tuple.ElementWrapper
 
MatchMode - Class in org.hibernate.criterion
Represents an strategy for matching strings using "like".
MatchMode(String) - Constructor for class org.hibernate.criterion.MatchMode
 
max(String) - Static method in class org.hibernate.criterion.Projections
A property maximum value
max() - Method in class org.hibernate.criterion.Property
 
MAX - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
MAX - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
MAX - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
MAX_FETCH_DEPTH - Static variable in class org.hibernate.cfg.Environment
Maximum depth of outer join fetching
MAX_LO - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
MAX_LO - Static variable in class org.hibernate.id.SequenceHiLoGenerator
 
MAX_LO - Static variable in class org.hibernate.id.TableHiLoGenerator
The max_lo parameter
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
 
mCLOSE(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mCLOSE_BRACKET(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mCOLON(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mCOMMA(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mCONCAT(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mDIV(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
MEMBER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
MEMBER - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
MEMBER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
mEQ(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
MERGE - Static variable in class org.hibernate.engine.CascadeStyle
merge
MERGE - Static variable in class org.hibernate.engine.CascadingAction
 
merge(String, Object, Map) - Method in interface org.hibernate.event.EventSource
Cascade merge an entity instance
merge(String, Object) - Method in class org.hibernate.impl.SessionImpl
 
merge(Object) - Method in class org.hibernate.impl.SessionImpl
 
merge(String, Object, Map) - Method in class org.hibernate.impl.SessionImpl
 
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.
MergeEvent - Class in org.hibernate.event
An event class for merge() and saveOrUpdateCopy()
MergeEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.MergeEvent
 
MergeEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.MergeEvent
 
MergeEvent(Object, EventSource) - Constructor for class org.hibernate.event.MergeEvent
 
MergeEventListener - Interface in org.hibernate.event
Defines the contract for handling of merge events generated from a session.
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 internap 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.antlr.HqlBaseLexer
 
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.
MetaAttributable - Interface in org.hibernate.mapping
Common interface for things that can handle meta attributes.
MetaAttribute - Class in org.hibernate.mapping
A meta attribute is a named value or values.
MetaAttribute(String) - Constructor for class org.hibernate.mapping.MetaAttribute
 
metadata - Variable in class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
 
metadata - Variable in class org.hibernate.cache.jbc2.TransactionalDataRegionAdapter
 
MetaType - Class in org.hibernate.type
 
MetaType(Map, Type) - Constructor for class org.hibernate.type.MetaType
 
METHOD_CALL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
METHOD_CALL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
METHOD_CALL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
METHOD_NAME - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
METHOD_NAME - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
methodCall(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
MethodNode - Class in org.hibernate.hql.ast.tree
Represents a method call.
MethodNode() - Constructor for class org.hibernate.hql.ast.tree.MethodNode
 
mEXPONENT(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mFLOAT_SUFFIX(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mGE(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mGT(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mHEX_DIGIT(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mID_LETTER(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mID_START_LETTER(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mIDENT(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
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
min() - Method in class org.hibernate.criterion.Property
 
MIN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
MIN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
MIN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
MINUS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
MINUS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
MINUS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
mLE(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mLT(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mMINUS(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mNE(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mNUM_INT(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mOPEN(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mOPEN_BRACKET(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
moveAndToBeginning(String) - Static method in class org.hibernate.util.StringHelper
 
moveToCurrentRow() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
moveToInsertRow() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
mPARAM(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mPLUS(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mQUOTED_STRING(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
MSG - Static variable in class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
 
mSQL_NE(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
mSTAR(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
MultipleHiLoPerTableGenerator - Class in org.hibernate.id
A hilo IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm.
MultipleHiLoPerTableGenerator() - Constructor for class org.hibernate.id.MultipleHiLoPerTableGenerator
 
MultiplexedJBossCacheRegionFactory - Class in org.hibernate.cache.jbc2
JBossCacheRegionFactory that uses MultiplexingCacheInstanceManager as its CacheInstanceManager.
MultiplexedJBossCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.jbc2.MultiplexedJBossCacheRegionFactory
FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary.
MultiplexedJBossCacheRegionFactory() - Constructor for class org.hibernate.cache.jbc2.MultiplexedJBossCacheRegionFactory
Create a new MultiplexedJBossCacheRegionFactory.
MultiplexingCacheInstanceManager - Class in org.hibernate.cache.jbc2.builder
Allows building separate Cache instances for each type of region, with the expectation that a single multiplexed JGroups resource (i.e.
MultiplexingCacheInstanceManager() - Constructor for class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Create a new MultiplexingCacheInstanceManager.
MultiplexingCacheInstanceManager(Cache, Cache, Cache, Cache) - Constructor for class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Create a new MultiplexingCacheInstanceManager using the provided Caches.
multiplicativeExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
multiply(String, Iterator, Iterator) - Static method in class org.hibernate.util.StringHelper
 
multiplyExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
MultiTableDeleteExecutor - Class in org.hibernate.hql.ast.exec
Implementation of MultiTableDeleteExecutor.
MultiTableDeleteExecutor(HqlSqlWalker) - Constructor for class org.hibernate.hql.ast.exec.MultiTableDeleteExecutor
 
MultiTableUpdateExecutor - Class in org.hibernate.hql.ast.exec
Implementation of MultiTableUpdateExecutor.
MultiTableUpdateExecutor(HqlSqlWalker) - Constructor for class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
 
MutableType - Class in org.hibernate.type
Superclass for mutable nullable types
MutableType() - Constructor for class org.hibernate.type.MutableType
 
mutateRowValueConstructorSyntaxesIfNecessary(Type, Type) - Method in class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
 
mWS(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
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
 
MySQL5InnoDBDialect() - Constructor for class org.hibernate.dialect.MySQL5InnoDBDialect
 
MySQLDialect - Class in org.hibernate.dialect
An SQL dialect for MySQL (prior to 5.x).
MySQLDialect() - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLInnoDBDialect - Class in org.hibernate.dialect
 
MySQLInnoDBDialect() - Constructor for class org.hibernate.dialect.MySQLInnoDBDialect
 
MySQLMyISAMDialect - Class in org.hibernate.dialect
 
MySQLMyISAMDialect() - Constructor for class org.hibernate.dialect.MySQLMyISAMDialect
 

N

Name - Class in org.hibernate.auction
 
Name(String, Character, String) - Constructor for class org.hibernate.auction.Name
 
NAMED_PARAM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NAMED_PARAM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
namedParameter(String, int) - Method in interface org.hibernate.engine.query.ParameterParser.Recognizer
 
namedParameter(String, int) - Method in class org.hibernate.engine.query.ParamLocationRecognizer
 
namedParameter(String, int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
NamedParameterDescriptor - Class in org.hibernate.engine.query
Descriptor regarding a named parameter.
NamedParameterDescriptor(String, Type, int[], boolean) - Constructor for class org.hibernate.engine.query.NamedParameterDescriptor
 
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.
namedQueries - Variable in class org.hibernate.cfg.Configuration
 
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
Definition of a named query, defined in the mapping metadata.
NamedQueryDefinition(String, boolean, String, Integer, Integer, FlushMode, Map) - Constructor for class org.hibernate.engine.NamedQueryDefinition
 
NamedQueryDefinition(String, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map) - Constructor for class org.hibernate.engine.NamedQueryDefinition
 
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
 
namedSqlQueries - Variable in class org.hibernate.cfg.Configuration
 
NamedSQLQueryDefinition - Class in org.hibernate.engine
Definition of a named native SQL query, defined in the mapping metadata.
NamedSQLQueryDefinition(String, NativeSQLQueryReturn[], List, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map, boolean) - Constructor for class org.hibernate.engine.NamedSQLQueryDefinition
This form used to construct a NamedSQLQueryDefinition from the binder code when a the result-set mapping information is explicitly provided in the query definition (i.e., no resultset-mapping used)
NamedSQLQueryDefinition(String, String, List, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map, boolean) - Constructor for class org.hibernate.engine.NamedSQLQueryDefinition
This form used to construct a NamedSQLQueryDefinition from the binder code when a resultset-mapping reference is used.
NamedSQLQueryDefinition(String, String, List, boolean, String, Integer, Integer, FlushMode, Map, boolean) - Constructor for class org.hibernate.engine.NamedSQLQueryDefinition
Deprecated.  
NamedSQLQuerySecondPass - Class in org.hibernate.cfg
 
NamedSQLQuerySecondPass(Element, String, Mappings) - Constructor for class org.hibernate.cfg.NamedSQLQuerySecondPass
 
NameGenerator - Class in org.hibernate.hql
Provides utility methods for generating HQL / SQL names.
NamingHelper - Class in org.hibernate.util
 
namingStrategy - Variable in class org.hibernate.cfg.Configuration
 
namingStrategy - Variable in class org.hibernate.cfg.Mappings
 
NamingStrategy - Interface in org.hibernate.cfg
A set of rules for determining the physical column and table names given the information in the mapping document.
narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
NativeSQLQueryCollectionReturn - Class in org.hibernate.engine.query.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.sql.NativeSQLQueryCollectionReturn
Construct a native-sql return representing a collection initializer
NativeSQLQueryJoinReturn - Class in org.hibernate.engine.query.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.sql.NativeSQLQueryJoinReturn
Construct a return descriptor representing some form of fetch.
NativeSQLQueryNonScalarReturn - Class in org.hibernate.engine.query.sql
Represents the base information for a non-scalar return defined as part of a native sql query.
NativeSQLQueryNonScalarReturn(String, Map, LockMode) - Constructor for class org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn
Constructs some form of non-scalar return descriptor
NativeSQLQueryPlan - Class in org.hibernate.engine.query
Defines a query execution plan for a native-SQL query.
NativeSQLQueryPlan(NativeSQLQuerySpecification, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.NativeSQLQueryPlan
 
NativeSQLQueryReturn - Interface in org.hibernate.engine.query.sql
Describes a return in a native SQL query.
NativeSQLQueryRootReturn - Class in org.hibernate.engine.query.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.sql.NativeSQLQueryRootReturn
Construct a return representing an entity returned at the root of the result.
NativeSQLQueryRootReturn(String, String, Map, LockMode) - Constructor for class org.hibernate.engine.query.sql.NativeSQLQueryRootReturn
 
NativeSQLQueryScalarReturn - Class in org.hibernate.engine.query.sql
Describes a scalar return in a native SQL query.
NativeSQLQueryScalarReturn(String, Type) - Constructor for class org.hibernate.engine.query.sql.NativeSQLQueryScalarReturn
 
NativeSQLQuerySpecification - Class in org.hibernate.engine.query.sql
Defines the specification or blue-print for a native-sql query.
NativeSQLQuerySpecification(String, NativeSQLQueryReturn[], Collection) - Constructor for class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
 
naturalId() - Static method in class org.hibernate.criterion.Restrictions
 
NaturalIdentifier - Class in org.hibernate.criterion
 
NaturalIdentifier() - Constructor for class org.hibernate.criterion.NaturalIdentifier
 
ne(Object) - Method in class org.hibernate.criterion.Property
 
ne(DetachedCriteria) - Method in class org.hibernate.criterion.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
 
NE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
needsExecutor() - Method in class org.hibernate.hql.ast.tree.DeleteStatement
 
needsExecutor() - Method in class org.hibernate.hql.ast.tree.InsertStatement
 
needsExecutor() - Method in class org.hibernate.hql.ast.tree.QueryNode
 
needsExecutor() - Method in interface org.hibernate.hql.ast.tree.Statement
Does this statement require the StatementExecutor?
needsExecutor() - Method in class org.hibernate.hql.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?
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.PersistentArrayHolder
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.PersistentBag
 
needsInserting(Object, int, Type) - Method in interface org.hibernate.collection.PersistentCollection
Do we need to insert this element?
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.PersistentElementHolder
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.PersistentList
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.PersistentMap
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.PersistentSet
 
needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.AbstractPersistentCollection
Do we need to completely recreate this collection when it changes?
needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
needsRecreate(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Do we need to completely recreate this collection when it changes?
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.PersistentArrayHolder
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.PersistentBag
 
needsUpdating(Object, int, Type) - Method in interface org.hibernate.collection.PersistentCollection
Do we need to update this element?
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.PersistentElementHolder
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.PersistentList
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.PersistentMap
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.PersistentSet
 
negatedExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
negateNode(AST) - Method in class org.hibernate.hql.antlr.HqlBaseParser
Returns the negated equivalent of the expression.
negateNode(AST) - Method in class org.hibernate.hql.ast.HqlParser
Returns an equivalent tree for (NOT (a relop b) ), for example:
NEGATIVE - Static variable in class org.hibernate.engine.VersionValue
Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.
neProperty(Property) - Method in class org.hibernate.criterion.Property
 
neProperty(String) - Method in class org.hibernate.criterion.Property
 
neProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to two properties
Nestable - Interface in org.hibernate.exception
An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableDelegate - Class in org.hibernate.exception
A shared implementation of the nestable exception functionality.
NestableDelegate(Nestable) - Constructor for class org.hibernate.exception.NestableDelegate
Constructs a new NestableDelegate instance to manage the specified Nestable.
NestableException - Exception in org.hibernate.exception
The base class of all exceptions which can contain other exceptions.
NestableException() - Constructor for exception org.hibernate.exception.NestableException
Constructs a new NestableException without specified detail message.
NestableException(String) - Constructor for exception org.hibernate.exception.NestableException
Constructs a new NestableException with specified detail message.
NestableException(Throwable) - Constructor for exception org.hibernate.exception.NestableException
Constructs a new NestableException with specified nested Throwable.
NestableException(String, Throwable) - Constructor for exception org.hibernate.exception.NestableException
Constructs a new NestableException with specified detail message and nested Throwable.
NestableRuntimeException - Exception in org.hibernate.exception
The base class of all runtime exceptions which can contain other exceptions.
NestableRuntimeException() - Constructor for exception org.hibernate.exception.NestableRuntimeException
Constructs a new NestableRuntimeException without specified detail message.
NestableRuntimeException(String) - Constructor for exception org.hibernate.exception.NestableRuntimeException
Constructs a new NestableRuntimeException with specified detail message.
NestableRuntimeException(Throwable) - Constructor for exception org.hibernate.exception.NestableRuntimeException
Constructs a new NestableRuntimeException with specified nested Throwable.
NestableRuntimeException(String, Throwable) - Constructor for exception org.hibernate.exception.NestableRuntimeException
Constructs a new NestableRuntimeException with specified detail message and nested Throwable.
nestedExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
nestedExprAfterMinusDiv(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
nestedFromFragment(AST, AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
nestedFromFragment(AST, AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME - Static variable in class org.hibernate.cache.SingletonEhCacheProvider
The Hibernate system property specifying the location of the ehcache configuration file name.
NEVER - Static variable in class org.hibernate.FlushMode
Deprecated. use FlushMode.MANUAL instead.
NEVER - Static variable in class org.hibernate.mapping.PropertyGeneration
Values for this property are never generated by the database.
NEW - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NEW - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NEW - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
newConnectionProvider() - Static method in class org.hibernate.connection.ConnectionProviderFactory
Instantiate a ConnectionProvider using System properties.
newConnectionProvider(Properties) - Static method in class org.hibernate.connection.ConnectionProviderFactory
Instantiate a ConnectionProvider using given properties.
newConnectionProvider(Properties, Map) - Static method in class org.hibernate.connection.ConnectionProviderFactory
Create a connection provider based on the given information.
newerThan(DataVersion) - Method in class org.hibernate.cache.jbc2.util.CircumventChecksDataVersion
 
newerThan(DataVersion) - Method in class org.hibernate.cache.jbc2.util.DataVersionAdapter
newerThan() call is dispatched against the DataVersion currently associated with the node; the passed dataVersion param is the DataVersion associated with the data we are trying to put into the node.
newerThan(DataVersion) - Method in class org.hibernate.cache.jbc2.util.NonLockingDataVersion
 
newerThan(DataVersion) - Method in class org.hibernate.cache.OptimisticTreeCache.CircumventChecksDataVersion
 
newerThan(DataVersion) - Method in class org.hibernate.cache.OptimisticTreeCache.DataVersionAdapter
newerThan() call is dispatched against the DataVersion currently associated with the node; the passed dataVersion param is the DataVersion associated with the data we are trying to put into the node.
newerThan(DataVersion) - Method in class org.hibernate.cache.OptimisticTreeCache.NonLockingDataVersion
 
newExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
newInstance() - Method in class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter
 
newInstance() - Method in class org.hibernate.bytecode.javassist.FastClass
 
newInstance(Class[], Object[]) - Method in class org.hibernate.bytecode.javassist.FastClass
 
newInstance(int, Object[]) - Method in class org.hibernate.bytecode.javassist.FastClass
 
newInstance() - Method in class org.hibernate.bytecode.javassist.InstantiationOptimizerAdapter
 
newInstance() - Method in interface org.hibernate.bytecode.ReflectionOptimizer.InstantiationOptimizer
Perform instantiation of an instance of the underlying class.
newValue() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
newValue(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
next() - Static method in class org.hibernate.cache.Timestamper
 
next() - Method in class org.hibernate.hql.ast.util.ASTIterator
 
next() - Method in class org.hibernate.hql.ast.util.ASTParentsFirstIterator
 
next() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Advance to the next result
next() - Method in class org.hibernate.impl.IteratorImpl
 
next() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
next() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
next() - Method in interface org.hibernate.ScrollableResults
Advance to the next result
next(Object, SessionImplementor) - Method in class org.hibernate.type.AbstractBynaryType
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.ByteType
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.CalendarType
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.CustomType
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.IntegerType
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.LongType
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.ShortType
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.TimestampType
 
next(Object, SessionImplementor) - Method in interface org.hibernate.type.VersionType
Increment the version.
next(Object, SessionImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Increment the version.
next() - Method in class org.hibernate.util.EmptyIterator
 
next() - Method in class org.hibernate.util.JoinedIterator
 
next() - Method in class org.hibernate.util.LazyIterator
 
next() - Method in class org.hibernate.util.SingletonIterator
 
nextFromElementCounter() - Method in class org.hibernate.hql.ast.tree.FromClause
 
nextNode() - Method in class org.hibernate.hql.ast.util.ASTIterator
 
nextNode() - Method in class org.hibernate.hql.ast.util.ASTParentsFirstIterator
 
nextTimestamp() - Method in interface org.hibernate.cache.Cache
Deprecated. Generate a timestamp
nextTimestamp() - Method in interface org.hibernate.cache.CacheProvider
Deprecated. Generate a timestamp
nextTimestamp() - Method in class org.hibernate.cache.EhCache
Gets the next timestamp;
nextTimestamp() - Method in class org.hibernate.cache.EhCacheProvider
Returns the next timestamp.
nextTimestamp() - Method in class org.hibernate.cache.HashtableCache
 
nextTimestamp() - Method in class org.hibernate.cache.HashtableCacheProvider
 
nextTimestamp() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
nextTimestamp() - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
nextTimestamp() - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
nextTimestamp() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
nextTimestamp() - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
nextTimestamp() - Method in class org.hibernate.cache.JndiBoundTreeCacheProvider
Generate a timestamp
nextTimestamp() - Method in class org.hibernate.cache.NoCacheProvider
Generate a timestamp
nextTimestamp() - Method in class org.hibernate.cache.OptimisticTreeCache
 
nextTimestamp() - Method in class org.hibernate.cache.OptimisticTreeCacheProvider
 
nextTimestamp() - Method in class org.hibernate.cache.OSCache
 
nextTimestamp() - Method in class org.hibernate.cache.OSCacheProvider
 
nextTimestamp() - Method in interface org.hibernate.cache.Region
 
nextTimestamp() - Method in interface org.hibernate.cache.RegionFactory
Generate a timestamp.
nextTimestamp() - Method in class org.hibernate.cache.SingletonEhCacheProvider
Returns the next timestamp.
nextTimestamp() - Method in class org.hibernate.cache.SwarmCache
Generate a (coarse) timestamp
nextTimestamp() - Method in class org.hibernate.cache.SwarmCacheProvider
 
nextTimestamp() - Method in class org.hibernate.cache.TreeCache
 
nextTimestamp() - Method in class org.hibernate.cache.TreeCacheProvider
 
nextToken() - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
NO_BATCH - Static variable in class org.hibernate.dialect.Dialect
 
NO_CLASSES - Static variable in class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory
 
NO_CLASSES - Static variable in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
NO_PARAM_SIGNATURE - Static variable in class org.hibernate.util.ReflectHelper
 
NO_PARAMS - Static variable in class org.hibernate.util.ReflectHelper
 
NO_ROW - Static variable in class org.hibernate.engine.StatefulPersistenceContext
 
NO_SUFFIX - Static variable in class org.hibernate.loader.BasicLoader
 
NO_VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to accept the action (false)
NoArgSQLFunction - Class in org.hibernate.dialect.function
A function which takes no arguments
NoArgSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
 
NoArgSQLFunction(String, Type, boolean) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
 
NoCacheProvider - Class in org.hibernate.cache
Implementation of NoCacheProvider.
NoCacheProvider() - Constructor for class org.hibernate.cache.NoCacheProvider
 
NoCachingEnabledException - Exception in org.hibernate.cache
Implementation of NoCachingEnabledException.
NoCachingEnabledException() - Constructor for exception org.hibernate.cache.NoCachingEnabledException
 
NoCachingRegionFactory - Class in org.hibernate.cache.impl
Factory used if no caching enabled in config...
NoCachingRegionFactory(Properties) - Constructor for class org.hibernate.cache.impl.NoCachingRegionFactory
 
noCascade(EventSource, Object, Object, EntityPersister, int) - Method in class org.hibernate.engine.CascadingAction
Called (in the case of CascadingAction.requiresNoCascadeChecking() returning true) to validate that no cascade on the given property is considered a valid semantic.
Node - Class in org.hibernate.hql.ast.tree
Base node class for use by Hibernate within its AST trees.
Node() - Constructor for class org.hibernate.hql.ast.tree.Node
 
Node(Token) - Constructor for class org.hibernate.hql.ast.tree.Node
 
node(int) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
node(int) - Method in class org.hibernate.tuple.ElementWrapper
 
nodeCount() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
nodeCount() - Method in class org.hibernate.tuple.ElementWrapper
 
nodeIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
nodeIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
nodeModified(NodeModifiedEvent) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
Monitors cache events and updates the local cache
nodeModified(NodeModifiedEvent) - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
Monitors cache events and updates the local cache
nodeRemoved(NodeRemovedEvent) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
Monitors cache events and updates the local cache
nodeRemoved(NodeRemovedEvent) - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
Monitors cache events and updates the local cache
nodeToString(AST, boolean) - Method in class org.hibernate.hql.ast.util.ASTPrinter
 
NodeTraverser - Class in org.hibernate.hql.ast.util
A visitor for traversing an AST tree.
NodeTraverser(NodeTraverser.VisitationStrategy) - Constructor for class org.hibernate.hql.ast.util.NodeTraverser
 
NodeTraverser.VisitationStrategy - Interface in org.hibernate.hql.ast.util
 
NonBatchingBatcher - Class in org.hibernate.jdbc
An implementation of the Batcher interface that does no batching
NonBatchingBatcher(ConnectionManager, Interceptor) - Constructor for class org.hibernate.jdbc.NonBatchingBatcher
 
NonBatchingBatcherFactory - Class in org.hibernate.jdbc
A BatcherFactory implementation which constructs Batcher instances that do not perform batch operations.
NonBatchingBatcherFactory() - Constructor for class org.hibernate.jdbc.NonBatchingBatcherFactory
 
NONE - Static variable in class org.hibernate.engine.CascadeStyle
no cascades
NONE - Static variable in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
Do not perform checking.
NONE - Static variable in class org.hibernate.engine.IdentifierValue
Never assume the transient instance is newly instantiated
NONE - Static variable in class org.hibernate.engine.ValueInclusion
 
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.jdbc.util.FormatStyle
 
NONE - Static variable in class org.hibernate.LockMode
No lock required.
NonLockingDataVersion - Class in org.hibernate.cache.jbc2.util
DataVersion used in regions where no locking should ever occur.
NonLockingDataVersion() - Constructor for class org.hibernate.cache.jbc2.util.NonLockingDataVersion
 
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
 
NONSTRICT_READ_WRITE - Static variable in class org.hibernate.cache.access.AccessType
 
NonstrictReadWriteCache - Class in org.hibernate.cache
Caches data that is sometimes updated without ever locking the cache.
NonstrictReadWriteCache() - Constructor for class org.hibernate.cache.NonstrictReadWriteCache
 
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
 
NonUniqueObjectException(Serializable, String) - Constructor for exception org.hibernate.NonUniqueObjectException
 
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
 
NOOP_INSTANTIATOR - Static variable in class org.hibernate.hql.HolderInstantiator
 
NoopAccessor - Class in org.hibernate.property
Used to declare properties not represented at the pojo level
NoopAccessor() - Constructor for class org.hibernate.property.NoopAccessor
 
NORMAL - Static variable in class org.hibernate.CacheMode
The session may read items from the cache, and add items to the cache
normalize() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
normalize() - Method in class org.hibernate.tuple.ElementWrapper
 
not(Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the negation of an expression
NOT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NOT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NOT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
NOT_BETWEEN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NOT_BETWEEN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NOT_BETWEEN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
NOT_IN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NOT_IN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NOT_IN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
NOT_LIKE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NOT_LIKE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NOT_LIKE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
NOT_NULL - Static variable in class org.hibernate.sql.InFragment
 
NOT_NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NotEmptyExpression - Class in org.hibernate.criterion
 
NotEmptyExpression(String) - Constructor for class org.hibernate.criterion.NotEmptyExpression
 
notExists(DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
NotExpression - Class in org.hibernate.criterion
Negates another criterion
NotExpression(Criterion) - Constructor for class org.hibernate.criterion.NotExpression
 
notIn(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
notIn(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
NotNullExpression - Class in org.hibernate.criterion
Constrains a property to be non-null
NotNullExpression(String) - Constructor for class org.hibernate.criterion.NotNullExpression
 
NULL - Static variable in class org.hibernate.engine.IdentifierValue
Assume the transient instance is newly instantiated if the identifier is null.
NULL - Static variable in class org.hibernate.engine.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.antlr.HqlSqlTokenTypes
 
NULL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NULL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
NULL - Static variable in class org.hibernate.sql.InFragment
 
NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Nullability - Class in org.hibernate.engine
Implements the algorithm for validating property values for illegal null values
Nullability(SessionImplementor) - Constructor for class org.hibernate.engine.Nullability
 
NullableType - Class in org.hibernate.type
Superclass of single-column nullable types.
NullableType() - Constructor for class org.hibernate.type.NullableType
 
NullExpression - Class in org.hibernate.criterion
Constrains a property to be null
NullExpression(String) - Constructor for class org.hibernate.criterion.NullExpression
 
nullifyTransientReferences(Object[], Type[]) - Method in class org.hibernate.engine.ForeignKeys.Nullifier
Nullify all references to entities that have not yet been inserted in the database, where the foreign key points toward that entity
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.BlobType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.BlobType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.ClobType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.ClobType
 
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
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.EntityType
Retrieve an instance of the mapped class from a JDBC resultset.
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, Object) - Method in class org.hibernate.type.NullableType
 
nullSafeGet(ResultSet, String[]) - Method in class org.hibernate.type.NullableType
 
nullSafeGet(ResultSet, String) - Method in class org.hibernate.type.NullableType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.NullableType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Retrieve an instance of the mapped class from a JDBC resultset.
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[], Object) - Method in interface org.hibernate.usertype.UserType
Retrieve an instance of the mapped class from a JDBC resultset.
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.BlobType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.BlobType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.ClobType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.ClobType
 
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(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.NullableType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.NullableType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.hibernate.type.NullableType
 
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(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in interface org.hibernate.type.Type
Write an instance of the mapped class to a prepared statement, ignoring some columns.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in interface org.hibernate.type.Type
Write an instance of the mapped class to a 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) - Method in interface org.hibernate.usertype.UserType
Write an instance of the mapped class to a prepared statement.
nullSafeToString(Object) - Method in class org.hibernate.type.NullableType
A null-safe version of NullableType.toString(Object).
NUM_DOUBLE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
numberOfCollectionCreations() - Method in class org.hibernate.engine.ActionQueue
 
numberOfCollectionRemovals() - Method in class org.hibernate.engine.ActionQueue
 
numberOfCollectionUpdates() - Method in class org.hibernate.engine.ActionQueue
 
numberOfDeletions() - Method in class org.hibernate.engine.ActionQueue
 
numberOfInsertions() - Method in class org.hibernate.engine.ActionQueue
 
numberOfUpdates() - Method in class org.hibernate.engine.ActionQueue
 
numberValueOf(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
numberValueOf(String) - Method in class org.hibernate.tuple.ElementWrapper
 
NumericBooleanType - Class in org.hibernate.type
Maps interger database values to boolean java values.
NumericBooleanType() - Constructor for class org.hibernate.type.NumericBooleanType
 
numericInteger(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
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.antlr.SqlGeneratorBase
 

O

OBJECT - Static variable in class org.hibernate.Hibernate
Hibernate object type.
OBJECT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
OBJECT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
OBJECT - Static variable in interface org.hibernate.hql.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
 
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
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.AbstractCharArrayType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.BigIntegerType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.BooleanType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.ByteType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.CharacterType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.CharBooleanType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.CurrencyType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.CustomType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.DateType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.DoubleType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.FloatType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.IntegerType
 
objectToSQLString(Object, Dialect) - Method in interface org.hibernate.type.LiteralType
String representation of the value, suitable for embedding in an SQL statement.
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.LocaleType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.LongType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.NumericBooleanType
String representation of the value, suitable for embedding in an SQL statement.
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.ShortType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.StringType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.TimestampType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.TimeType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.TimeZoneType
 
objectToSQLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Return an SQL literal representation of the value
OC4JTransactionManagerLookup - Class in org.hibernate.transaction
TransactionManagerLookup for the OC4J (Oracle) AS.
OC4JTransactionManagerLookup() - Constructor for class org.hibernate.transaction.OC4JTransactionManagerLookup
 
occurrences(Object) - Method in class org.hibernate.collection.PersistentBag
 
OF - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
OF - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
OF - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ON - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ON - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ON - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ON_CLOSE - Static variable in class org.hibernate.ConnectionReleaseMode
Indicates that connections should only be released when the Session is explicitly closed or disconnected; this is the legacy (Hibernate2 and pre-3.1) behavior.
onAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.event.AutoFlushEventListener
Handle the given auto-flush event.
onAutoFlush(AutoFlushEvent) - Method in class org.hibernate.event.def.DefaultAutoFlushEventListener
Handle the given auto-flush event.
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(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.def.DefaultDeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent) - Method in interface org.hibernate.event.DeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, Set) - Method in interface org.hibernate.event.DeleteEventListener
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is deleted.
onDirtyCheck(DirtyCheckEvent) - Method in class org.hibernate.event.def.DefaultDirtyCheckEventListener
Handle the given dirty-check event.
onDirtyCheck(DirtyCheckEvent) - Method in interface org.hibernate.event.DirtyCheckEventListener
Handle the given dirty-check event.
ONE_MS - Static variable in class org.hibernate.cache.Timestamper
 
OneToMany - Class in org.hibernate.mapping
A mapping for a one-to-many association
OneToMany(PersistentClass) - Constructor for class org.hibernate.mapping.OneToMany
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
oneToManyFilterFragment(String) - Method in interface org.hibernate.persister.entity.Joinable
 
oneToManyFilterFragment(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, Map) - 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, Map) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyLoader(QueryableCollection, int, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyLoader(QueryableCollection, int, String, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyPersister - Class in org.hibernate.persister.collection
Collection persister for one-to-many associations.
OneToManyPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.OneToManyPersister
 
OneToOne - Class in org.hibernate.mapping
A one-to-one association mapping
OneToOne(Table, PersistentClass) - Constructor for class org.hibernate.mapping.OneToOne
 
oneToOne(String, ForeignKeyDirection, String, boolean, boolean, boolean, String, String) - Static method in class org.hibernate.type.TypeFactory
A one-to-one association type for the given class
OneToOneType - Class in org.hibernate.type
A one-to-one association to an entity
OneToOneType(String, ForeignKeyDirection, String, boolean, boolean, boolean, String, String) - Constructor for class org.hibernate.type.OneToOneType
 
onEvict(EvictEvent) - Method in class org.hibernate.event.def.DefaultEvictEventListener
Handle the given evict event.
onEvict(EvictEvent) - Method in interface org.hibernate.event.EvictEventListener
Handle the given evict event.
onFlush(FlushEvent) - Method in class org.hibernate.event.def.DefaultFlushEventListener
Handle the given flush event.
onFlush(FlushEvent) - Method in interface org.hibernate.event.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.def.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.FlushEntityEventListener
 
onInitializeCollection(InitializeCollectionEvent) - Method in class org.hibernate.event.def.DefaultInitializeCollectionEventListener
called by a collection that wants to initialize itself
onInitializeCollection(InitializeCollectionEvent) - Method in interface org.hibernate.event.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.def.DefaultLoadEventListener
Handle the given load event.
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.event.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.def.DefaultLockEventListener
Handle the given lock event.
onLock(LockEvent) - Method in interface org.hibernate.event.LockEventListener
Handle the given lock event.
OnLockVisitor - Class in org.hibernate.event.def
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.def.OnLockVisitor
 
onMerge(MergeEvent) - Method in class org.hibernate.event.def.DefaultMergeEventListener
Handle the given merge event.
onMerge(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
Handle the given merge event.
onMerge(MergeEvent) - Method in interface org.hibernate.event.MergeEventListener
Handle the given merge event.
onMerge(MergeEvent, Map) - Method in interface org.hibernate.event.MergeEventListener
Handle the given merge event.
onPersist(PersistEvent) - Method in class org.hibernate.event.def.DefaultPersistEventListener
Handle the given create event.
onPersist(PersistEvent, Map) - Method in class org.hibernate.event.def.DefaultPersistEventListener
Handle the given create event.
onPersist(PersistEvent) - Method in interface org.hibernate.event.PersistEventListener
Handle the given create event.
onPersist(PersistEvent, Map) - Method in interface org.hibernate.event.PersistEventListener
Handle the given create event.
onPostDelete(PostDeleteEvent) - Method in interface org.hibernate.event.PostDeleteEventListener
 
onPostInsert(PostInsertEvent) - Method in interface org.hibernate.event.PostInsertEventListener
 
onPostLoad(PostLoadEvent) - Method in class org.hibernate.event.def.DefaultPostLoadEventListener
 
onPostLoad(PostLoadEvent) - Method in interface org.hibernate.event.PostLoadEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in interface org.hibernate.event.PostCollectionRecreateEventListener
 
onPostRemoveCollection(PostCollectionRemoveEvent) - Method in interface org.hibernate.event.PostCollectionRemoveEventListener
 
onPostUpdate(PostUpdateEvent) - Method in interface org.hibernate.event.PostUpdateEventListener
 
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in interface org.hibernate.event.PostCollectionUpdateEventListener
 
onPreDelete(PreDeleteEvent) - Method in interface org.hibernate.event.PreDeleteEventListener
Return true if the operation should be vetoed
onPreDelete(PreDeleteEvent) - Method in class org.hibernate.secure.JACCPreDeleteEventListener
 
onPreInsert(PreInsertEvent) - Method in interface org.hibernate.event.PreInsertEventListener
Return true if the operation should be vetoed
onPreInsert(PreInsertEvent) - Method in class org.hibernate.secure.JACCPreInsertEventListener
 
onPreLoad(PreLoadEvent) - Method in class org.hibernate.event.def.DefaultPreLoadEventListener
 
onPreLoad(PreLoadEvent) - Method in interface org.hibernate.event.PreLoadEventListener
 
onPreLoad(PreLoadEvent) - Method in class org.hibernate.secure.JACCPreLoadEventListener
 
onPrepareStatement(String) - Method in class org.hibernate.EmptyInterceptor
 
onPrepareStatement(String) - Method in interface org.hibernate.Interceptor
Called when sql string is being prepared.
onPreRecreateCollection(PreCollectionRecreateEvent) - Method in interface org.hibernate.event.PreCollectionRecreateEventListener
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in interface org.hibernate.event.PreCollectionRemoveEventListener
 
onPreUpdate(PreUpdateEvent) - Method in interface org.hibernate.event.PreUpdateEventListener
Return true if the operation should be vetoed
onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.secure.JACCPreUpdateEventListener
 
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in interface org.hibernate.event.PreCollectionUpdateEventListener
 
onRefresh(RefreshEvent) - Method in class org.hibernate.event.def.DefaultRefreshEventListener
 
onRefresh(RefreshEvent, Map) - Method in class org.hibernate.event.def.DefaultRefreshEventListener
Handle the given refresh event.
onRefresh(RefreshEvent) - Method in interface org.hibernate.event.RefreshEventListener
Handle the given refresh event.
onRefresh(RefreshEvent, Map) - Method in interface org.hibernate.event.RefreshEventListener
 
onReplicate(ReplicateEvent) - Method in class org.hibernate.event.def.DefaultReplicateEventListener
Handle the given replicate event.
onReplicate(ReplicateEvent) - Method in interface org.hibernate.event.ReplicateEventListener
Handle the given replicate event.
OnReplicateVisitor - Class in org.hibernate.event.def
When an entity is passed to replicate(), and there is an existing row, we must inspect all its collections and 1.
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.def.DefaultSaveOrUpdateEventListener
Handle the given update event.
onSaveOrUpdate(SaveOrUpdateEvent) - Method in interface org.hibernate.event.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.def
When an entity is passed to update(), we must inspect all its collections and 1.
OPEN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
OPEN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
OPEN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
OPEN_BRACKET - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
OPEN_BRACKET - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
OPEN_BRACKET - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
openConnection() - Method in class org.hibernate.jdbc.AbstractBatcher
 
openConnection() - Method in interface org.hibernate.jdbc.Batcher
Obtain a JDBC connection
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
 
openResourceStatsAsString() - Method in class org.hibernate.jdbc.AbstractBatcher
 
openResourceStatsAsString() - Method in interface org.hibernate.jdbc.Batcher
 
openSession(Connection, boolean, boolean, ConnectionReleaseMode) - Method in interface org.hibernate.engine.SessionFactoryImplementor
Open a session conforming to the given parameters.
openSession(Connection, Interceptor) - Method in class org.hibernate.impl.SessionFactoryImpl
 
openSession(Interceptor) - Method in class org.hibernate.impl.SessionFactoryImpl
 
openSession(Connection) - Method in class org.hibernate.impl.SessionFactoryImpl
 
openSession() - Method in class org.hibernate.impl.SessionFactoryImpl
 
openSession(Connection, boolean, boolean, ConnectionReleaseMode) - Method in class org.hibernate.impl.SessionFactoryImpl
 
openSession(Connection, Interceptor) - Method in class org.hibernate.jmx.SessionFactoryStub
 
openSession(Interceptor) - Method in class org.hibernate.jmx.SessionFactoryStub
 
openSession() - Method in class org.hibernate.jmx.SessionFactoryStub
 
openSession(Connection) - Method in class org.hibernate.jmx.SessionFactoryStub
 
openSession() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
openSession(Interceptor) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
openSession(Connection) - Method in interface org.hibernate.SessionFactory
Open a Session on the given connection.
openSession(Interceptor) - Method in interface org.hibernate.SessionFactory
Create database connection and open a Session on it, specifying an interceptor.
openSession(Connection, Interceptor) - Method in interface org.hibernate.SessionFactory
Open a Session on the given connection, specifying an interceptor.
openSession() - Method in interface org.hibernate.SessionFactory
Create database connection and open a Session on it.
openSession() - Method in class org.hibernate.stat.StatisticsImpl
 
openSession() - Method in interface org.hibernate.stat.StatisticsImplementor
 
openStatelessSession() - Method in class org.hibernate.impl.SessionFactoryImpl
 
openStatelessSession(Connection) - Method in class org.hibernate.impl.SessionFactoryImpl
 
openStatelessSession() - Method in class org.hibernate.jmx.SessionFactoryStub
 
openStatelessSession(Connection) - Method in class org.hibernate.jmx.SessionFactoryStub
 
openStatelessSession() - Method in interface org.hibernate.SessionFactory
Get a new stateless session.
openStatelessSession(Connection) - Method in interface org.hibernate.SessionFactory
Get a new stateless session for the given JDBC connection.
openTemporarySession() - Method in interface org.hibernate.engine.SessionFactoryImplementor
Get a nontransactional "current" session for Hibernate EntityManager
openTemporarySession() - Method in class org.hibernate.impl.SessionFactoryImpl
 
operate() - Method in interface org.hibernate.collection.AbstractPersistentCollection.DelayedOperation
 
OperatorNode - Interface in org.hibernate.hql.ast.tree
Contract for nodes representing operators (logic or arithmetic).
OPT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
OPT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
optimistic - Variable in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
OPTIMISTIC_LOCK_ALL - Static variable in class org.hibernate.engine.Versioning
Apply optimisitc locking based on the a current vs.
OPTIMISTIC_LOCK_DIRTY - Static variable in class org.hibernate.engine.Versioning
Apply optimisitc locking based on the a current vs.
OPTIMISTIC_LOCK_NONE - Static variable in class org.hibernate.engine.Versioning
Apply no optimistic locking
OPTIMISTIC_LOCK_VERSION - Static variable in class org.hibernate.engine.Versioning
Apply optimisitc locking based on the defined version or timestamp property.
OptimisticCache - Interface in org.hibernate.cache
A contract for transactional cache implementations which support optimistic locking of items within the cache.
OptimisticCacheSource - Interface in org.hibernate.cache
Contract for sources of optimistically lockable data sent to the second level cache.
OptimisticCacheSourceAdapter - Class in org.hibernate.cache.impl.bridge
OptimisticCacheSourceAdapter(CacheDataDescription) - Constructor for class org.hibernate.cache.impl.bridge.OptimisticCacheSourceAdapter
 
optimisticFailure(String) - Method in class org.hibernate.stat.StatisticsImpl
 
optimisticFailure(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
optimisticLockMode - Variable in class org.hibernate.mapping.PersistentClass
 
optimisticLockMode() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
OptimisticReadOnlyAccess - Class in org.hibernate.cache.jbc2.collection
This defines the strategy for transactional access to collection data in an optimistic-locking JBossCache using its 2.x APIs.
OptimisticReadOnlyAccess(CollectionRegionImpl) - Constructor for class org.hibernate.cache.jbc2.collection.OptimisticReadOnlyAccess
Create a new OptimisticReadOnlyAccess.
OptimisticReadOnlyAccess - Class in org.hibernate.cache.jbc2.entity
This defines the strategy for read-only access to enity data in an optimistic-locking JBossCache using its 2.x APIs

The read-only access to a JBossCache really is still transactional, just with the extra semantic or guarantee that we will not update data.

OptimisticReadOnlyAccess(EntityRegionImpl) - Constructor for class org.hibernate.cache.jbc2.entity.OptimisticReadOnlyAccess
 
OptimisticTransactionalAccess - Class in org.hibernate.cache.jbc2.collection
Defines the strategy for transactional access to entity data in an optimistic-locking JBoss Cache using its 2.x APIs
OptimisticTransactionalAccess(CollectionRegionImpl) - Constructor for class org.hibernate.cache.jbc2.collection.OptimisticTransactionalAccess
Create a new OptimisticTransactionalAccess.
OptimisticTransactionalAccess - Class in org.hibernate.cache.jbc2.entity
Defines the strategy for transactional access to entity data in an optimistic-locking JBoss Cache using its 2.x APIs
OptimisticTransactionalAccess(EntityRegionImpl) - Constructor for class org.hibernate.cache.jbc2.entity.OptimisticTransactionalAccess
Create a new OptimisticTransactionalAccess.
OptimisticTransactionalAccessDelegate - Class in org.hibernate.cache.jbc2.access
Defines the strategy for transactional access to entity or collection data in an optimistic-locking JBoss Cache using its 2.x APIs.
OptimisticTransactionalAccessDelegate(TransactionalDataRegionAdapter) - Constructor for class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
 
OptimisticTreeCache - Class in org.hibernate.cache
Represents a particular region within the given JBossCache TreeCache utilizing TreeCache's optimistic locking capabilities.
OptimisticTreeCache(TreeCache, String) - Constructor for class org.hibernate.cache.OptimisticTreeCache
 
OptimisticTreeCache.CircumventChecksDataVersion - Class in org.hibernate.cache
Used to signal to a DataVersionAdapter to simply not perform any checks.
OptimisticTreeCache.CircumventChecksDataVersion() - Constructor for class org.hibernate.cache.OptimisticTreeCache.CircumventChecksDataVersion
 
OptimisticTreeCache.DataVersionAdapter - Class in org.hibernate.cache
 
OptimisticTreeCache.DataVersionAdapter(Object, Object, Comparator, String) - Constructor for class org.hibernate.cache.OptimisticTreeCache.DataVersionAdapter
 
OptimisticTreeCache.NonLockingDataVersion - Class in org.hibernate.cache
Used in regions where no locking should ever occur.
OptimisticTreeCache.NonLockingDataVersion() - Constructor for class org.hibernate.cache.OptimisticTreeCache.NonLockingDataVersion
 
OptimisticTreeCacheProvider - Class in org.hibernate.cache
Support for a standalone JBossCache TreeCache instance utilizing TreeCache's optimistic locking capabilities.
OptimisticTreeCacheProvider() - Constructor for class org.hibernate.cache.OptimisticTreeCacheProvider
 
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.
OptimizerFactory() - Constructor for class org.hibernate.id.enhanced.OptimizerFactory
 
OptimizerFactory.HiLoOptimizer - Class in org.hibernate.id.enhanced
Optimizer which applies a 'hilo' algorithm in memory to achieve optimization.
OptimizerFactory.HiLoOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
 
OptimizerFactory.NoopOptimizer - Class in org.hibernate.id.enhanced
An optimizer that performs no optimization.
OptimizerFactory.NoopOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
 
OptimizerFactory.OptimizerSupport - Class in org.hibernate.id.enhanced
Common support for optimizer implementations.
OptimizerFactory.OptimizerSupport(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
Construct an optimizer
OptimizerFactory.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.
OptimizerFactory.PooledOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
 
optionalFromTokenFromClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
optionalSpace() - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
Add a aspace if the previous token was not a space or a parenthesis.
optionalSpace() - Method in class org.hibernate.hql.ast.SqlGenerator
 
options - Variable in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
 
or(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the disjuction of two expressions
OR - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
OR - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
OR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Oracle10gDialect - Class in org.hibernate.dialect
A dialect specifically for use with Oracle 10g.
Oracle10gDialect() - Constructor for class org.hibernate.dialect.Oracle10gDialect
 
Oracle8iDialect - Class in org.hibernate.dialect
A dialect for Oracle 8i.
Oracle8iDialect() - Constructor for class org.hibernate.dialect.Oracle8iDialect
 
Oracle9Dialect - Class in org.hibernate.dialect
Deprecated. Use either Oracle9iDialect or Oracle10gDialect instead
Oracle9Dialect() - Constructor for class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
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.  
OracleJoinFragment - Class in org.hibernate.sql
An Oracle-style (theta) join
OracleJoinFragment() - Constructor for class org.hibernate.sql.OracleJoinFragment
 
Order - Class in org.hibernate.criterion
Represents an order imposed upon a Criteria result set
Order(String, boolean) - Constructor for class org.hibernate.criterion.Order
Constructor for Order.
ORDER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ORDER - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ORDER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ORDER_ELEMENT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ORDER_ELEMENT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ORDER_ELEMENT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ORDER_INSERTS - Static variable in class org.hibernate.cfg.Environment
Enable ordering of insert statements for the purpose of more effecient JDBC batching.
ORDER_UPDATES - Static variable in class org.hibernate.cfg.Environment
Enable ordering of update statements by primary key value
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
orderByClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
OrderByClause - Class in org.hibernate.hql.ast.tree
Implementation of OrderByClause.
OrderByClause() - Constructor for class org.hibernate.hql.ast.tree.OrderByClause
 
OrderByParser - Class in org.hibernate.hql.classic
Parses the ORDER BY clause of a query
OrderByParser() - Constructor for class org.hibernate.hql.classic.OrderByParser
 
orderClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
orderDirection(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
orderedMap(String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
OrderedMapType - Class in org.hibernate.type
A specialization of the map type, with (resultset-based) ordering.
OrderedMapType(String, String, boolean) - Constructor for class org.hibernate.type.OrderedMapType
Constructs a map type capable of creating ordered maps of the given role.
orderedSet(String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
OrderedSetType - Class in org.hibernate.type
A specialization of the set type, with (resultset-based) ordering.
OrderedSetType(String, String, boolean) - Constructor for class org.hibernate.type.OrderedSetType
Constructs a set type capable of creating ordered sets of the given role.
orderElement() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
orderExprs(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
orderExprs(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
ORDINAL - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
ordinalParameter(int) - Method in interface org.hibernate.engine.query.ParameterParser.Recognizer
 
ordinalParameter(int) - Method in class org.hibernate.engine.query.ParamLocationRecognizer
 
ordinalParameter(int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
OrdinalParameterDescriptor - Class in org.hibernate.engine.query
 
OrdinalParameterDescriptor(int, Type, int) - Constructor for class org.hibernate.engine.query.OrdinalParameterDescriptor
 
org.hibernate - package org.hibernate
This package defines the central Hibernate APIs.
org.hibernate.action - package org.hibernate.action
This package defines "actions" that are scheduled for asycnchronous execution by the event listeners.
org.hibernate.auction - package org.hibernate.auction
 
org.hibernate.bytecode - package org.hibernate.bytecode
This package defines the API for plugging in bytecode libraries for usage by Hibernate.
org.hibernate.bytecode.buildtime - package org.hibernate.bytecode.buildtime
 
org.hibernate.bytecode.cglib - package org.hibernate.bytecode.cglib
 
org.hibernate.bytecode.javassist - package org.hibernate.bytecode.javassist
 
org.hibernate.bytecode.util - package org.hibernate.bytecode.util
 
org.hibernate.cache - package org.hibernate.cache
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
org.hibernate.cache.access - package org.hibernate.cache.access
Defines contracts for transactional and concurrent access to cached entity and collection data.
org.hibernate.cache.entry - package org.hibernate.cache.entry
This package defines formats for disassembled state kept in the second level cache.
org.hibernate.cache.impl - package org.hibernate.cache.impl
 
org.hibernate.cache.impl.bridge - package org.hibernate.cache.impl.bridge
 
org.hibernate.cache.jbc2 - package org.hibernate.cache.jbc2
 
org.hibernate.cache.jbc2.access - package org.hibernate.cache.jbc2.access
 
org.hibernate.cache.jbc2.builder - package org.hibernate.cache.jbc2.builder
 
org.hibernate.cache.jbc2.collection - package org.hibernate.cache.jbc2.collection
 
org.hibernate.cache.jbc2.entity - package org.hibernate.cache.jbc2.entity
 
org.hibernate.cache.jbc2.query - package org.hibernate.cache.jbc2.query
 
org.hibernate.cache.jbc2.timestamp - package org.hibernate.cache.jbc2.timestamp
 
org.hibernate.cache.jbc2.util - package org.hibernate.cache.jbc2.util
 
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.classic - package org.hibernate.classic
This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.
org.hibernate.collection - package org.hibernate.collection
This package defines a framework for collection wrappers.
org.hibernate.connection - package org.hibernate.connection
This package abstracts the mechanism for obtaining a JDBC connection.
org.hibernate.context - package org.hibernate.context
 
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.lock - package org.hibernate.dialect.lock
 
org.hibernate.dialect.resolver - package org.hibernate.dialect.resolver
 
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.loading - package org.hibernate.engine.loading
 
org.hibernate.engine.query - package org.hibernate.engine.query
 
org.hibernate.engine.query.sql - package org.hibernate.engine.query.sql
 
org.hibernate.engine.transaction - package org.hibernate.engine.transaction
 
org.hibernate.event - package org.hibernate.event
This package defines an event framework for Hibernate.
org.hibernate.event.def - package org.hibernate.event.def
This package defines a default set of event listeners that implements the default behaviors of Hibernate.
org.hibernate.exception - package org.hibernate.exception
This package is a fork of Apache commons-lang nestable exceptions.
org.hibernate.hql - package org.hibernate.hql
This package defines the interface between Hibernate and the HQL query parser implementation (to allow switching between the 2.x and 3.0 HQL parsers).
org.hibernate.hql.antlr - package org.hibernate.hql.antlr
A special package for ANTLR-generated parser classes.
org.hibernate.hql.ast - package org.hibernate.hql.ast
An ANTLR-based parser for Hibernate Query Language.
org.hibernate.hql.ast.exec - package org.hibernate.hql.ast.exec
 
org.hibernate.hql.ast.tree - package org.hibernate.hql.ast.tree
 
org.hibernate.hql.ast.util - package org.hibernate.hql.ast.util
 
org.hibernate.hql.classic - package org.hibernate.hql.classic
This package contains the Hibernate 2.x query parser which is being end-of-lifed.
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
 
org.hibernate.id.insert - package org.hibernate.id.insert
 
org.hibernate.impl - package org.hibernate.impl
This package contains implementations of the central Hibernate APIs, especially the Hibernate session.
org.hibernate.intercept - package org.hibernate.intercept
This package implements an interception mechanism for lazy property fetching, based on CGLIB bytecode instrumentation.
org.hibernate.intercept.cglib - package org.hibernate.intercept.cglib
 
org.hibernate.intercept.javassist - package org.hibernate.intercept.javassist
 
org.hibernate.jdbc - package org.hibernate.jdbc
This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC.
org.hibernate.jdbc.util - package org.hibernate.jdbc.util
 
org.hibernate.jmx - package org.hibernate.jmx
This package exposes a Hibernate instance via JMX.
org.hibernate.junit - package org.hibernate.junit
 
org.hibernate.junit.functional - package org.hibernate.junit.functional
 
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.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.hql - package org.hibernate.loader.hql
This package defines a loader for the AST-based query parser
org.hibernate.lob - package org.hibernate.lob
This package defines dummy and wrapper implementations of java.sql.Clob and java.sql.Blob.
org.hibernate.mapping - package org.hibernate.mapping
This package defines the Hibernate configuration-time metamodel.
org.hibernate.maven - package org.hibernate.maven
 
org.hibernate.metadata - package org.hibernate.metadata
This package defines an API for accessing the Hibernate runtime metamodel.
org.hibernate.param - package org.hibernate.param
 
org.hibernate.persister - package org.hibernate.persister
A persister defines a mapping strategy for a collection or entity.
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.pretty - package org.hibernate.pretty
Classes for pretty printing things for exception and log messages.
org.hibernate.property - package org.hibernate.property
This package abstracts the notion of a "property" of an entity.
org.hibernate.proxy - package org.hibernate.proxy
This package defines a framework for lazy-initializing entity proxies.
org.hibernate.proxy.dom4j - package org.hibernate.proxy.dom4j
 
org.hibernate.proxy.map - package org.hibernate.proxy.map
 
org.hibernate.proxy.pojo - package org.hibernate.proxy.pojo
 
org.hibernate.proxy.pojo.cglib - package org.hibernate.proxy.pojo.cglib
 
org.hibernate.proxy.pojo.javassist - package org.hibernate.proxy.pojo.javassist
 
org.hibernate.secure - package org.hibernate.secure
Declarative security for CRUD operations on entities.
org.hibernate.sql - package org.hibernate.sql
This package defines helper classes for rendering SQL fragments and SQL statements.
org.hibernate.stat - package org.hibernate.stat
This package exposes statistics about a running Hibernate instance to the application.
org.hibernate.test.cache - package org.hibernate.test.cache
 
org.hibernate.test.tm - package org.hibernate.test.tm
Defines a simplified JTA TransactionManager and transactional connection pool designed for use in test suite and simple usage scenarios.
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.cglib - package org.hibernate.tool.instrument.cglib
 
org.hibernate.tool.instrument.javassist - package org.hibernate.tool.instrument.javassist
 
org.hibernate.transaction - package org.hibernate.transaction
This package abstracts the underlying transaction mechanism (JTA or JDBC) and provides strategies for obtaining application server TransactionManagers.
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.tutorial.domain - package org.hibernate.tutorial.domain
 
org.hibernate.tutorial.util - package org.hibernate.tutorial.util
 
org.hibernate.tutorial.web - package org.hibernate.tutorial.web
 
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.usertype - package org.hibernate.usertype
Interfaces for user-defined custom types.
org.hibernate.util - package org.hibernate.util
Utility classes.
OrionTransactionManagerLookup - Class in org.hibernate.transaction
TransactionManagerLookup strategy for Orion
OrionTransactionManagerLookup() - Constructor for class org.hibernate.transaction.OrionTransactionManagerLookup
 
OSCache - Class in org.hibernate.cache
 
OSCache(int, String, String) - Constructor for class org.hibernate.cache.OSCache
 
OSCACHE_CAPACITY - Static variable in class org.hibernate.cache.OSCacheProvider
The OSCache cache capacity property suffix.
OSCACHE_CRON - Static variable in class org.hibernate.cache.OSCacheProvider
The OSCache CRON expression property suffix.
OSCACHE_REFRESH_PERIOD - Static variable in class org.hibernate.cache.OSCacheProvider
The OSCache refresh period property suffix.
OSCacheProvider - Class in org.hibernate.cache
Support for OpenSymphony OSCache.
OSCacheProvider() - Constructor for class org.hibernate.cache.OSCacheProvider
 
other(char) - Method in interface org.hibernate.engine.query.ParameterParser.Recognizer
 
other(char) - Method in class org.hibernate.engine.query.ParamLocationRecognizer
 
other(char) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
out(String) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
out(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
out(String) - Method in class org.hibernate.hql.ast.SqlGenerator
 
out(AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
OUTER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
OUTER - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
OUTER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
OuterJoinableAssociation - Class in org.hibernate.loader
 
OuterJoinableAssociation(AssociationType, String, String[], String, int, 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, Map) - Constructor for class org.hibernate.loader.OuterJoinLoader
 
outParameter(int) - Method in interface org.hibernate.engine.query.ParameterParser.Recognizer
 
outParameter(int) - Method in class org.hibernate.engine.query.ParamLocationRecognizer
 
outParameter(int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
OUTPUT_STYLESHEET - Static variable in class org.hibernate.cfg.Environment
An XSLT resource used to generate "custom" XML
overrideCacheStrategy() - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
overrideCacheStrategy() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
overridesEquals - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
overridesEquals(Class) - Static method in class org.hibernate.util.ReflectHelper
Determine if the given class defines an Object.equals(java.lang.Object) override.
overridesHashCode(Class) - Static method in class org.hibernate.util.ReflectHelper
Determine if the given class defines a Object.hashCode() override.
OVERWRITE - Static variable in class org.hibernate.ReplicationMode
Overwrite existing rows when a row already exists.
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

panic() - Static method in class org.hibernate.hql.ast.HqlParser
 
panic() - Static method in class org.hibernate.hql.ast.HqlSqlWalker
 
panic() - Static method in class org.hibernate.hql.ast.SqlGenerator
 
PARAM - Static variable in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
Essentially the same as ExecuteUpdateResultCheckStyle.COUNT except that the row count actually comes from an output parameter registered as part of a CallableStatement.
PARAM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
PARAM - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
PARAM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
PARAM - Static variable in class org.hibernate.jdbc.Expectations
 
parameter(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
parameter(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
ParameterBinder - Class in org.hibernate.engine
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
 
ParameterContainer - Interface in org.hibernate.hql.ast.tree
Deprecated.  
ParameterizedType - Interface in org.hibernate.usertype
Support for parameterizable types.
ParameterMetadata - Class in org.hibernate.engine.query
Encapsulates metadata about parameters encountered within a query.
ParameterMetadata(OrdinalParameterDescriptor[], Map) - Constructor for class org.hibernate.engine.query.ParameterMetadata
Instantiates a ParameterMetadata container.
parameterMetadata - Variable in class org.hibernate.impl.AbstractQueryImpl
 
ParameterNode - Class in org.hibernate.hql.ast.tree
Implementation of ParameterNode.
ParameterNode() - Constructor for class org.hibernate.hql.ast.tree.ParameterNode
 
ParameterParser - Class in org.hibernate.engine.query
The single available method ParameterParser.parse(java.lang.String, org.hibernate.engine.query.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
 
PARAMETERS - Static variable in class org.hibernate.id.SequenceGenerator
The parameters parameter, appended to the create sequence DDL.
ParameterSpecification - Interface in org.hibernate.param
Maintains information relating to parameters which need to get bound into a JDBC PreparedStatement.
ParameterTranslations - Interface in org.hibernate.hql
Defines available information about the parameters encountered during query translation.
ParameterTranslationsImpl - Class in org.hibernate.hql.ast
Defines the information available for parameters encountered during query translation through the antlr-based parser.
ParameterTranslationsImpl(List) - Constructor for class org.hibernate.hql.ast.ParameterTranslationsImpl
Constructs a parameter metadata object given a list of parameter specifications.
ParameterTranslationsImpl.ParameterInfo - Class in org.hibernate.hql.ast
 
ParameterTranslationsImpl.ParameterInfo(int[], Type) - Constructor for class org.hibernate.hql.ast.ParameterTranslationsImpl.ParameterInfo
 
ParameterTranslationsImpl.ParameterInfo(int, Type) - Constructor for class org.hibernate.hql.ast.ParameterTranslationsImpl.ParameterInfo
 
ParamLocationRecognizer - Class in org.hibernate.engine.query
Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.
ParamLocationRecognizer() - Constructor for class org.hibernate.engine.query.ParamLocationRecognizer
 
ParamLocationRecognizer.NamedParameterDescription - Class in org.hibernate.engine.query
 
ParamLocationRecognizer.NamedParameterDescription(boolean) - Constructor for class org.hibernate.engine.query.ParamLocationRecognizer.NamedParameterDescription
 
parenSelect(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
parse(String) - Static method in class org.hibernate.cache.access.AccessType
 
parse(String) - Static method in class org.hibernate.CacheMode
 
parse(String) - Static method in class org.hibernate.ConnectionReleaseMode
Determine the correct ConnectionReleaseMode instance based on the given name.
parse(String) - Static method in class org.hibernate.dialect.ResultColumnReferenceStrategy
 
parse(String) - Static method in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
 
parse(String, ParameterParser.Recognizer) - Static method in class org.hibernate.engine.query.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 class org.hibernate.engine.Status
 
parse(String) - Static method in class org.hibernate.EntityMode
 
parse(String) - Static method in class org.hibernate.FlushMode
 
parse(Parser, String, String, QueryTranslatorImpl) - Static method in class org.hibernate.hql.classic.ParserHelper
 
parse(String) - Static method in class org.hibernate.LockMode
 
parse(String) - Static method in class org.hibernate.mapping.PropertyGeneration
 
ParseErrorHandler - Interface in org.hibernate.hql.ast
Defines the behavior of an error handler for the HQL parsers.
parseFilterParameterName(String) - Static method in class org.hibernate.engine.QueryParameters
 
parseLocations(String) - Static method in class org.hibernate.engine.query.ParamLocationRecognizer
Convenience method for creating a param location recognizer and initiating the parse.
parseMappingElement(Element, String) - Method in class org.hibernate.cfg.Configuration
 
parsePath(String, ASTFactory) - Static method in class org.hibernate.hql.ast.util.PathHelper
Turns a path into an AST.
Parser - Interface in org.hibernate.hql.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.classic
 
PARTIAL - Static variable in class org.hibernate.engine.ValueInclusion
 
partiallyUnqualify(String, String) - Static method in class org.hibernate.util.StringHelper
Partially unqualifies a qualified name.
PASS - Static variable in class org.hibernate.cfg.Environment
JDBC password
PassThroughResultTransformer - Class in org.hibernate.transform
???
PassThroughResultTransformer() - Constructor for class org.hibernate.transform.PassThroughResultTransformer
Deprecated. Use the PassThroughResultTransformer.INSTANCE reference instead of explicitly creating a new one (to be removed in 3.4).
path() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
path(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
PATH_SEPARATORS - Static variable in class org.hibernate.hql.classic.ParserHelper
 
pathAsIdent(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
PathExpressionParser - Class in org.hibernate.hql.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.classic.PathExpressionParser
 
PathHelper - Class in org.hibernate.hql.ast.util
Provides utility methods for paths.
PathNode - Interface in org.hibernate.hql.ast.tree
An AST node with a path property.
performDetachedEntityDeletionCheck(DeleteEvent) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
Called when we have recognized an attempt to delete a detached entity.
performDiscovery(CustomLoader.Metadata, List, List) - Method in class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
performDiscovery(CustomLoader.Metadata, List, List) - Method in class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
performExecuteUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.HQLQueryPlan
 
performExecuteUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.NativeSQLQueryPlan
 
performExecutions(EventSource) - Method in class org.hibernate.event.def.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.Instrumenter.Options
 
performExtendedInstrumentation() - Method in class org.hibernate.maven.InstrumentationMojo
 
performExtendedInstrumentation() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
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.HQLQueryPlan
 
performList(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.HQLQueryPlan
 
performOnLazyProperty() - Method in class org.hibernate.engine.CascadingAction
Should this action be performed (or noCascade consulted) in the case of lazy properties.
performQueuedOperations() - Method in class org.hibernate.collection.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.def.AbstractSaveEventListener
Ppepares 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.def.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.def.DefaultSaveEventListener
 
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultUpdateEventListener
 
performScroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.HQLQueryPlan
 
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.Cache71Dialect
 
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.Dialect
Does the dialect require that temporary table DDL statements occur in isolation from other statements? This would be the case if the creation would cause any current transaction to get committed implicitly.
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.MySQLDialect
 
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.TeradataDialect
 
performUpdate(SaveOrUpdateEvent, Object, EntityPersister) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
PERSIST - Static variable in class org.hibernate.engine.CascadeStyle
create
PERSIST - Static variable in class org.hibernate.engine.CascadingAction
 
persist(String, Object, Map) - Method in interface org.hibernate.event.EventSource
Cascade persist an entity instance
persist(String, Object) - Method in class org.hibernate.impl.SessionImpl
 
persist(Object) - Method in class org.hibernate.impl.SessionImpl
 
persist(String, Object, Map) - Method in class org.hibernate.impl.SessionImpl
 
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.CascadingAction
Execute persist during flush time
PersistenceContext - Interface in org.hibernate.engine
Holds the state of the persistence context, including the first-level cache, entries, snapshots, proxies, etc.
Persistent - Class in org.hibernate.auction
 
Persistent() - Constructor for class org.hibernate.auction.Persistent
 
PERSISTENT - Static variable in class org.hibernate.event.def.AbstractSaveEventListener
 
PersistentArrayHolder - Class in org.hibernate.collection
A persistent wrapper for an array.
PersistentArrayHolder(SessionImplementor, Object) - Constructor for class org.hibernate.collection.PersistentArrayHolder
 
PersistentArrayHolder(SessionImplementor, CollectionPersister) - Constructor for class org.hibernate.collection.PersistentArrayHolder
 
PersistentBag - Class in org.hibernate.collection
An unordered, unkeyed collection that can contain the same element multiple times.
PersistentBag(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentBag
 
PersistentBag(SessionImplementor, Collection) - Constructor for class org.hibernate.collection.PersistentBag
 
PersistentBag() - Constructor for class org.hibernate.collection.PersistentBag
 
PersistentClass - Class in org.hibernate.mapping
Mapping for an entity.
PersistentClass() - Constructor for class org.hibernate.mapping.PersistentClass
 
persistentClass - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
PersistentClassVisitor - Interface in org.hibernate.mapping
 
PersistentCollection - Interface in org.hibernate.collection
Persistent collections are treated as value objects by Hibernate.
PersistentElementHolder - Class in org.hibernate.collection
A persistent wrapper for an XML element
PersistentElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.PersistentElementHolder
 
PersistentElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.PersistentElementHolder
 
PersistentIdentifierBag - Class in org.hibernate.collection
An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
PersistentIdentifierBag(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentIdentifierBag
 
PersistentIdentifierBag() - Constructor for class org.hibernate.collection.PersistentIdentifierBag
 
PersistentIdentifierBag(SessionImplementor, Collection) - Constructor for class org.hibernate.collection.PersistentIdentifierBag
 
PersistentIdentifierGenerator - Interface in org.hibernate.id
An IdentifierGenerator that requires creation of database objects.
PersistentIndexedElementHolder - Class in org.hibernate.collection
A persistent wrapper for an XML element
PersistentIndexedElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.PersistentIndexedElementHolder
 
PersistentIndexedElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.PersistentIndexedElementHolder
 
PersistentIndexedElementHolder.IndexedValue - Class in org.hibernate.collection
 
PersistentList - Class in org.hibernate.collection
A persistent wrapper for a java.util.List.
PersistentList(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentList
 
PersistentList(SessionImplementor, List) - Constructor for class org.hibernate.collection.PersistentList
 
PersistentList() - Constructor for class org.hibernate.collection.PersistentList
 
PersistentListElementHolder - Class in org.hibernate.collection
 
PersistentListElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.PersistentListElementHolder
 
PersistentListElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.PersistentListElementHolder
 
PersistentMap - Class in org.hibernate.collection
A persistent wrapper for a java.util.Map.
PersistentMap() - Constructor for class org.hibernate.collection.PersistentMap
Empty constructor.
PersistentMap(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentMap
Instantiates a lazy map (the underlying map is un-initialized).
PersistentMap(SessionImplementor, Map) - Constructor for class org.hibernate.collection.PersistentMap
Instantiates a non-lazy map (the underlying map is constructed from the incoming map reference).
PersistentMapElementHolder - Class in org.hibernate.collection
 
PersistentMapElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.PersistentMapElementHolder
 
PersistentMapElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.PersistentMapElementHolder
 
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
 
PersistentSet - Class in org.hibernate.collection
A persistent wrapper for a java.util.Set.
PersistentSet() - Constructor for class org.hibernate.collection.PersistentSet
Empty constructor.
PersistentSet(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentSet
Constructor matching super.
PersistentSet(SessionImplementor, Set) - Constructor for class org.hibernate.collection.PersistentSet
Instantiates a non-lazy set (the underlying set is constructed from the incoming set reference).
PersistentSortedMap - Class in org.hibernate.collection
A persistent wrapper for a java.util.SortedMap.
PersistentSortedMap(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentSortedMap
 
PersistentSortedMap(SessionImplementor, SortedMap) - Constructor for class org.hibernate.collection.PersistentSortedMap
 
PersistentSortedMap() - Constructor for class org.hibernate.collection.PersistentSortedMap
 
PersistentSortedSet - Class in org.hibernate.collection
A persistent wrapper for a java.util.SortedSet.
PersistentSortedSet(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentSortedSet
 
PersistentSortedSet(SessionImplementor, SortedSet) - Constructor for class org.hibernate.collection.PersistentSortedSet
 
PersistentSortedSet() - Constructor for class org.hibernate.collection.PersistentSortedSet
 
persister - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
PersisterFactory - Class in org.hibernate.persister
Factory for EntityPersister and CollectionPersister instances
persisters - Variable in class org.hibernate.loader.JoinWalker
 
persisters - Variable in class org.hibernate.loader.OuterJoinLoader
 
PersistEvent - Class in org.hibernate.event
An event class for persist()
PersistEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.PersistEvent
 
PersistEvent(Object, EventSource) - Constructor for class org.hibernate.event.PersistEvent
 
PersistEventListener - Interface in org.hibernate.event
Defines the contract for handling of create events generated from a session.
persistOnFlush(String, Object, Map) - Method in interface org.hibernate.event.EventSource
Cascade persist an entity instance during the flush process
persistOnFlush(String, Object) - Method in class org.hibernate.impl.SessionImpl
 
persistOnFlush(Object) - Method in class org.hibernate.impl.SessionImpl
 
persistOnFlush(String, Object, Map) - Method in class org.hibernate.impl.SessionImpl
 
Person - Class in org.hibernate.tutorial.domain
 
Person() - Constructor for class org.hibernate.tutorial.domain.Person
 
physicalToLogical - Variable in class org.hibernate.cfg.Mappings.ColumnNames
 
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
 
PK_LENGTH_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
PK_VALUE_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
PLUS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
PLUS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
PLUS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
PointbaseDialect - Class in org.hibernate.dialect
A Dialect for Pointbase.
PointbaseDialect() - Constructor for class org.hibernate.dialect.PointbaseDialect
Creates new PointbaseDialect
POJO - Static variable in class org.hibernate.EntityMode
 
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
 
POOL - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
 
POOL_SIZE - Static variable in class org.hibernate.cfg.Environment
Maximum number of inactive connections for Hibernate's connection pool
position(byte[], long) - Method in class org.hibernate.lob.BlobImpl
 
position(Blob, long) - Method in class org.hibernate.lob.BlobImpl
 
position(String, long) - Method in class org.hibernate.lob.ClobImpl
 
position(Clob, long) - Method in class org.hibernate.lob.ClobImpl
 
position(byte[], long) - Method in class org.hibernate.lob.SerializableBlob
 
position(Blob, long) - Method in class org.hibernate.lob.SerializableBlob
 
position(String, long) - Method in class org.hibernate.lob.SerializableClob
 
position(Clob, long) - Method in class org.hibernate.lob.SerializableClob
 
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
 
POST_INSERT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorFactory
 
postAction() - Method in class org.hibernate.collection.AbstractPersistentCollection
After flushing, clear any "queued" additions, since the database state is now synchronized with the memory state.
postAction() - Method in interface org.hibernate.collection.PersistentCollection
After flushing, clear any "queued" additions, since the database state is now synchronized with the memory state.
PostCollectionRecreateEvent - Class in org.hibernate.event
An event that occurs after a collection is recreated
PostCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.PostCollectionRecreateEvent
 
PostCollectionRecreateEventListener - Interface in org.hibernate.event
Called after recreating a collection
PostCollectionRemoveEvent - Class in org.hibernate.event
An event that occurs after a collection is removed
PostCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.PostCollectionRemoveEvent
 
PostCollectionRemoveEventListener - Interface in org.hibernate.event
Called after removing a collection
PostCollectionUpdateEvent - Class in org.hibernate.event
An event that occurs after a collection is updated
PostCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.PostCollectionUpdateEvent
 
PostCollectionUpdateEventListener - Interface in org.hibernate.event
Called after updating a collection
postConstruct(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
postDelete() - Method in class org.hibernate.engine.EntityEntry
After actually deleting a row, record the fact that the instance no longer exists in the database
PostDeleteEvent - Class in org.hibernate.event
Occurs after deleting an item from the datastore
PostDeleteEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.PostDeleteEvent
 
PostDeleteEventListener - Interface in org.hibernate.event
Called after deleting an item from the datastore
postFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
 
postFlush(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
Called after a successful flush
postFlush(SessionImplementor) - Method in class org.hibernate.event.def.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.
PostgresPlusDialect - Class in org.hibernate.dialect
An SQL dialect for Postgres Plus
PostgresPlusDialect() - Constructor for class org.hibernate.dialect.PostgresPlusDialect
 
PostgreSQLDialect - Class in org.hibernate.dialect
An SQL dialect for Postgres
PostgreSQLDialect() - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
postHydrate(EntityPersister, Serializable, Object[], Object, Object, LockMode, boolean, SessionImplementor) - Static method in class org.hibernate.engine.TwoPhaseLoad
Register the "hydrated" state of an entity instance, after the first step of 2-phase loading.
postInitialize(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
 
postInsert() - Method in class org.hibernate.engine.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
Occurs after inserting an item in the datastore
PostInsertEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.PostInsertEvent
 
PostInsertEventListener - Interface in org.hibernate.event
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() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
postInstantiate(String, Class, Set, Method, Method, AbstractComponentType) - Method in class org.hibernate.proxy.dom4j.Dom4jProxyFactory
Called immediately after instantiation
postInstantiate(String, Class, Set, Method, Method, AbstractComponentType) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
postInstantiate(String, Class, Set, Method, Method, AbstractComponentType) - Method in class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory
 
postInstantiate(String, Class, Set, Method, Method, AbstractComponentType) - Method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
postInstantiate(String, Class, Set, Method, Method, AbstractComponentType) - Method in interface org.hibernate.proxy.ProxyFactory
Called immediately after instantiation of this factory.
PostLoadEvent - Class in org.hibernate.event
Occurs after an an entity instance is fully loaded.
PostLoadEvent(EventSource) - Constructor for class org.hibernate.event.PostLoadEvent
 
PostLoadEventListener - Interface in org.hibernate.event
Occurs after an an entity instance is fully loaded.
postProcessDelete(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
postProcessDelete(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
postProcessDML(RestrictableStatement) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
postProcessInsert(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
postProcessInsert(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
postProcessUpdate(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
postProcessUpdate(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
postUpdate(Object, Object[], Object) - Method in class org.hibernate.engine.EntityEntry
After actually updating the database, update the snapshot information, and escalate the lock mode
PostUpdateEvent - Class in org.hibernate.event
Occurs after the datastore is updated
PostUpdateEvent(Object, Serializable, Object[], Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.PostUpdateEvent
 
PostUpdateEventListener - Interface in org.hibernate.event
Called after updating the datastore
PreCollectionRecreateEvent - Class in org.hibernate.event
An event that occurs before a collection is recreated
PreCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.PreCollectionRecreateEvent
 
PreCollectionRecreateEventListener - Interface in org.hibernate.event
Called before recreating a collection
PreCollectionRemoveEvent - Class in org.hibernate.event
An event that occurs before a collection is removed
PreCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.PreCollectionRemoveEvent
 
PreCollectionRemoveEventListener - Interface in org.hibernate.event
Called before removing a collection
PreCollectionUpdateEvent - Class in org.hibernate.event
An event that occurs before a collection is updated
PreCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.PreCollectionUpdateEvent
 
PreCollectionUpdateEventListener - Interface in org.hibernate.event
Called before updating a collection
PreDeleteEvent - Class in org.hibernate.event
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.PreDeleteEvent
Constructs an event containing the pertinent information.
PreDeleteEventListener - Interface in org.hibernate.event
Called before deleting an item from the datastore
preFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
 
preFlush(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
 
preFlush(Iterator) - Method in interface org.hibernate.Interceptor
Called before a flush
preInsert(CollectionPersister) - Method in class org.hibernate.collection.AbstractPersistentCollection
Called before inserting rows, to ensure that any surrogate keys are fully generated
preInsert(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Called before inserting rows, to ensure that any surrogate keys are fully generated
preInsert(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
PreInsertEvent - Class in org.hibernate.event
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.PreInsertEvent
Constructs an event containing the pertinent information.
PreInsertEventListener - Interface in org.hibernate.event
Called before inserting an item in the datastore
preInvalidate(Object, Object) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
preinvalidate(Serializable[]) - Method in class org.hibernate.cache.UpdateTimestampsCache
 
PreLoadEvent - Class in org.hibernate.event
Called before injecting property values into a newly loaded entity instance.
PreLoadEvent(EventSource) - Constructor for class org.hibernate.event.PreLoadEvent
 
PreLoadEventListener - Interface in org.hibernate.event
Called before injecting property values into a newly loaded entity instance.
prepare(Properties) - Method in class org.hibernate.cache.AbstractJndiBoundCacheProvider
 
prepare(Properties) - Method in class org.hibernate.cache.JndiBoundTreeCacheProvider
 
prepare() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
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 this structure for use.
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.TableStructure
Prepare this structure for use.
prepare(String, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
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
 
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
 
prepareActions() - Method in class org.hibernate.engine.ActionQueue
Prepares the internal action queues for execution.
prepareArithmeticOperator(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
prepareArithmeticOperator(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
prepareBatchCallableStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
 
prepareBatchCallableStatement(String) - Method in interface org.hibernate.jdbc.Batcher
Get a batchable callable statement to use for inserting / deleting / updating (might be called many times before a single call to executeBatch()).
prepareBatchStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
 
prepareBatchStatement(String) - Method in interface org.hibernate.jdbc.Batcher
Get a batchable prepared statement to use for inserting / deleting / updating (might be called many times before a single call to executeBatch()).
prepareCallableQueryStatement(String, boolean, ScrollMode) - Method in class org.hibernate.jdbc.AbstractBatcher
 
prepareCallableQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.jdbc.Batcher
Get a prepared statement for use in loading / querying.
prepareCallableStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
 
prepareCallableStatement(String) - Method in interface org.hibernate.jdbc.Batcher
Get a non-batchable callable statement to use for inserting / deleting / updating.
prepareForAutoDiscovery(CustomLoader.Metadata) - Method in class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
 
prepareForDot(String) - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
prepareForDot(String) - Method in class org.hibernate.hql.ast.tree.IndexNode
 
prepareFromClauseInputTree(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
Pre-process the from clause input tree.
prepareFromClauseInputTree(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
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
 
prepareLogicOperator(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
prepareLogicOperator(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
prepareQueryStatement(String, boolean, ScrollMode) - Method in class org.hibernate.jdbc.AbstractBatcher
 
prepareQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.jdbc.Batcher
Get a prepared statement for use in loading / querying.
prepareQueryStatement(QueryParameters, boolean, SessionImplementor) - Method in class org.hibernate.loader.Loader
Obtain a PreparedStatement with all parameters pre-bound.
prepareSelectColumns(String[]) - Method in class org.hibernate.hql.ast.tree.CollectionFunction
 
prepareSelectColumns(String[]) - Method in class org.hibernate.hql.ast.tree.MethodNode
 
prepareSelectStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
 
prepareSelectStatement(String) - Method in interface org.hibernate.jdbc.Batcher
Get a non-batchable prepared statement to use for selecting.
prepareStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
 
prepareStatement(String, boolean) - Method in class org.hibernate.jdbc.AbstractBatcher
 
prepareStatement(String, String[]) - Method in class org.hibernate.jdbc.AbstractBatcher
 
prepareStatement(String, boolean) - Method in interface org.hibernate.jdbc.Batcher
Get a non-batchable prepared statement to use for inserting / deleting / updating, using JDBC3 getGeneratedKeys (Connection.prepareStatement(String, int)).
prepareStatement(String, String[]) - Method in interface org.hibernate.jdbc.Batcher
Get a non-batchable prepared statement to use for inserting / deleting / updating.
prepareStatement(String) - Method in interface org.hibernate.jdbc.Batcher
Get a non-batchable prepared statement to use for inserting / deleting / updating.
prepareStatement() - Method in class org.hibernate.stat.StatisticsImpl
 
prepareStatement() - Method in interface org.hibernate.stat.StatisticsImplementor
 
prepareTemporaryTables(Mapping, Dialect) - Method in class org.hibernate.mapping.PersistentClass
 
prepareTest() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
prepareVersioned(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
prepareVersioned(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
prependIdColumnSpec() - Method in class org.hibernate.hql.ast.tree.IntoClause
 
prependVersionColumnSpec() - Method in class org.hibernate.hql.ast.tree.IntoClause
 
prependWhereConditions(String) - Method in class org.hibernate.sql.QuerySelect
 
PreprocessingParser - Class in org.hibernate.hql.classic
 
PreprocessingParser(Map) - Constructor for class org.hibernate.hql.classic.PreprocessingParser
 
preprocessSQL(String, QueryParameters, Dialect) - Method in class org.hibernate.loader.Loader
Modify the SQL, adding lock hints and comments, if necessary
PreUpdateEvent - Class in org.hibernate.event
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.PreUpdateEvent
Constructs an event containing the pertinent information.
PreUpdateEventListener - Interface in org.hibernate.event
Called before updating the datastore
previous() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Retreat to the previous result
previous() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
previous() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
previous() - Method in interface org.hibernate.ScrollableResults
Retreat to the previous result
primaryExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
PrimaryKey - Class in org.hibernate.mapping
A primary key constraint
PrimaryKey() - Constructor for class org.hibernate.mapping.PrimaryKey
 
PrimitiveArray - Class in org.hibernate.mapping
A primitive array has a primary key consisting of the key columns + index column.
PrimitiveArray(PersistentClass) - Constructor for class org.hibernate.mapping.PrimitiveArray
 
PrimitiveType - Class in org.hibernate.type
Superclass of primitive / primitive wrapper types.
PrimitiveType() - Constructor for class org.hibernate.type.PrimitiveType
 
Printer - Class in org.hibernate.pretty
Renders entities to a nicely readable string.
Printer(SessionFactoryImplementor) - Constructor for class org.hibernate.pretty.Printer
 
printPartialStackTrace(PrintWriter) - Method in interface org.hibernate.exception.Nestable
Prints the stack trace for this exception only--root cause not included--using the provided writer.
printPartialStackTrace(PrintWriter) - Method in exception org.hibernate.exception.NestableException
 
printPartialStackTrace(PrintWriter) - Method in exception org.hibernate.exception.NestableRuntimeException
 
printRootCauseStackTrace(Throwable) - Static method in class org.hibernate.exception.ExceptionUtils
Prints a compact stack trace for the root cause of a throwable to System.err.
printRootCauseStackTrace(Throwable, PrintStream) - Static method in class org.hibernate.exception.ExceptionUtils
Prints a compact stack trace for the root cause of a throwable.
printRootCauseStackTrace(Throwable, PrintWriter) - Static method in class org.hibernate.exception.ExceptionUtils
Prints a compact stack trace for the root cause of a throwable.
printStackTrace(PrintWriter) - Method in interface org.hibernate.exception.Nestable
Prints the stack trace of this exception to the specified print writer.
printStackTrace(PrintStream) - Method in interface org.hibernate.exception.Nestable
Prints the stack trace of this exception to the specified print stream.
printStackTrace() - Method in class org.hibernate.exception.NestableDelegate
Prints the stack trace of this exception the the standar error stream.
printStackTrace(PrintStream) - Method in class org.hibernate.exception.NestableDelegate
Prints the stack trace of this exception to the specified stream.
printStackTrace(PrintWriter) - Method in class org.hibernate.exception.NestableDelegate
Prints the stack trace of this exception to the specified writer.
printStackTrace() - Method in exception org.hibernate.exception.NestableException
 
printStackTrace(PrintStream) - Method in exception org.hibernate.exception.NestableException
 
printStackTrace(PrintWriter) - Method in exception org.hibernate.exception.NestableException
 
printStackTrace() - Method in exception org.hibernate.exception.NestableRuntimeException
 
printStackTrace(PrintStream) - Method in exception org.hibernate.exception.NestableRuntimeException
 
printStackTrace(PrintWriter) - Method in exception org.hibernate.exception.NestableRuntimeException
 
printStackTrace() - Method in exception org.hibernate.hql.ast.DetailedSemanticException
Prints a stack trace.
printStackTrace(PrintStream) - Method in exception org.hibernate.hql.ast.DetailedSemanticException
Prints a stack trace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.hibernate.hql.ast.DetailedSemanticException
Prints this throwable and its backtrace to the specified print writer.
process() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
process() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
processBoolean(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
processBoolean(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
processBoolean(AST) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
 
processClassFile(File, Set) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
Process a class file.
processConstant(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
processConstant(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
processConstant(AST, boolean) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
 
processConstructor(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
processConstructor(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
processDynamicFilterParameters(String, ParameterContainer, HqlSqlWalker) - Static method in class org.hibernate.hql.ast.util.JoinProcessor
 
processEntityPropertyValues(Object[], Type[]) - Method in class org.hibernate.event.def.AbstractVisitor
Dispatch each property value to processValue().
processEqualityExpression(AST) - Method in class org.hibernate.hql.antlr.HqlBaseParser
Returns the 'cleaned up' version of a comparison operator sub-tree.
processEqualityExpression(AST) - Method in class org.hibernate.hql.ast.HqlParser
Post process equality expressions, clean up the subtree.
processFile(File, Set) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
Actually process the file by applying instrumentation transformations to any classes it contains.
processFilters(String, SessionImplementor) - Method in class org.hibernate.engine.QueryParameters
 
processFilters(String, Map, SessionFactoryImplementor) - Method in class org.hibernate.engine.QueryParameters
 
processFunction(AST, boolean) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
processFunction(AST, boolean) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
processIndex(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
processIndex(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
processingInstruction(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
processingInstruction(String) - Method in class org.hibernate.tuple.ElementWrapper
 
processingInstructions() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
processingInstructions(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
processingInstructions() - Method in class org.hibernate.tuple.ElementWrapper
 
processingInstructions(String) - Method in class org.hibernate.tuple.ElementWrapper
 
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) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
Process an archive file.
processJoins(QueryNode) - Method in class org.hibernate.hql.ast.util.JoinProcessor
 
processMemberOf(Token, AST, ASTPair) - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
processMemberOf(Token, AST, ASTPair) - Method in class org.hibernate.hql.ast.HqlParser
 
processNumeric(AST) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
 
processNumericLiteral(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
processNumericLiteral(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
processQuery(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
processQuery(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
processReachableCollection(PersistentCollection, CollectionType, Object, SessionImplementor) - Static method in class org.hibernate.engine.Collections
Initialize the role of the collection.
processUnreachableCollection(PersistentCollection, SessionImplementor) - Static method in class org.hibernate.engine.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.
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
 
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.
ProjectionList - Class in org.hibernate.criterion
 
ProjectionList() - Constructor for class org.hibernate.criterion.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.ast.tree.FromClause
 
PROPERTIES - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
PROPERTIES - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
PROPERTIES - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
PropertiesHelper - Class in org.hibernate.util
Collection of helper methods for dealing with Properties objects.
property(String) - Static method in class org.hibernate.criterion.Projections
A projected property value
Property - Class in org.hibernate.criterion
A factory for property-specific criterion and projection instances
Property(String) - Constructor for class org.hibernate.criterion.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 - Class in org.hibernate.tuple
Defines the basic contract of a Property within the runtime metamodel.
Property(String, String, Type) - Constructor for class org.hibernate.tuple.Property
Constructor for Property instances.
PROPERTY_GET_EXCEPTION - Static variable in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
 
PROPERTY_GET_EXCEPTION - Static variable in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
 
PROPERTY_REF - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
PROPERTY_REF - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
PROPERTY_SET_EXCEPTION - Static variable in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
 
PROPERTY_SET_EXCEPTION - Static variable in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
 
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
 
PropertyAccessor - Interface in org.hibernate.property
Abstracts the notion of a "property".
PropertyAccessorFactory - Class in org.hibernate.property
A factory for building/retrieving PropertyAccessor instances.
propertyEq(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyEqAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
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() - Constructor for class org.hibernate.tuple.PropertyFactory
 
propertyFetch() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
propertyGe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyGeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
PropertyGeneration - Class in org.hibernate.mapping
Indicates whether given properties are generated by the database and, if so, at what time(s) they are generated.
propertyGeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyGt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyGtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyGtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyMapping - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
PropertyMapping - Interface in org.hibernate.persister.entity
Abstraction of all mappings that define properties: entities, collection elements.
propertyName - Variable in class org.hibernate.criterion.AbstractEmptinessExpression
 
propertyName - Variable in class org.hibernate.criterion.AggregateProjection
 
propertyName(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
propertyNe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
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
 
propertyNotIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
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(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
propertyReferences - Variable in class org.hibernate.cfg.Configuration
 
propertyReferences - Variable in class org.hibernate.cfg.Mappings
 
propertyRefLhs(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
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.
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.DefaultNamingStrategy
Return the unqualified property name
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
Return a column name for a property path expression
propertyType - Variable in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
 
propertyType - Variable in class org.hibernate.property.Dom4jAccessor.Dom4jSetter
 
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
 
PROXOOL_EXISTING_POOL - Static variable in class org.hibernate.cfg.Environment
Proxool property to configure the Proxool Provider from an already existing pool (true / false)
PROXOOL_POOL_ALIAS - Static variable in class org.hibernate.cfg.Environment
Proxool property with the Proxool pool alias to use (Required for PROXOOL_EXISTING_POOL, PROXOOL_PROPERTIES, or PROXOOL_XML)
PROXOOL_PREFIX - Static variable in class org.hibernate.cfg.Environment
Proxool/Hibernate property prefix
PROXOOL_PROPERTIES - Static variable in class org.hibernate.cfg.Environment
Proxool property to configure the Proxool Provider using a properties file (/path/to/proxool.properties)
PROXOOL_XML - Static variable in class org.hibernate.cfg.Environment
Proxool property to configure the Proxool Provider using an XML (/path/to/file.xml)
ProxoolConnectionProvider - Class in org.hibernate.connection
A connection provider that uses a Proxool connection pool.
ProxoolConnectionProvider() - Constructor for class org.hibernate.connection.ProxoolConnectionProvider
 
ProxyFactory - Interface in org.hibernate.proxy
Contract for run-time, proxy-based lazy initialization proxies.
ProxyFactoryFactory - Interface in org.hibernate.bytecode
An interface for factories of proxy factory instances.
ProxyFactoryFactoryImpl - Class in org.hibernate.bytecode.cglib
A factory for CGLIB-based ProxyFactory instances.
ProxyFactoryFactoryImpl() - Constructor for class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
 
ProxyFactoryFactoryImpl - Class in org.hibernate.bytecode.javassist
A factory for Javassist-based ProxyFactory instances.
ProxyFactoryFactoryImpl() - Constructor for class org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl
 
ProxyFactoryFactoryImpl.BasicProxyFactoryImpl - Class in org.hibernate.bytecode.cglib
 
ProxyFactoryFactoryImpl.BasicProxyFactoryImpl(Class, Class[]) - Constructor for class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
 
proxyFor(EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.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.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the argument (the entity associated with the key) if no proxy exists.
proxyFor(EntityPersister, EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
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 class org.hibernate.engine.StatefulPersistenceContext
Return the existing proxy associated with the given EntityKey, or the argument (the entity associated with the key) if no proxy exists.
proxyOrLoad(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.def.DefaultLoadEventListener
Based on configured options, will either return a pre-existing proxy, generate a new proxy, or perform an actual load.
ProxyVisitor - Class in org.hibernate.event.def
Reassociates uninitialized proxies with the session
ProxyVisitor(EventSource) - Constructor for class org.hibernate.event.def.ProxyVisitor
 
pushFromClause(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
Sets the current 'FROM' context.
pushFromClause(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
Sets the current 'FROM' context.
put(Object, Object) - Method in interface org.hibernate.cache.Cache
Deprecated. Add an item to the cache, nontransactionally, with failfast semantics
put(Object, Object, long, Object, Comparator, boolean) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Attempt to cache an object, after loading from the database.
put(Object, Object) - Method in class org.hibernate.cache.EhCache
Puts an object into the cache.
put(Object, Object) - Method in interface org.hibernate.cache.GeneralDataRegion
Put an item into the cache.
put(Object, Object) - Method in class org.hibernate.cache.HashtableCache
 
put(Object, Object) - Method in class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
 
put(Object, Object) - Method in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
put(Object, Object) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
put(Object, Object) - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
put(Cache, Fqn, Object, Object) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Builds an Fqn from region and key and performs a JBoss Cache put(Object, Object), wrapping any exception in a CacheException.
put(Cache, Fqn, Object, Object, Option) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Builds an Fqn from region and key and performs a JBoss Cache put(Object, Object), wrapping any exception in a CacheException.
put(Object, Object, long, Object, Comparator, boolean) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Add an item to the cache.
put(Object, Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
put(Object, Object) - Method in class org.hibernate.cache.OSCache
 
put(QueryKey, Type[], List, boolean, SessionImplementor) - Method in interface org.hibernate.cache.QueryCache
 
put(Object, Object, long, Object, Comparator, boolean) - Method in class org.hibernate.cache.ReadOnlyCache
 
put(Object, Object, long, Object, Comparator, boolean) - Method in class org.hibernate.cache.ReadWriteCache
Do not add an item to the cache unless the current transaction timestamp is later than the timestamp at which the item was invalidated.
put(QueryKey, Type[], List, boolean, SessionImplementor) - Method in class org.hibernate.cache.StandardQueryCache
 
put(Object, Object) - Method in class org.hibernate.cache.SwarmCache
Add an item to the cache
put(Object, Object, long, Object, Comparator, boolean) - Method in class org.hibernate.cache.TransactionalCache
 
put(Object, Object) - Method in class org.hibernate.cache.TreeCache
 
PUT - Static variable in class org.hibernate.CacheMode
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
put(Object, Object) - Method in class org.hibernate.collection.PersistentMap
 
put(int, int, String) - Method in class org.hibernate.dialect.TypeNames
set a type name for specified type key and capacity
put(int, String) - Method in class org.hibernate.dialect.TypeNames
set a default type name for specified type key
put(Object, Object) - Method in class org.hibernate.proxy.map.MapProxy
 
put(Object, Object) - Method in class org.hibernate.util.FastHashMap
Associate the specified value with the specified key in this map.
put(Object, Object) - Method in class org.hibernate.util.IdentityMap
 
put(Object, Object) - Method in class org.hibernate.util.SimpleMRUCache
 
put(Object, Object) - Method in class org.hibernate.util.SoftLimitMRUCache
 
putAll(Map) - Method in class org.hibernate.collection.PersistentMap
 
putAll(Map) - Method in class org.hibernate.proxy.map.MapProxy
 
putAll(Map) - Method in class org.hibernate.util.FastHashMap
Copy all of the mappings from the specified map to this one, replacing any mappings with the same keys.
putAll(Map) - Method in class org.hibernate.util.IdentityMap
 
putAllowingTimeout(Cache, Fqn, Object, Object, Option) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Builds an Fqn from region and key and performs a JBoss Cache put(Object, Object), ignoring any TimeoutException and wrapping any other exception in a CacheException.
putForExternalRead(Cache, Fqn, Object, Object) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Builds an Fqn from region and key and performs a JBoss Cache putForExternalRead(Object, Object), wrapping any exception in a CacheException.
putForExternalRead(Cache, Fqn, Object, Object, Option) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Builds an Fqn from region and key and performs a JBoss Cache putForExternalRead(Object, Object), wrapping any exception in a CacheException.
putFromLoad(Object, Object, long, Object) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Attempt to cache an object, after loading from the database.
putFromLoad(Object, Object, long, Object, boolean) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(Object, Object, long, Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Attempt to cache an object, after loading from the database.
putFromLoad(Object, Object, long, Object, boolean) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
 
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
 
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Attempt to cache an object, after loading from the database.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 

Q

qualifiedTableName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
qualifier(String) - Static method in class org.hibernate.util.StringHelper
 
qualify(String, String, String) - Static method in class org.hibernate.mapping.Table
 
qualify(String, String) - Static method in class org.hibernate.util.StringHelper
 
qualify(String, String[]) - Static method in class org.hibernate.util.StringHelper
 
qualifyIndexName() - Method in class org.hibernate.dialect.Cache71Dialect
 
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.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.antlr.SqlGeneratorBase
 
quantifiedExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
queries - Variable in class org.hibernate.cfg.Mappings
 
query(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
QUERY - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
QUERY - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
QUERY - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Query - Interface in org.hibernate
An object-oriented representation of a Hibernate query.
QUERY_CACHE_FACTORY - Static variable in class org.hibernate.cfg.Environment
The QueryCacheFactory implementation class.
QUERY_CACHE_LOCAL_ONLY_PROP - Static variable in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
QUERY_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Name of the configuration that should be used for query caches.
QUERY_STARTUP_CHECKING - Static variable in class org.hibernate.cfg.Environment
Should named queries be checked during startup (the default is enabled).
QUERY_SUBSTITUTIONS - Static variable in class org.hibernate.cfg.Environment
A comma-seperated list of token substitutions to use when translating a Hibernate query to SQL
QUERY_TRANSLATOR - Static variable in class org.hibernate.cfg.Environment
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
 
Queryable.Declarer(String) - Constructor for class org.hibernate.persister.entity.Queryable.Declarer
 
QueryableCollection - Interface in org.hibernate.persister.collection
A collection role that may be queried or loaded by outer join.
QueryCache - Interface in org.hibernate.cache
Defines the contract for caches capable of storing query results.
QueryCacheFactory - Interface in org.hibernate.cache
Defines a factory for query cache instances.
queryCacheHit(String, String) - Method in class org.hibernate.stat.StatisticsImpl
 
queryCacheHit(String, String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
queryCacheMiss(String, String) - Method in class org.hibernate.stat.StatisticsImpl
 
queryCacheMiss(String, String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
queryCachePut(String, String) - Method in class org.hibernate.stat.StatisticsImpl
 
queryCachePut(String, String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
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
 
QueryException(String, Throwable) - Constructor for exception org.hibernate.QueryException
 
QueryException(String, String) - Constructor for exception org.hibernate.QueryException
 
QueryException(Exception) - Constructor for exception org.hibernate.QueryException
 
queryExecuted(String, int, long) - Method in class org.hibernate.stat.StatisticsImpl
 
queryExecuted(String, int, long) - Method in interface org.hibernate.stat.StatisticsImplementor
 
QueryExecutionRequestException - Exception in org.hibernate.hql
Expecting to execute an illegal operation regarding the query type
QueryExecutionRequestException(String, String) - Constructor for exception org.hibernate.hql.QueryExecutionRequestException
 
queryHasAliases() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
QueryImpl - Class in org.hibernate.impl
default implementation of the Query interface, for "ordinary" HQL queries (not collection filters)
QueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.QueryImpl
 
QueryImpl(String, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.QueryImpl
 
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
A key that identifies a particular query with bound parameter values
QueryKey(String, QueryParameters, Set, EntityMode) - Constructor for class org.hibernate.cache.QueryKey
 
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.
QueryMetadata - Class in org.hibernate.engine.query
Defines metadata regarding a translated HQL or native-SQL query.
QueryMetadata(String, ParameterMetadata, String[], Type[], Set) - Constructor for class org.hibernate.engine.query.QueryMetadata
 
QueryNode - Class in org.hibernate.hql.ast.tree
Defines a top-level AST node representing an HQL select statement.
QueryNode() - Constructor for class org.hibernate.hql.ast.tree.QueryNode
 
QueryParameterException - Exception in org.hibernate
Parameter invalid or not found in the query
QueryParameterException(Exception) - Constructor for exception org.hibernate.QueryParameterException
 
QueryParameterException(String) - Constructor for exception org.hibernate.QueryParameterException
 
QueryParameterException(String, Throwable) - Constructor for exception org.hibernate.QueryParameterException
 
QueryParameterException(String, String) - Constructor for exception org.hibernate.QueryParameterException
 
QueryParameters - Class in org.hibernate.engine
 
QueryParameters() - Constructor for class org.hibernate.engine.QueryParameters
 
QueryParameters(Type, Object) - Constructor for class org.hibernate.engine.QueryParameters
 
QueryParameters(Type[], Object[], Object, String, Serializable) - Constructor for class org.hibernate.engine.QueryParameters
 
QueryParameters(Type[], Object[]) - Constructor for class org.hibernate.engine.QueryParameters
 
QueryParameters(Type[], Object[], Serializable[]) - Constructor for class org.hibernate.engine.QueryParameters
 
QueryParameters(Type[], Object[], Map, Serializable[]) - Constructor for class org.hibernate.engine.QueryParameters
 
QueryParameters(Type[], Object[], Map, RowSelection, boolean, String, String, boolean, ResultTransformer) - Constructor for class org.hibernate.engine.QueryParameters
 
QueryParameters(Type[], Object[], Map, Map, RowSelection, boolean, boolean, String, String, Serializable[], ResultTransformer) - Constructor for class org.hibernate.engine.QueryParameters
 
QueryParameters(Type[], Object[], Map, Map, RowSelection, boolean, boolean, String, String, Serializable[], Object, String, Serializable, ResultTransformer) - Constructor for class org.hibernate.engine.QueryParameters
 
QueryPlanCache - Class in org.hibernate.engine.query
Acts as a cache for compiled query plans, as well as query-parameter metadata.
QueryPlanCache(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.QueryPlanCache
 
QueryResultsRegion - Interface in org.hibernate.cache
Defines the contract for a cache region which will specifically be used to store query results.
QueryResultsRegionAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically briding QueryResultsRegion to Cache.
QueryResultsRegionAdapter(Cache, Settings) - Constructor for class org.hibernate.cache.impl.bridge.QueryResultsRegionAdapter
 
QueryResultsRegionImpl - Class in org.hibernate.cache.jbc2.query
Defines the behavior of the query cache regions for JBossCache 2.x.
QueryResultsRegionImpl(Cache, String, String, Properties) - Constructor for class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
Create a new QueryResultsRegionImpl.
queryRule() - Method in class org.hibernate.hql.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
 
QuerySplitter - Class in org.hibernate.hql
Provides query splitting methods, which were originally in QueryTranslator.
QueryStatistics - Class in org.hibernate.stat
Query statistics (HQL and SQL) Note that for a cached query, the cache miss is equals to the db count
QuerySyntaxException - Exception in org.hibernate.hql.ast
Exception thrown when there is a syntax error in the HQL.
QuerySyntaxException(String) - Constructor for exception org.hibernate.hql.ast.QuerySyntaxException
 
QuerySyntaxException(String, String) - Constructor for exception org.hibernate.hql.ast.QuerySyntaxException
 
QueryTranslator - Interface in org.hibernate.hql
Defines the constract of an HQL->SQL translator.
QueryTranslatorFactory - Interface in org.hibernate.hql
Facade for generation of QueryTranslator and FilterTranslator instances.
QueryTranslatorImpl - Class in org.hibernate.hql.ast
A QueryTranslator that uses an Antlr-based parser.
QueryTranslatorImpl(String, String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.hql.ast.QueryTranslatorImpl
Creates a new AST-based query translator.
QueryTranslatorImpl - Class in org.hibernate.hql.classic
An instance of QueryTranslator translates a Hibernate query string to SQL.
QueryTranslatorImpl(String, String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.hql.classic.QueryTranslatorImpl
Construct a query translator
QueryTranslatorImpl(String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.hql.classic.QueryTranslatorImpl
Construct a query translator; this form used internally.
QueryTranslatorImpl.JavaConstantConverter - Class in org.hibernate.hql.ast
 
QueryTranslatorImpl.JavaConstantConverter() - Constructor for class org.hibernate.hql.ast.QueryTranslatorImpl.JavaConstantConverter
 
queuedAdditionIterator() - Method in class org.hibernate.collection.AbstractPersistentCollection
Iterate the "queued" additions
queuedAdditionIterator() - Method in interface org.hibernate.collection.PersistentCollection
Iterate the "queued" additions
queueOperation(Object) - Method in class org.hibernate.collection.AbstractPersistentCollection
Queue an addition
QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used for quoting SQL identifiers
quote(String) - Method in class org.hibernate.dialect.Dialect
Apply dialect-specific quoting.
QUOTED_STRING - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 

R

RANGE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
RANGE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
RANGE - Static variable in interface org.hibernate.hql.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
 
read(Object) - Method in interface org.hibernate.cache.Cache
Deprecated. Get an item from the cache
read(Object) - Method in class org.hibernate.cache.EhCache
 
read(Object) - Method in class org.hibernate.cache.HashtableCache
 
read(Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
read(Object) - Method in class org.hibernate.cache.OSCache
 
read(Object) - Method in class org.hibernate.cache.SwarmCache
 
read(Object) - Method in class org.hibernate.cache.TreeCache
 
read() - Method in class org.hibernate.collection.AbstractPersistentCollection
Called by any read-only method of the collection interface
read() - Method in class org.hibernate.lob.ReaderInputStream
 
READ - Static variable in class org.hibernate.LockMode
A shared lock.
READ - Static variable in class org.hibernate.secure.HibernatePermission
 
READ_ONLY - Static variable in class org.hibernate.cache.access.AccessType
 
READ_ONLY - Static variable in class org.hibernate.engine.Status
 
READ_WRITE - Static variable in class org.hibernate.cache.access.AccessType
 
readBoolean(Object, String, boolean) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
readBoolean(Object, String, boolean) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
readBoolean(Object, String, boolean) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
readByte(Object, String, byte) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
readByte(Object, String, byte) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
readByte(Object, String, byte) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
readByteCode(InputStream) - Static method in class org.hibernate.bytecode.util.ByteCodeHelper
Reads class byte array info from the given input stream.
readByteCode(File) - Static method in class org.hibernate.bytecode.util.ByteCodeHelper
 
readByteCode(ZipInputStream) - Static method in class org.hibernate.bytecode.util.ByteCodeHelper
 
readChar(Object, String, char) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
readChar(Object, String, char) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
readChar(Object, String, char) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
readCommittedIsolationMaintained(String) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Is connection at least read committed?

Not, that this skip check relies on the JDBC driver reporting the true isolation level correctly.

readDouble(Object, String, double) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
readDouble(Object, String, double) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
readDouble(Object, String, double) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
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.AbstractPersistentCollection
 
readElementExistence(Object) - Method in class org.hibernate.collection.AbstractPersistentCollection
 
ReaderInputStream - Class in org.hibernate.lob
Exposes a Reader as an InputStream
ReaderInputStream(Reader) - Constructor for class org.hibernate.lob.ReaderInputStream
 
readFloat(Object, String, float) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
readFloat(Object, String, float) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
readFloat(Object, String, float) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.PersistentArrayHolder
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.PersistentBag
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in interface org.hibernate.collection.PersistentCollection
Read a row from the JDBC result set
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.PersistentElementHolder
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.PersistentList
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.PersistentMap
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.PersistentSet
 
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.AbstractPersistentCollection
 
readInt(Object, String, int) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
readInt(Object, String, int) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
readInt(Object, String, int) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
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
readLong(Object, String, long) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
readLong(Object, String, long) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
readLong(Object, String, long) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
readObject(Object, String, Object) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
readObject(Object, String, Object) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
readObject(Object, String, Object) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
ReadOnlyAccess - Class in org.hibernate.cache.jbc2.collection
This defines the strategy for transactional access to collection data in a pessimistic-locking JBossCache using its 2.x APIs.
ReadOnlyAccess(CollectionRegionImpl) - Constructor for class org.hibernate.cache.jbc2.collection.ReadOnlyAccess
Create a provider of read-only access to the specific region.
ReadOnlyAccess - Class in org.hibernate.cache.jbc2.entity
This defines the strategy for transactional access to enity data in JBossCache using its 2.x APIs

read-only access to a JBossCache really is still transactional, just with the extra semantic or guarentee that we will not update data.

ReadOnlyAccess(EntityRegionImpl) - Constructor for class org.hibernate.cache.jbc2.entity.ReadOnlyAccess
 
ReadOnlyCache - Class in org.hibernate.cache
Caches data that is never updated.
ReadOnlyCache() - Constructor for class org.hibernate.cache.ReadOnlyCache
 
readShort(Object, String, short) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
readShort(Object, String, short) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
readShort(Object, String, short) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
readSize() - Method in class org.hibernate.collection.AbstractPersistentCollection
Called by the size() method
ReadWriteCache - Class in org.hibernate.cache
Caches data that is sometimes updated while maintaining the semantics of "read committed" isolation level.
ReadWriteCache() - Constructor for class org.hibernate.cache.ReadWriteCache
 
ReadWriteCache.Item - Class in org.hibernate.cache
An item of cached data, timestamped with the time it was cached,.
ReadWriteCache.Item(Object, Object, long) - Constructor for class org.hibernate.cache.ReadWriteCache.Item
 
ReadWriteCache.Lock - Class in org.hibernate.cache
A soft lock which supports concurrent locking, timestamped with the time it was released
ReadWriteCache.Lock(long, int, Object) - Constructor for class org.hibernate.cache.ReadWriteCache.Lock
 
ReadWriteCache.Lockable - Interface in org.hibernate.cache
 
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.CascadeStyle.MultipleCascadeStyle
 
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.CascadeStyle
Probably more aptly named something like doCascadeToCollectionElements(); it is however used from both the collection and to-one logic branches...
reassociate(AbstractEvent, Object, Serializable, EntityPersister) - Method in class org.hibernate.event.def.AbstractReassociateEventListener
Associates a given entity (either transient or associated with another session) to the given session.
reassociateIfUninitializedProxy(Object) - Method in interface org.hibernate.engine.PersistenceContext
Takes the given object and, if it represents a proxy, reassociates it with this event source.
reassociateIfUninitializedProxy(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
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.def.DefaultSaveEventListener
 
reassociateIfUninitializedProxy(Object, SessionImplementor) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
reassociateProxy(Object, Serializable) - Method in interface org.hibernate.engine.PersistenceContext
If a deleted entity instance is re-saved, and it has a proxy, we need to reset the identifier of the proxy
reassociateProxy(Object, Serializable) - Method in class org.hibernate.engine.StatefulPersistenceContext
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.def.ProxyVisitor
Reattach a detached (disassociated) initialized or uninitialized collection wrapper, using a snapshot carried with the collection wrapper
ReattachVisitor - Class in org.hibernate.event.def
Abstract superclass of visitors that reattach collections.
ReattachVisitor(EventSource, Serializable, Object) - Constructor for class org.hibernate.event.def.ReattachVisitor
 
rebuild() - Method in class org.hibernate.junit.functional.ExecutionEnvironment
 
reconnect() - Method in class org.hibernate.impl.SessionImpl
 
reconnect(Connection) - Method in class org.hibernate.impl.SessionImpl
 
reconnect() - Method in interface org.hibernate.Session
Deprecated. Manual reconnection is only needed in the case of application-supplied connections, in which case the Session.reconnect(java.sql.Connection) for should be used.
reconnect(Connection) - Method in interface org.hibernate.Session
Reconnect to the given JDBC connection.
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
recreateCollection(String) - Method in class org.hibernate.stat.StatisticsImpl
 
recreateCollection(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
recreateSchemaAfterFailure() - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
recreateSchemaAfterFailure() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
recursiveResolve(int, boolean, String) - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
recursiveResolve(int, boolean, String, AST) - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
referencedPropertyName - Variable in class org.hibernate.mapping.ToOne
 
reflectedPropertyClass(String, String) - Static method in class org.hibernate.util.ReflectHelper
Attempt to resolve the specified property type through reflection.
ReflectHelper - Class in org.hibernate.util
Utility class for various reflection operations.
ReflectionOptimizer - Interface in org.hibernate.bytecode
Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer - Interface in org.hibernate.bytecode
Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer - Interface in org.hibernate.bytecode
Represents optimized entity instantiation.
ReflectionOptimizerImpl - Class in org.hibernate.bytecode.cglib
ReflectionOptimizer implementation for CGLIB.
ReflectionOptimizerImpl(InstantiationOptimizerAdapter, AccessOptimizerAdapter) - Constructor for class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
 
ReflectionOptimizerImpl - Class in org.hibernate.bytecode.javassist
ReflectionOptimizer implementation for Javassist.
ReflectionOptimizerImpl(ReflectionOptimizer.InstantiationOptimizer, ReflectionOptimizer.AccessOptimizer) - Constructor for class org.hibernate.bytecode.javassist.ReflectionOptimizerImpl
 
REFRESH - Static variable in class org.hibernate.CacheMode
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
REFRESH - Static variable in class org.hibernate.engine.CascadeStyle
refresh
REFRESH - Static variable in class org.hibernate.engine.CascadingAction
 
refresh(Object, Map) - Method in interface org.hibernate.event.EventSource
Cascade refesh an entity instance
refresh(Object) - Method in class org.hibernate.impl.SessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.impl.SessionImpl
 
refresh(Object, Map) - Method in class org.hibernate.impl.SessionImpl
 
refresh(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
refresh(String, Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.impl.StatelessSessionImpl
 
refresh(String, Object, LockMode) - Method in class org.hibernate.impl.StatelessSessionImpl
 
refresh(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) - 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
Defines an event class for the refreshing of an object.
RefreshEvent(Object, EventSource) - Constructor for class org.hibernate.event.RefreshEvent
 
RefreshEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.RefreshEvent
 
RefreshEventListener - Interface in org.hibernate.event
Defines the contract for handling of refresh events generated from a session.
refreshRow() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
region - Variable in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
region - Variable in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
Region - Interface in org.hibernate.cache
Defines a contract for accessing a particular named region within the underlying cache implementation.
REGION_NAME - Static variable in class org.hibernate.cache.UpdateTimestampsCache
 
RegionFactory - Interface in org.hibernate.cache
Contract for building second level cache regions.
RegionFactoryCacheProviderBridge - Class in org.hibernate.cache.impl.bridge
Acts as a bridge between the RegionFactory contract and the older CacheProvider contract.
RegionFactoryCacheProviderBridge(Properties) - Constructor for class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
regionFqn - Variable in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
regionFqn - Variable in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
regionName - Variable in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
regionRoot - Variable in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
regionRootMutex - Variable in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
register71Functions() - Method in class org.hibernate.dialect.Cache71Dialect
 
registerCallbackIfNecessary() - Method in class org.hibernate.jdbc.JDBCContext
 
registerCharacterTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerCharacterTypeMappings() - Method in class org.hibernate.dialect.Oracle9iDialect
 
registerColumnType(int, int, 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.
registerDateTimeTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerDateTimeTypeMappings() - Method in class org.hibernate.dialect.Oracle9iDialect
 
registerDefaultProperties() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerDefaultTuplizerClass(EntityMode, Class) - 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) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Method allowing registration of the tuplizer class to use as default for a particular entity-mode.
registerEntityNameResolver(EntityNameResolver, EntityMode) - Method in class org.hibernate.impl.SessionFactoryImpl
 
registerFunction(String, SQLFunction) - Method in class org.hibernate.dialect.Dialect
 
registerFunctions() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerHibernateType(int, int, 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.
registerKeyword(String) - Method in class org.hibernate.dialect.Dialect
 
registerLargeObjectTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerNumericTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
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 an OUT parameter which will be returing a ResultSet.
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.MySQLDialect
 
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.PostgreSQLDialect
 
registerReverseHibernateTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerSynchronization(Synchronization) - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
registerSynchronization(Synchronization) - Method in class org.hibernate.transaction.CMTTransaction
Register a user synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in class org.hibernate.transaction.JDBCTransaction
Register a user synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in class org.hibernate.transaction.JTATransaction
Register a user synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in interface org.hibernate.Transaction
Register a user synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
registerSynchronizationIfPossible() - Method in class org.hibernate.jdbc.JDBCContext
 
registerVarcharTypes() - Method in class org.hibernate.dialect.MySQL5Dialect
 
registerVarcharTypes() - Method in class org.hibernate.dialect.MySQLDialect
 
REGRESSION_STYLE_JOIN_SUPPRESSION - Static variable in class org.hibernate.hql.ast.tree.DotNode
 
relationalExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
RelationalModel - Interface in org.hibernate.mapping
A relational object which may be created using DDL
relative(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
release() - Method in class org.hibernate.bytecode.javassist.TransformingClassLoader
 
release() - Method in class org.hibernate.cache.AbstractJndiBoundCacheProvider
 
release(Object, SoftLock) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
release(Object, SoftLock) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Invalidate the item (again, for safety).
release(Object, SoftLock) - Method in class org.hibernate.cache.ReadOnlyCache
Unsupported!
release(Object, SoftLock) - Method in class org.hibernate.cache.ReadWriteCache
Release the soft lock on the item.
release(Object, SoftLock) - Method in class org.hibernate.cache.TransactionalCache
Do nothing.
RELEASE_CONNECTIONS - Static variable in class org.hibernate.cfg.Environment
Specifies how Hibernate should release JDBC connections.
releaseBorrowedConnection() - Method in class org.hibernate.jdbc.ConnectionManager
 
releaseIsolatedClassLoader(ClassLoader) - Method in class org.hibernate.junit.AbstractClassLoaderIsolatedTestCase
 
releaseStatement(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
RELOAD - Static variable in interface org.hibernate.event.LoadEventListener
 
remove(Object) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Called after an item has become stale (before the transaction completes).
remove(Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called after an item has become stale (before the transaction completes).
remove(Object) - Method in interface org.hibernate.cache.Cache
Deprecated. Remove an item from the cache
remove(Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Evict an item from the cache immediately (without regard for transaction isolation).
remove(Object) - Method in class org.hibernate.cache.EhCache
Removes the element which matches the key.
remove(Object) - Method in class org.hibernate.cache.HashtableCache
 
remove(Object) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
remove(Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
remove(Object) - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
 
remove(Object) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
remove(Object) - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Called after an item has become stale (before the transaction completes).
remove(Object) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
remove(Cache, Fqn, Object) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Builds an Fqn from region and key and performs a JBoss Cache removeNode(Fqn), wrapping any exception in a CacheException.
remove(Cache, Fqn, Object, Option) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Builds an Fqn from region and key and performs a JBoss Cache removeNode(Fqn), wrapping any exception in a CacheException.
remove(Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
remove(Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
remove(Object) - Method in class org.hibernate.cache.OSCache
 
remove(Object) - Method in class org.hibernate.cache.ReadOnlyCache
 
remove(Object) - Method in class org.hibernate.cache.ReadWriteCache
 
remove(Object) - Method in class org.hibernate.cache.SwarmCache
Remove an item from the cache
remove(Object) - Method in class org.hibernate.cache.TransactionalCache
 
remove(Object) - Method in class org.hibernate.cache.TreeCache
 
remove(Object) - Method in class org.hibernate.collection.PersistentBag
 
remove(int) - Method in class org.hibernate.collection.PersistentBag
 
remove(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
remove(int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
remove(Object) - Method in class org.hibernate.collection.PersistentList
 
remove(int) - Method in class org.hibernate.collection.PersistentList
 
remove(Object) - Method in class org.hibernate.collection.PersistentMap
 
remove(Object) - Method in class org.hibernate.collection.PersistentSet
 
remove() - Method in class org.hibernate.hql.ast.util.ASTIterator
 
remove() - Method in class org.hibernate.hql.ast.util.ASTParentsFirstIterator
 
remove() - Method in class org.hibernate.impl.IteratorImpl
 
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(Attribute) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(CDATA) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Entity) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Namespace) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Text) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Comment) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(ProcessingInstruction) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
remove(Attribute) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(CDATA) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Entity) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Namespace) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Text) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Node) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Comment) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(ProcessingInstruction) - Method in class org.hibernate.tuple.ElementWrapper
 
remove() - Method in class org.hibernate.util.EmptyIterator
 
remove(Object) - Method in class org.hibernate.util.FastHashMap
Remove any mapping for this key, and return any previously mapped value.
remove(Object) - Method in class org.hibernate.util.IdentityMap
 
remove(Object) - Method in class org.hibernate.util.IdentitySet
 
remove() - Method in class org.hibernate.util.JoinedIterator
 
remove() - Method in class org.hibernate.util.LazyIterator
 
remove() - Method in class org.hibernate.util.SingletonIterator
 
removeAll() - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Called to evict data from the entire region
removeAll() - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called to evict data from the entire region
removeAll() - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
removeAll() - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
removeAll() - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
 
removeAll() - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
removeAll() - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Called to evict data from the entire region
removeAll() - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
removeAll(Cache, Fqn) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Performs a JBoss Cache removeNode(Fqn), wrapping any exception in a CacheException.
removeAll(Cache, Fqn, Option) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Performs a JBoss Cache removeNode(Fqn), wrapping any exception in a CacheException.
removeAll(Collection) - Method in class org.hibernate.collection.PersistentBag
 
removeAll(Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
removeAll(Collection) - Method in class org.hibernate.collection.PersistentList
 
removeAll(Collection) - Method in class org.hibernate.collection.PersistentSet
 
removeAll(Collection) - Method in class org.hibernate.util.IdentitySet
 
removeBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.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
removeCollection(String) - Method in class org.hibernate.stat.StatisticsImpl
 
removeCollection(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
removeCollectionHolder(Object) - Method in interface org.hibernate.engine.PersistenceContext
Remove the mapping of collection to holder during eviction of the owning entity
removeCollectionHolder(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
removeCommonFrames(List, List) - Static method in class org.hibernate.exception.ExceptionUtils
Removes common frames from the cause trace given the two stack traces.
REMOVED_ENTITY_MARKER - Static variable in class org.hibernate.event.def.DefaultLoadEventListener
 
removeEntity(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
Remove an entity from the session cache, also clear up other state associated with the entity, all except for the EntityEntry
removeEntity(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
Remove an entity from the session cache, also clear up other state associated with the entity, all except for the EntityEntry
removeEntry(Object) - Method in interface org.hibernate.engine.PersistenceContext
Remove an entity entry from the session cache
removeEntry(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Remove an entity entry from the session cache
removeFromEvent(Event) - Method in class org.hibernate.tutorial.domain.Person
 
removeInstance(String, String, Properties) - Static method in class org.hibernate.impl.SessionFactoryObjectFactory
 
removeNode(Cache, Fqn, Object, Option) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Performs a JBoss Cache removeNode(Fqn), wrapping any exception in a CacheException.
removeProcessingInstruction(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
removeProcessingInstruction(String) - Method in class org.hibernate.tuple.ElementWrapper
 
removeProxy(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
Remove a proxy from the session cache
removeProxy(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
Remove a proxy from the session cache.
removeSubselect(EntityKey) - Method in class org.hibernate.engine.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)
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.DerbyDialect.DerbyTrimFunctionEmulation
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Render the function call as SQL fragment.
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CastFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CharIndexFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.ConvertFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.DerbyConcatFunction
Render the function call as SQL fragment.

Here's the meat..

render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NvlFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
render(List, SessionFactoryImplementor) - Method in interface org.hibernate.dialect.function.SQLFunction
Render the function call as SQL fragment.
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
Applies the template to passed in arguments.
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardSQLFunction
Render the function call as SQL fragment.
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
Render the function call as SQL fragment.
render(String, Map) - Method in class org.hibernate.util.FilterHelper
 
render(StringBuffer, String, Map) - Method in class org.hibernate.util.FilterHelper
 
renderDisplayInfo() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in class org.hibernate.param.NamedParameterSpecification
Render this parameter into displayable info (for logging, etc).
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
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
renderOrderByStringTemplate(String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
Takes order by clause provided in the mapping attribute and interpolates the alias.
renderSelect(int[], int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
renderUnuseable(Connection) - Static method in class org.hibernate.jdbc.BorrowedConnectionProxy
Marks a borrowed connection as no longer usable.
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. Only intended for annotations usage; use Template.renderWhereStringTemplate(String, String, Dialect, SQLFunctionRegistry) instead
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.util.StringHelper
 
repeat(char, int) - Static method in class org.hibernate.util.StringHelper
 
REPLACE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
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.BlobType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.ClobType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.CollectionType
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) - 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
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) - Method in class org.hibernate.type.ImmutableType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.MetaType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.MutableType
 
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.TypeFactory
Apply the Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.SessionImplementor, java.lang.Object, java.util.Map) operation across a series of values.
replace(Object[], Object[], Type[], SessionImplementor, Object, Map, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeFactory
Apply the Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.SessionImplementor, java.lang.Object, java.util.Map) operation across a series of values.
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.
replace(String, String, String) - Static method in class org.hibernate.util.StringHelper
 
replace(String[], String, String) - Static method in class org.hibernate.util.StringHelper
 
replace(String, String, String, boolean) - Static method in class org.hibernate.util.StringHelper
 
replaceAssociations(Object[], Object[], Type[], SessionImplementor, Object, Map, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeFactory
Apply the Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.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 interface org.hibernate.engine.PersistenceContext
 
replaceDelayedEntityIdentityInsertKeys(EntityKey, Serializable) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
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
replaceNode(Node, Element) - Static method in class org.hibernate.type.AbstractType
 
replaceOnce(String, String, String) - Static method in class org.hibernate.util.StringHelper
 
REPLICATE - Static variable in class org.hibernate.engine.CascadeStyle
replicate
REPLICATE - Static variable in class org.hibernate.engine.CascadingAction
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.impl.SessionImpl
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.impl.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
Defines an event class for the replication of an entity.
ReplicateEvent(Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.ReplicateEvent
 
ReplicateEvent(String, Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.ReplicateEvent
 
ReplicateEventListener - Interface in org.hibernate.event
Defines the contract for handling of replicate events generated from a session.
ReplicationMode - Class in org.hibernate
Represents a replication strategy.
ReplicationMode(String) - Constructor for class org.hibernate.ReplicationMode
 
reportError(RecognitionException) - Method in class org.hibernate.hql.ast.ErrorCounter
 
reportError(String) - Method in class org.hibernate.hql.ast.ErrorCounter
 
reportError(RecognitionException) - Method in interface org.hibernate.hql.ast.ErrorReporter
 
reportError(String) - Method in interface org.hibernate.hql.ast.ErrorReporter
 
reportError(RecognitionException) - Method in class org.hibernate.hql.ast.HqlParser
 
reportError(String) - Method in class org.hibernate.hql.ast.HqlParser
 
reportError(RecognitionException) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
reportError(String) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
reportError(RecognitionException) - Method in class org.hibernate.hql.ast.SqlGenerator
 
reportError(String) - Method in class org.hibernate.hql.ast.SqlGenerator
 
reportSkip(String, String) - Method in class org.hibernate.junit.UnitTestCase
 
reportWarning(String) - Method in class org.hibernate.hql.ast.ErrorCounter
 
reportWarning(String) - Method in interface org.hibernate.hql.ast.ErrorReporter
 
reportWarning(String) - Method in class org.hibernate.hql.ast.HqlParser
 
reportWarning(String) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
reportWarning(String) - Method in class org.hibernate.hql.ast.SqlGenerator
 
requireClassPersister(String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Locate the persister by class or entity name, requiring that such a persister exist.
requireQueryableCollection(String) - Method in class org.hibernate.hql.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
DB2 in fact does require that parameters appearing in the select clause be wrapped in cast() calls to tell the DB parser the type of the select value.
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.
requiresDirtyCheck(Object) - Method in class org.hibernate.engine.EntityEntry
 
requiresNoCascadeChecking() - Method in class org.hibernate.engine.CascadingAction
Does the specified cascading action require verification of no cascade validity?
reset() - Method in class org.hibernate.cfg.Configuration
 
resetIdentifier(Object, Serializable, Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resetIdentifier(Object, Serializable, Object, EntityMode) - 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) - 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.
ResinTransactionManagerLookup - Class in org.hibernate.transaction
TransactionManagerLookup strategy for Resin
ResinTransactionManagerLookup() - Constructor for class org.hibernate.transaction.ResinTransactionManagerLookup
 
ResolvableNode - Interface in org.hibernate.hql.ast.tree
The contract for expression sub-trees that can resolve themselves.
resolve(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
resolve(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
resolve(boolean) - Method in class org.hibernate.hql.ast.tree.CollectionFunction
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.ast.tree.DotNode
 
resolve() - Method in class org.hibernate.hql.ast.tree.FromClause
 
resolve(boolean, boolean) - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
resolve(boolean, boolean, String) - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.ast.tree.IdentNode
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.ast.tree.IndexNode
 
resolve(boolean) - Method in class org.hibernate.hql.ast.tree.MethodNode
 
resolve(boolean, boolean, String, AST) - Method in interface org.hibernate.hql.ast.tree.ResolvableNode
Does the work of resolving an identifier or a dot
resolve(boolean, boolean, String) - Method in interface org.hibernate.hql.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.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.ast.tree.SelectExpressionImpl
 
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
Map identifiers to entities or collections.
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.
resolveCollectionProperty(AST) - Method in class org.hibernate.hql.ast.tree.MethodNode
 
resolveDialect(DatabaseMetaData) - Method in class org.hibernate.dialect.resolver.AbstractDialectResolver
Determine the Dialect to use based on the given JDBC DatabaseMetaData.

Here we template the resolution, delegating to AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) and handling SQLExceptions properly.

resolveDialect(DatabaseMetaData) - Method in interface org.hibernate.dialect.resolver.DialectResolver
Determine the Dialect to use based on the given JDBC DatabaseMetaData.
resolveDialect(DatabaseMetaData) - Method in class org.hibernate.dialect.resolver.DialectResolverSet
Determine the Dialect to use based on the given JDBC DatabaseMetaData.
resolveDialectInternal(DatabaseMetaData) - Method in class org.hibernate.dialect.resolver.AbstractDialectResolver
Perform the actual resolution without caring about handling SQLExceptions.
resolveDialectInternal(DatabaseMetaData) - Method in class org.hibernate.dialect.resolver.BasicDialectResolver
 
resolveDialectInternal(DatabaseMetaData) - Method in class org.hibernate.dialect.resolver.StandardDialectResolver
 
resolveEntity(String, String) - Method in class org.hibernate.util.DTDEntityResolver
 
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.Dom4jEntityTuplizer.BasicEntityNameResolver
Given an entity instance, determine its entity-name.
resolveEntityName(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
Given an entity instance, determine its entity-name.
resolveFirstChild() - Method in class org.hibernate.hql.ast.tree.DotNode
Resolves the left hand side of the DOT.
resolveFirstChild() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
Resolves the left hand side of the DOT.
resolveIdentifier(Serializable, SessionImplementor) - Method in class org.hibernate.type.EntityType
Resolve an identifier via a load.
resolveIndex(AST) - Method in class org.hibernate.hql.ast.tree.DotNode
 
resolveIndex(AST) - Method in class org.hibernate.hql.ast.tree.IdentNode
 
resolveIndex(AST) - Method in class org.hibernate.hql.ast.tree.IndexNode
 
resolveIndex(AST) - Method in interface org.hibernate.hql.ast.tree.ResolvableNode
Does the work of resolving an an index [].
resolveIndex(AST) - Method in class org.hibernate.hql.ast.tree.SelectExpressionImpl
 
resolveInFunctionCall(boolean, boolean) - Method in class org.hibernate.hql.ast.tree.DotNode
 
resolveInFunctionCall(boolean, boolean) - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
resolveInFunctionCall(boolean, boolean) - Method in interface org.hibernate.hql.ast.tree.ResolvableNode
Does the work of resolving inside of the scope of a function call
resolveInHibernateNamespace(String) - Method in class org.hibernate.util.DTDEntityResolver
 
resolveInitialContext(Properties) - Method in class org.hibernate.transaction.JTATransactionFactory
Given the lot of Hibernate configuration properties, resolve appropriate reference to JNDI InitialContext.
resolveInLocalNamespace(String) - Method in class org.hibernate.util.DTDEntityResolver
 
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.
resolvePlaceHolder(String) - Static method in class org.hibernate.util.PropertiesHelper
Handles interpolation processing for a single property.
resolvePlaceHolders(Properties) - Static method in class org.hibernate.util.PropertiesHelper
Handles interpolation processing for all entries in a properties object.
resolveSelectExpression(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
resolveSelectExpression(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
resolveSelectExpression() - Method in class org.hibernate.hql.ast.tree.DotNode
Special method to resolve expressions in the SELECT list.
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.
resolveUserTransactionName(Properties) - Method in class org.hibernate.transaction.JTATransactionFactory
Given the lot of Hibernate configuration properties, resolve appropriate JNDI namespace to use for UserTransaction resolution.
RestrictableStatement - Interface in org.hibernate.hql.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.
ResultColumnReferenceStrategy - Class in org.hibernate.dialect
Defines how we need to reference columns in the group-by, having, and order-by clauses.
ResultColumnReferenceStrategy(String) - Constructor for class org.hibernate.dialect.ResultColumnReferenceStrategy
 
ResultSetMappingBinder - Class in org.hibernate.cfg
 
ResultSetMappingBinder() - Constructor for class org.hibernate.cfg.ResultSetMappingBinder
 
ResultSetMappingDefinition - Class in org.hibernate.engine
Keep a description of the resultset mapping
ResultSetMappingDefinition(String) - Constructor for class org.hibernate.engine.ResultSetMappingDefinition
 
resultSetMappings - Variable in class org.hibernate.cfg.Mappings
 
ResultSetMappingSecondPass - Class in org.hibernate.cfg
 
ResultSetMappingSecondPass(Element, String, Mappings) - Constructor for class org.hibernate.cfg.ResultSetMappingSecondPass
 
ResultSetWrapper - Class in org.hibernate.jdbc
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).
ResultSetWrapper(ResultSet, ColumnNameCache) - Constructor for class org.hibernate.jdbc.ResultSetWrapper
 
ResultTransformer - Interface in org.hibernate.transform
Implementors define a strategy for transforming query results into the actual application-visible query result list.
resume(Transaction) - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
Tell the TransactionManager to resume the given transaction
resume(Transaction) - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
resume(Transaction) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
retainAll(Collection) - Method in class org.hibernate.collection.PersistentBag
 
retainAll(Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
retainAll(Collection) - Method in class org.hibernate.collection.PersistentList
 
retainAll(Collection) - Method in class org.hibernate.collection.PersistentSet
 
retainAll(Collection) - Method in class org.hibernate.util.IdentitySet
 
Return - Interface in org.hibernate.loader.custom
Represents a return in a custom query.
returnClass - Variable in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
 
returnColumnName - Variable in class org.hibernate.sql.CaseFragment
 
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().
ReturnMetadata - Class in org.hibernate.engine.query
 
ReturnMetadata(String[], Type[]) - Constructor for class org.hibernate.engine.query.ReturnMetadata
 
RIGHT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
RIGHT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
RIGHT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
RIGHT_OUTER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
RIGHT_OUTER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
RIGHT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
 
rollback() - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
rollback() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
rollback() - Method in class org.hibernate.transaction.CMTTransaction
Force the underlying transaction to roll back.
rollback() - Method in class org.hibernate.transaction.JDBCTransaction
Force the underlying transaction to roll back.
rollback() - Method in class org.hibernate.transaction.JTATransaction
Force the underlying transaction to roll back.
rollback() - Method in interface org.hibernate.Transaction
Force the underlying transaction to roll back.
rollback() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
rollback() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
root(String) - Static method in class org.hibernate.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.ast.tree.FromClause
 
ROOT_LEVEL - Static variable in class org.hibernate.hql.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() - 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".
RootEntityResultTransformer() - Constructor for class org.hibernate.transform.RootEntityResultTransformer
Deprecated. Use the RootEntityResultTransformer.INSTANCE reference instead of explicitly creating a new one (to be removed in 3.4).
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.antlr.HqlSqlTokenTypes
 
ROW_STAR - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ROW_STAR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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
 
rowDeleted() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
ROWID_ALIAS - Static variable in interface org.hibernate.persister.entity.Loadable
 
rowIdName - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
rowInserted() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
RowSelection - Class in org.hibernate.engine
Represents a selection of rows in a JDBC ResultSet
RowSelection() - Constructor for class org.hibernate.engine.RowSelection
 
rowUpdated() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
RTRIM - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
run(TestResult) - Method in class org.hibernate.junit.functional.FunctionalTestClassTestSuite
 
runBare() - Method in class org.hibernate.junit.UnitTestCase
runBare overridden in order to apply FailureExpected validations as well as start/complete logging
runTest() - Method in class org.hibernate.junit.functional.DatabaseSpecificFunctionalTestCase
 
runTest() - Method in class org.hibernate.junit.functional.FunctionalTestCase
runTest is overridden in order to apply session closure assertions.
runTest(Test, TestResult) - Method in class org.hibernate.junit.functional.FunctionalTestClassTestSuite
 

S

SAPDBDialect - Class in org.hibernate.dialect
An SQL dialect compatible with SAP DB.
SAPDBDialect() - Constructor for class org.hibernate.dialect.SAPDBDialect
 
save(Object, Serializable) - Method in interface org.hibernate.classic.Session
Deprecated. declare identifier properties for all classes
save(String, Object, Serializable) - Method in interface org.hibernate.classic.Session
Deprecated. declare identifier properties for all classes
save(Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
save(Object) - Method in class org.hibernate.impl.SessionImpl
 
save(String, Object) - Method in class org.hibernate.impl.SessionImpl
 
save(String, Object, Serializable) - Method in class org.hibernate.impl.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.CascadingAction
 
SAVE_UPDATE_COPY - Static variable in class org.hibernate.engine.CascadingAction
 
saveOrUpdate(Object) - Method in class org.hibernate.impl.SessionImpl
 
saveOrUpdate(String, Object) - Method in class org.hibernate.impl.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).
saveOrUpdateCopy(Object) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.merge(Object)
saveOrUpdateCopy(Object, Serializable) - Method in interface org.hibernate.classic.Session
Deprecated. with no replacement
saveOrUpdateCopy(String, Object) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.merge(String, Object)
saveOrUpdateCopy(String, Object, Serializable) - Method in interface org.hibernate.classic.Session
Deprecated. with no replacement
saveOrUpdateCopy(String, Object, Map) - Method in interface org.hibernate.event.EventSource
Cascade copy an entity instance
saveOrUpdateCopy(String, Object) - Method in class org.hibernate.impl.SessionImpl
 
saveOrUpdateCopy(Object) - Method in class org.hibernate.impl.SessionImpl
 
saveOrUpdateCopy(String, Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
saveOrUpdateCopy(Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
saveOrUpdateCopy(String, Object, Map) - Method in class org.hibernate.impl.SessionImpl
 
SaveOrUpdateEvent - Class in org.hibernate.event
An event class for saveOrUpdate()
SaveOrUpdateEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.SaveOrUpdateEvent
 
SaveOrUpdateEvent(Object, EventSource) - Constructor for class org.hibernate.event.SaveOrUpdateEvent
 
SaveOrUpdateEventListener - Interface in org.hibernate.event
Defines the contract for handling of update events generated from a session.
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.event.def.AbstractSaveEventListener
Prepares the save call using a newly generated id.
saveWithGeneratedOrRequestedId(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveEventListener
 
saveWithGeneratedOrRequestedId(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
Save the transient instance, assigning the right identifier
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.event.def.AbstractSaveEventListener
Prepares the save call using the given requested id.
SAVING - Static variable in class org.hibernate.engine.Status
 
scalarName(int, int) - Static method in class org.hibernate.hql.NameGenerator
 
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
 
SCHEMA - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the schema name
SchemaExport - Class in org.hibernate.tool.hbm2ddl
Commandline tool to export table schema to the database.
SchemaExport(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Create a schema exporter for the given Configuration
SchemaExport(Configuration, Settings) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Create a schema exporter for the given Configuration and given settings
SchemaExport(Configuration, Properties) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Deprecated. properties may be specified via the Configuration object
SchemaExport(Configuration, Connection) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Create a schema exporter for the given Configuration, using the supplied connection for connectivity.
SchemaExportTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaExport.
SchemaExportTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
schemaName - Variable in class org.hibernate.cfg.Mappings
 
SchemaUpdate - Class in org.hibernate.tool.hbm2ddl
A commandline tool to update a database schema.
SchemaUpdate(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
SchemaUpdate(Configuration, Properties) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
SchemaUpdate(Configuration, Settings) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
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(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidator(Configuration, Properties) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidator(Configuration, Settings) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidatorTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaUpdate.
SchemaValidatorTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
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 interface org.hibernate.engine.SessionImplementor
Execute a scroll() query
scroll(CriteriaImpl, ScrollMode) - Method in interface org.hibernate.engine.SessionImplementor
Execute a criteria query
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute a native SQL query, and return the results as a scrollable result.
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
Return the query results, as an instance of ScrollableResults
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
scroll(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.QueryTranslator
Perform a scroll operation given the underlying query defintion.
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.impl.AbstractSessionImpl
 
scroll() - Method in class org.hibernate.impl.CollectionFilterImpl
 
scroll() - Method in class org.hibernate.impl.CriteriaImpl
 
scroll(ScrollMode) - Method in class org.hibernate.impl.CriteriaImpl
 
scroll() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
scroll(ScrollMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
scroll(int) - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Scroll an arbitrary number of locations
scroll() - Method in class org.hibernate.impl.QueryImpl
 
scroll(ScrollMode) - Method in class org.hibernate.impl.QueryImpl
 
scroll(int) - Method in class org.hibernate.impl.ScrollableResultsImpl
 
scroll(String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
scroll(CriteriaImpl, ScrollMode) - Method in class org.hibernate.impl.SessionImpl
 
scroll(ScrollMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
scroll() - Method in class org.hibernate.impl.SQLQueryImpl
 
scroll(CriteriaImpl, ScrollMode) - Method in class org.hibernate.impl.StatelessSessionImpl
 
scroll(String, QueryParameters) - Method in class org.hibernate.impl.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 an arbitrary number of locations
SCROLL_INSENSITIVE - Static variable in class org.hibernate.ScrollMode
Note that since the Hibernate session acts as a cache, you might need to expicitly evict objects, if you need to see changes made by other transactions.
SCROLL_SENSITIVE - Static variable in class org.hibernate.ScrollMode
 
ScrollableResults - Interface in org.hibernate
A result iterator that allows moving around within the results by arbitrary increments.
ScrollableResultsImpl - Class in org.hibernate.impl
Implementation of the ScrollableResults interface
ScrollableResultsImpl(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.impl.ScrollableResultsImpl
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute an SQL Query
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
 
ScrollMode - Class in org.hibernate
Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
secondLevelCacheHit(String) - Method in class org.hibernate.stat.StatisticsImpl
 
secondLevelCacheHit(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
secondLevelCacheMiss(String) - Method in class org.hibernate.stat.StatisticsImpl
 
secondLevelCacheMiss(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
secondLevelCachePut(String) - Method in class org.hibernate.stat.StatisticsImpl
 
secondLevelCachePut(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
SecondLevelCacheStatistics - Class 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
secondPassCompile() - Method in class org.hibernate.cfg.Configuration
 
secondPassCompileForeignKeys(Table, Set) - Method in class org.hibernate.cfg.Configuration
 
secondPasses - Variable in class org.hibernate.cfg.Configuration
 
secondPasses - Variable in class org.hibernate.cfg.Mappings
 
seed(SessionImplementor) - Method in class org.hibernate.type.AbstractBynaryType
 
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.IntegerType
 
seed(SessionImplementor) - Method in class org.hibernate.type.LongType
 
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 interface org.hibernate.usertype.UserVersionType
Generate an initial version.
seedVersion(Object[], int, VersionType, SessionImplementor) - Static method in class org.hibernate.engine.Versioning
Create an initial optimisitc locking value according the VersionType contract for the version property if required and inject it into the snapshot state.
SEGMENT_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
SEGMENT_LENGTH_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
SEGMENT_VALUE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
SELECT - Static variable in class org.hibernate.FetchMode
Fetch eagerly, using a separate select.
SELECT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
SELECT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
SELECT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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.antlr.HqlSqlTokenTypes
 
SELECT_CLAUSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
SELECT_COLUMNS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
SELECT_COLUMNS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
SELECT_EXPR - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
SELECT_EXPR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
SELECT_FROM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
SELECT_FROM - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
SELECT_FROM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Selectable - Interface in org.hibernate.mapping
 
selectAtom(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
selectClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
selectClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
selectClause(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
SelectClause - Class in org.hibernate.hql.ast.tree
Represents the list of expressions in a SELECT clause.
SelectClause() - Constructor for class org.hibernate.hql.ast.tree.SelectClause
 
selectColumn(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
selectedPropertiesList() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
selectExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
selectExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
SelectExpression - Interface in org.hibernate.hql.ast.tree
Represents an element of a projection list, i.e.
SelectExpressionImpl - Class in org.hibernate.hql.ast.tree
A select expression that was generated by a FROM element.
SelectExpressionImpl() - Constructor for class org.hibernate.hql.ast.tree.SelectExpressionImpl
 
SelectExpressionList - Class in org.hibernate.hql.ast.tree
Common behavior - a node that contains a list of select expressions.
SelectExpressionList() - Constructor for class org.hibernate.hql.ast.tree.SelectExpressionList
 
selectExprList(AST) - Method in class org.hibernate.hql.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.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.
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.
selectNodes(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectNodes(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectNodes(String, String, boolean) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectNodes(String) - Method in class org.hibernate.tuple.ElementWrapper
 
selectNodes(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
selectNodes(String, String, boolean) - Method in class org.hibernate.tuple.ElementWrapper
 
selectObject() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
selectObject(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectObject(String) - Method in class org.hibernate.tuple.ElementWrapper
 
SelectParser - Class in org.hibernate.hql.classic
Parsers the select clause of a Hibernate query.
SelectParser() - Constructor for class org.hibernate.hql.classic.SelectParser
 
SelectPathExpressionParser - Class in org.hibernate.hql.classic
 
SelectPathExpressionParser() - Constructor for class org.hibernate.hql.classic.SelectPathExpressionParser
 
selectSingleNode(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectSingleNode(String) - Method in class org.hibernate.tuple.ElementWrapper
 
selectStatement() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
selectStatement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
selectStatement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
selectString(List) - Method in class org.hibernate.loader.JoinWalker
Generate a select list of columns containing all properties of the entity classes
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.
separator(AST, String) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
SEQUENCE - Static variable in class org.hibernate.id.SequenceGenerator
The sequence parameter
SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
SequenceGenerator - Class in org.hibernate.id
sequence

Generates long values using an oracle-style sequence.
SequenceGenerator() - Constructor for class org.hibernate.id.SequenceGenerator
 
SequenceHiLoGenerator - Class in org.hibernate.id
seqhilo

An IdentifierGenerator that combines a hi/lo algorithm with an underlying oracle-style sequence that generates hi values.
SequenceHiLoGenerator() - Constructor for class org.hibernate.id.SequenceHiLoGenerator
 
SequenceIdentityGenerator - Class in org.hibernate.id
A generator which combines sequence generation with immediate retrieval through JDBC3 getGeneratedKeys.
SequenceIdentityGenerator() - Constructor for class org.hibernate.id.SequenceIdentityGenerator
 
SequenceIdentityGenerator.Delegate - Class in org.hibernate.id
 
SequenceIdentityGenerator.Delegate(PostInsertIdentityPersister, Dialect, String) - Constructor for class org.hibernate.id.SequenceIdentityGenerator.Delegate
 
SequenceIdentityGenerator.NoCommentsInsert - Class in org.hibernate.id
 
SequenceIdentityGenerator.NoCommentsInsert(Dialect) - Constructor for class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
 
SequenceStructure - Class in org.hibernate.id.enhanced
Describes a sequence.
SequenceStructure(Dialect, String, int, int) - 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.Hibernate
Hibernate serializable type.
serializable(Class) - Static method in class org.hibernate.Hibernate
A Hibernate serializable type.
SerializableBlob - Class in org.hibernate.lob
 
SerializableBlob(Blob) - Constructor for class org.hibernate.lob.SerializableBlob
 
SerializableClob - Class in org.hibernate.lob
 
SerializableClob(Clob) - Constructor for class org.hibernate.lob.SerializableClob
 
serializableProxy() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
serializableProxy() - Method in class org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer
 
SerializableProxy - Class in org.hibernate.proxy.pojo.cglib
Serializable placeholder for CGLIB proxies
SerializableProxy() - Constructor for class org.hibernate.proxy.pojo.cglib.SerializableProxy
 
SerializableProxy(String, Class, Class[], Serializable, Method, Method, AbstractComponentType) - Constructor for class org.hibernate.proxy.pojo.cglib.SerializableProxy
 
serializableProxy() - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
SerializableProxy - Class in org.hibernate.proxy.pojo.javassist
Serializable placeholder for Javassist proxies
SerializableProxy() - Constructor for class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
SerializableProxy(String, Class, Class[], Serializable, Method, Method, AbstractComponentType) - Constructor for class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
SerializableType - Class in org.hibernate.type
serializable: A type that maps an SQL VARBINARY to a serializable Java object.
SerializableType(Class) - Constructor for class org.hibernate.type.SerializableType
 
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.util
Assists with the serialization process and performs additional functionality based on serialization.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.ActionQueue
Used by the owning session to explicitly control serialization of the action queue
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.StatefulPersistenceContext
Used by the owning session to explicitly control serialization of the persistence context.
serialize(ObjectOutputStream) - Method in class org.hibernate.jdbc.ConnectionManager
 
serialize(ObjectOutputStream) - Method in class org.hibernate.jdbc.JDBCContext
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(Map) - Static method in class org.hibernate.util.IdentityMap
Workaround for a JDK 1.4.1 bug where IdentityHashMaps are not correctly deserialized.
serialize(Serializable, OutputStream) - Static method in class org.hibernate.util.SerializationHelper
Serializes an Object to the specified stream.
serialize(Serializable) - Static method in class org.hibernate.util.SerializationHelper
Serializes an Object to a byte array for storage/serialization.
Session - Interface in org.hibernate.classic
An extension of the Session API, including all deprecated methods from Hibernate2.
session - Variable in class org.hibernate.impl.AbstractQueryImpl
 
Session - Interface in org.hibernate
The main runtime interface between a Java application and Hibernate.
SESSION_FACTORY_NAME - Static variable in class org.hibernate.cfg.Environment
JNDI name to bind to SessionFactory
SessionException - Exception in org.hibernate
Thrown when the user calls a method of a Session that is in an inappropropriate 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.
SessionFactory - Interface in org.hibernate
Creates Sessions.
SessionFactoryAwareNode - Interface in org.hibernate.hql.ast.tree
Interface for nodes which require access to the SessionFactory
sessionFactoryClosed(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been closed.
sessionFactoryCreated(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been created and is now ready for use.
SessionFactoryHelper - Class in org.hibernate.hql.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.ast.util.SessionFactoryHelper
Construct a new SessionFactoryHelper instance.
SessionFactoryImpl - Class in org.hibernate.impl
Concrete implementation of the SessionFactory interface.
SessionFactoryImpl(Configuration, Mapping, Settings, EventListeners, SessionFactoryObserver) - Constructor for class org.hibernate.impl.SessionFactoryImpl
 
SessionFactoryImplementor - Interface in org.hibernate.engine
Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionFactoryInitializer - Class in org.hibernate.tutorial.web
Demonstrates good practice of making sure the SessionFactory is initialized on application startup, rather than on first request.
SessionFactoryInitializer() - Constructor for class org.hibernate.tutorial.web.SessionFactoryInitializer
 
SessionFactoryObjectFactory - Class in org.hibernate.impl
Resolves SessionFactory JNDI lookups and deserialization
SessionFactoryObjectFactory() - Constructor for class org.hibernate.impl.SessionFactoryObjectFactory
 
SessionFactoryObserver - Interface in org.hibernate
Allows reaction to basic SessionFactory occurrences.
SessionFactoryStub - Class in org.hibernate.jmx
A flyweight for SessionFactory.
SessionImpl - Class in org.hibernate.impl
Concrete implementation of a Session, and also the central, organizing component of Hibernate's internal implementation.
SessionImplementor - Interface in org.hibernate.engine
Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
SessionInterceptor - Class in org.hibernate.tutorial.web
Illustrates a servlet filter used to apply a Hibernate session to the "context" of the web request.
SessionInterceptor() - Constructor for class org.hibernate.tutorial.web.SessionInterceptor
 
sessionMap() - Static method in class org.hibernate.context.ManagedSessionContext
 
sessionMap() - Static method in class org.hibernate.context.ThreadLocalSessionContext
 
SessionStatistics - Interface in org.hibernate.stat
Information about the first-level (session) cache for a particular session instance
SessionStatisticsImpl - Class in org.hibernate.stat
 
SessionStatisticsImpl(SessionImplementor) - Constructor for class org.hibernate.stat.SessionStatisticsImpl
 
set(int, Object) - Method in class org.hibernate.collection.PersistentBag
 
set(int, Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
set(int, Object) - Method in class org.hibernate.collection.PersistentList
 
set - Variable in class org.hibernate.collection.PersistentSet
 
set(String, Object) - Method in class org.hibernate.criterion.NaturalIdentifier
 
SET - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
SET - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
SET - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Set - Class in org.hibernate.mapping
A set with no nullable element columns.
Set(PersistentClass) - Constructor for class org.hibernate.mapping.Set
Constructor for Set.
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
Set the property value from the given instance
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.Dom4jAccessor.AttributeSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.Dom4jAccessor.ElementAttributeSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.Dom4jAccessor.ElementSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.Dom4jAccessor.TextSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
 
set(Object, Object) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.MapAccessor.MapSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.property.Setter
Set the property value from the given instance
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.AbstractBynaryType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.AbstractCharArrayType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.AdaptedImmutableType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.BigDecimalType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.BigIntegerType
 
set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.BlobType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.BooleanType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.ByteType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.CalendarDateType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.CalendarType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.CharacterType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.CharBooleanType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.ClassType
 
set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.ClobType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.CurrencyType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.DateType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.DoubleType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.FloatType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.IntegerType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.LocaleType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.LongType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.NullableType
Set a parameter value without worrying about the possibility of null values.
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.NumericBooleanType
Set a parameter value without worrying about the possibility of null values.
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.SerializableType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.ShortType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.StringType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.TextType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.TimestampType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.TimeType
 
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.TimeZoneType
 
set(String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setAbstract(boolean) - Method in class org.hibernate.mapping.Table
 
setAge(int) - Method in class org.hibernate.tutorial.domain.Person
 
setAlias(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
setAlias(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
setAlias(String) - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
 
setAlias(String) - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
setAlias(String) - Method in class org.hibernate.hql.ast.tree.QueryNode
 
setAlias(String) - Method in interface org.hibernate.hql.ast.tree.SelectExpression
 
setAlias(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setAliases(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setAllowRebuild(boolean) - Method in class org.hibernate.junit.functional.ExecutionEnvironment
 
setAllPropertyFetch(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setAlternateUniqueKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setAmount(float) - Method in class org.hibernate.auction.Bid
 
setAsciiStream(long) - Method in class org.hibernate.lob.ClobImpl
 
setAsciiStream(long) - Method in class org.hibernate.lob.SerializableClob
 
setAssociatedClass(PersistentClass) - Method in class org.hibernate.mapping.OneToMany
Associated entity on the many side
setAttributes(List) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setAttributes(List) - Method in class org.hibernate.tuple.ElementWrapper
 
setAttributeValue(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
Deprecated.  
setAttributeValue(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
Deprecated.  
setAttributeValue(String, String) - Method in class org.hibernate.tuple.ElementWrapper
Deprecated.  
setAttributeValue(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
Deprecated.  
setAuctions(List) - Method in class org.hibernate.auction.User
 
setAutoClear(boolean) - Method in interface org.hibernate.engine.SessionImplementor
Enable/disable automatic cache clearing from after transaction completion (for EJB3)
setAutoClear(boolean) - Method in class org.hibernate.impl.SessionImpl
 
setAutoClear(boolean) - Method in class org.hibernate.impl.StatelessSessionImpl
 
setAutoCloseSessionEnabled(String) - Method in class org.hibernate.jmx.HibernateService
 
setAutoCloseSessionEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable automatic closing of Session when JTA transaction ends.
setAutoDiscoverScalarTypes(boolean) - Method in class org.hibernate.engine.QueryParameters
 
setAutoFlushEventListeners(AutoFlushEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setAutoImport(boolean) - Method in class org.hibernate.cfg.Mappings
Sets the autoImport.
setBaseIndex(int) - Method in class org.hibernate.mapping.List
 
setBatchSize(int) - Method in class org.hibernate.mapping.Collection
 
setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
 
setBatchVersionedDataEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the use of batch updates for versioned entities
setBatchVersionedDataEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setBidder(User) - Method in class org.hibernate.auction.Bid
 
setBids(List) - Method in class org.hibernate.auction.AuctionItem
 
setBids(List) - Method in class org.hibernate.auction.User
 
setBigDecimal(int, BigDecimal) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setBigDecimal(String, BigDecimal) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setBigDecimal(int, BigDecimal) - Method in interface org.hibernate.Query
 
setBigDecimal(String, BigDecimal) - Method in interface org.hibernate.Query
 
setBigInteger(int, BigInteger) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setBigInteger(String, BigInteger) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setBigInteger(int, BigInteger) - Method in interface org.hibernate.Query
 
setBigInteger(String, BigInteger) - Method in interface org.hibernate.Query
 
setBinary(int, byte[]) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setBinary(String, byte[]) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setBinary(int, byte[]) - Method in interface org.hibernate.Query
 
setBinary(String, byte[]) - Method in interface org.hibernate.Query
 
setBinaryStream(long) - Method in class org.hibernate.lob.BlobImpl
 
setBinaryStream(long) - Method in class org.hibernate.lob.SerializableBlob
 
setBoolean(int, boolean) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setBoolean(String, boolean) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setBoolean(int, boolean) - Method in interface org.hibernate.Query
 
setBoolean(String, boolean) - Method in interface org.hibernate.Query
 
setByte(int, byte) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setByte(String, byte) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setByte(int, byte) - Method in interface org.hibernate.Query
 
setByte(String, byte) - Method in interface org.hibernate.Query
 
setBytes(long, byte[]) - Method in class org.hibernate.lob.BlobImpl
 
setBytes(long, byte[], int, int) - Method in class org.hibernate.lob.BlobImpl
 
setBytes(long, byte[]) - Method in class org.hibernate.lob.SerializableBlob
 
setBytes(long, byte[], int, int) - Method in class org.hibernate.lob.SerializableBlob
 
setCache(Cache) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Set the underlying cache implementation.
setCache(Cache) - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
setCache(Cache) - Method in class org.hibernate.cache.ReadOnlyCache
 
setCache(Cache) - Method in class org.hibernate.cache.ReadWriteCache
 
setCache(Cache) - Method in class org.hibernate.cache.TransactionalCache
 
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.QueryParameters
 
setCacheable(boolean) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCacheable(boolean) - Method in class org.hibernate.impl.CriteriaImpl
 
setCacheable(boolean) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setCacheable(boolean) - Method in interface org.hibernate.Query
Enable caching of this query result set.
setCacheCapacity(int) - Method in class org.hibernate.cache.OSCache
 
setCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.Configuration
Set up a cache for an entity class
setCacheConcurrencyStrategy(String, String, String) - Method in class org.hibernate.cfg.Configuration
 
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.Collection
 
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.RootClass
 
setCacheFactory(CacheManager) - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Setter for property 'cacheFactory'.
setCacheMode(CacheMode) - Method in interface org.hibernate.Criteria
Override the cache mode for this particular query.
setCacheMode(CacheMode) - Method in interface org.hibernate.engine.SessionImplementor
 
setCacheMode(CacheMode) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.impl.CriteriaImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setCacheMode(CacheMode) - Method in class org.hibernate.impl.SessionImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.impl.StatelessSessionImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Query
Override the current session cache mode, just for this query.
setCacheMode(CacheMode) - Method in interface org.hibernate.Session
Set the cache mode.
setCacheProviderClass(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the second-level cache provider class name
setCacheProviderClass(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setCacheProviderConfig(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
For cache providers which support this setting, specify the provider's specific configuration resource.
setCacheProviderConfig(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
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.QueryParameters
 
setCacheRegion(String) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCacheRegion(String) - Method in class org.hibernate.impl.CriteriaImpl
 
setCacheRegion(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setCacheRegion(String) - Method in interface org.hibernate.Query
Set the name of the cache region.
setCacheRegionName(String) - Method in class org.hibernate.mapping.Collection
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
setCacheRegionPrefix(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the cache region prefix
setCacheRegionPrefix(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setCalendar(int, Calendar) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCalendar(String, Calendar) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCalendar(int, Calendar) - Method in interface org.hibernate.Query
 
setCalendar(String, Calendar) - Method in interface org.hibernate.Query
 
setCalendarDate(int, Calendar) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCalendarDate(String, Calendar) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCalendarDate(int, Calendar) - Method in interface org.hibernate.Query
 
setCalendarDate(String, Calendar) - Method in interface org.hibernate.Query
 
setCallable(boolean) - Method in class org.hibernate.engine.QueryParameters
 
setCascade(String) - Method in class org.hibernate.mapping.Property
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.ForeignKey
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setCatalog(String) - Method in class org.hibernate.mapping.Table
 
setCatalogName(String) - Method in class org.hibernate.cfg.Mappings
Sets the catalogName.
setChannelFactory(ChannelFactory) - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Setter for property 'channelFactory'.
setCharacter(int, char) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCharacter(String, char) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCharacter(int, char) - Method in interface org.hibernate.Query
 
setCharacter(String, char) - Method in interface org.hibernate.Query
 
setCharacterStream(long) - Method in class org.hibernate.lob.ClobImpl
 
setCharacterStream(long) - Method in class org.hibernate.lob.SerializableClob
 
setCheckConstraint(String) - Method in class org.hibernate.mapping.Column
 
setClassName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
setClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
setClause(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
setClosed() - Method in class org.hibernate.impl.AbstractSessionImpl
 
setCollectionCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.Configuration
Set up a cache for a collection role
setCollectionCacheConcurrencyStrategy(String, String, String) - Method in class org.hibernate.cfg.Configuration
 
setCollectionJoin(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setCollectionKey(Serializable) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setCollectionKeys(Serializable[]) - Method in class org.hibernate.engine.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.ast.tree.FromElement
 
setCollectionSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionTable(Table) - Method in class org.hibernate.mapping.Collection
 
setCollectionTableAlias(String) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setColumn(String) - Method in class org.hibernate.sql.InFragment
 
setColumn(String, String) - Method in class org.hibernate.sql.InFragment
 
setColumns(String[]) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setComment(String) - Method in interface org.hibernate.Criteria
Add a comment to the generated SQL.
setComment(String) - Method in class org.hibernate.criterion.DetachedCriteria
 
setComment(String) - Method in class org.hibernate.engine.QueryParameters
 
setComment(String) - Method in class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
 
setComment(String) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setComment(String) - Method in class org.hibernate.impl.CriteriaImpl
 
setComment(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
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
Add a comment to the generated SQL.
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 interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the inclusion of comments in generated SQL
setCommentsEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setComparator(Comparator) - Method in class org.hibernate.collection.PersistentSortedMap
 
setComparator(Comparator) - Method in class org.hibernate.collection.PersistentSortedSet
 
setComparator(Comparator) - Method in class org.hibernate.mapping.Collection
 
setComparatorClassName(String) - Method in class org.hibernate.mapping.Collection
 
setComponentClassName(String) - Method in class org.hibernate.mapping.Component
 
setCondition(int) - Method in class org.hibernate.auction.AuctionItem
 
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
setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
Sets the constrained.
setContent(List) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setContent(List) - Method in class org.hibernate.tuple.ElementWrapper
 
setCreate(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "create" mode.
setCurrentKey(Serializable) - Method in class org.hibernate.engine.CollectionEntry
 
setCurrentPersister(CollectionPersister) - Method in class org.hibernate.engine.CollectionEntry
 
setCurrentSession(SessionImplementor) - Method in class org.hibernate.collection.AbstractPersistentCollection
Associate the collection with the given session.
setCurrentSession(SessionImplementor) - Method in interface org.hibernate.collection.PersistentCollection
Associate the collection with the given session.
setCustomListener(String, String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setCustomListeners(Map) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setCustomListenersAsString(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
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
 
setData(Object) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setData(Object) - Method in class org.hibernate.tuple.ElementWrapper
 
setDatabaseSnapshot(Object[]) - Method in class org.hibernate.event.FlushEntityEvent
 
setDataSource(DataSource) - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
setDatasource(String) - Method in class org.hibernate.jmx.HibernateService
 
setDatasource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the JNDI name of the datasource to use in this SessionFactory
setDataType(Type) - Method in class org.hibernate.hql.ast.tree.SqlNode
 
setDataVersionOption(Cache, DataVersion) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Creates an Option using the given DataVersion and passes it to CacheHelper.setInvocationOption(Cache, Option).
setDate(int, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setDate(String, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setDate(int, Date) - Method in interface org.hibernate.Query
 
setDate(String, Date) - Method in interface org.hibernate.Query
 
setDate(Date) - Method in class org.hibernate.tutorial.domain.Event
 
setDatetime(Date) - Method in class org.hibernate.auction.Bid
 
setDefaultAccess(String) - Method in class org.hibernate.cfg.Mappings
sets the default access strategy
setDefaultCascade(String) - Method in class org.hibernate.cfg.Mappings
Sets the defaultCascade.
setDefaultCatalog(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the default catalog
setDefaultCatalog(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setDefaultLazy(boolean) - Method in class org.hibernate.cfg.Mappings
 
setDefaultPackage(String) - Method in class org.hibernate.cfg.Mappings
 
setDefaultSchema(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the default schema
setDefaultSchema(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setDefaultValue(String) - Method in class org.hibernate.mapping.Column
 
setDeletedState(Object[]) - Method in class org.hibernate.engine.EntityEntry
 
setDeleteEventListeners(DeleteEventListener[]) - Method in class org.hibernate.event.EventListeners
 
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
 
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setDescription(String) - Method in class org.hibernate.auction.AuctionItem
 
setDescription(String) - Method in class org.hibernate.test.cache.Item
 
setDialect(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
The name of the dialect class to use in this SessionFactory
setDialect(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setDirectlyAccessible(boolean) - Method in class org.hibernate.collection.AbstractPersistentCollection
 
setDirty(boolean) - Method in class org.hibernate.event.DirtyCheckEvent
 
setDirtyCheckEventListeners(DirtyCheckEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setDirtyCheckHandledByInterceptor(boolean) - Method in class org.hibernate.event.FlushEntityEvent
 
setDirtyCheckPossible(boolean) - Method in class org.hibernate.event.FlushEntityEvent
 
setDirtyProperties(int[]) - Method in class org.hibernate.event.FlushEntityEvent
 
setDiscriminator(Value) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorInsertable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorValue(String) - Method in class org.hibernate.mapping.PersistentClass
 
setDistinct() - Method in class org.hibernate.criterion.CountProjection
 
setDistinct(boolean) - Method in class org.hibernate.sql.QuerySelect
 
setDocument(Document) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setDocument(Document) - Method in class org.hibernate.tuple.ElementWrapper
 
setDorecreate(boolean) - Method in class org.hibernate.engine.CollectionEntry
 
setDoremove(boolean) - Method in class org.hibernate.engine.CollectionEntry
 
setDouble(int, double) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setDouble(String, double) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setDouble(int, double) - Method in interface org.hibernate.Query
 
setDouble(String, double) - Method in interface org.hibernate.Query
 
setDoupdate(boolean) - Method in class org.hibernate.engine.CollectionEntry
 
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.mapping.PersistentClass
 
setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setElement(Value) - Method in class org.hibernate.mapping.Collection
 
setElementClassName(String) - Method in class org.hibernate.mapping.Array
 
setElementNodeName(String) - Method in class org.hibernate.mapping.Collection
 
setEmail(String) - Method in class org.hibernate.auction.User
 
setEmailAddresses(Set) - Method in class org.hibernate.tutorial.domain.Person
 
setEmbedded(boolean) - Method in class org.hibernate.mapping.Collection
 
setEmbedded(boolean) - Method in class org.hibernate.mapping.Component
 
setEmbedded(boolean) - Method in class org.hibernate.mapping.OneToMany
 
setEmbedded(boolean) - Method in class org.hibernate.mapping.ToOne
 
setEmbeddedIdentifier(boolean) - Method in class org.hibernate.mapping.RootClass
 
setEnds(Date) - Method in class org.hibernate.auction.AuctionItem
 
setEntity(Object) - Method in class org.hibernate.event.MergeEvent
 
setEntity(Object) - Method in class org.hibernate.event.PostLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.PreLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.SaveOrUpdateEvent
 
setEntity(int, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setEntity(String, Object) - Method in class org.hibernate.impl.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.
setEntityClassName(String) - Method in class org.hibernate.event.LoadEvent
 
setEntityId(Serializable) - Method in class org.hibernate.event.LoadEvent
 
setEntityName(String) - Method in class org.hibernate.event.LockEvent
 
setEntityName(String) - Method in class org.hibernate.event.MergeEvent
 
setEntityName(String) - Method in class org.hibernate.event.PersistEvent
 
setEntityName(String) - Method in class org.hibernate.event.ReplicateEvent
 
setEntityName(String) - Method in class org.hibernate.event.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
 
setEntityResolver(EntityResolver) - Method in class org.hibernate.cfg.Configuration
Set a custom entity resolver.
setEntry(EntityEntry) - Method in class org.hibernate.event.SaveOrUpdateEvent
 
setEntryStatus(EntityEntry, Status) - Method in interface org.hibernate.engine.PersistenceContext
Set the status of an entry
setEntryStatus(EntityEntry, Status) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
setEnvironment(ExecutionEnvironment) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
setEscapeCharacter(Character) - Method in class org.hibernate.criterion.Example
Set escape character for "like" clause
setEvents(Set) - Method in class org.hibernate.tutorial.domain.Person
 
setEvictEventListeners(EvictEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setExpectedType(Type) - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
Expected-types really only pertinent here for boolean literals...
setExpectedType(Type) - Method in interface org.hibernate.hql.ast.tree.ExpectedTypeAwareNode
 
setExpectedType(Type) - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
 
setExpectedType(Type) - Method in class org.hibernate.hql.ast.tree.ParameterNode
 
setExpectedType(Type) - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in interface org.hibernate.param.ParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Injects the expected type.
setExpectingCollectionIndex() - Method in class org.hibernate.hql.classic.FromPathExpressionParser
 
setExpectingCollectionIndex() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
setExpectingCollectionIndex() - Method in class org.hibernate.hql.classic.SelectPathExpressionParser
 
setExplicitPolymorphism(boolean) - Method in class org.hibernate.mapping.RootClass
 
setExtended(boolean) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
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(boolean) - Method in class org.hibernate.hql.ast.tree.DotNode
 
setFetch(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setFetchDirection(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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
 
setFetchMode(String, FetchMode) - Method in class org.hibernate.impl.CriteriaImpl
 
setFetchMode(String, FetchMode) - Method in class org.hibernate.impl.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
 
setFetchProfile(String) - Method in interface org.hibernate.engine.SessionImplementor
 
setFetchProfile(String) - Method in class org.hibernate.impl.SessionImpl
 
setFetchProfile(String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
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.RowSelection
 
setFetchSize(int) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setFetchSize(int) - Method in class org.hibernate.impl.CriteriaImpl
 
setFetchSize(int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setFetchSize(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
setFetchSize(int) - Method in interface org.hibernate.Query
Set a fetch size for the underlying JDBC query.
setFieldFilter(FieldFilter) - Method in class org.hibernate.bytecode.javassist.FieldTransformer
 
setFieldHandler(FieldHandler) - Method in interface org.hibernate.bytecode.javassist.FieldHandled
Inject the field interception handler to be used.
setFilter(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseParser
Sets the filter flag.
setFilter(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setFirstName(String) - Method in class org.hibernate.auction.Name
 
setFirstname(String) - Method in class org.hibernate.tutorial.domain.Person
 
setFirstResult(int) - Method in interface org.hibernate.Criteria
Set the first result to be retrieved.
setFirstResult(int) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setFirstResult(int) - Method in class org.hibernate.impl.CriteriaImpl
 
setFirstResult(int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setFirstResult(int) - Method in interface org.hibernate.Query
Set the first row to retrieve.
setFirstRow(Integer) - Method in class org.hibernate.engine.RowSelection
 
setFloat(int, float) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setFloat(String, float) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setFloat(int, float) - Method in interface org.hibernate.Query
 
setFloat(String, float) - Method in interface org.hibernate.Query
 
setFlushBeforeCompletionEnabled(String) - Method in class org.hibernate.jmx.HibernateService
 
setFlushBeforeCompletionEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable automatic flushing of the Session when JTA transaction ends.
setFlushEntityEventListeners(FlushEntityEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setFlushEventListeners(FlushEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setFlushing(boolean) - Method in interface org.hibernate.engine.PersistenceContext
Called before and after the flushcycle
setFlushing(boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
setFlushMode(FlushMode) - Method in interface org.hibernate.Criteria
Override the flush mode for this particular query.
setFlushMode(FlushMode) - Method in interface org.hibernate.engine.SessionImplementor
 
setFlushMode(FlushMode) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.impl.CriteriaImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setFlushMode(FlushMode) - Method in class org.hibernate.impl.SessionImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.impl.StatelessSessionImpl
 
setFlushMode(FlushMode) - Method in interface org.hibernate.Query
Override the current session flush mode, just for this query.
setFlushMode(FlushMode) - Method in interface org.hibernate.Session
Set the flush mode for this session.
setFlushRequired(boolean) - Method in class org.hibernate.event.AutoFlushEvent
 
setForceDiscriminator(boolean) - Method in class org.hibernate.mapping.RootClass
 
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.tool.hbm2ddl.SchemaExport
Should we format the sql strings?
setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setFormatSql(boolean) - Method in class org.hibernate.jdbc.util.SQLStatementLogger
Setter for property 'formatSql'.
setFormula(String) - Method in class org.hibernate.mapping.Formula
 
setFormula(String, String) - Method in class org.hibernate.sql.InFragment
 
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.ast.tree.FromReferenceNode
 
setFromElement(FromElement) - Method in class org.hibernate.hql.ast.tree.SqlFragment
 
setGeneration(PropertyGeneration) - Method in class org.hibernate.mapping.Property
 
setGetGeneratedKeysEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the use getGeneratedKeys()
setGetGeneratedKeysEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setGroupByClause(String) - Method in class org.hibernate.sql.Select
 
setGroupByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
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.FlushEntityEvent
 
setHasFilterCondition(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHasThetaJoins(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHavingTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setHqlParameterSpecification(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.ParameterNode
 
setId(Long) - Method in class org.hibernate.auction.Persistent
 
setId(Serializable) - Method in class org.hibernate.event.PostLoadEvent
 
setId(Serializable) - Method in class org.hibernate.event.PreLoadEvent
 
setId(Long) - Method in class org.hibernate.test.cache.Item
 
setId(Long) - Method in class org.hibernate.tutorial.domain.Person
 
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, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
Set the identifier of an instance (or do nothing if no identifier property)
setIdentifier(Object, Serializable, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setIdentifier(Object, Serializable, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the identifier of an instance (or do nothing if no identifier property)
setIdentifier(Serializable) - Method in class org.hibernate.proxy.AbstractLazyInitializer
Set the identifier value for the enity our owning proxy represents.
setIdentifier(Serializable) - Method in interface org.hibernate.proxy.LazyInitializer
Set the identifier value for the enity our owning proxy represents.
setIdentifier(Object, Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setIdentifier(Object, Serializable) - 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.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
 
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
Initialize the proxy manually by injecting its target.
setImplementation(Object) - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy manually by injecting its target.
setImpliedInFromClause(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setImpliedInFromClause(boolean) - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
 
setImpliedJoinType(int) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
setImpliedJoinType(int) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
setImportFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
An import file, containing raw SQL statements to be executed.
setIncludeSubclasses(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setIndex(Element, String, String) - Static method in class org.hibernate.collection.PersistentIndexedElementHolder
 
setIndex(Value) - Method in class org.hibernate.mapping.IndexedCollection
 
setIndexCollectionSelectorParamSpec(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setIndexNodeName(String) - Method in class org.hibernate.mapping.IndexedCollection
 
setInitial(Character) - Method in class org.hibernate.auction.Name
 
setInitializeCollectionEventListeners(InitializeCollectionEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setInitialized() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
setInProjectionList(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setInProjectionList(boolean) - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
 
setInsertable(boolean) - Method in class org.hibernate.mapping.Property
 
setInstanceToLoad(Object) - Method in class org.hibernate.event.LoadEvent
 
setInteger(int, int) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setInteger(String, int) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setInteger(int, int) - Method in interface org.hibernate.Query
 
setInteger(String, int) - Method in interface org.hibernate.Query
 
setInterceptor(Interceptor) - Method in class org.hibernate.cfg.Configuration
Configure an Interceptor
setInverse(boolean) - Method in class org.hibernate.mapping.Collection
 
setInverse(boolean) - Method in class org.hibernate.mapping.Join
 
setInvocationOption(Cache, Option) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
Assigns the given Option to the cache's InvocationContext.
setItem(AuctionItem) - Method in class org.hibernate.auction.Bid
 
setJdbcBatchSize(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the maximum JDBC batch size
setJdbcBatchSize(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setJdbcFetchSize(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the JDBC fetch size
setJdbcFetchSize(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setJdbcScrollableResultSetEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the use of scrollable resultsets
setJdbcScrollableResultSetEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setJndiName(String) - Method in class org.hibernate.jmx.HibernateService
 
setJndiName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name to bind to the SessionFactory
setJoinFragment(JoinFragment) - Method in class org.hibernate.hql.ast.tree.SqlFragment
 
setJoinSequence(JoinSequence) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setJoinType(int) - Method in class org.hibernate.hql.ast.tree.DotNode
Sets the join type for this '.' node structure.
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
 
setLastCollectionElementIndexValue(String) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
setLastName(String) - Method in class org.hibernate.auction.Name
 
setLastname(String) - Method in class org.hibernate.tutorial.domain.Person
 
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.entity.EntityMetamodel
 
setLazyPropertiesCacheable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setLength(int) - Method in class org.hibernate.mapping.Column
 
setListener(String, String) - Method in class org.hibernate.cfg.Configuration
 
setListener(String, Object) - Method in class org.hibernate.cfg.Configuration
 
setListeners(String, String[]) - Method in class org.hibernate.cfg.Configuration
 
setListeners(String, Object[]) - Method in class org.hibernate.cfg.Configuration
 
setLoaderName(String) - Method in class org.hibernate.mapping.Collection
 
setLoaderName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setLoadEventListeners(LoadEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setLocale(int, Locale) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setLocale(String, Locale) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setLocale(int, Locale) - Method in interface org.hibernate.Query
 
setLocale(String, Locale) - Method in interface org.hibernate.Query
 
setLockEventListeners(LockEventListener[]) - Method in class org.hibernate.event.EventListeners
 
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
 
setLockMode(String, LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
 
setLockMode(LockMode) - Method in class org.hibernate.engine.EntityEntry
 
setLockMode(LockMode) - Method in class org.hibernate.event.LoadEvent
 
setLockMode(LockMode) - Method in class org.hibernate.event.LockEvent
 
setLockMode(LockMode) - Method in class org.hibernate.impl.CriteriaImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.impl.CriteriaImpl
 
setLockMode(LockMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setLockMode(String, LockMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setLockMode(String, LockMode) - Method in class org.hibernate.impl.QueryImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
setLockMode(String, LockMode) - Method in interface org.hibernate.Query
Set the lockmode for the objects idententified by the given alias that appears in the FROM clause.
setLockMode(LockMode) - Method in class org.hibernate.sql.Select
 
setLockMode(LockMode) - Method in class org.hibernate.sql.SimpleSelect
 
setLockModeArray(LockMode[]) - Method in class org.hibernate.loader.JoinWalker
 
setLockModes(Map) - Method in class org.hibernate.engine.QueryParameters
 
setLogToStdout(boolean) - Method in class org.hibernate.jdbc.util.SQLStatementLogger
Setter for property 'logToStdout'.
setLong(int, long) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setLong(String, long) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setLong(int, long) - Method in interface org.hibernate.Query
 
setLong(String, long) - Method in interface org.hibernate.Query
 
setManyToManyOrdering(String) - Method in class org.hibernate.mapping.Collection
 
setManyToManyWhere(String) - Method in class org.hibernate.mapping.Collection
 
setMapResources(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Specify the Hibernate mapping files
setMapResources(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setMaximumFetchDepth(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the maximum outer join fetch depth
setMaximumFetchDepth(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setMaxResults(int) - Method in interface org.hibernate.Criteria
Set a limit upon the number of objects to be retrieved.
setMaxResults(int) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setMaxResults(int) - Method in class org.hibernate.impl.CriteriaImpl
 
setMaxResults(int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setMaxResults(int) - Method in interface org.hibernate.Query
Set the maximum number of rows to retrieve.
setMaxRows(Integer) - Method in class org.hibernate.engine.RowSelection
 
setMergeEventListeners(MergeEventListener[]) - Method in class org.hibernate.event.EventListeners
 
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
 
setMetaType(String) - Method in class org.hibernate.mapping.Any
 
setMetaValues(Map) - Method in class org.hibernate.mapping.Any
 
setMinimalPutsEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable optimization of second-level cache for minimal puts
setMinimalPutsEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setMutable(boolean) - Method in class org.hibernate.mapping.Collection
 
setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setName(Name) - Method in class org.hibernate.auction.User
 
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.Index
 
setName(String) - Method in class org.hibernate.mapping.Property
 
setName(String) - Method in class org.hibernate.mapping.Table
 
setName(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setName(String) - Method in class org.hibernate.test.cache.Item
 
setName(String) - Method in class org.hibernate.tuple.ElementWrapper
 
setNamedParameters(Map) - Method in class org.hibernate.engine.QueryParameters
 
setNamingStrategy(NamingStrategy) - Method in class org.hibernate.cfg.Configuration
Set a custom naming strategy
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
 
setNaturalIdentifier(boolean) - Method in class org.hibernate.mapping.Property
 
setNaturalKeyLookup(boolean) - Method in class org.hibernate.engine.QueryParameters
 
setNext(JoinSequence) - Method in class org.hibernate.engine.JoinSequence
 
setNodeName(String) - Method in class org.hibernate.mapping.Collection
 
setNodeName(String) - Method in class org.hibernate.mapping.Component
 
setNodeName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setNodeName(String) - Method in class org.hibernate.mapping.Property
 
setNowaitEnabled(boolean) - Method in class org.hibernate.sql.ForUpdateFragment
 
setNullable(boolean) - Method in class org.hibernate.mapping.Column
 
setNullable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setNullValue(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the nullValue.
setObject(Object) - Method in class org.hibernate.event.EvictEvent
 
setObject(Object) - Method in class org.hibernate.event.LockEvent
 
setObject(Object) - Method in class org.hibernate.event.PersistEvent
 
setObject(Object) - Method in class org.hibernate.event.ReplicateEvent
 
setObject(Object) - Method in class org.hibernate.event.SaveOrUpdateEvent
 
setOp(String) - Method in class org.hibernate.sql.ConditionFragment
Sets the op.
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
 
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.QueryParameters
 
setOptionalEntityName(String) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setOptionalId(Serializable) - Method in class org.hibernate.engine.QueryParameters
 
setOptionalId(Serializable) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setOptionalObject(Object) - Method in class org.hibernate.engine.QueryParameters
 
setOptionalObject(Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
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
 
setOrigin(FromElement, boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setOriginal(Object) - Method in class org.hibernate.event.MergeEvent
 
setOrphanDelete(boolean) - Method in class org.hibernate.mapping.Collection
 
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.AbstractPersistentCollection
 
setOwner(Object) - Method in interface org.hibernate.collection.PersistentCollection
Set the reference to the owning entity
setOwner(PersistentClass) - Method in class org.hibernate.mapping.Collection
 
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
 
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.impl.AbstractQueryImpl
 
setParameter(String, Object, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.impl.FilterImpl
Set the named parameter's value for this filter.
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.impl.AbstractQueryImpl
 
setParameterList(String, Collection) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setParameterList(String, Object[], Type) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setParameterList(String, Object[]) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setParameterList(String, Collection) - Method in class org.hibernate.impl.FilterImpl
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in class org.hibernate.impl.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.
setParameters(Object[], Type[]) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setParameters(Object[], Type[]) - Method in interface org.hibernate.Query
Bind values and types to positional parameters.
setParameterValues(Properties) - Method in interface org.hibernate.usertype.ParameterizedType
Gets called by Hibernate to pass the configured type parameters to the implementation.
setParent(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
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
 
setParent(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
setParentFromClause(FromClause) - Method in class org.hibernate.hql.ast.tree.FromClause
 
setParentProperty(String) - Method in class org.hibernate.mapping.Component
 
setParticipants(Set) - Method in class org.hibernate.tutorial.domain.Event
 
setPassword(String) - Method in class org.hibernate.auction.User
 
setPassword(String) - Method in class org.hibernate.jmx.HibernateService
 
setPassword(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Log into the database with this password
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Join
 
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
 
setPersister(EntityPersister) - Method in class org.hibernate.event.PostLoadEvent
 
setPersister(EntityPersister) - Method in class org.hibernate.event.PreLoadEvent
 
setPersisters(Loadable[]) - Method in class org.hibernate.loader.JoinWalker
 
setPersistEventListeners(PersistEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPersistOnFlushEventListeners(PersistEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPolymorphic(boolean) - Method in class org.hibernate.mapping.RootClass
 
setPositionalParameterTypes(Type[]) - Method in class org.hibernate.engine.QueryParameters
 
setPositionalParameterValues(Object[]) - Method in class org.hibernate.engine.QueryParameters
 
setPossibleID(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
 
setPossibleID(boolean) - Method in class org.hibernate.hql.ast.HqlToken
Set to true if this token can be interpreted as an identifier, false if not.
setPostCollectionRecreateEventListeners(PostCollectionRecreateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPostCollectionRemoveEventListeners(PostCollectionRemoveEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPostCollectionUpdateEventListeners(PostCollectionUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPostCommitDeleteEventListeners(PostDeleteEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPostCommitInsertEventListeners(PostInsertEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPostCommitUpdateEventListeners(PostUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPostDeleteEventListeners(PostDeleteEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPostInsertEventListeners(PostInsertEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPostLoadEventListeners(PostLoadEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPostUpdateEventListeners(PostUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPrecision(int) - Method in class org.hibernate.mapping.Column
 
setPreCollectionRecreateEventListeners(PreCollectionRecreateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPreCollectionRemoveEventListeners(PreCollectionRemoveEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPreCollectionUpdateEventListeners(PreCollectionUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPreDeleteEventListeners(PreDeleteEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPreInsertEventListeners(PreInsertEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPreLoadEventListeners(PreLoadEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setPreUpdateEventListeners(PreUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
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
 
setProcessed(boolean) - Method in class org.hibernate.engine.CollectionEntry
 
setProcessingInstructions(List) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setProcessingInstructions(List) - Method in class org.hibernate.tuple.ElementWrapper
 
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
 
setProjection(Projection) - Method in class org.hibernate.impl.CriteriaImpl
 
setProjection(Projection) - Method in class org.hibernate.impl.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.impl.AbstractQueryImpl
 
setProperties(Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
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 hueristics.
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 hueristics.
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, String) - Method in class org.hibernate.cfg.Configuration
Set a property
setProperty(String, String) - Method in class org.hibernate.jmx.HibernateService
 
setProperty(String, String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set a property
setPropertyAccessorName(String) - Method in class org.hibernate.mapping.Property
 
setPropertyName(String) - Method in class org.hibernate.mapping.OneToOne
 
setPropertyPath(String) - Method in class org.hibernate.hql.ast.tree.DotNode
 
setPropertySelector(Example.PropertySelector) - Method in class org.hibernate.criterion.Example
Set the property selector
setPropertyValue(Object, String, Object, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
Set the value of a particular (named) property
setPropertyValue(Object, int, Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, String, Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, int, Object, EntityMode) - 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.cglib.AccessOptimizerAdapter
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.javassist.BulkAccessor
Sets properties of a given bean to specified values.
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer
 
setPropertyValues(Object[]) - Method in class org.hibernate.event.FlushEntityEvent
 
setPropertyValues(Object, Object[], EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValues(Object, Object[], EntityMode) - 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
Inject the given values into the given entity.
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.tuple.Tuplizer
Inject the given values into the given entity.
setPropertyValues(Object, Object[], EntityMode) - Method in interface org.hibernate.type.AbstractComponentType
Optional operation
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
 
setPropertyValuesWithOptimizer(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
setProxyInterfaceName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setQName(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setQName(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
setQueryableCollection(QueryableCollection) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setQueryCacheEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the query cache
setQueryCacheEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setQuerySpaces(Set) - Method in class org.hibernate.event.AutoFlushEvent
 
setQueryString(String) - Method in exception org.hibernate.QueryException
 
setQuerySubstitutions(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the query language substitutions
setQuerySubstitutions(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
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
 
setReached(boolean) - Method in class org.hibernate.engine.CollectionEntry
 
setReadOnly(boolean, Object) - Method in class org.hibernate.engine.EntityEntry
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.PersistenceContext
Set the object to read only and discard it's snapshot
setReadOnly(boolean) - Method in class org.hibernate.engine.QueryParameters
 
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
setReadOnly(boolean) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setReadOnly(Object, boolean) - Method in class org.hibernate.impl.SessionImpl
 
setReadOnly(boolean) - Method in interface org.hibernate.Query
Entities retrieved by this query will be loaded in a read-only mode where Hibernate will never dirty-check them or make changes persistent.
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.
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
 
setReflectionOptimizationEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setRefreshEventListeners(RefreshEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setReplicateEventListeners(ReplicateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setReplicationMode(ReplicationMode) - Method in class org.hibernate.event.ReplicateEvent
 
setRequestedId(Serializable) - Method in class org.hibernate.event.MergeEvent
 
setRequestedId(Serializable) - Method in class org.hibernate.event.SaveOrUpdateEvent
 
setResolved() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
 
setResolvedConstant(String) - Method in class org.hibernate.hql.ast.tree.DotNode
 
setResult(Object) - Method in class org.hibernate.event.LoadEvent
 
setResult(Object) - Method in class org.hibernate.event.MergeEvent
 
setResultId(Serializable) - Method in class org.hibernate.event.SaveOrUpdateEvent
 
setResultSetMapping(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
setResultSetMapping(String) - Method in interface org.hibernate.SQLQuery
Use a predefined named ResultSetMapping
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
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.impl.CriteriaImpl
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.impl.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
 
setRole(String) - Method in class org.hibernate.engine.CollectionEntry
 
setRole(String) - Method in class org.hibernate.hql.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.test.tm.SimpleJtaTransactionImpl
 
setRollbackOnly() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
setRollbackOnly() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
setRollbackOnly() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
setRoot(Joinable, String) - Method in class org.hibernate.engine.JoinSequence
 
setRowId(String) - Method in class org.hibernate.mapping.Table
 
setRowNumber(int) - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Set the current location in the result set, numbered from either the first row (row number 0), or the last row (row number -1).
setRowNumber(int) - Method in class org.hibernate.impl.ScrollableResultsImpl
 
setRowNumber(int) - Method in interface org.hibernate.ScrollableResults
Set the current location in the result set, numbered from either the first row (row number 0), or the last row (row number -1).
setRowSelection(RowSelection) - Method in class org.hibernate.engine.QueryParameters
 
setSaveEventListeners(SaveOrUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setSaveOrUpdateCopyEventListeners(MergeEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setSaveOrUpdateEventListeners(SaveOrUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.AggregateNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.Case2Node
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.CaseNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.ConstructorNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.CountNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.DotNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.IdentNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.IndexNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.LiteralNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.MethodNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.QueryNode
 
setScalarColumnText(int) - Method in interface org.hibernate.hql.ast.tree.SelectExpression
Appends AST nodes that represent the columns after the current AST node.
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.SelectExpressionImpl
 
setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.UnaryArithmeticNode
 
setScale(int) - Method in class org.hibernate.mapping.Column
 
setSchema(String) - Method in class org.hibernate.mapping.Table
 
setSchemaName(String) - Method in class org.hibernate.cfg.Mappings
Sets the schemaName.
setScrollMode(ScrollMode) - Method in class org.hibernate.engine.QueryParameters
 
setSecondLevelCacheEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the second-level cache
setSecondLevelCacheEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
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.mapping.PersistentClass
 
setSelectClause(String) - Method in class org.hibernate.sql.Select
Sets the selectClause.
setSelector(JoinSequence.Selector) - Method in class org.hibernate.engine.JoinSequence
 
setSeller(User) - Method in class org.hibernate.auction.AuctionItem
 
setSequentialSelect(boolean) - Method in class org.hibernate.mapping.Join
 
setSerializable(int, Serializable) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setSerializable(String, Serializable) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setSerializable(int, Serializable) - Method in interface org.hibernate.Query
 
setSerializable(String, Serializable) - Method in interface org.hibernate.Query
 
setSession(SessionImplementor) - Method in class org.hibernate.impl.CriteriaImpl
 
setSession(SessionImplementor) - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
setSession(SessionImplementor) - Method in interface org.hibernate.intercept.FieldInterceptor
Use to associate the entity to which we are bound to the given session.
setSession(SessionImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
Associate the proxy with the given session.
setSession(SessionImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
Associate the proxy with the given session.
setSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
 
setSessionFactory(SessionFactoryImplementor) - Method in interface org.hibernate.hql.ast.tree.SessionFactoryAwareNode
 
setSessionFactory(SessionFactory) - Method in class org.hibernate.jmx.StatisticsService
Useful to init this MBean wo a JNDI session factory name
setSessionFactoryJNDIName(String) - Method in class org.hibernate.jmx.StatisticsService
 
setSessionFactoryJNDIName(String) - Method in interface org.hibernate.jmx.StatisticsServiceMBean
Publish the statistics of a session factory bound to the default JNDI context
setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.cfg.Configuration
 
setShort(int, short) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setShort(String, short) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setShort(int, short) - Method in interface org.hibernate.Query
 
setShort(String, short) - Method in interface org.hibernate.Query
 
setShortDescription(String) - Method in class org.hibernate.auction.AuctionItem
 
setShowSqlEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable logging of SQL to console
setShowSqlEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setSnapshot(Serializable, String, Serializable) - Method in class org.hibernate.collection.AbstractPersistentCollection
After flushing, re-init snapshot state.
setSnapshot(Serializable, String, Serializable) - Method in interface org.hibernate.collection.PersistentCollection
After flushing, re-init snapshot state.
setSorted(boolean) - Method in class org.hibernate.mapping.Collection
 
setSource(OptimisticCacheSource) - Method in interface org.hibernate.cache.OptimisticCache
Indicates the "source" of the cached data.
setSource(OptimisticCacheSource) - Method in class org.hibernate.cache.OptimisticTreeCache
 
setSql(String) - Method in class org.hibernate.loader.JoinWalker
 
setSqlType(String) - Method in class org.hibernate.mapping.Column
 
setSqlTypeCode(Integer) - Method in class org.hibernate.mapping.Column
 
setState(Object[]) - Method in class org.hibernate.event.PreLoadEvent
 
setStatisticsEnabled(boolean) - Method in class org.hibernate.jmx.StatisticsService
 
setStatisticsEnabled(boolean) - Method in interface org.hibernate.stat.Statistics
Enable statistics logs (this is a dynamic parameter)
setStatisticsEnabled(boolean) - Method in class org.hibernate.stat.StatisticsImpl
Enable statistics logs (this is a dynamic parameter)
setStatus(Status) - Method in class org.hibernate.engine.EntityEntry
 
setStreamsForBinaryEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
setString(int, String) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setString(String, String) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setString(long, String) - Method in class org.hibernate.lob.ClobImpl
 
setString(long, String, int, int) - Method in class org.hibernate.lob.ClobImpl
 
setString(long, String) - Method in class org.hibernate.lob.SerializableClob
 
setString(long, String, int, int) - Method in class org.hibernate.lob.SerializableClob
 
setString(int, String) - Method in interface org.hibernate.Query
 
setString(String, String) - Method in interface org.hibernate.Query
 
setSubselect(String) - Method in class org.hibernate.mapping.Table
 
setSubselectLoadable(boolean) - Method in class org.hibernate.mapping.Collection
 
setSubselectLoadableCollections(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSuccessfulBid(Bid) - Method in class org.hibernate.auction.AuctionItem
 
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
 
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.
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
 
Setter - Interface in org.hibernate.property
Sets values to a particular property.
setters - Variable in class org.hibernate.bytecode.javassist.BulkAccessor
 
setters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setText(String) - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
 
setText(String) - Method in interface org.hibernate.hql.ast.tree.ParameterContainer
Deprecated. Set the renderable text of this node.
setText(String) - Method in interface org.hibernate.hql.ast.tree.SelectExpression
Sets the text of the node.
setText(String) - Method in class org.hibernate.hql.ast.tree.SqlNode
 
setText(int, String) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setText(String, String) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setText(int, String) - Method in interface org.hibernate.Query
 
setText(String, String) - Method in interface org.hibernate.Query
 
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.
setText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
setTime(int, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setTime(String, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setTime(int, Date) - Method in interface org.hibernate.Query
 
setTime(String, Date) - Method in interface org.hibernate.Query
 
setTimeout(int) - Method in interface org.hibernate.Criteria
Set a timeout for the underlying JDBC query.
setTimeout(Integer) - Method in class org.hibernate.engine.RowSelection
 
setTimeout(int) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setTimeout(int) - Method in class org.hibernate.impl.CriteriaImpl
 
setTimeout(int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
setTimeout(int) - Method in interface org.hibernate.Query
Set a timeout for the underlying JDBC query.
setTimeout(int) - Method in class org.hibernate.transaction.CMTTransaction
Set the transaction timeout for any transaction started by a subsequent call to begin() on this instance.
setTimeout(int) - Method in class org.hibernate.transaction.JDBCTransaction
Set the transaction timeout for any transaction started by a subsequent call to begin() on this instance.
setTimeout(int) - Method in class org.hibernate.transaction.JTATransaction
Set the transaction timeout for any transaction started by a subsequent call to begin() on this instance.
setTimeout(int) - Method in interface org.hibernate.Transaction
Set the transaction timeout for any transaction started by a subsequent call to begin() on this instance.
setTimestamp(int, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setTimestamp(String, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
 
setTimestamp(int, Date) - Method in interface org.hibernate.Query
 
setTimestamp(String, Date) - Method in interface org.hibernate.Query
 
settings - Variable in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
Settings - Class in org.hibernate.cfg
Settings that affect the behaviour of Hibernate at runtime.
settingsFactory - Variable in class org.hibernate.cfg.Configuration
 
SettingsFactory - Class in org.hibernate.cfg
Reads configuration properties and builds a Settings instance.
SettingsFactory() - Constructor for class org.hibernate.cfg.SettingsFactory
 
setTitle(String) - Method in class org.hibernate.tutorial.domain.Event
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.BlobType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ClobType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
A representation of the value to be embedded in an XML element.
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.NullableType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
A representation of the value to be embedded in an XML element.
setTransactionManagerLookupStrategy(String) - Method in class org.hibernate.jmx.HibernateService
 
setTransactionManagerLookupStrategy(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the strategy for obtaining the JTA TransactionManager
setTransactionStrategy(String) - Method in class org.hibernate.jmx.HibernateService
 
setTransactionStrategy(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the fully qualified class name of the Hibernate TransactionFactory implementation
setTransactionTimeout(int) - Method in class org.hibernate.jdbc.AbstractBatcher
 
setTransactionTimeout(int) - Method in interface org.hibernate.jdbc.Batcher
Set the transaction timeout to seconds later than the current system time.
setTransactionTimeout(int) - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
setTransactionTimeout(int) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
setType(int) - Method in class org.hibernate.hql.ast.HqlToken
Sets the type of the token, remembering the previous type.
SetType - Class in org.hibernate.type
 
SetType(String, String, boolean) - Constructor for class org.hibernate.type.SetType
 
setTypeByReflection(String, String) - Method in class org.hibernate.mapping.Any
 
setTypeByReflection(String, String) - Method in class org.hibernate.mapping.Component
 
setTypeIndex(int) - Method in class org.hibernate.mapping.Column
 
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(Properties) - Method in class org.hibernate.mapping.SimpleValue
 
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.mapping.Column
 
setUnwrap(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
setUnwrap(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
 
setUnwrapProxy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setUp() - Method in class org.hibernate.junit.AbstractClassLoaderIsolatedTestCase
 
setUp() - Method in class org.hibernate.junit.functional.FunctionalTestCase
Override TestCase.setUp() to check if we need to build a locally managed execution environment.
setUp() - Method in class org.hibernate.junit.functional.FunctionalTestClassTestSuite
 
setUpdateable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setUpdateable(boolean) - Method in class org.hibernate.mapping.Property
 
setUpdateEventListeners(SaveOrUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
 
setUsedAliases(String[]) - Method in class org.hibernate.sql.SelectFragment
 
setUseFromFragment(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setUserName(String) - Method in class org.hibernate.auction.User
 
setUserName(String) - Method in class org.hibernate.jmx.HibernateService
 
setUserName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Log into the database with this name
setUserTransactionName(String) - Method in class org.hibernate.jmx.HibernateService
 
setUserTransactionName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the JNDI name of the JTA UserTransaction object (used only by JTATransaction).
setUseThetaStyle(boolean) - Method in class org.hibernate.engine.JoinSequence
 
setUseWhereFragment(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
setValue(Value) - Method in class org.hibernate.mapping.Column
 
setValue(Value) - Method in class org.hibernate.mapping.Property
 
setValue(Object) - Method in class org.hibernate.util.IdentityMap.IdentityMapEntry
 
setVerbose(boolean) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
setVersion(Object[], Object, EntityPersister) - Static method in class org.hibernate.engine.Versioning
Inject the optimisitc locking value into the entity state snapshot.
setVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setVersion(Long) - Method in class org.hibernate.test.cache.VersionedItem
 
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.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.ast.tree.FromElement
 
sfi() - Method in class org.hibernate.junit.functional.FunctionalTestCase
Get the factory for this test environment, casted to SessionFactoryImplementor.
shallowCopy() - Method in class org.hibernate.util.Cloneable
Essentially performs a shallow copy of this SessionEventListenerConfig instance; meaning the SessionEventListenerConfig itself is cloned, but the individual listeners are not cloned.
SharedCacheInstanceManager - Class in org.hibernate.cache.jbc2.builder
A CacheInstanceManager implementation where we use a single JBoss Cache instance for each type of region.
SharedCacheInstanceManager() - Constructor for class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
 
SharedCacheInstanceManager(ChannelFactory) - Constructor for class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
 
SharedCacheInstanceManager(Cache) - Constructor for class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
 
SharedJBossCacheRegionFactory - Class in org.hibernate.cache.jbc2
JBossCacheRegionFactory that uses SharedCacheInstanceManager as its CacheInstanceManager.
SharedJBossCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.jbc2.SharedJBossCacheRegionFactory
FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary.
SharedJBossCacheRegionFactory() - Constructor for class org.hibernate.cache.jbc2.SharedJBossCacheRegionFactory
Create a new MultiplexedJBossCacheRegionFactory.
SHORT - Static variable in class org.hibernate.Hibernate
Hibernate short type.
SHORT_CIRCUIT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorFactory
 
ShortType - Class in org.hibernate.type
short: A type that maps an SQL SMALLINT to a Java Short.
ShortType() - Constructor for class org.hibernate.type.ShortType
 
shouldAutoClose() - Method in class org.hibernate.impl.SessionImpl
 
shouldAutoClose() - Method in class org.hibernate.impl.StatelessSessionImpl
 
shouldAutoClose() - Method in interface org.hibernate.transaction.TransactionFactory.Context
 
shouldGetAllProperties(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
shouldInstrumentClass(String) - Method in class org.hibernate.bytecode.util.BasicClassFilter
 
shouldInstrumentClass(String) - Method in interface org.hibernate.bytecode.util.ClassFilter
 
shouldInstrumentField(String, String) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter.CustomFieldFilter
 
shouldInstrumentField(String, String) - Method in interface org.hibernate.bytecode.util.FieldFilter
Should this field definition be instrumented?
shouldIsolateTemporaryTableDDL() - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
shouldOverwriteCurrentVersion(Object, Object, Object, VersionType) - Method in class org.hibernate.ReplicationMode
 
shouldTransformFieldAccess(String, String, String) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter.CustomFieldFilter
 
shouldTransformFieldAccess(String, String, String) - Method in interface org.hibernate.bytecode.util.FieldFilter
Should we instrument *access to* the given field.
SHOW_SQL - Static variable in class org.hibernate.cfg.Environment
Enable logging of generated SQL to the console
showAsString(AST, String) - Method in class org.hibernate.hql.ast.util.ASTPrinter
Renders the AST into 'ASCII art' form and returns that string representation.
showAst(AST, PrintStream) - Method in class org.hibernate.hql.ast.HqlParser
 
showAst(AST, PrintStream) - Method in class org.hibernate.hql.ast.util.ASTPrinter
Prints the AST in 'ASCII art' form to the specified print stream.
showAst(AST, PrintWriter) - Method in class org.hibernate.hql.ast.util.ASTPrinter
Prints the AST in 'ASCII art' tree form to the specified print writer.
SimpleAuxiliaryDatabaseObject - Class in org.hibernate.mapping
A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front.
SimpleAuxiliaryDatabaseObject(String, String) - Constructor for class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(String, String, HashSet) - Constructor for class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
 
simpleExpr(AST) - Method in class org.hibernate.hql.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.antlr.SqlGeneratorBase
 
SimpleJtaTransactionImpl - Class in org.hibernate.test.tm
SimpleJtaTransactionImpl implementation
SimpleJtaTransactionImpl(SimpleJtaTransactionManagerImpl) - Constructor for class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
SimpleJtaTransactionManagerImpl - Class in org.hibernate.test.tm
TransactionManager implementation specifically designed for use in test suite and simple usage scenarios.
SimpleJtaTransactionManagerImpl() - Constructor for class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
SimpleMRUCache - Class in org.hibernate.util
Cache following a "Most Recently Used" (MRU) algorithm for maintaining a bounded in-memory size; the "Least Recently Used" (LRU) entry is the first available for removal from the cache.
SimpleMRUCache() - Constructor for class org.hibernate.util.SimpleMRUCache
 
SimpleMRUCache(int) - Constructor for class org.hibernate.util.SimpleMRUCache
 
SimpleProjection - Class in org.hibernate.criterion
A single-column projection that may be aliased
SimpleProjection() - Constructor for class org.hibernate.criterion.SimpleProjection
 
SimpleSelect - Class in org.hibernate.sql
An SQL SELECT statement with no table joins
SimpleSelect(Dialect) - Constructor for class org.hibernate.sql.SimpleSelect
 
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(Table) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValue() - Constructor for class org.hibernate.mapping.SimpleValue
 
SINGLE_OBJECT_PARAM_SIGNATURE - Static variable in class org.hibernate.util.ReflectHelper
 
SingleTableEntityPersister - Class in org.hibernate.persister.entity
The default implementation of the EntityPersister interface.
SingleTableEntityPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
 
SingleTableSubclass - Class in org.hibernate.mapping
 
SingleTableSubclass(PersistentClass) - Constructor for class org.hibernate.mapping.SingleTableSubclass
 
SingletonEhCacheProvider - Class in org.hibernate.cache
Singleton cache Provider plugin for Hibernate 3.2 and ehcache-1.2.
SingletonEhCacheProvider() - Constructor for class org.hibernate.cache.SingletonEhCacheProvider
 
SingletonIterator - Class in org.hibernate.util
 
SingletonIterator(Object) - Constructor for class org.hibernate.util.SingletonIterator
 
size() - Method in class org.hibernate.collection.PersistentBag
 
size() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
size() - Method in class org.hibernate.collection.PersistentList
 
size() - Method in class org.hibernate.collection.PersistentMap
 
size() - Method in class org.hibernate.collection.PersistentSet
 
size() - Method in class org.hibernate.proxy.map.MapProxy
 
size() - Method in class org.hibernate.util.FastHashMap
Return the number of key-value mappings in this map.
size() - Method in class org.hibernate.util.IdentityMap
 
size() - Method in class org.hibernate.util.IdentitySet
 
size() - Method in class org.hibernate.util.SimpleMRUCache
 
size() - Method in class org.hibernate.util.SoftLimitMRUCache
 
sizeEq(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
SizeExpression - Class in org.hibernate.criterion
 
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
skipExpectedFailure(Throwable) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
skipExpectedFailure(Throwable) - Method in class org.hibernate.junit.UnitTestCase
 
SkipLog - Class in org.hibernate.junit
Well-known-location lookup for the test-skip log...
SkipLog() - Constructor for class org.hibernate.junit.SkipLog
 
slice(String[], int, int) - Static method in class org.hibernate.util.ArrayHelper
 
slice(Object[], int, int) - Static method in class org.hibernate.util.ArrayHelper
 
snapshot(BasicCollectionPersister, EntityMode) - Method in class org.hibernate.collection.PersistentSortedMap
 
snapshot(BasicCollectionPersister, EntityMode) - Method in class org.hibernate.collection.PersistentSortedSet
 
SoftLimitMRUCache - Class in org.hibernate.util
Cache following a "Most Recently Used" (MRY) algorithm for maintaining a bounded in-memory size; the "Least Recently Used" (LRU) entry is the first available for removal from the cache.
SoftLimitMRUCache() - Constructor for class org.hibernate.util.SoftLimitMRUCache
 
SoftLimitMRUCache(int) - Constructor for class org.hibernate.util.SoftLimitMRUCache
 
SoftLock - Interface in org.hibernate.cache.access
Moved up from inner definition on the now deprecated CacheConcurrencyStrategy.
softSize() - Method in class org.hibernate.util.SoftLimitMRUCache
 
SOME - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
SOME - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
SOME - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
sortActions() - Method in class org.hibernate.engine.ActionQueue
 
sortCollectionActions() - Method in class org.hibernate.engine.ActionQueue
 
sortedMap(String, String, boolean, Comparator) - Static method in class org.hibernate.type.TypeFactory
 
SortedMapType - Class in org.hibernate.type
 
SortedMapType(String, String, Comparator, boolean) - Constructor for class org.hibernate.type.SortedMapType
 
sortedSet(String, String, boolean, Comparator) - Static method in class org.hibernate.type.TypeFactory
 
SortedSetType - Class in org.hibernate.type
 
SortedSetType(String, String, Comparator, boolean) - Constructor for class org.hibernate.type.SortedSetType
 
SOURCE - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
This strategy says to reference the result columns by the qualified column name found in the result source.
SPACE_PLACEHOLDER - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
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(String, ForeignKeyDirection, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
 
split(String, String) - Static method in class org.hibernate.util.StringHelper
 
split(String, String, boolean) - Static method in class org.hibernate.util.StringHelper
 
sql(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Expression
Deprecated. use Restrictions.sqlRestriction(String, Object[], Type[])
sql(String, Object, Type) - Static method in class org.hibernate.criterion.Expression
Deprecated. use Restrictions.sqlRestriction(String, Object, Type)
sql(String) - Static method in class org.hibernate.criterion.Expression
Deprecated. use Restrictions.sqlRestriction(String)
sql - Variable in class org.hibernate.loader.JoinWalker
 
sql - Variable in class org.hibernate.loader.OuterJoinLoader
 
SQL_EXCEPTION_CONVERTER - Static variable in class org.hibernate.cfg.Environment
The SQLExceptionConverter to use for converting SQLExceptions to Hibernate's JDBCException hierarchy.
SQL_NE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
SQL_NE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
SQL_NE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
SQL_NODE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
SQL_STATEMENT_LOGGER - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
 
SQL_TOKEN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
SQL_TOKEN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
sqlAlterStrings(Dialect, Mapping, TableMetadata, String, String) - Method in class org.hibernate.mapping.Table
 
SqlASTFactory - Class in org.hibernate.hql.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.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) - Method in class org.hibernate.mapping.UniqueKey
 
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.SimpleAuxiliaryDatabaseObject
 
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.id.enhanced.DatabaseStructure
Commands needed to create the underlying structures.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
Commands needed to create the underlying structures.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
The SQL required to create the underlying database objects.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
The SQL required to create the underlying database objects.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
Commands needed to create the underlying structures.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
The SQL required to create the underlying database objects.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.TableGenerator
 
SQLCriterion - Class in org.hibernate.criterion
A SQL fragment.
SQLCriterion(String, Object[], Type[]) - 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
 
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.SimpleAuxiliaryDatabaseObject
 
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.id.enhanced.DatabaseStructure
Commands needed to drop the underlying structures.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
Commands needed to drop the underlying structures.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
The SQL required to remove the underlying database objects.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
The SQL required to remove the underlying database objects.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
Commands needed to drop the underlying structures.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
The SQL required to remove the underlying database objects.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.TableGenerator
 
SQLExceptionConverter - Interface in org.hibernate.exception
Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
SQLExceptionConverterFactory - Class in org.hibernate.exception
A factory for building SQLExceptionConverter instances.
SqlFragment - Class in org.hibernate.hql.ast.tree
Represents an SQL fragment in the AST.
SqlFragment() - Constructor for class org.hibernate.hql.ast.tree.SqlFragment
 
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
 
SQLFunctionRegistry(Dialect, Map) - Constructor for class org.hibernate.dialect.function.SQLFunctionRegistry
 
sqlFunctions - Variable in class org.hibernate.cfg.Configuration
 
SQLFunctionTemplate - Class in org.hibernate.dialect.function
Represents HQL functions that can have different representations in different SQL dialects.
SQLFunctionTemplate(Type, String) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
 
SQLFunctionTemplate(Type, String, boolean) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
 
SqlGenerator - Class in org.hibernate.hql.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.ast.SqlGenerator
 
SqlGeneratorBase - Class in org.hibernate.hql.antlr
SQL Generator Tree Parser, providing SQL rendering of SQL ASTs produced by the previous phase, HqlSqlWalker.
SqlGeneratorBase() - Constructor for class org.hibernate.hql.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
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.ast.tree
A base AST node for the intermediate tree.
SqlNode() - Constructor for class org.hibernate.hql.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
 
sqlqueries - Variable in class org.hibernate.cfg.Mappings
 
SQLQuery - Interface in org.hibernate
Allows the user to declare the types and select list injection points of all entities returned by the query.
SQLQueryImpl - Class in org.hibernate.impl
Implements SQL query passthrough.
SQLQueryParser - Class in org.hibernate.loader.custom.sql
 
SQLQueryParser(String, SQLQueryParser.ParserContext) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser
 
SQLQueryParser.ParameterSubstitutionRecognizer - Class in org.hibernate.loader.custom.sql
 
SQLQueryParser.ParameterSubstitutionRecognizer() - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
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
 
sqlRestriction(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Restrictions
Apply a constraint expressed in SQL, with the given JDBC parameters.
sqlRestriction(String, Object, Type) - Static method in class org.hibernate.criterion.Restrictions
Apply a constraint expressed in SQL, with the given JDBC parameter.
sqlRestriction(String) - Static method in class org.hibernate.criterion.Restrictions
Apply a constraint expressed in SQL.
sqlResultSetMappings - Variable in class org.hibernate.cfg.Configuration
Map result set name, result set description
SQLServerDialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2000 and 2005
SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLStateConverter - Class in org.hibernate.exception
A SQLExceptionConverter implementation which performs converion based on the underlying SQLState.
SQLStateConverter(ViolatedConstraintNameExtracter) - Constructor for class org.hibernate.exception.SQLStateConverter
 
SQLStatementLogger - Class in org.hibernate.jdbc.util
Centralize logging handling for SQL statements.
SQLStatementLogger() - Constructor for class org.hibernate.jdbc.util.SQLStatementLogger
Constructs a new SQLStatementLogger instance.
SQLStatementLogger(boolean, boolean) - Constructor for class org.hibernate.jdbc.util.SQLStatementLogger
Constructs a new SQLStatementLogger instance.
sqlTemporaryTableCreateString(Dialect, Mapping) - Method in class org.hibernate.mapping.Table
 
sqlToken(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
SqlTokenTypes - Interface in org.hibernate.hql.antlr
 
sqlType() - Method in class org.hibernate.type.AbstractBynaryType
 
sqlType() - Method in class org.hibernate.type.AbstractCharArrayType
 
sqlType() - Method in class org.hibernate.type.AdaptedImmutableType
 
sqlType() - Method in class org.hibernate.type.BigDecimalType
 
sqlType() - Method in class org.hibernate.type.BigIntegerType
 
sqlType() - Method in class org.hibernate.type.BooleanType
 
sqlType() - Method in class org.hibernate.type.ByteType
 
sqlType() - Method in class org.hibernate.type.CalendarDateType
 
sqlType() - Method in class org.hibernate.type.CalendarType
 
sqlType() - Method in class org.hibernate.type.CharacterType
 
sqlType() - Method in class org.hibernate.type.CharBooleanType
 
sqlType() - Method in class org.hibernate.type.ClassType
 
sqlType() - Method in class org.hibernate.type.CurrencyType
 
sqlType() - Method in class org.hibernate.type.DateType
 
sqlType() - Method in class org.hibernate.type.DoubleType
 
sqlType() - Method in class org.hibernate.type.FloatType
 
sqlType() - Method in class org.hibernate.type.IntegerType
 
sqlType() - Method in class org.hibernate.type.LocaleType
 
sqlType() - Method in class org.hibernate.type.LongType
 
sqlType() - Method in class org.hibernate.type.NullableType
A convenience form of NullableType.sqlTypes(org.hibernate.engine.Mapping), returning just a single type value since these are explicitly dealing with single column mappings.
sqlType() - Method in class org.hibernate.type.NumericBooleanType
A convenience form of NullableType.sqlTypes(org.hibernate.engine.Mapping), returning just a single type value since these are explicitly dealing with single column mappings.
sqlType() - Method in class org.hibernate.type.SerializableType
 
sqlType() - Method in class org.hibernate.type.ShortType
 
sqlType() - Method in class org.hibernate.type.StringType
 
sqlType() - Method in class org.hibernate.type.TextType
 
sqlType() - Method in class org.hibernate.type.TimestampType
 
sqlType() - Method in class org.hibernate.type.TimeType
 
sqlType() - Method in class org.hibernate.type.TimeZoneType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.AnyType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.BlobType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.ClobType
 
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(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.NullableType
 
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 SQL type codes 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.
sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
StaleObjectStateException - Exception in org.hibernate
A StaleStateException that carries information about a particular entity instance that was the source of the failure.
StaleObjectStateException(String, Serializable) - Constructor for exception org.hibernate.StaleObjectStateException
 
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
 
StandardDialectResolver - Class in org.hibernate.dialect.resolver
The standard Hibernate resolver.
StandardDialectResolver() - Constructor for class org.hibernate.dialect.resolver.StandardDialectResolver
 
StandardJDBCEscapeFunction - Class in org.hibernate.dialect.function
Analogous to StandardSQLFunction except that standard JDBC escape sequences (i.e.
StandardJDBCEscapeFunction(String) - Constructor for class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
StandardJDBCEscapeFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
StandardProperty - Class in org.hibernate.tuple
Represents a basic property within the Hibernate runtime-metamodel.
StandardProperty(String, String, Type, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.StandardProperty
Constructs StandardProperty instances.
StandardQueryCache - Class in org.hibernate.cache
The standard implementation of the Hibernate QueryCache interface.
StandardQueryCache(Settings, Properties, UpdateTimestampsCache, String) - Constructor for class org.hibernate.cache.StandardQueryCache
 
StandardQueryCacheFactory - Class in org.hibernate.cache
Standard Hibernate implementation of the QueryCacheFactory interface.
StandardQueryCacheFactory() - Constructor for class org.hibernate.cache.StandardQueryCacheFactory
 
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.
STAR - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
STAR - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
STAR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
start(Properties) - Method in class org.hibernate.cache.AbstractJndiBoundCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in interface org.hibernate.cache.CacheProvider
Deprecated. Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class org.hibernate.cache.EhCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class org.hibernate.cache.HashtableCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Settings, Properties) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
start(Settings, Properties) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
start(Settings, Properties) - Method in class org.hibernate.cache.jbc2.builder.JndiMultiplexingCacheInstanceManager
 
start(Settings, Properties) - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Lifecycle callback to perform any necessary initialization of the CacheInstanceManager.
start(Settings, Properties) - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Lifecycle callback to perform any necessary initialization of the CacheInstanceManager.
start(Settings, Properties) - Method in interface org.hibernate.cache.jbc2.CacheInstanceManager
Lifecycle callback to perform any necessary initialization of the CacheInstanceManager.
start(Settings, Properties) - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
start(Properties) - Method in class org.hibernate.cache.NoCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class org.hibernate.cache.OptimisticTreeCacheProvider
Prepare the underlying JBossCache TreeCache instance.
start(Properties) - Method in class org.hibernate.cache.OSCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Settings, Properties) - Method in interface org.hibernate.cache.RegionFactory
Lifecycle callback to perform any necessary initialization of the underlying cache implementation(s).
start(Properties) - Method in class org.hibernate.cache.SingletonEhCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class org.hibernate.cache.SwarmCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class org.hibernate.cache.TreeCacheProvider
Prepare the underlying JBossCache TreeCache instance.
START - Static variable in class org.hibernate.criterion.MatchMode
Match the start of the string to the pattern
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.ClauseParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.FromParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.GroupByParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.OrderByParser
 
start(QueryTranslatorImpl) - Method in interface org.hibernate.hql.classic.Parser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PreprocessingParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.WhereParser
 
start() - Method in class org.hibernate.jmx.HibernateService
 
start() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Create the SessionFactory and bind to the jndi name on startup
startingTestSuite(TestSuite) - Method in interface org.hibernate.junit.TestSuiteVisitor.Handler
 
startsWithEscapeCallTemplate(String) - Static method in class org.hibernate.engine.query.ParameterParser
 
stateField() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
StatefulPersistenceContext - Class in org.hibernate.engine
A PersistenceContext represents the state of persistent "stuff" which Hibernate is tracking.
StatefulPersistenceContext(SessionImplementor) - Constructor for class org.hibernate.engine.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.

A stateless session does not implement a first-level cache nor interact with any second-level cache, nor does it implement transactional write-behind or automatic dirty checking, nor do operations cascade to associated instances.
StatelessSessionImpl - Class in org.hibernate.impl
 
statement() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
statement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
statement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
Statement - Interface in org.hibernate.hql.ast.tree
Common interface modeling the different HQL statements (i.e., INSERT, UPDATE, DELETE, SELECT).
STATEMENT_BATCH_SIZE - Static variable in class org.hibernate.cfg.Environment
Maximum JDBC batch size.
STATEMENT_FETCH_SIZE - Static variable in class org.hibernate.cfg.Environment
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
StatementExecutor - Interface in org.hibernate.hql.ast.exec
Encapsulates the strategy required to execute various types of update, delete, and insert statements issued through HQL.
Statistics - Interface in org.hibernate.stat
Statistics for a particular SessionFactory.
StatisticsImpl - Class in org.hibernate.stat
 
StatisticsImpl() - Constructor for class org.hibernate.stat.StatisticsImpl
 
StatisticsImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.stat.StatisticsImpl
 
StatisticsImplementor - Interface in org.hibernate.stat
Statistics SPI for the Hibernate core
StatisticsService - Class in org.hibernate.jmx
JMX service for Hibernate statistics

Register this MBean in your JMX server for a specific session factory
StatisticsService() - Constructor for class org.hibernate.jmx.StatisticsService
 
StatisticsServiceMBean - Interface in org.hibernate.jmx
MBean exposing Session Factory statistics
Status - Class in org.hibernate.engine
Represents the status of an entity with respect to this session.
stop() - Method in class org.hibernate.cache.AbstractJndiBoundCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in interface org.hibernate.cache.CacheProvider
Deprecated. Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class org.hibernate.cache.EhCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class org.hibernate.cache.HashtableCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
stop() - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
stop() - Method in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Lifecycle callback to perform any necessary cleanup of the underlying CacheInstanceManager.
stop() - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Lifecycle callback to perform any necessary cleanup of the underlying CacheInstanceManager.
stop() - Method in interface org.hibernate.cache.jbc2.CacheInstanceManager
Lifecycle callback to perform any necessary cleanup of the underlying CacheInstanceManager.
stop() - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
stop() - Method in class org.hibernate.cache.NoCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class org.hibernate.cache.OptimisticTreeCacheProvider
 
stop() - Method in class org.hibernate.cache.OSCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in interface org.hibernate.cache.RegionFactory
Lifecycle callback to perform any necessary cleanup of the underlying cache implementation(s).
stop() - Method in class org.hibernate.cache.SingletonEhCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class org.hibernate.cache.SwarmCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class org.hibernate.cache.TreeCacheProvider
 
stop() - Method in class org.hibernate.jmx.HibernateService
 
stop() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Unbind the SessionFactory or stub from JNDI
stopSharedCache(Cache) - Method in class org.hibernate.cache.jbc2.builder.JndiSharedCacheInstanceManager
No-op; we don't own the cache so we shouldn't stop it.
stopSharedCache(Cache) - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Stops the shared cache.
STRING - Static variable in class org.hibernate.Hibernate
Hibernate string type.
StringHelper - Class in org.hibernate.util
 
stringToObject(String) - Method in class org.hibernate.type.AbstractCharArrayType
 
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.CharacterType
 
stringToObject(String) - Method in class org.hibernate.type.CharBooleanType
 
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.ShortType
 
stringToObject(String) - Method in class org.hibernate.type.StringType
 
StringType - Class in org.hibernate.type
string: A type that maps an SQL VARCHAR to a Java String.
StringType() - Constructor for class org.hibernate.type.StringType
 
structure(Object) - Method in interface org.hibernate.cache.entry.CacheEntryStructure
 
structure(Object) - Method in class org.hibernate.cache.entry.StructuredCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.entry.StructuredCollectionCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.entry.StructuredMapCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.entry.UnstructuredCacheEntry
 
StructuredCacheEntry - Class in org.hibernate.cache.entry
 
StructuredCacheEntry(EntityPersister) - Constructor for class org.hibernate.cache.entry.StructuredCacheEntry
 
StructuredCollectionCacheEntry - Class in org.hibernate.cache.entry
 
StructuredCollectionCacheEntry() - Constructor for class org.hibernate.cache.entry.StructuredCollectionCacheEntry
 
StructuredMapCacheEntry - Class in org.hibernate.cache.entry
 
StructuredMapCacheEntry() - Constructor for class org.hibernate.cache.entry.StructuredMapCacheEntry
 
Subclass - Class in org.hibernate.mapping
A sublass in a table-per-class-hierarchy mapping
Subclass(PersistentClass) - Constructor for class org.hibernate.mapping.Subclass
 
SUBCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
subList(int, int) - Method in class org.hibernate.collection.PersistentBag
 
subList(int, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
subList(int, int) - Method in class org.hibernate.collection.PersistentList
 
subMap(Object, Object) - Method in class org.hibernate.collection.PersistentSortedMap
 
Subqueries - Class in org.hibernate.criterion
Factory class for criterion instances that represent expressions involving subqueries.
Subqueries() - Constructor for class org.hibernate.criterion.Subqueries
 
subQuery() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
SubqueryExpression - Class in org.hibernate.criterion
 
SubqueryExpression(String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SubqueryExpression
 
SubselectCollectionLoader - Class in org.hibernate.loader.collection
Implements subselect fetching for a collection
SubselectCollectionLoader(QueryableCollection, String, Collection, QueryParameters, Map, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.SubselectCollectionLoader
 
SubselectFetch - Class in org.hibernate.engine
 
SubselectFetch(String, Loadable, QueryParameters, Set, Map) - Constructor for class org.hibernate.engine.SubselectFetch
 
SubselectOneToManyLoader - Class in org.hibernate.loader.collection
Implements subselect fetching for a one to many association
SubselectOneToManyLoader(QueryableCollection, String, Collection, QueryParameters, Map, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.SubselectOneToManyLoader
 
subSet(Object, Object) - Method in class org.hibernate.collection.PersistentSortedSet
 
substituteValuesIfNecessary(Object, Serializable, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.event.def.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.def.DefaultReplicateEventListener
 
suffix(String[], String) - Static method in class org.hibernate.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
SUM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
SUM - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
SUM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
SunONETransactionManagerLookup - Class in org.hibernate.transaction
TransactionManagerLookup strategy for Sun ONE Application Server 7 and above
SunONETransactionManagerLookup() - Constructor for class org.hibernate.transaction.SunONETransactionManagerLookup
 
SUPERCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
supportsAggressiveRelease() - Method in class org.hibernate.connection.C3P0ConnectionProvider
Does this connection provider support aggressive release of JDBC connections and re-acquistion of those connections (if need be) later?

This is used in conjunction with org.hibernate.cfg.Environment.RELEASE_CONNECTIONS to aggressively release JDBC connections.

supportsAggressiveRelease() - Method in interface org.hibernate.connection.ConnectionProvider
Does this connection provider support aggressive release of JDBC connections and re-acquistion of those connections (if need be) later?

This is used in conjunction with org.hibernate.cfg.Environment.RELEASE_CONNECTIONS to aggressively release JDBC connections.

supportsAggressiveRelease() - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.connection.ProxoolConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.test.tm.ConnectionProviderImpl
 
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
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.Dialect
 
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
 
supportsCheck() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsCircularCascadeDelete() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
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.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.TimesTenDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsCommentOn() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.InformixDialect
 
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.PostgreSQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Cache71Dialect
 
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.PostgreSQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.TimesTenDialect
 
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.  
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.PostgreSQLDialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.junit.functional.FunctionalTestCase
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...
supportsForUpdate() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsForUpdate() - Method in class org.hibernate.dialect.MimerSQLDialect
Support the FOR UPDATE syntax? For now, returns false since the current version of the Mimer SQL JDBC Driver does not support updatable resultsets.
supportsForUpdateNowait() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsForUpdateOf() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsForUpdateOf() - Method in class org.hibernate.dialect.IngresDialect
Does this dialect support FOR UPDATE OF, allowing particular rows to be locked?
supportsIdentityColumns() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.Dialect
Does this dialect support identity column key generation?
supportsIdentityColumns() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.InformixDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.JDataStoreDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.MimerSQLDialect
TODO: Check if Mimer SQL cannot handle the way DB2 does
supportsIdentityColumns() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsIdGenWithBulkInsertion(IdentifierGenerator) - Static method in class org.hibernate.hql.ast.HqlSqlWalker
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.Dialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.Dialect
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.SybaseAnywhereDialect
 
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
 
supportsLimit() - Method in class org.hibernate.dialect.Dialect
Does this dialect support some form of limiting query results via a SQL clause?
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
Does this Dialect have some kind of LIMIT syntax?
supportsLimit() - Method in class org.hibernate.dialect.InterbaseDialect
 
supportsLimit() - Method in class org.hibernate.dialect.MimerSQLDialect
Mimer SQL does not support limit
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.PostgreSQLDialect
 
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
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Dialect
Does this dialect's LIMIT support (if any) additionally support specifying an offset?
supportsLimitOffset() - Method in class org.hibernate.dialect.InformixDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.IngresDialect
Does this dialect support an offset?
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
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.Dialect
Does the dialect support propogating 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.SQLServerDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.junit.functional.FunctionalTestCase
Does the current dialect support propogating changes to LOB values back to the database? Talking about mutating the underlying value as opposed to supplying a new LOB instance...
supportsNotNullUnique() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsNotNullUnique() - Method in class org.hibernate.dialect.Dialect
 
supportsNotNullUnique() - Method in class org.hibernate.dialect.IngresDialect
Ingres explicitly needs "unique not null", because "with null" is default
supportsOrdinalParameterMetadata() - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
 
supportsOrdinalParameterMetadata() - Method in interface org.hibernate.hql.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.MimerSQLDialect
For now, simply return false since we don't updatable result sets.
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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 ...

DB2 is know to support parameters in the SELECT clause, but only in casted form (see DB2Dialect.requiresCastingOfParametersInSelectClause()).

supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.Dialect
Does this dialect support parameters within the SELECT clause of INSERT ...
supportsParent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
supportsParent() - Method in class org.hibernate.tuple.ElementWrapper
 
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.Oracle8iDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsPooledSequences() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
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
 
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.junit.functional.FunctionalTestCase
 
supportsSequences() - Method in class org.hibernate.dialect.Cache71Dialect
 
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
 
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
Does this dialect support sequences?
supportsSequences() - Method in class org.hibernate.dialect.InterbaseDialect
 
supportsSequences() - Method in class org.hibernate.dialect.MckoiDialect
 
supportsSequences() - Method in class org.hibernate.dialect.MimerSQLDialect
Mimer SQL supports sequences
supportsSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsSequences() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsSequences() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.SAPDBDialect
 
supportsSequences() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsSequences() - Method in class org.hibernate.dialect.TimesTenDialect
 
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
 
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
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
 
supportsSubselectOnLeftSideIn() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
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
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Dialect
Does this dialect support temporary tables?
supportsTemporaryTables() - Method in class org.hibernate.dialect.H2Dialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.HSQLDialect
HSQL does not really support temp tables; just take advantage of the fact that it is a single user db...
supportsTemporaryTables() - Method in class org.hibernate.dialect.IngresDialect
Does this dialect support temporary tables?
supportsTemporaryTables() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsTemporaryTables() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.SAPDBDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.TimesTenDialect
 
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.junit.functional.FunctionalTestCase
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.

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.Oracle8iDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsUnionAll() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsUnique() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsUnique() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the UNIQUE column syntax?
supportsUnique() - Method in class org.hibernate.dialect.H2Dialect
 
supportsUnique() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsUnique() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support adding Unique constraints via create and alter table ?
supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
RDMS does not support adding Unique constraints via create and alter table.
supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.TimesTenDialect
 
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.Dialect
Does this dialect support bind variables (i.e., prepared statememnt parameters) for its limit/offset?
supportsVariableLimit() - Method in class org.hibernate.dialect.InformixDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.IngresDialect
 
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() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
Tell the TransactionManager to suspend any ongoing transaction.
suspend() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
suspend() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
suspendAndGet(Object, Option, boolean) - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
Performs a JBoss Cache get(Fqn, Object) after first suspending any ongoing transaction.
SwarmCache - Class in org.hibernate.cache
 
SwarmCache(ObjectCache, String) - Constructor for class org.hibernate.cache.SwarmCache
 
SwarmCacheProvider - Class in org.hibernate.cache
Support for SwarmCache replicated cache.
SwarmCacheProvider() - Constructor for class org.hibernate.cache.SwarmCacheProvider
 
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
 
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
 
SybaseASE15Dialect - Class in org.hibernate.dialect
An SQL dialect compatible with Sybase and MS SQL Server.
SybaseASE15Dialect() - Constructor for class org.hibernate.dialect.SybaseASE15Dialect
 
SybaseDialect - Class in org.hibernate.dialect
Deprecated. SybaseASE15Dialect or SQLServerDialect should be used instead.
SybaseDialect() - Constructor for class org.hibernate.dialect.SybaseDialect
Deprecated.  
synchronizedTables - Variable in class org.hibernate.mapping.PersistentClass
 
SyntheticAndFactory - Class in org.hibernate.hql.ast.util
Creates synthetic and nodes based on the where fragment part of a JoinSequence.
SyntheticAndFactory(HqlSqlWalker) - Constructor for class org.hibernate.hql.ast.util.SyntheticAndFactory
 

T

TABLE - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table name for the generated id
TABLE - Static variable in class org.hibernate.id.TableGenerator
The table parameter
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_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
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 - Class in org.hibernate.id
An IdentifierGenerator that uses a database table to store the last generated value.
TableGenerator() - Constructor for class org.hibernate.id.TableGenerator
 
TableHiLoGenerator - Class in org.hibernate.id
hilo

An IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm.
TableHiLoGenerator() - Constructor for class org.hibernate.id.TableHiLoGenerator
 
tableJoin(AST, AST) - Method in class org.hibernate.hql.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.ImprovedNamingStrategy
Convert mixed case to underscores
tableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Alter the table name given in the mapping document
tableNameBinding - Variable in class org.hibernate.cfg.Configuration
 
tableNameBinding - Variable in class org.hibernate.cfg.Mappings
binding between logical table name and physical one (ie after the naming strategy has been applied)
TableOwner - Interface in org.hibernate.mapping
Interface allowing to differenciate SubClasses from Classes, JoinedSubClasses and UnionSubClasses The first one has not its own table while the others have
tables - Variable in class org.hibernate.cfg.Configuration
 
tables - Variable in class org.hibernate.cfg.Mappings
 
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
TableStructure - Class in org.hibernate.id.enhanced
Describes a table used to mimic sequence behavior
TableStructure(Dialect, String, String, int, int) - Constructor for class org.hibernate.id.enhanced.TableStructure
 
tailMap(Object) - Method in class org.hibernate.collection.PersistentSortedMap
 
tailSet(Object) - Method in class org.hibernate.collection.PersistentSortedSet
 
target - Variable in class org.hibernate.bytecode.javassist.BulkAccessor
 
tearDown() - Method in class org.hibernate.junit.AbstractClassLoaderIsolatedTestCase
 
tearDown() - Method in class org.hibernate.junit.functional.FunctionalTestCase
Override TestCase.tearDown() to tear down the execution environment if it is locally managed.
tearDown() - Method in class org.hibernate.junit.functional.FunctionalTestClassTestSuite
 
Template - Class in org.hibernate.sql
Parses SQL fragments specified in mapping documents
TEMPLATE - Static variable in class org.hibernate.sql.Template
 
TemplatedViolatedConstraintNameExtracter - Class in org.hibernate.exception
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.TemplatedViolatedConstraintNameExtracter
 
tempList - Variable in class org.hibernate.collection.PersistentSet
 
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
testEmptySecondLevelCacheEntry() - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
 
testQueryCacheInvalidation() - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
 
testStaleWritesLeaveCacheConsistent() - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
 
TestSuiteVisitor - Class in org.hibernate.junit
Handles walking a TestSuite hierarchy for recognition of individual tests.
TestSuiteVisitor(TestSuiteVisitor.Handler) - Constructor for class org.hibernate.junit.TestSuiteVisitor
 
TestSuiteVisitor.Handler - Interface in org.hibernate.junit
 
TEXT - Static variable in class org.hibernate.Hibernate
Hibernate text type.
TextType - Class in org.hibernate.type
text: A type that maps an SQL CLOB to a Java String.
TextType() - Constructor for class org.hibernate.type.TextType
 
THEN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
THEN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
THEN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
THETA_JOINS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
THETA_JOINS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
thetaJoins(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
ThreadLocalSessionContext - Class in org.hibernate.context
A CurrentSessionContext impl which scopes the notion of current session by the current thread of execution.
ThreadLocalSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.ThreadLocalSessionContext
 
ThreadLocalSessionContext.CleanupSynch - Class in org.hibernate.context
JTA transaction synch used for cleanup of the internal session map.
ThreadLocalSessionContext.CleanupSynch(SessionFactory) - Constructor for class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch
 
throwIfNull(Object, Serializable, String) - Static method in exception org.hibernate.UnresolvableObjectException
 
throwQueryException() - Method in class org.hibernate.hql.ast.ErrorCounter
 
throwQueryException() - Method in interface org.hibernate.hql.ast.ParseErrorHandler
 
TIME - Static variable in class org.hibernate.Hibernate
Hibernate time type.
TIMESTAMP - Static variable in class org.hibernate.Hibernate
Hibernate timestamp type.
TIMESTAMP_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Name of the configuration that should be used for timestamp caches.
Timestamper - Class in org.hibernate.cache
Generates increasing identifiers (in a single VM only).
TimestampsRegion - Interface in org.hibernate.cache
Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
TimestampsRegionAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically briding TimestampsRegion to Cache.
TimestampsRegionAdapter(Cache, Settings) - Constructor for class org.hibernate.cache.impl.bridge.TimestampsRegionAdapter
 
TimestampsRegionImpl - Class in org.hibernate.cache.jbc2.timestamp
Defines the behavior of the timestamps cache region for JBossCache 2.x.
TimestampsRegionImpl(Cache, String, String, Properties) - Constructor for class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
Create a new TimestampsRegionImpl.
TimestampType - Class in org.hibernate.type
timestamp: A type that maps an SQL TIMESTAMP to a Java java.util.Date or java.sql.Timestamp.
TimestampType() - Constructor for class org.hibernate.type.TimestampType
 
TimesTenDialect - Class in org.hibernate.dialect
A SQL dialect for TimesTen 5.1.
TimesTenDialect() - Constructor for class org.hibernate.dialect.TimesTenDialect
 
TimeType - Class in org.hibernate.type
time: A type that maps an SQL TIME to a Java java.util.Date or java.sql.Time.
TimeType() - Constructor for class org.hibernate.type.TimeType
 
TIMEZONE - Static variable in class org.hibernate.Hibernate
Hibernate timezone type.
TimeZoneType - Class in org.hibernate.type
timezone: A type that maps an SQL VARCHAR to a java.util.TimeZone
TimeZoneType() - Constructor for class org.hibernate.type.TimeZoneType
 
to2DIntArray(Collection) - Static method in class org.hibernate.util.ArrayHelper
 
to2DStringArray(Collection) - Static method in class org.hibernate.util.ArrayHelper
 
TO_LIST - Static variable in class org.hibernate.transform.Transformers
Each row of results is a List
toAliasString(String) - Method in class org.hibernate.sql.Alias
 
toAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toArray() - Method in class org.hibernate.collection.PersistentBag
 
toArray(Object[]) - Method in class org.hibernate.collection.PersistentBag
 
toArray() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
toArray(Object[]) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
toArray() - Method in class org.hibernate.collection.PersistentList
 
toArray(Object[]) - Method in class org.hibernate.collection.PersistentList
 
toArray() - Method in class org.hibernate.collection.PersistentSet
 
toArray(Object[]) - Method in class org.hibernate.collection.PersistentSet
 
toArray() - Method in class org.hibernate.util.IdentitySet
 
toArray(Object[]) - Method in class org.hibernate.util.IdentitySet
 
toBooleanArray(Collection) - Static method in class org.hibernate.util.ArrayHelper
 
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.PostgreSQLDialect
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.AnyType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.BlobType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ClobType
 
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.NullableType
 
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, String, boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
toColumns(String, String, boolean, boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
 
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
 
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
Given a query alias and a property path, return the qualified column name
toColumns(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a property path, return the corresponding column name(s).
toExternalFormat(byte[]) - Method in class org.hibernate.type.AbstractBynaryType
Convert the byte[] into the expected object type
toExternalFormat(char[]) - Method in class org.hibernate.type.AbstractCharArrayType
Convert the char[] into the expected object type
toExternalFormat(byte[]) - Method in class org.hibernate.type.BinaryType
 
toExternalFormat(char[]) - Method in class org.hibernate.type.CharacterArrayType
 
toExternalFormat(char[]) - Method in class org.hibernate.type.CharArrayType
 
toExternalFormat(byte[]) - Method in class org.hibernate.type.WrapperBinaryType
 
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
 
toFromFragmentString() - Method in class org.hibernate.sql.ANSIJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.JoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.OracleJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.QueryJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
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.ast.util.JoinProcessor
Translates an AST join type (i.e., the token type) into a JoinFragment.XXX join type.
toInt(byte[]) - Static method in class org.hibernate.util.BytesHelper
 
toIntArray(Collection) - Static method in class org.hibernate.util.ArrayHelper
 
toInternalFormat(Object) - Method in class org.hibernate.type.AbstractBynaryType
Convert the object into the internal byte[] representation
toInternalFormat(Object) - Method in class org.hibernate.type.AbstractCharArrayType
Convert the object into the internal char[] representation
toInternalFormat(Object) - Method in class org.hibernate.type.BinaryType
 
toInternalFormat(Object) - Method in class org.hibernate.type.CharacterArrayType
 
toInternalFormat(Object) - Method in class org.hibernate.type.CharArrayType
 
toInternalFormat(Object) - Method in class org.hibernate.type.WrapperBinaryType
 
toJoinFragment() - Method in class org.hibernate.engine.JoinSequence
 
toJoinFragment(Map, boolean) - Method in class org.hibernate.engine.JoinSequence
 
toJoinFragment(Map, boolean, String, String) - Method in class org.hibernate.engine.JoinSequence
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.ClauseParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.FromParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.GroupByParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.OrderByParser
 
token(String, QueryTranslatorImpl) - Method in interface org.hibernate.hql.classic.Parser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PreprocessingParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.WhereParser
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ExistsSubqueryExpression
 
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.util.ArrayHelper
 
toList(Iterator) - Static method in class org.hibernate.util.ArrayHelper
 
ToListResultTransformer - Class in org.hibernate.transform
Tranforms each result row from a tuple into a List, such that what you end up with is a List of Lists.
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.BlobType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ClobType
 
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.MetaType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.NullableType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
A representation of the value to be embedded in a log file.
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.LoggableUserType
Generate a loggable string representation of the collection (value).
toLowerCase(String) - Static method in class org.hibernate.util.StringHelper
 
toMap() - Method in interface org.hibernate.cache.Cache
Deprecated. optional operation
toMap() - Method in class org.hibernate.cache.EhCache
 
toMap() - Method in class org.hibernate.cache.HashtableCache
 
toMap() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
toMap() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
toMap() - Method in class org.hibernate.cache.OptimisticTreeCache
 
toMap() - Method in class org.hibernate.cache.OSCache
 
toMap() - Method in interface org.hibernate.cache.Region
Get the contents of this region as a map.
toMap() - Method in class org.hibernate.cache.SwarmCache
 
toMap() - Method in class org.hibernate.cache.TreeCache
 
toMap(String, String, Properties) - Static method in class org.hibernate.util.PropertiesHelper
Constructs a map from a property value.
toMatchString(String) - Method in class org.hibernate.criterion.MatchMode
convert the pattern, by appending/prepending "%"
TooManyRowsAffectedException - Exception in org.hibernate.jdbc
Indicates that more rows were affected then we were expecting to be.
TooManyRowsAffectedException(String, int, int) - Constructor for exception org.hibernate.jdbc.TooManyRowsAffectedException
 
ToOne - Class in org.hibernate.mapping
A simple-point association (ie.
ToOne(Table) - Constructor for class org.hibernate.mapping.ToOne
 
toQueryString() - Method in class org.hibernate.sql.QuerySelect
 
toResultSetType() - Method in class org.hibernate.ScrollMode
 
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, int, CriteriaQuery) - Method in class org.hibernate.criterion.CountProjection
 
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
 
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
 
toStatementString() - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
 
toStatementString() - Method in class org.hibernate.sql.Delete
 
toStatementString() - Method in class org.hibernate.sql.Insert
 
toStatementString() - Method in class org.hibernate.sql.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.CollectionAction
 
toString() - Method in class org.hibernate.action.DelayedPostInsertIdentifier
 
toString() - Method in class org.hibernate.action.EntityAction
 
toString() - Method in class org.hibernate.auction.AuctionItem
 
toString() - Method in class org.hibernate.auction.Bid
 
toString() - Method in class org.hibernate.auction.BuyNow
 
toString() - Method in class org.hibernate.auction.Name
 
toString() - Method in class org.hibernate.auction.User
 
toString() - Method in class org.hibernate.bytecode.javassist.FastClass
 
toString() - Method in class org.hibernate.cache.access.AccessType
 
toString() - Method in class org.hibernate.cache.CacheKey
 
toString() - Method in class org.hibernate.cache.EhCache
 
toString() - Method in class org.hibernate.cache.entry.CacheEntry
 
toString() - Method in class org.hibernate.cache.entry.CollectionCacheEntry
 
toString() - Method in class org.hibernate.cache.FilterKey
 
toString() - Method in class org.hibernate.cache.HashtableCache
 
toString() - Method in class org.hibernate.cache.jbc2.util.DataVersionAdapter
 
toString() - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
toString() - Method in class org.hibernate.cache.OptimisticTreeCache.DataVersionAdapter
 
toString() - Method in class org.hibernate.cache.OptimisticTreeCache
 
toString() - Method in class org.hibernate.cache.OSCache
 
toString() - Method in class org.hibernate.cache.QueryKey
 
toString() - Method in class org.hibernate.cache.ReadOnlyCache
 
toString() - Method in class org.hibernate.cache.ReadWriteCache.Item
 
toString() - Method in class org.hibernate.cache.ReadWriteCache.Lock
 
toString() - Method in class org.hibernate.cache.ReadWriteCache
 
toString() - Method in class org.hibernate.cache.StandardQueryCache
 
toString() - Method in class org.hibernate.cache.SwarmCache
 
toString() - Method in class org.hibernate.cache.TransactionalCache
 
toString() - Method in class org.hibernate.cache.TreeCache
 
toString() - Method in class org.hibernate.cache.UpdateTimestampsCache
 
toString() - Method in class org.hibernate.CacheMode
 
toString() - Method in class org.hibernate.collection.PersistentBag
 
toString() - Method in class org.hibernate.collection.PersistentList
 
toString() - Method in class org.hibernate.collection.PersistentMap
 
toString() - Method in class org.hibernate.collection.PersistentSet
 
toString() - Method in class org.hibernate.ConnectionReleaseMode
Override of Object.toString().
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
 
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.MatchMode
 
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.dialect.ResultColumnReferenceStrategy
 
toString() - Method in class org.hibernate.engine.ActionQueue
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.CascadeStyle.MultipleCascadeStyle
 
toString() - Method in class org.hibernate.engine.CollectionEntry
 
toString() - Method in class org.hibernate.engine.CollectionKey
 
toString() - Method in class org.hibernate.engine.EntityEntry
 
toString() - Method in class org.hibernate.engine.EntityKey
 
toString() - Method in class org.hibernate.engine.EntityUniqueKey
 
toString() - Method in class org.hibernate.engine.IdentifierValue
 
toString() - Method in class org.hibernate.engine.JoinSequence
 
toString() - Method in class org.hibernate.engine.loading.CollectionLoadContext
 
toString() - Method in class org.hibernate.engine.loading.EntityLoadContext
 
toString() - Method in class org.hibernate.engine.loading.LoadingCollectionEntry
 
toString() - Method in class org.hibernate.engine.NamedQueryDefinition
 
toString() - Method in interface org.hibernate.engine.PersistenceContext
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.StatefulPersistenceContext
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.Status
 
toString() - Method in class org.hibernate.engine.SubselectFetch
 
toString() - Method in class org.hibernate.engine.TypedValue
 
toString() - Method in class org.hibernate.engine.ValueInclusion
 
toString() - Method in class org.hibernate.engine.VersionValue
 
toString() - Method in class org.hibernate.EntityMode
 
toString() - Method in class org.hibernate.event.LoadEventListener.LoadType
 
toString() - Method in class org.hibernate.FetchMode
 
toString() - Method in class org.hibernate.FlushMode
 
toString() - Method in exception org.hibernate.hql.ast.DetailedSemanticException
Converts everything to a string.
toString() - Method in class org.hibernate.hql.ast.HqlToken
Returns a string representation of the object.
toString() - Method in class org.hibernate.hql.ast.tree.FromClause
 
toString() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
toString() - Method in class org.hibernate.impl.AbstractQueryImpl
 
toString() - Method in class org.hibernate.impl.CriteriaImpl.CriterionEntry
 
toString() - Method in class org.hibernate.impl.CriteriaImpl.OrderEntry
 
toString() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
toString() - Method in class org.hibernate.impl.CriteriaImpl
 
toString() - Method in class org.hibernate.impl.SessionImpl
 
toString() - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
toString() - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
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.custom.ColumnCollectionAliases
 
toString() - Method in class org.hibernate.loader.GeneratedCollectionAliases
 
toString() - Method in class org.hibernate.loader.Loader
 
toString() - Method in class org.hibernate.LockMode
 
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
 
toString() - Method in class org.hibernate.mapping.SimpleValue
 
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(Object, EntityMode) - Method in class org.hibernate.pretty.Printer
 
toString(Type[], Object[]) - Method in class org.hibernate.pretty.Printer
 
toString(Map) - Method in class org.hibernate.pretty.Printer
 
toString(Iterator, EntityMode) - Method in class org.hibernate.pretty.Printer
 
toString() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
 
toString() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
 
toString() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
 
toString() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
 
toString() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
 
toString() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
 
toString() - Method in class org.hibernate.ReplicationMode
 
toString() - Method in class org.hibernate.ScrollMode
 
toString() - Method in class org.hibernate.secure.HibernatePermission
 
toString() - Method in class org.hibernate.stat.CollectionStatistics
 
toString() - Method in class org.hibernate.stat.EntityStatistics
 
toString() - Method in class org.hibernate.stat.QueryStatistics
 
toString() - Method in class org.hibernate.stat.SecondLevelCacheStatistics
 
toString() - Method in class org.hibernate.stat.SessionStatisticsImpl
 
toString() - Method in class org.hibernate.stat.StatisticsImpl
 
toString() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
toString() - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
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.transaction.CacheSynchronization
toString() - Method in class org.hibernate.tuple.ElementWrapper
 
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.Property
 
toString(Object) - Method in class org.hibernate.type.AbstractBynaryType
 
toString(Object) - Method in class org.hibernate.type.AbstractCharArrayType
 
toString(Object) - Method in class org.hibernate.type.AdaptedImmutableType
 
toString(Object) - Method in class org.hibernate.type.BigDecimalType
 
toString(Object) - Method in class org.hibernate.type.BigIntegerType
 
toString(Object) - Method in class org.hibernate.type.CalendarDateType
 
toString(Object) - Method in class org.hibernate.type.CalendarType
 
toString(Object) - Method in class org.hibernate.type.ClassType
 
toString() - Method in class org.hibernate.type.CollectionType
 
toString(Object) - Method in class org.hibernate.type.CurrencyType
 
toString(Object) - Method in class org.hibernate.type.DateType
 
toString() - Method in class org.hibernate.type.EntityType
Generates a string representation of this type.
toString(Object) - Method in class org.hibernate.type.LocaleType
 
toString(Object) - Method in class org.hibernate.type.NullableType
 
toString(Object) - Method in class org.hibernate.type.PrimitiveType
 
toString(Object) - Method in class org.hibernate.type.SerializableType
 
toString(Object) - Method in class org.hibernate.type.StringType
 
toString(Object) - Method in class org.hibernate.type.TextType
 
toString(Object) - Method in class org.hibernate.type.TimestampType
 
toString(Object) - Method in class org.hibernate.type.TimeType
 
toString(Object) - Method in class org.hibernate.type.TimeZoneType
 
toString(Object[]) - Static method in class org.hibernate.util.ArrayHelper
 
toString() - Method in class org.hibernate.util.FastHashMap
 
toString() - Method in class org.hibernate.util.IdentityMap.IdentityKey
 
toString() - Method in class org.hibernate.util.IdentityMap
 
toString() - Method in class org.hibernate.util.MarkerObject
 
toString(Object[]) - Static method in class org.hibernate.util.StringHelper
 
toStringArray(Object[]) - Static method in class org.hibernate.util.ArrayHelper
 
toStringArray(Collection) - Static method in class org.hibernate.util.ArrayHelper
 
toStringArray(String, String, Properties) - Static method in class org.hibernate.util.PropertiesHelper
Get a property value as a string array.
toStringArray(String, String) - Static method in class org.hibernate.util.PropertiesHelper
Convert a string to an array of strings.
toSubselectString(String) - Method in class org.hibernate.engine.SubselectFetch
 
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
 
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.util.ArrayHelper
 
toUnquotedAliasString(String) - Method in class org.hibernate.sql.Alias
 
toUnquotedAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toUpperCase(String) - Static method in class org.hibernate.util.StringHelper
 
toWhereClause() - Method in class org.hibernate.sql.SimpleSelect
 
toWhereFragmentString() - Method in class org.hibernate.sql.ANSIJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.JoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.OracleJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.QueryJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.NullableType
 
toXMLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Return a string representation of this value, as it should appear in an XML document
trace(String) - Method in interface org.hibernate.bytecode.buildtime.Logger
 
trace(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
traceIn(String, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
traceIn(String, AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
traceOut(String, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
traceOut(String, AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
traceParameters(SessionFactoryImplementor) - Method in class org.hibernate.engine.QueryParameters
 
TRAILING - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
TRAILING - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
TRAILING - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
TRAILING_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
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
Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
TRANSACTION_MANAGER_STRATEGY - Static variable in class org.hibernate.cfg.Environment
TransactionManagerLookup implementor to use for obtaining the TransactionManager
TRANSACTION_STRATEGY - Static variable in class org.hibernate.cfg.Environment
TransactionFactory implementor to use for creating Transactions
TRANSACTIONAL - Static variable in class org.hibernate.cache.access.AccessType
 
TransactionalAccess - Class in org.hibernate.cache.jbc2.collection
This defines the strategy for transactional access to collection data in a pessimistic-locking JBossCache using its 2.x APIs
TransactionalAccess(CollectionRegionImpl) - Constructor for class org.hibernate.cache.jbc2.collection.TransactionalAccess
Create a new TransactionalAccess.
TransactionalAccess(CollectionRegionImpl, TransactionalAccessDelegate) - Constructor for class org.hibernate.cache.jbc2.collection.TransactionalAccess
Allow subclasses to define the delegate.
TransactionalAccess - Class in org.hibernate.cache.jbc2.entity
Defines the strategy for transactional access to entity data in a pessimistic-locking JBossCache using its 2.x APIs
TransactionalAccess(EntityRegionImpl) - Constructor for class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
TransactionalAccess(EntityRegionImpl, TransactionalAccessDelegate) - Constructor for class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
TransactionalAccessDelegate - Class in org.hibernate.cache.jbc2.access
Defines the strategy for transactional access to entity or collection data in a pessimistic-locking JBoss Cache using its 2.x APIs.
TransactionalAccessDelegate(BasicRegionAdapter) - Constructor for class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
TransactionalCache - Class in org.hibernate.cache
Support for fully transactional cache implementations like JBoss TreeCache.
TransactionalCache() - Constructor for class org.hibernate.cache.TransactionalCache
 
TransactionalDataRegion - Interface in org.hibernate.cache
Defines contract for regions which hold transactionally-managed data.
TransactionalDataRegionAdapter - Class in org.hibernate.cache.jbc2
TransactionalDataRegionAdapter(Cache, String, String, CacheDataDescription) - Constructor for class org.hibernate.cache.jbc2.TransactionalDataRegionAdapter
 
TransactionAwareCache - Interface in org.hibernate.cache
Marker interface for identifying cache impls which are aware of JTA transactions
transactionContext - Variable in class org.hibernate.transaction.CMTTransaction
 
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
 
TransactionException(String) - Constructor for exception org.hibernate.TransactionException
 
TransactionFactory - Interface in org.hibernate.transaction
Contract for generating Hibernate Transaction instances.
TransactionFactory.Context - Interface in org.hibernate.transaction
Callback mechanism; a context is always a Session in the Hibernate usage.
TransactionFactoryFactory - Class in org.hibernate.transaction
Helper for creating TransactionFactory instances.
TransactionHelper - Class in org.hibernate.engine
Allows work to be done outside the current transaction, by suspending it, and performing work in a new transaction
TransactionHelper() - Constructor for class org.hibernate.engine.TransactionHelper
 
transactionManager - Variable in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
TransactionManagerLookup - Interface in org.hibernate.transaction
Contract for locating the JTA TransactionManager on given platform.
TransactionManagerLookupFactory - Class in org.hibernate.transaction
Helper for generating TransactionManagerLookup instances.
TransactionManagerLookupImpl - Class in org.hibernate.test.tm
TransactionManagerLookupImpl implementation
TransactionManagerLookupImpl() - Constructor for class org.hibernate.test.tm.TransactionManagerLookupImpl
 
transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in interface org.hibernate.bytecode.ClassTransformer
Invoked when a class is being loaded or redefined to add hooks for persistence bytecode manipulation
transform(File) - Method in class org.hibernate.bytecode.javassist.FieldTransformer
 
transform(ClassFile) - Method in class org.hibernate.bytecode.javassist.FieldTransformer
 
transformArgument(String) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
Called from VarArgsSQLFunction.render(java.util.List, org.hibernate.engine.SessionFactoryImplementor) to allow applying a change or transformation to each individual argument.
Transformers - Class in org.hibernate.transform
 
TransformingClassLoader - Class in org.hibernate.bytecode.javassist
 
transformList(List) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Here we have an opportunity to perform transformation on the query result as a whole.
transformList(List) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
transformList(List) - Method in class org.hibernate.transform.BasicTransformerAdapter
Here we have an opportunity to perform transformation on the query result as a whole.
transformList(List) - Method in class org.hibernate.transform.DistinctResultTransformer
Uniquely distinct each tuple row here.
transformList(List) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
Simply delegates to DistinctResultTransformer.transformList(java.util.List).
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.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
Tuples are the elements making up each "row" of the query result. The contract here is to transform these elements into the final row.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.BasicTransformerAdapter
Tuples are the elements making up each "row" of the query result.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
Simply delegates to RootEntityResultTransformer.transformTuple(java.lang.Object[], java.lang.String[]).
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
Tuples are the elements making up each "row" of the query result. The contract here is to transform these elements into the final row.
TRANSIENT - Static variable in class org.hibernate.event.def.AbstractSaveEventListener
 
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
 
traverseDepthFirst(AST) - Method in class org.hibernate.hql.ast.util.NodeTraverser
Traverse the AST tree depth first.
TreeCache - Class in org.hibernate.cache
Represents a particular region within the given JBossCache TreeCache.
TreeCache(TreeCache, String, TransactionManager) - Constructor for class org.hibernate.cache.TreeCache
 
TreeCacheProvider - Class in org.hibernate.cache
Support for a standalone JBossCache (TreeCache) instance.
TreeCacheProvider() - Constructor for class org.hibernate.cache.TreeCacheProvider
 
trimStackFrames(List) - Method in class org.hibernate.exception.NestableDelegate
Trims the stack frames.
TRUE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
TRUE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
TRUE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
TRUE - Static variable in class org.hibernate.util.ArrayHelper
 
TRUE_FALSE - Static variable in class org.hibernate.Hibernate
Hibernate true_false type.
TrueFalseType - Class in org.hibernate.type
true_false: A type that maps an SQL CHAR(1) to a Java Boolean.
TrueFalseType() - Constructor for class org.hibernate.type.TrueFalseType
 
truncate(long) - Method in class org.hibernate.lob.BlobImpl
 
truncate(long) - Method in class org.hibernate.lob.ClobImpl
 
truncate(long) - Method in class org.hibernate.lob.SerializableBlob
 
truncate(long) - Method in class org.hibernate.lob.SerializableClob
 
truncate(String, int) - Static method in class org.hibernate.util.StringHelper
 
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).
tuplizerMapping - Variable in class org.hibernate.type.ComponentType
 
TwoPhaseLoad - Class in org.hibernate.engine
Functionality relating to Hibernate's two-phase loading process, that may be reused by persisters that do not use the Loader framework
TYPE - Static variable in class org.hibernate.cache.jbc2.collection.CollectionRegionImpl
 
TYPE - Static variable in class org.hibernate.cache.jbc2.entity.EntityRegionImpl
 
TYPE - Static variable in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
TYPE - Static variable in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
TYPE - Static variable in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
Type - Interface in org.hibernate.type
Defines a mapping from a Java type to an JDBC datatype.
typeArray() - Method in class org.hibernate.impl.AbstractQueryImpl
 
typeArray() - Method in class org.hibernate.impl.CollectionFilterImpl
 
typecast(Object[], Object[]) - Static method in class org.hibernate.util.ArrayHelper
 
TypeDef - Class in org.hibernate.mapping
Placeholder for typedef information
TypeDef(String, Properties) - Constructor for class org.hibernate.mapping.TypeDef
 
typeDefs - Variable in class org.hibernate.cfg.Configuration
 
typeDefs - Variable in class org.hibernate.cfg.Mappings
 
TypedValue - Class in org.hibernate.engine
An ordered pair of a value and its Hibernate type.
TypedValue(Type, Object, EntityMode) - Constructor for class org.hibernate.engine.TypedValue
 
TypeFactory - Class in org.hibernate.type
Used internally to obtain instances of Type.
TypeMismatchException - Exception in org.hibernate
Used when a user provided type does not match the expected one
TypeMismatchException(Throwable) - Constructor for exception org.hibernate.TypeMismatchException
 
TypeMismatchException(String) - Constructor for exception org.hibernate.TypeMismatchException
 
TypeMismatchException(String, Throwable) - Constructor for exception org.hibernate.TypeMismatchException
 
TypeNames - Class in org.hibernate.dialect
This class maps a type to names.
TypeNames() - Constructor for class org.hibernate.dialect.TypeNames
 
types - Variable in class org.hibernate.bytecode.javassist.BulkAccessor
 

U

UNARY_MINUS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
UNARY_MINUS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
UNARY_MINUS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
UNARY_PLUS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
UNARY_PLUS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
UNARY_PLUS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
UnaryArithmeticNode - Class in org.hibernate.hql.ast.tree
 
UnaryArithmeticNode() - Constructor for class org.hibernate.hql.ast.tree.UnaryArithmeticNode
 
unaryExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
UnaryLogicOperatorNode - Class in org.hibernate.hql.ast.tree
Represents a unary operator node.
UnaryLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.UnaryLogicOperatorNode
 
UnaryOperatorNode - Interface in org.hibernate.hql.ast.tree
Contract for nodes representing unary operators.
unbind(SessionFactory) - Static method in class org.hibernate.context.ManagedSessionContext
Unbinds the session (if one) current associated with the context for the given session.
unbind(SessionFactory) - Static method in class org.hibernate.context.ThreadLocalSessionContext
Unassociate a previously bound session from the current thread of execution.
UNDEFINED - Static variable in class org.hibernate.engine.IdentifierValue
Assume nothing.
UNDEFINED - Static variable in class org.hibernate.engine.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
underlyingCache - Variable in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
UNFETCHED_COLLECTION - Static variable in class org.hibernate.type.CollectionType
 
UNFETCHED_PROPERTY - Static variable in interface org.hibernate.intercept.LazyPropertyInitializer
Marker value for uninitialized properties
union() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
UNION - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
UNION - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
UNION - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
UnionSubclass - Class in org.hibernate.mapping
A subclass in a table-per-concrete-class mapping
UnionSubclass(PersistentClass) - 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, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
uniqueColumnString(Iterator) - Method in class org.hibernate.mapping.Table
 
uniqueColumnString(Iterator, String) - Method in class org.hibernate.mapping.Table
 
UniqueEntityLoader - Interface in org.hibernate.loader.entity
Loads entities for a EntityPersister
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.impl.AbstractQueryImpl
 
uniqueResult() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
uniqueResult() - Method in class org.hibernate.impl.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.
UnitTestCase - Class in org.hibernate.junit
A basic JUnit TestCase subclass for adding some Hibernate specific behavior and functionality.
UnitTestCase(String) - Constructor for class org.hibernate.junit.UnitTestCase
 
UNKNOWN - Static variable in class org.hibernate.collection.AbstractPersistentCollection
 
UNKNOWN - Static variable in class org.hibernate.property.BackrefPropertyAccessor
A placeholder for a property value, indicating that we don't know the value of the back reference
unlock(Object) - Method in interface org.hibernate.cache.Cache
Deprecated. If this is a clustered cache, unlock the item
unlock(Object) - Method in class org.hibernate.cache.EhCache
Calls to this method should perform there own synchronization.
unlock(Object) - Method in class org.hibernate.cache.HashtableCache
 
unlock(Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
unlock(Object) - Method in class org.hibernate.cache.OSCache
 
unlock(long) - Method in class org.hibernate.cache.ReadWriteCache.Lock
Decrement the lock, setting the unlock timestamp if now unlocked
unlock(Object) - Method in class org.hibernate.cache.SwarmCache
If this is a clustered cache, unlock the item
unlock(Object) - Method in class org.hibernate.cache.TreeCache
 
unlockItem(Object, SoftLock) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.jbc2.collection.OptimisticReadOnlyAccess
 
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.jbc2.collection.ReadOnlyAccess
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion. This method is used by "asynchronous" concurrency strategies.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.jbc2.entity.OptimisticReadOnlyAccess
 
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.jbc2.entity.ReadOnlyAccess
 
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
unlockRegion(SoftLock) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.jbc2.collection.OptimisticReadOnlyAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.jbc2.collection.ReadOnlyAccess
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class org.hibernate.cache.jbc2.entity.OptimisticReadOnlyAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.jbc2.entity.ReadOnlyAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
unproxy(Object) - Method in interface org.hibernate.engine.PersistenceContext
Get the entity instance underlying the given proxy, throwing an exception if the proxy is uninitialized.
unproxy(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Get the entity instance underlying the given proxy, throwing an exception if the proxy is uninitialized.
unproxyAndReassociate(Object) - Method in interface org.hibernate.engine.PersistenceContext
Possibly unproxy the given reference and reassociate it with the current session.
unproxyAndReassociate(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Possibly unproxy the given reference and reassociate it with the current session.
unqualify(String) - Static method in class org.hibernate.util.StringHelper
 
unqualifyEntityName(String) - Static method in class org.hibernate.util.StringHelper
 
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
 
unroot(String) - Static method in class org.hibernate.util.StringHelper
 
UnsavedValueFactory - Class in org.hibernate.engine
 
UnsavedValueFactory() - Constructor for class org.hibernate.engine.UnsavedValueFactory
 
unsetSession(SessionImplementor) - Method in class org.hibernate.collection.AbstractPersistentCollection
Disassociate this collection from the given session.
unsetSession(SessionImplementor) - Method in interface org.hibernate.collection.PersistentCollection
Disassociate this collection from the given session.
unsetSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Unset this initializer's reference to session.
unsetSession() - Method in interface org.hibernate.proxy.LazyInitializer
Unset this initializer's reference to session.
unsetTransactionTimeout() - Method in class org.hibernate.jdbc.AbstractBatcher
 
unsetTransactionTimeout() - Method in interface org.hibernate.jdbc.Batcher
Unset the transaction timeout, called after the end of a transaction.
UnstructuredCacheEntry - Class in org.hibernate.cache.entry
 
UnstructuredCacheEntry() - Constructor for class org.hibernate.cache.entry.UnstructuredCacheEntry
 
unwrapProxy - Variable in class org.hibernate.mapping.ToOne
 
update(Object, Object, Object, Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object) - Method in interface org.hibernate.cache.Cache
Deprecated. Add an item to the cache
update(Object, Object, Object, Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object) - Method in class org.hibernate.cache.EhCache
Puts an object into the cache.
update(Object, Object) - Method in class org.hibernate.cache.HashtableCache
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.jbc2.entity.OptimisticReadOnlyAccess
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.jbc2.entity.ReadOnlyAccess
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Do nothing.
update(Object, Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
update(Object, Object) - Method in class org.hibernate.cache.OSCache
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.ReadOnlyCache
Unsupported!
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.ReadWriteCache
Do nothing.
update(Object, Object) - Method in class org.hibernate.cache.SwarmCache
Add an item to the cache
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.TransactionalCache
 
update(Object, Object) - Method in class org.hibernate.cache.TreeCache
 
update(Object, Serializable) - Method in interface org.hibernate.classic.Session
Deprecated. declare identifier properties for all classes
update(String, Object, Serializable) - Method in interface org.hibernate.classic.Session
Deprecated. declare identifier properties for all classes
UPDATE - Static variable in class org.hibernate.engine.CascadeStyle
save / update
UPDATE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
UPDATE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
UPDATE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
update(Object) - Method in class org.hibernate.impl.SessionImpl
 
update(Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
update(String, Object) - Method in class org.hibernate.impl.SessionImpl
 
update(String, Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
 
update(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
update(String, Object) - Method in class org.hibernate.impl.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 - Static variable in class org.hibernate.secure.HibernatePermission
 
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.
updateArray(String, Array) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateArray(int, Array) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateAsciiStream(String, InputStream, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateAsciiStream(int, InputStream, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBigDecimal(String, BigDecimal) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBigDecimal(int, BigDecimal) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBinaryStream(String, InputStream, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBinaryStream(int, InputStream, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBlob(String, Blob) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBlob(int, Blob) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBoolean(String, boolean) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBoolean(int, boolean) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateByte(String, byte) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateByte(int, byte) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBytes(String, byte[]) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateBytes(int, byte[]) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
updateCharacterStream(String, Reader, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateCharacterStream(int, Reader, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateClob(String, Clob) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateClob(int, Clob) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateCollection(String) - Method in class org.hibernate.stat.StatisticsImpl
 
updateCollection(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
updateCurrentIterator() - Method in class org.hibernate.util.JoinedIterator
 
updateDate(String, Date) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateDate(int, Date) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateDouble(String, double) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateDouble(int, double) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateEntity(String) - Method in class org.hibernate.stat.StatisticsImpl
 
updateEntity(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
updateFloat(String, float) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateFloat(int, float) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateInt(String, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateInt(int, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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.
updateLong(String, long) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateLong(int, long) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateNull(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateNull(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateObject(String, Object) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateObject(String, Object, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateObject(int, Object) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateObject(int, Object, int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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
updateRef(String, Ref) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateRef(int, Ref) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
updateRow() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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
updateShort(String, short) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateShort(int, short) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateStatement() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
updateStatement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
updateStatement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
UpdateStatement - Class in org.hibernate.hql.ast.tree
Defines a top-level AST node representing an HQL update statement.
UpdateStatement() - Constructor for class org.hibernate.hql.ast.tree.UpdateStatement
 
updateString(String, String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateString(int, String) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateTime(String, Time) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateTime(int, Time) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateTimestamp(String, Timestamp) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
updateTimestamp(int, Timestamp) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
UpdateTimestampsCache - Class in org.hibernate.cache
Tracks the timestamps of the most recent updates to particular tables.
UpdateTimestampsCache(Settings, Properties) - Constructor for class org.hibernate.cache.UpdateTimestampsCache
 
UPGRADE - Static variable in class org.hibernate.LockMode
An upgrade lock.
UPGRADE_NOWAIT - Static variable in class org.hibernate.LockMode
Attempt to obtain an upgrade lock, using an Oracle-style select for update nowait.
upgradeLock(Object, EntityEntry, LockMode, SessionImplementor) - Method in class org.hibernate.event.def.AbstractLockUpgradeEventListener
Performs a pessimistic lock upgrade on a given entity, if needed.
upgradeLocks() - Method in class org.hibernate.hql.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
URL - Static variable in class org.hibernate.cfg.Environment
JDBC URL
USE_GET_GENERATED_KEYS - Static variable in class org.hibernate.cfg.Environment
Tells the JDBC driver to attempt to retrieve row Id with the JDBC 3.0 PreparedStatement.getGeneratedKeys() method.
USE_IDENTIFIER_ROLLBACK - Static variable in class org.hibernate.cfg.Environment
 
USE_MINIMAL_PUTS - Static variable in class org.hibernate.cfg.Environment
Optimize the cache for mimimal puts instead of minimal gets
USE_QUERY_CACHE - Static variable in class org.hibernate.cfg.Environment
Enable the query cache (disabled by default)
USE_REFLECTION_OPTIMIZER - Static variable in class org.hibernate.cfg.Environment
Use bytecode libraries optimized property access
USE_SCROLLABLE_RESULTSET - Static variable in class org.hibernate.cfg.Environment
Use JDBC scrollable ResultSets.
USE_SECOND_LEVEL_CACHE - Static variable in class org.hibernate.cfg.Environment
Enable the second-level cache (enabled by default)
USE_SQL_COMMENTS - Static variable in class org.hibernate.cfg.Environment
Add comments to the generated SQL
USE_STREAMS_FOR_BINARY - Static variable in class org.hibernate.cfg.Environment
Use java.io streams to read / write binary data from / to JDBC
USE_STRUCTURED_CACHE - Static variable in class org.hibernate.cfg.Environment
Enable use of structured second-level cache entries
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
 
useFromFragment() - Method in class org.hibernate.hql.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.PostgreSQLDialect
 
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
 
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
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.InformixDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.IngresDialect
Does the LIMIT clause take a "maximum" row number instead of a total number of returned rows?
useMaxForLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
useMaxForLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
User - Class in org.hibernate.auction
 
User() - Constructor for class org.hibernate.auction.User
 
USER - Static variable in class org.hibernate.cfg.Environment
JDBC user
USER_TRANSACTION - Static variable in class org.hibernate.cfg.Environment
JNDI name of JTA UserTransaction object
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?
UserSuppliedConnectionProvider - Class in org.hibernate.connection
An implementation of the ConnectionProvider interface that simply throws an exception when a connection is requested.
UserSuppliedConnectionProvider() - Constructor for class org.hibernate.connection.UserSuppliedConnectionProvider
 
userTransactionName - Variable in class org.hibernate.transaction.JTATransactionFactory
 
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
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.ast.tree.DotNode
 
useTransactionManager() - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
Should we use a transaction manager for transaction management.
useUnownedCollection(CollectionKey) - Method in interface org.hibernate.engine.PersistenceContext
Get and remove a collection whose owner is not yet loaded, when its owner is being loaded
useUnownedCollection(CollectionKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
useWhereFragment() - Method in class org.hibernate.hql.ast.tree.FromElement
 
USUAL_EXPECTED_COUNT - Static variable in class org.hibernate.jdbc.Expectations
 
USUAL_PARAM_POSITION - Static variable in class org.hibernate.jdbc.Expectations
 
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
 

V

Validatable - Interface in org.hibernate.classic
Implemented by persistent classes with invariants that must be checked before inserting into or updating the database.
validate() - Method in interface org.hibernate.classic.Validatable
Validate the state of the object before persisting it.
validate(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.def.AbstractSaveEventListener
 
validate(Object, EntityPersister, Status, EntityMode) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
 
validate() - Method in interface org.hibernate.Filter
Perform validation of the filter state.
validate() - Method in class org.hibernate.hql.ast.tree.InsertStatement
Performs detailed semantic validation on this insert statement tree.
validate() - Method in class org.hibernate.impl.FilterImpl
Perform validation of the filter state.
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() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidator
Perform the validations.
validate() - Method in class org.hibernate.util.Cloneable
Checks to ensure the SessionEventListenerConfig is fully configured (basically, that none of the listeners is null).
validateColumns(Dialect, Mapping, TableMetadata) - Method in class org.hibernate.mapping.Table
 
validateJoin(String) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
validateParameters() - Method in class org.hibernate.engine.QueryParameters
 
validateSchema(Dialect, DatabaseMetadata) - Method in class org.hibernate.cfg.Configuration
 
validateScrollability() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
validateScrollability() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
validateScrollability() - Method in interface org.hibernate.hql.QueryTranslator
Validate the scrollability of the translated query.
validateScrollability() - Method in class org.hibernate.loader.hql.QueryLoader
 
validateTypes(SelectClause) - Method in class org.hibernate.hql.ast.tree.IntoClause
 
ValidationFailure - Exception in org.hibernate.classic
Thrown from Validatable.validate() when an invariant was violated.
ValidationFailure(String) - Constructor for exception org.hibernate.classic.ValidationFailure
 
ValidationFailure(String, Exception) - Constructor for exception org.hibernate.classic.ValidationFailure
 
ValidationFailure(Exception) - Constructor for exception org.hibernate.classic.ValidationFailure
 
Value - Interface in org.hibernate.mapping
A value is anything that is persisted by value, instead of by reference.
VALUE_COLUMN_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
valueArray() - Method in class org.hibernate.impl.AbstractQueryImpl
 
valueArray() - Method in class org.hibernate.impl.CollectionFilterImpl
 
ValueInclusion - Class in org.hibernate.engine
An enum of the different ways a value might be "included".
ValueInclusion(String) - Constructor for class org.hibernate.engine.ValueInclusion
 
valueOf(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
valueOf(String) - Method in class org.hibernate.tuple.ElementWrapper
 
values - Variable in class org.hibernate.collection.PersistentIdentifierBag
 
values() - Method in class org.hibernate.collection.PersistentMap
 
values() - Method in class org.hibernate.proxy.map.MapProxy
 
values() - Method in class org.hibernate.util.FastHashMap
Return a collection view of the values contained in this map.
values() - Method in class org.hibernate.util.IdentityMap
 
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.
VECTOR_EXPR - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
VECTOR_EXPR - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
VECTOR_EXPR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
vectorExpr() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
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.impl.AbstractQueryImpl
Perform parameter validation.
verifyParameters(boolean) - Method in class org.hibernate.impl.AbstractQueryImpl
Perform parameter validation.
verifyParameters() - Method in class org.hibernate.impl.SQLQueryImpl
 
verifyProperties(Properties) - Static method in class org.hibernate.cfg.Environment
Issues warnings to the user when any obsolete or renamed property names are used.
VERSION - Static variable in class org.hibernate.cfg.Environment
 
VERSION2_SQL - Static variable in class org.hibernate.hql.ast.tree.SelectClause
 
VERSION_INSENSITIVE_VERSION - Static variable in class org.hibernate.dialect.resolver.BasicDialectResolver
 
VERSIONED - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
VERSIONED - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
VERSIONED - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
VersionedItem - Class in org.hibernate.test.cache
 
VersionedItem() - Constructor for class org.hibernate.test.cache.VersionedItem
 
Versioning - Class in org.hibernate.engine
Utilities for dealing with optimisitic locking values.
VersionProperty - Class in org.hibernate.tuple
Represents a version property within the Hibernate runtime-metamodel.
VersionProperty(String, String, Type, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, CascadeStyle, VersionValue) - Constructor for class org.hibernate.tuple.VersionProperty
Constructs VersionProperty instances.
VersionType - Interface in org.hibernate.type
A Type that may be used to version 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
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.VersionValue
 
VersionValue(Object) - Constructor for class org.hibernate.engine.VersionValue
Assume the transient instance is newly instantiated if its version is null or equal to value
VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to veto the action (true)
viewAllAuctionsFast() - Method in class org.hibernate.auction.Main
Demonstrates HQL projection/aggregation
viewAllAuctionsSlow() - Method in class org.hibernate.auction.Main
Demonstrates HQL with runtime fetch strategy
viewAuctionsByDescription(String, int) - Method in class org.hibernate.auction.Main
Demonstrates query by example
viewUserAuctions(Long) - Method in class org.hibernate.auction.Main
Demonstrates query by criteria with runtime fetch strategy
ViolatedConstraintNameExtracter - Interface in org.hibernate.exception
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.ast.QueryTranslatorImpl.JavaConstantConverter
 
visit(AST) - Method in interface org.hibernate.hql.ast.util.NodeTraverser.VisitationStrategy
 
visit(TestSuite) - Method in class org.hibernate.junit.TestSuiteVisitor
 
visitCollectionsBeforeSave(Object, Serializable, Object[], Type[], EventSource) - Method in class org.hibernate.event.def.AbstractSaveEventListener
 
visitCollectionsBeforeSave(Object, Serializable, Object[], Type[], EventSource) - Method in class org.hibernate.event.def.DefaultReplicateEventListener
 

W

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
For an entity class, return a list of associations to be fetched by outerjoin
warn(String) - Method in interface org.hibernate.bytecode.buildtime.Logger
 
warn(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
warning(SAXParseException) - Method in class org.hibernate.util.XMLHelper.ErrorLogger
 
wasCommitted() - Method in class org.hibernate.transaction.CMTTransaction
Check if this transaction was successfully committed.
wasCommitted() - Method in class org.hibernate.transaction.JDBCTransaction
Check if this transaction was successfully committed.
wasCommitted() - Method in class org.hibernate.transaction.JTATransaction
Check if this transaction was successfully committed.
wasCommitted() - Method in interface org.hibernate.Transaction
Check if this transaction was successfully committed.
wasDereferenced() - Method in class org.hibernate.engine.CollectionEntry
 
wasInitialized() - Method in class org.hibernate.collection.AbstractPersistentCollection
Is this instance initialized?
wasInitialized() - Method in interface org.hibernate.collection.PersistentCollection
Is this instance initialized?
wasLockedConcurrently() - Method in class org.hibernate.cache.ReadWriteCache.Lock
Was this lock held concurrently by multiple transactions?
wasNull() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
wasRolledBack() - Method in class org.hibernate.transaction.CMTTransaction
Was this transaction rolled back or set to rollback only?

This only accounts for actions initiated from this local transaction.

wasRolledBack() - Method in class org.hibernate.transaction.JDBCTransaction
Was this transaction rolled back or set to rollback only?

This only accounts for actions initiated from this local transaction.

wasRolledBack() - Method in class org.hibernate.transaction.JTATransaction
Was this transaction rolled back or set to rollback only?

This only accounts for actions initiated from this local transaction.

wasRolledBack() - Method in interface org.hibernate.Transaction
Was this transaction rolled back or set to rollback only?

This only accounts for actions initiated from this local transaction.

weakKeywords() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
weakKeywords() - Method in class org.hibernate.hql.ast.HqlParser
 
WeblogicTransactionManagerLookup - Class in org.hibernate.transaction
TransactionManager lookup strategy for WebLogic
WeblogicTransactionManagerLookup() - Constructor for class org.hibernate.transaction.WeblogicTransactionManagerLookup
 
WebSphereExtendedJTATransactionLookup - Class in org.hibernate.transaction
TransactionManagerLookup implementation intended for use with WebSphere Application Server (WAS).
WebSphereExtendedJTATransactionLookup() - Constructor for class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup
 
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter - Class in org.hibernate.transaction
 
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter - Class in org.hibernate.transaction
 
WebSphereTransactionManagerLookup - Class in org.hibernate.transaction
TransactionManagerLookup strategy for WebSphere (versions 4, 5.0 and 5.1)
WebSphereTransactionManagerLookup() - Constructor for class org.hibernate.transaction.WebSphereTransactionManagerLookup
Constructs a new WebSphereTransactionManagerLookup.
WEIRD_IDENT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
WEIRD_IDENT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
WEIRD_IDENT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
WHEN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
WHEN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
WHEN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
whenClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
WHERE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
WHERE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
WHERE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
whereClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
whereClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
whereClause(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
whereClauseExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
whereExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
whereJoinFragment(String, boolean, boolean) - 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)
WhereParser - Class in org.hibernate.hql.classic
Parses the where clause of a hibernate query and translates it to an SQL where clause.
WhereParser() - Constructor for class org.hibernate.hql.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.util.StringHelper
 
WITH - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
WITH - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
WITH - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
withClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
withClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
Work - Interface in org.hibernate.jdbc
Contract for performing a discrete piece of JDBC work.
wrap(Session) - Method in class org.hibernate.context.ThreadLocalSessionContext
 
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(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 class org.hibernate.cfg.Environment
Enable wrapping of JDBC result sets in order to speed up column name lookups for broken JDBC drivers
WRAPPER_BINARY - Static variable in class org.hibernate.Hibernate
Hibernate wrapper-binary type.
WrapperBinaryType - Class in org.hibernate.type
 
WrapperBinaryType() - Constructor for class org.hibernate.type.WrapperBinaryType
 
WrapVisitor - Class in org.hibernate.event.def
Wrap collections in a Hibernate collection wrapper.
write() - Method in class org.hibernate.collection.AbstractPersistentCollection
Called by any writer method of the collection interface
WRITE - Static variable in class org.hibernate.LockMode
A WRITE lock is obtained when an object is updated or inserted.
write(Writer) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
write(Writer) - Method in class org.hibernate.tuple.ElementWrapper
 
writeBoolean(Object, String, boolean, boolean) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
writeBoolean(Object, String, boolean, boolean) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
writeBoolean(Object, String, boolean, boolean) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
writeByte(Object, String, byte, byte) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
writeByte(Object, String, byte, byte) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
writeByte(Object, String, byte, byte) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
writeChar(Object, String, char, char) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
writeChar(Object, String, char, char) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
writeChar(Object, String, char, char) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
writeDouble(Object, String, double, double) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
writeDouble(Object, String, double, double) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
writeDouble(Object, String, double, double) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
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
writeFloat(Object, String, float, float) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
writeFloat(Object, String, float, float) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
writeFloat(Object, String, float, float) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
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
writeInsert(Object, Object, Object) - Method in interface org.hibernate.cache.OptimisticCache
Called during CacheConcurrencyStrategy.insert(java.lang.Object, java.lang.Object, java.lang.Object) processing for transactional strategies.
writeInsert(Object, Object, Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
writeInt(Object, String, int, int) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
Called to handle writing an int value to a given field.
writeInt(Object, String, int, int) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
writeInt(Object, String, int, int) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
writeKey(PreparedStatement, Serializable, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the key to a JDBC PreparedStatement
writeLoad(Object, Object, Object) - Method in interface org.hibernate.cache.OptimisticCache
Called during CacheConcurrencyStrategy.put(java.lang.Object, java.lang.Object, long, java.lang.Object, java.util.Comparator, boolean) processing for transactional strategies.
writeLoad(Object, Object, Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
writeLong(Object, String, long, long) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
writeLong(Object, String, long, long) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
writeLong(Object, String, long, long) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
writeObject(Object, String, Object, Object) - Method in interface org.hibernate.bytecode.javassist.FieldHandler
 
writeObject(Object, String, Object, Object) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
writeObject(Object, String, Object, Object) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
writeReplace() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
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 interface org.hibernate.bytecode.javassist.FieldHandler
 
writeShort(Object, String, short, short) - Method in class org.hibernate.intercept.cglib.FieldInterceptorImpl
 
writeShort(Object, String, short, short) - Method in class org.hibernate.intercept.javassist.FieldInterceptorImpl
 
writeUpdate(Object, Object, Object, Object) - Method in interface org.hibernate.cache.OptimisticCache
Called during CacheConcurrencyStrategy.update(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) processing for transactional strategies.
writeUpdate(Object, Object, Object, Object) - Method in class org.hibernate.cache.OptimisticTreeCache
 
WrongClassException - Exception in org.hibernate
Thrown when Session.load() selects a row with the given primary key (identifier value) but the row's discriminator value specifies a subclass that is not assignable to the class requested by the user.
WrongClassException(String, Serializable, String) - Constructor for exception org.hibernate.WrongClassException
 
WS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
WS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
WS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 

X

xmlHelper - Variable in class org.hibernate.cfg.Configuration
 
XMLHelper - Class in org.hibernate.util
Small helper class that lazy loads DOM and SAX reader and keep them for fast use afterwards.
XMLHelper() - Constructor for class org.hibernate.util.XMLHelper
 
XMLHelper.ErrorLogger - Class in org.hibernate.util
 

Y

YES_NO - Static variable in class org.hibernate.Hibernate
Hibernate yes_no type.
YesNoType - Class in org.hibernate.type
yes_no: A type that maps an SQL CHAR(1) to a Java Boolean.
YesNoType() - Constructor for class org.hibernate.type.YesNoType
 

_

_tokenNames - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenNames - Static variable in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
_tokenNames - Static variable in class org.hibernate.hql.antlr.SqlGeneratorBase
 
_tokenSet_0 - Static variable in class org.hibernate.hql.antlr.HqlBaseLexer
 
_tokenSet_0 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_0 - Static variable in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
_tokenSet_0 - Static variable in class org.hibernate.hql.antlr.SqlGeneratorBase
 
_tokenSet_1 - Static variable in class org.hibernate.hql.antlr.HqlBaseLexer
 
_tokenSet_1 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_1 - Static variable in class org.hibernate.hql.antlr.SqlGeneratorBase
 
_tokenSet_10 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_11 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_12 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_13 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_14 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_15 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_16 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_17 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_18 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_19 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_2 - Static variable in class org.hibernate.hql.antlr.HqlBaseLexer
 
_tokenSet_2 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_2 - Static variable in class org.hibernate.hql.antlr.SqlGeneratorBase
 
_tokenSet_20 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_21 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_22 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_23 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_24 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_25 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_26 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_27 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_28 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_29 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_3 - Static variable in class org.hibernate.hql.antlr.HqlBaseLexer
 
_tokenSet_3 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_3 - Static variable in class org.hibernate.hql.antlr.SqlGeneratorBase
 
_tokenSet_30 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_31 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_32 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_33 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_34 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_35 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_4 - Static variable in class org.hibernate.hql.antlr.HqlBaseLexer
 
_tokenSet_4 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_4 - Static variable in class org.hibernate.hql.antlr.SqlGeneratorBase
 
_tokenSet_5 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_5 - Static variable in class org.hibernate.hql.antlr.SqlGeneratorBase
 
_tokenSet_6 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_7 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_8 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 
_tokenSet_9 - Static variable in class org.hibernate.hql.antlr.HqlBaseParser
 

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 _

Copyright © 2009 Hibernate.org. All Rights Reserved.