站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Index (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档

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

ACTION_COPY - Static variable in class net.sf.hibernate.engine.Cascades
 
ACTION_DELETE - Static variable in class net.sf.hibernate.engine.Cascades
 
ACTION_EVICT - Static variable in class net.sf.hibernate.engine.Cascades
 
ACTION_LOCK - Static variable in class net.sf.hibernate.engine.Cascades
 
ACTION_REPLICATE - Static variable in class net.sf.hibernate.engine.Cascades
 
ACTION_SAVE_UPDATE - Static variable in class net.sf.hibernate.engine.Cascades
 
ALIAS_TO_ENTITY_MAP - Static variable in interface net.sf.hibernate.Criteria
Each row of results is a Map from alias to entity instance
ANSICaseFragment - class net.sf.hibernate.sql.ANSICaseFragment.
An ANSI SQL CASE expression.
ANSICaseFragment() - Constructor for class net.sf.hibernate.sql.ANSICaseFragment
 
ANSIJoinFragment - class net.sf.hibernate.sql.ANSIJoinFragment.
An ANSI-style join
ANSIJoinFragment() - Constructor for class net.sf.hibernate.sql.ANSIJoinFragment
 
ANYWHERE - Static variable in class net.sf.hibernate.expression.MatchMode
Match the pattern anywhere in the string
AUTO - Static variable in class net.sf.hibernate.FlushMode
The Session is sometimes flushed before query execution in order to ensure that queries never return stale state.
AUTO - Static variable in class net.sf.hibernate.loader.OuterJoinLoader
 
AbstractCollectionPersister - class net.sf.hibernate.collection.AbstractCollectionPersister.
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, Configuration, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.collection.AbstractCollectionPersister
 
AbstractComponentType - interface net.sf.hibernate.type.AbstractComponentType.
Enables other Component-like types to hold collections and have cascades, etc.
AbstractCriterion - class net.sf.hibernate.expression.AbstractCriterion.
Base class for Criterion implementations
AbstractCriterion() - Constructor for class net.sf.hibernate.expression.AbstractCriterion
 
AbstractEntityLoader - class net.sf.hibernate.loader.AbstractEntityLoader.
Abstract superclass for entity loaders that use outer joins
AbstractEntityLoader(OuterJoinLoadable, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.loader.AbstractEntityLoader
 
AbstractEntityPersister - class net.sf.hibernate.persister.AbstractEntityPersister.
Superclass for built-in mapping strategies.
AbstractEntityPersister(PersistentClass, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.persister.AbstractEntityPersister
 
AbstractPropertyMapping - class net.sf.hibernate.persister.AbstractPropertyMapping.
Base implementation of a PropertyMapping
AbstractPropertyMapping() - Constructor for class net.sf.hibernate.persister.AbstractPropertyMapping
 
AbstractQueryImpl - class net.sf.hibernate.impl.AbstractQueryImpl.
Abstract implementation of the Query interface
AbstractQueryImpl(String, SessionImplementor) - Constructor for class net.sf.hibernate.impl.AbstractQueryImpl
 
AbstractType - class net.sf.hibernate.type.AbstractType.
Abstract superclass of the built in Type hierarchy.
AbstractType() - Constructor for class net.sf.hibernate.type.AbstractType
 
Alias - class net.sf.hibernate.sql.Alias.
An alias generator for SQL identifiers
Alias(int, String) - Constructor for class net.sf.hibernate.sql.Alias
Constructor for Alias.
Alias(String) - Constructor for class net.sf.hibernate.sql.Alias
Constructor for Alias.
AliasToEntityMapResultTransformer - class net.sf.hibernate.transform.AliasToEntityMapResultTransformer.
 
AliasToEntityMapResultTransformer() - Constructor for class net.sf.hibernate.transform.AliasToEntityMapResultTransformer
 
AndExpression - class net.sf.hibernate.expression.AndExpression.
A logical "and"
Any - class net.sf.hibernate.mapping.Any.
A Hibernate "any" type (ie.
Any(Table) - Constructor for class net.sf.hibernate.mapping.Any
 
Array - class net.sf.hibernate.mapping.Array.
An array mapping has a primary key consisting of the key columns + index column.
Array(PersistentClass) - Constructor for class net.sf.hibernate.mapping.Array
Constructor for Array.
ArrayHelper - class net.sf.hibernate.util.ArrayHelper.
 
ArrayHolder - class net.sf.hibernate.collection.ArrayHolder.
A persistent wrapper for an array.
ArrayHolder(SessionImplementor, Object) - Constructor for class net.sf.hibernate.collection.ArrayHolder
 
ArrayHolder(SessionImplementor, CollectionPersister) - Constructor for class net.sf.hibernate.collection.ArrayHolder
 
ArrayType - class net.sf.hibernate.type.ArrayType.
A type for persistent arrays.
ArrayType(String, Class) - Constructor for class net.sf.hibernate.type.ArrayType
 
AssertionFailure - exception net.sf.hibernate.AssertionFailure.
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for class net.sf.hibernate.AssertionFailure
 
AssertionFailure(String, Throwable) - Constructor for class net.sf.hibernate.AssertionFailure
 
Assigned - class net.sf.hibernate.id.Assigned.
assigned

An IdentifierGenerator that returns the current identifier assigned to an instance.
Assigned() - Constructor for class net.sf.hibernate.id.Assigned
 
AssociationType - interface net.sf.hibernate.type.AssociationType.
A type that represents some kind of association between entities.
abort() - Method in class net.sf.hibernate.odmg.Transaction
Abort the transaction.
abortBatch(SQLException) - Method in interface net.sf.hibernate.engine.Batcher
Must be called when an exception occurs
abortBatch(SQLException) - Method in class net.sf.hibernate.impl.BatcherImpl
 
absolute(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
add(Criterion) - Method in interface net.sf.hibernate.Criteria
Add a Criterion to constrain the results to be retrieved.
add(Document) - Method in class net.sf.hibernate.cfg.Configuration
 
add(Object) - Method in class net.sf.hibernate.collection.Bag
 
add(int, Object) - Method in class net.sf.hibernate.collection.Bag
 
add(Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
add(int, Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
add(Object) - Method in class net.sf.hibernate.collection.List
 
add(int, Object) - Method in class net.sf.hibernate.collection.List
 
add(Object) - Method in class net.sf.hibernate.collection.Set
 
add(Criterion) - Method in class net.sf.hibernate.expression.Junction
 
add(Criterion) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
add(Criterion) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
add(String, Criterion) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
add(String[], String, String[]) - Static method in class net.sf.hibernate.util.StringHelper
 
addAliasedClass(String, Class) - Method in class net.sf.hibernate.mapping.NamedSQLQuery
 
addAll(Collection) - Method in class net.sf.hibernate.collection.Bag
 
addAll(int, Collection) - Method in class net.sf.hibernate.collection.Bag
 
addAll(int, Collection) - Method in class net.sf.hibernate.collection.IdentifierBag
 
addAll(Collection) - Method in class net.sf.hibernate.collection.IdentifierBag
 
addAll(Collection) - Method in class net.sf.hibernate.collection.List
 
addAll(int, Collection) - Method in class net.sf.hibernate.collection.List
 
addAll(Collection) - Method in class net.sf.hibernate.collection.Set
 
addAll(Collection, Object[]) - Static method in class net.sf.hibernate.util.ArrayHelper
 
addAllToPropertySpaces(Serializable[]) - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
addArrayHolder(ArrayHolder) - Method in interface net.sf.hibernate.engine.SessionImplementor
Register a PersistentCollection object for an array
addArrayHolder(ArrayHolder) - Method in class net.sf.hibernate.impl.SessionImpl
associate a holder with an array - called after loading array
addAssociation(QueryTranslator) - Method in class net.sf.hibernate.hql.PathExpressionParser
 
addCache(String, CacheConcurrencyStrategy) - Method in class net.sf.hibernate.cfg.Mappings
 
addCheckConstraint(String) - Method in class net.sf.hibernate.mapping.Table
 
addClass(Class) - Method in class net.sf.hibernate.cfg.Configuration
Read a mapping from an application resource, using a convention.
addClass(PersistentClass) - Method in class net.sf.hibernate.cfg.Mappings
 
addCollection(Collection) - Method in class net.sf.hibernate.cfg.Mappings
 
addColumn(Column) - Method in class net.sf.hibernate.mapping.Component
 
addColumn(Column) - Method in class net.sf.hibernate.mapping.Constraint
 
addColumn(Column) - Method in class net.sf.hibernate.mapping.Index
 
addColumn(Column) - Method in class net.sf.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class net.sf.hibernate.mapping.Table
 
addColumn(String) - Method in class net.sf.hibernate.sql.Insert
 
addColumn(String, String) - Method in class net.sf.hibernate.sql.Insert
 
addColumn(String, Object, LiteralType) - Method in class net.sf.hibernate.sql.Insert
 
addColumn(String) - Method in class net.sf.hibernate.sql.SelectFragment
 
addColumn(String, String) - Method in class net.sf.hibernate.sql.SelectFragment
 
addColumn(String, String, String) - Method in class net.sf.hibernate.sql.SelectFragment
 
addColumn(String) - Method in class net.sf.hibernate.sql.SimpleSelect
 
addColumn(String, String) - Method in class net.sf.hibernate.sql.SimpleSelect
 
addColumn(String) - Method in class net.sf.hibernate.sql.Update
 
addColumn(String, String) - Method in class net.sf.hibernate.sql.Update
 
addColumn(String, Object, LiteralType) - Method in class net.sf.hibernate.sql.Update
 
addColumn(ResultSet) - Method in class net.sf.hibernate.tool.hbm2ddl.TableMetadata
 
addColumns(Iterator) - Method in class net.sf.hibernate.mapping.Constraint
 
addColumns(Iterator) - Method in class net.sf.hibernate.mapping.Index
 
addColumns(String[]) - Method in class net.sf.hibernate.sql.Insert
 
addColumns(String[]) - Method in class net.sf.hibernate.sql.SelectFragment
 
addColumns(String, String[]) - Method in class net.sf.hibernate.sql.SelectFragment
 
addColumns(String, String[], String[]) - Method in class net.sf.hibernate.sql.SelectFragment
 
addColumns(String[], String[]) - Method in class net.sf.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class net.sf.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class net.sf.hibernate.sql.Update
 
addColumns(String[], String) - Method in class net.sf.hibernate.sql.Update
 
addComponentTypedValues(String, Object, AbstractComponentType, List) - Method in class net.sf.hibernate.expression.Example
 
addCondition(String, String[], String) - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
addCondition(String, String[], String[]) - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
addCondition(String) - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
addCondition(ConditionFragment) - Method in class net.sf.hibernate.sql.DisjunctionFragment
 
addCondition(String, String[], String) - Method in class net.sf.hibernate.sql.JoinFragment
 
addCondition(String, String[], String[]) - Method in class net.sf.hibernate.sql.JoinFragment
 
addCondition(String) - Method in class net.sf.hibernate.sql.JoinFragment
 
addCondition(String, String[], String) - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String[]) - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
addCondition(String) - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String) - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
addCondition(String, String[], String[]) - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
addCondition(String) - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
addCondition(String, String, String) - Method in class net.sf.hibernate.sql.SimpleSelect
 
addCondition(String, String) - Method in class net.sf.hibernate.sql.SimpleSelect
 
addCondition(String[], String, String[]) - Method in class net.sf.hibernate.sql.SimpleSelect
 
addCondition(String[], String) - Method in class net.sf.hibernate.sql.SimpleSelect
 
addCondition(String, String[], String) - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
addCondition(String, String[], String[]) - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
addCondition(String) - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
addConnectionEventListener(ConnectionEventListener) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
addCrossJoin(String, String) - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
addCrossJoin(String, String) - Method in class net.sf.hibernate.sql.JoinFragment
 
addCrossJoin(String, String) - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
addCrossJoin(String, String) - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
addCrossJoin(String, String) - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
addDirectory(File) - Method in class net.sf.hibernate.cfg.Configuration
Read all mapping documents from a directory tree.
addDocument(Document) - Method in class net.sf.hibernate.cfg.Configuration
Read mappings from a DOM Document
addFile(String) - Method in class net.sf.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFile(File) - Method in class net.sf.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFileset(FileSet) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
 
addFileset(FileSet) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
addFormula(String, String, String) - Method in class net.sf.hibernate.sql.SelectFragment
 
addFormulaPropertyPath(String, Type, String) - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
addFormulas(String, String[], String[]) - Method in class net.sf.hibernate.sql.SelectFragment
 
addFragment(JoinFragment) - Method in class net.sf.hibernate.sql.JoinFragment
 
addFromAssociation(QueryTranslator) - Method in class net.sf.hibernate.hql.PathExpressionParser
 
addFromAssociation(String, String) - Method in class net.sf.hibernate.hql.QueryTranslator
Used for collection filters
addFromCollection(QueryTranslator) - Method in class net.sf.hibernate.hql.PathExpressionParser
 
addFromFragmentString(String) - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
addFromFragmentString(String) - Method in class net.sf.hibernate.sql.JoinFragment
 
addFromFragmentString(String) - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
addFromFragmentString(String) - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
addFromFragmentString(String) - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
addIdentityColumn(String) - Method in class net.sf.hibernate.sql.Insert
 
addImport(String, String) - Method in class net.sf.hibernate.cfg.Mappings
 
addInputStream(InputStream) - Method in class net.sf.hibernate.cfg.Configuration
Read mappings from an InputStream
addInstance(String, String, SessionFactory, Properties) - Static method in class net.sf.hibernate.impl.SessionFactoryObjectFactory
 
addJar(String) - Method in class net.sf.hibernate.cfg.Configuration
Deprecated. use addJar(java.io.File)
addJar(File) - Method in class net.sf.hibernate.cfg.Configuration
Read all mappings from a jar file
addJoin(String, String, String[], String[], int) - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class net.sf.hibernate.sql.JoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
addJoins(String, String) - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
addJoins(String, String) - Method in class net.sf.hibernate.sql.JoinFragment
 
addJoins(String, String) - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
addJoins(String, String) - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
addJoins(String, String) - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
addMapResource(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
addMapResource(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Add a mapping file
addNewProperty(Property) - Method in class net.sf.hibernate.mapping.PersistentClass
Add a new property definition
addNewProperty(Property) - Method in class net.sf.hibernate.mapping.Subclass
 
addNonExist(Key) - Method in interface net.sf.hibernate.engine.SessionImplementor
 
addNonExist(Key) - Method in class net.sf.hibernate.impl.SessionImpl
 
addOrder(Order) - Method in interface net.sf.hibernate.Criteria
Add an Order to the result set.
addOrder(Order) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
addOrder(Order) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
addOrderBy(String) - Method in class net.sf.hibernate.sql.QuerySelect
 
addProperties(Properties) - Method in class net.sf.hibernate.cfg.Configuration
Set the given properties
addProperty(Property) - Method in class net.sf.hibernate.mapping.Component
 
addProperty(Property) - Method in class net.sf.hibernate.mapping.PersistentClass
Change the property definition or add a new property definition
addPropertyPath(String, Type, String[]) - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
addPropertyTypedValue(Object, Type, List) - Method in class net.sf.hibernate.expression.Example
 
addQuery(String, String) - Method in class net.sf.hibernate.cfg.Mappings
 
addResource(String, ClassLoader) - Method in class net.sf.hibernate.cfg.Configuration
Read mappings from an application resource
addResource(String) - Method in class net.sf.hibernate.cfg.Configuration
Read mappings from an application resource trying different classloaders.
addSQLQuery(String, NamedSQLQuery) - Method in class net.sf.hibernate.cfg.Mappings
 
addSelectColumn(String, String) - Method in class net.sf.hibernate.sql.QuerySelect
 
addSelectFragmentString(String) - Method in class net.sf.hibernate.sql.QuerySelect
 
addSubclass(Subclass) - Method in class net.sf.hibernate.mapping.PersistentClass
 
addSubclass(Subclass) - Method in class net.sf.hibernate.mapping.RootClass
 
addSubclassProperty(Property) - Method in class net.sf.hibernate.mapping.PersistentClass
 
addSubclassProperty(Property) - Method in class net.sf.hibernate.mapping.Subclass
 
addSubclassTable(Table) - Method in class net.sf.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class net.sf.hibernate.mapping.Subclass
 
addSynchronizedTable(String) - Method in class net.sf.hibernate.mapping.NamedSQLQuery
 
addTable(String, String) - Method in class net.sf.hibernate.cfg.Mappings
 
addTableAlias(String) - Method in class net.sf.hibernate.sql.ForUpdateFragment
 
addToBatch(int) - Method in interface net.sf.hibernate.engine.Batcher
Add an insert / delete / update to the current batch (might be called multiple times for single prepareBatchStatement())
addToBatch(int) - Method in class net.sf.hibernate.impl.BatchingBatcher
 
addToBatch(int) - Method in class net.sf.hibernate.impl.NonBatchingBatcher
 
addToPropertySpaces(Serializable) - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
addToPropertySpaces(Serializable) - Method in class net.sf.hibernate.loader.CriteriaLoader
 
addURL(URL) - Method in class net.sf.hibernate.cfg.Configuration
Read mappings from a URL
addUninitializedEntity(Key, Object, LockMode) - Method in interface net.sf.hibernate.engine.SessionImplementor
Add an uninitialized instance of an entity class, as a placeholder to ensure object identity.
addUninitializedEntity(Key, Object, LockMode) - Method in class net.sf.hibernate.impl.SessionImpl
Create a "temporary" entry for a newly instantiated entity.
addValue(String) - Method in class net.sf.hibernate.mapping.MetaAttribute
 
addValue(Object) - Method in class net.sf.hibernate.sql.InFragment
 
addWhenColumnNotNull(String, String, String) - Method in class net.sf.hibernate.sql.CaseFragment
 
addWhereColumn(String) - Method in class net.sf.hibernate.sql.Update
 
addWhereColumn(String, String) - Method in class net.sf.hibernate.sql.Update
 
addWhereColumns(String[]) - Method in class net.sf.hibernate.sql.Update
 
addWhereColumns(String[], String) - Method in class net.sf.hibernate.sql.Update
 
addWhereToken(String) - Method in class net.sf.hibernate.sql.SimpleSelect
 
addXML(String) - Method in class net.sf.hibernate.cfg.Configuration
Read mappings from a String
afterCompletion(int) - Method in class net.sf.hibernate.engine.CacheSynchronization
 
afterInsert(Object, Object, Object) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
Do nothing.
afterInsert(Object, Object, Object) - Method in class net.sf.hibernate.cache.ReadOnlyCache
Do nothing.
afterInsert(Object, Object, Object) - Method in class net.sf.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 net.sf.hibernate.cache.TransactionalCache
Do nothing.
afterLast() - Method in interface net.sf.hibernate.ScrollableResults
Go to a location just after the last result
afterLast() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
afterLast() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
afterLoad() - Method in interface net.sf.hibernate.engine.SessionImplementor
 
afterLoad() - Method in class net.sf.hibernate.impl.SessionImpl
 
afterRowInsert(CollectionPersister, Object, int) - Method in class net.sf.hibernate.collection.IdentifierBag
 
afterRowInsert(CollectionPersister, Object, int) - Method in class net.sf.hibernate.collection.PersistentCollection
Called after inserting a row, to fetch the natively generated id
afterTransactionCompletion(boolean) - Method in interface net.sf.hibernate.engine.SessionImplementor
Notify the session that the transaction completed, so we no longer own the old locks.
afterTransactionCompletion(boolean) - Method in class net.sf.hibernate.impl.SessionImpl
 
afterUpdate(Object, Object, Object, CacheConcurrencyStrategy.SoftLock) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, CacheConcurrencyStrategy.SoftLock) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
Invalidate the item (again, for safety).
afterUpdate(Object, Object, Object, CacheConcurrencyStrategy.SoftLock) - Method in class net.sf.hibernate.cache.ReadOnlyCache
Unsupported!
afterUpdate(Object, Object, Object, CacheConcurrencyStrategy.SoftLock) - Method in class net.sf.hibernate.cache.ReadWriteCache
Re-cache the updated state, if and only if there there are no other concurrent soft locks.
afterUpdate(Object, Object, Object, CacheConcurrencyStrategy.SoftLock) - Method in class net.sf.hibernate.cache.TransactionalCache
Do nothing.
aggregateFuncNoArgsHasParenthesis(String, QueryTranslator) - Method in class net.sf.hibernate.hql.SelectParser
 
aggregateHasArgs(String, QueryTranslator) - Method in class net.sf.hibernate.hql.SelectParser
 
aggregateType(List, Type, QueryTranslator) - Method in class net.sf.hibernate.hql.SelectParser
 
allEq(Map) - Static method in class net.sf.hibernate.expression.Expression
Apply an "equals" constraint to each property in the key set of a Map
and(Criterion, Criterion) - Static method in class net.sf.hibernate.expression.Expression
Return the conjuction of two expressions
any(Type, Type) - Static method in class net.sf.hibernate.Hibernate
A Hibernate any type.
appendComponentCondition(String, Object, AbstractComponentType, Class, String, Map, SessionFactoryImplementor, StringBuffer) - Method in class net.sf.hibernate.expression.Example
 
appendIdentitySelectToInsert(String) - Method in class net.sf.hibernate.dialect.Dialect
Generate SQL to get the identifier of an inserted row.
appendIdentitySelectToInsert(String) - Method in class net.sf.hibernate.dialect.SQLServerDialect
Use insert table(...) values(...) select SCOPE_IDENTITY()
appendIdentitySelectToInsert(String) - Method in class net.sf.hibernate.dialect.SybaseDialect
 
appendLockHint(LockMode, String) - Method in class net.sf.hibernate.dialect.SybaseDialect
 
appendPropertyCondition(String, Object, Class, String, Map, SessionFactoryImplementor, StringBuffer) - Method in class net.sf.hibernate.expression.Example
 
applyLocks(String, Map, Dialect) - Method in class net.sf.hibernate.hql.QueryTranslator
 
applyLocks(String, Map, Dialect) - Method in class net.sf.hibernate.loader.CriteriaLoader
 
applyLocks(String, Map, Dialect) - Method in class net.sf.hibernate.loader.Loader
Append FOR UPDATE OF clause, if necessary.
array(String, Class) - Static method in class net.sf.hibernate.type.TypeFactory
 
asString(Object[]) - Static method in class net.sf.hibernate.util.ArrayHelper
 
asc(String) - Static method in class net.sf.hibernate.expression.Order
Ascending order
assemble(Serializable, SessionImplementor, Object) - Method in interface net.sf.hibernate.CompositeUserType
Reconstruct an object from the cacheable representation.
assemble(Object, Serializable, ClassPersister, Interceptor, SessionImplementor) - Method in class net.sf.hibernate.impl.CacheEntry
 
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.hibernate.type.AbstractType
 
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.hibernate.type.ComponentType
 
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.hibernate.type.CompositeCustomType
 
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.hibernate.type.ManyToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.hibernate.type.ObjectType
 
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.hibernate.type.OneToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.hibernate.type.SerializableType
 
assemble(Serializable, SessionImplementor, Object) - Method in interface net.sf.hibernate.type.Type
Reconstruct the object from its cached "disassembled" state.
assemble(Serializable[], Type[], SessionImplementor, Object) - Static method in class net.sf.hibernate.type.TypeFactory
 
associateConnection(Object) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
Associates the session handle with this managed connection
association(Class) - Static method in class net.sf.hibernate.Hibernate
Deprecated. use Hibernate.entity()

B

BATCH_VERSIONED_DATA - Static variable in class net.sf.hibernate.cfg.Environment
Should versioned data be included in batching?
BESTransactionManagerLookup - class net.sf.hibernate.transaction.BESTransactionManagerLookup.
A TransactionManager lookup strategy for Borland ES.
BESTransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.BESTransactionManagerLookup
 
BIG_DECIMAL - Static variable in class net.sf.hibernate.Hibernate
Hibernate big_decimal type.
BINARY - Static variable in class net.sf.hibernate.Hibernate
Hibernate binary type.
BLOB - Static variable in class net.sf.hibernate.Hibernate
Hibernate blob type.
BOOLEAN - Static variable in class net.sf.hibernate.Hibernate
Hibernate boolean type.
BYTE - Static variable in class net.sf.hibernate.Hibernate
Hibernate byte type.
Bag - class net.sf.hibernate.collection.Bag.
An unordered, unkeyed collection that can contain the same element multiple times.
Bag(SessionImplementor) - Constructor for class net.sf.hibernate.collection.Bag
 
Bag(SessionImplementor, Collection) - Constructor for class net.sf.hibernate.collection.Bag
 
Bag() - Constructor for class net.sf.hibernate.collection.Bag
 
Bag - class net.sf.hibernate.mapping.Bag.
A bag permits duplicates, so it has no primary key
Bag(PersistentClass) - Constructor for class net.sf.hibernate.mapping.Bag
 
BagType - class net.sf.hibernate.type.BagType.
 
BagType(String) - Constructor for class net.sf.hibernate.type.BagType
 
BasicCollectionPersister - class net.sf.hibernate.collection.BasicCollectionPersister.
Collection persister for collections of values and many-to-many associations.
BasicCollectionPersister(Collection, Configuration, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.collection.BasicCollectionPersister
 
BasicPropertyAccessor - class net.sf.hibernate.property.BasicPropertyAccessor.
Accesses property values via a get/set pair, which may be nonpublic.
BasicPropertyAccessor() - Constructor for class net.sf.hibernate.property.BasicPropertyAccessor
 
BasicPropertyAccessor.BasicGetter - class net.sf.hibernate.property.BasicPropertyAccessor.BasicGetter.
 
BasicPropertyAccessor.BasicSetter - class net.sf.hibernate.property.BasicPropertyAccessor.BasicSetter.
 
Batcher - interface net.sf.hibernate.engine.Batcher.
Manages PreparedStatements for a session.
BatcherImpl - class net.sf.hibernate.impl.BatcherImpl.
Manages prepared statements and batching.
BatcherImpl(SessionImplementor) - Constructor for class net.sf.hibernate.impl.BatcherImpl
 
BatchingBatcher - class net.sf.hibernate.impl.BatchingBatcher.
An implementation of the Batcher interface that actually uses batching
BatchingBatcher(SessionImplementor) - Constructor for class net.sf.hibernate.impl.BatchingBatcher
 
BatchingCollectionInitializer - class net.sf.hibernate.loader.BatchingCollectionInitializer.
"Batch" loads collections, using multiple foreign key values in the SQL where clause.
BatchingCollectionInitializer(CollectionPersister, int, Loader, int, Loader, Loader) - Constructor for class net.sf.hibernate.loader.BatchingCollectionInitializer
 
BatchingEntityLoader - class net.sf.hibernate.loader.BatchingEntityLoader.
"Batch" loads entities, using multiple primary key values in the SQL where clause.
BatchingEntityLoader(ClassPersister, int, Loader, int, Loader, Loader) - Constructor for class net.sf.hibernate.loader.BatchingEntityLoader
 
BetweenExpression - class net.sf.hibernate.expression.BetweenExpression.
Constrains a property to between two values
BigDecimalType - class net.sf.hibernate.type.BigDecimalType.
big_decimal: A type that maps an SQL NUMERIC to a java.math.BigDecimal
BigDecimalType() - Constructor for class net.sf.hibernate.type.BigDecimalType
 
BinaryType - class net.sf.hibernate.type.BinaryType.
binary: A type that maps an SQL VARBINARY to a Java byte[].
BinaryType() - Constructor for class net.sf.hibernate.type.BinaryType
 
BlobImpl - class net.sf.hibernate.lob.BlobImpl.
A dummy implementation of java.sql.Blob that may be used to insert new data into a BLOB.
BlobImpl(byte[]) - Constructor for class net.sf.hibernate.lob.BlobImpl
 
BlobImpl(InputStream, int) - Constructor for class net.sf.hibernate.lob.BlobImpl
 
BlobType - class net.sf.hibernate.type.BlobType.
blob: A type that maps an SQL BLOB to a java.sql.Blob.
BlobType() - Constructor for class net.sf.hibernate.type.BlobType
 
BooleanType - class net.sf.hibernate.type.BooleanType.
boolean: A type that maps an SQL BIT to a Java Boolean.
BooleanType() - Constructor for class net.sf.hibernate.type.BooleanType
 
ByteType - class net.sf.hibernate.type.ByteType.
byte: A type that maps an SQL TINYINT to a Java Byte.
ByteType() - Constructor for class net.sf.hibernate.type.ByteType
 
BytesHelper - class net.sf.hibernate.util.BytesHelper.
 
bag(String) - Static method in class net.sf.hibernate.type.TypeFactory
 
basic(String) - Static method in class net.sf.hibernate.type.TypeFactory
Given the name of a Hibernate basic type, return an instance of net.sf.hibernate.type.Type.
batchSize - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
beforeCompletion() - Method in class net.sf.hibernate.engine.CacheSynchronization
 
beforeFirst() - Method in interface net.sf.hibernate.ScrollableResults
Go to a location just before first result (this is the initial location)
beforeFirst() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
beforeFirst() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
beforeInitialize(CollectionPersister) - Method in class net.sf.hibernate.collection.ArrayHolder
 
beforeInitialize(CollectionPersister) - Method in class net.sf.hibernate.collection.Bag
 
beforeInitialize(CollectionPersister) - Method in class net.sf.hibernate.collection.IdentifierBag
 
beforeInitialize(CollectionPersister) - Method in class net.sf.hibernate.collection.List
 
beforeInitialize(CollectionPersister) - Method in class net.sf.hibernate.collection.Map
 
beforeInitialize(CollectionPersister) - Method in class net.sf.hibernate.collection.PersistentCollection
Called before any elements are read into the collection, allowing appropriate initializations to occur.
beforeInitialize(CollectionPersister) - Method in class net.sf.hibernate.collection.Set
 
beforeInitialize(CollectionPersister) - Method in class net.sf.hibernate.collection.SortedMap
 
beforeInitialize(CollectionPersister) - Method in class net.sf.hibernate.collection.SortedSet
 
beforeLoad() - Method in interface net.sf.hibernate.engine.SessionImplementor
 
beforeLoad() - Method in class net.sf.hibernate.impl.SessionImpl
 
begin() - Method in class net.sf.hibernate.odmg.Transaction
Begin the transaction.
begin() - Method in class net.sf.hibernate.transaction.JDBCTransaction
 
begin(InitialContext, String, TransactionManager) - Method in class net.sf.hibernate.transaction.JTATransaction
 
begin() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 
beginRead() - Method in class net.sf.hibernate.collection.ArrayHolder
 
beginRead() - Method in class net.sf.hibernate.collection.PersistentCollection
Called just before reading any rows from the JDBC result set
beginRead() - Method in class net.sf.hibernate.collection.Set
 
beginTransaction() - Method in interface net.sf.hibernate.Session
Begin a unit of work and return the associated Transaction object.
beginTransaction() - Method in class net.sf.hibernate.impl.SessionImpl
 
beginTransaction() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
beginTransaction(SessionImplementor) - Method in class net.sf.hibernate.transaction.JDBCTransactionFactory
 
beginTransaction(SessionImplementor) - Method in class net.sf.hibernate.transaction.JTATransactionFactory
 
beginTransaction(SessionImplementor) - Method in interface net.sf.hibernate.transaction.TransactionFactory
Begin a transaction and return the associated Transaction instance.
between(String, Object, Object) - Static method in class net.sf.hibernate.expression.Expression
Apply a "between" constraint to the named property
bind(Object) - Method in interface net.sf.hibernate.Databinder
Add an object to the output document.
bind(Object, String) - Method in class net.sf.hibernate.odmg.Database
Bind a name to a persistent object, making the object persistent if necessary.
bind(Object) - Method in class net.sf.hibernate.odmg.OQLQuery
Bind a value to the next enumerated parameter.
bind(Context, String, Object) - Static method in class net.sf.hibernate.util.NamingHelper
Bind val to name in ctx, and make sure that all intermediate contexts exist.
bind(Object) - Method in class net.sf.hibernate.xml.XMLDatabinder
 
bindAll(Collection) - Method in interface net.sf.hibernate.Databinder
Add a collection of objects to the output document.
bindAll(Collection) - Method in class net.sf.hibernate.xml.XMLDatabinder
 
bindLimitParametersFirst() - Method in class net.sf.hibernate.dialect.Dialect
Does the LIMIT clause come at the start of the SELECT statement, rather than at the end?
bindLimitParametersFirst() - Method in class net.sf.hibernate.dialect.FirebirdDialect
 
bindLimitParametersFirst() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
bindLimitParametersFirst() - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
bindLimitParametersInReverseOrder() - Method in class net.sf.hibernate.dialect.Dialect
Does the LIMIT clause specify arguments in the "reverse" order limit, offset instead of offset, limit?
bindLimitParametersInReverseOrder() - Method in class net.sf.hibernate.dialect.FirebirdDialect
 
bindLimitParametersInReverseOrder() - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
bindLimitParametersInReverseOrder() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
bindLimitParametersInReverseOrder() - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
bindNamedParameters(PreparedStatement, Map, int, SessionImplementor) - Method in class net.sf.hibernate.hql.QueryTranslator
 
bindNamedParameters(PreparedStatement, Map, int, SessionImplementor) - Method in class net.sf.hibernate.loader.Loader
Bind named parameters to the PreparedStatement.
bindNamedParameters(PreparedStatement, Map, int, SessionImplementor) - Method in class net.sf.hibernate.loader.SQLLoader
 
bindParameterLists(Map) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
bindPositionalParameters(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class net.sf.hibernate.loader.Loader
Bind positional parameter values to the PreparedStatement (these are parameters specified by a JDBC-style ?).
booleanValue(String) - Static method in class net.sf.hibernate.util.StringHelper
 
buildCache(String, Properties) - Method in interface net.sf.hibernate.cache.CacheProvider
Configure the cache
buildCache(String, Properties) - Method in class net.sf.hibernate.cache.EhCacheProvider
Builds a Cache.
buildCache(String, Properties) - Method in class net.sf.hibernate.cache.HashtableCacheProvider
 
buildCache(String, Properties) - Method in class net.sf.hibernate.cache.JCSCacheProvider
Deprecated.  
buildCache(String, Properties) - Method in class net.sf.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 net.sf.hibernate.cache.SwarmCacheProvider
 
buildCache(String, Properties) - Method in class net.sf.hibernate.cache.TreeCacheProvider
Construct and configure the Cache representation of a named cache region.
buildMinimalSQLExceptionConverter() - Static method in class net.sf.hibernate.exception.SQLExceptionConverterFactory
Builds a minimal converter.
buildSQLExceptionConverter() - Method in class net.sf.hibernate.dialect.Dialect
Build an instance of the SQLExceptionConverter preferred by this dialect for converting SQLExceptions into Hibernate's JDBCException hierarchy.
buildSQLExceptionConverter() - Method in class net.sf.hibernate.dialect.HSQLDialect
Build an instance of the SQLExceptionConverter preferred by this dialect for converting SQLExceptions into Hibernate's JDBCException hierarchy.
buildSQLExceptionConverter() - Method in class net.sf.hibernate.dialect.MySQLDialect
Build an instance of the SQLExceptionConverter preferred by this dialect for converting SQLExceptions into Hibernate's JDBCException hierarchy.
buildSQLExceptionConverter() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
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 net.sf.hibernate.exception.SQLExceptionConverterFactory
Build a SQLExceptionConverter instance.
buildSessionFactory() - Method in class net.sf.hibernate.cfg.Configuration
Instantiate a new SessionFactory, using the properties and mappings in this configuration.
buildSettings() - Method in class net.sf.hibernate.cfg.Configuration
Create an object-oriented view of the configuration properties
buildSettings(Properties) - Static method in class net.sf.hibernate.cfg.SettingsFactory
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator, boolean, String) - Static method in class net.sf.hibernate.mapping.Index
 
buildSqlDropIndexString(Dialect, Table, String, String) - Static method in class net.sf.hibernate.mapping.Index
 
buildTransactionFactory(Properties) - Static method in class net.sf.hibernate.transaction.TransactionFactoryFactory
Obtain a TransactionFactory with the transaction handling strategy specified by the given Properties.

C

C3P0ConnectionProvider - class net.sf.hibernate.connection.C3P0ConnectionProvider.
A connection provider that uses a C3P0 connection pool.
C3P0ConnectionProvider() - Constructor for class net.sf.hibernate.connection.C3P0ConnectionProvider
 
C3P0_ACQUIRE_INCREMENT - Static variable in class net.sf.hibernate.cfg.Environment
Number of connections acquired when pool is exhausted
C3P0_IDLE_TEST_PERIOD - Static variable in class net.sf.hibernate.cfg.Environment
Idle time before a C3P0 pooled connection is validated
C3P0_MAX_SIZE - Static variable in class net.sf.hibernate.cfg.Environment
Maximum size of C3P0 connection pool
C3P0_MAX_STATEMENTS - Static variable in class net.sf.hibernate.cfg.Environment
Maximum size of C3P0 statement cache
C3P0_MIN_SIZE - Static variable in class net.sf.hibernate.cfg.Environment
Minimum size of C3P0 connection pool
C3P0_TIMEOUT - Static variable in class net.sf.hibernate.cfg.Environment
Maximum idle time for C3P0 connection pool
C3P0_VALIDATE_CONNECTION - Static variable in class net.sf.hibernate.cfg.Environment
Deprecated. use C3P0_IDLE_TEST_PERIOD
CACHE_PROVIDER - Static variable in class net.sf.hibernate.cfg.Environment
The CacheProvider implementation class
CACHE_REGION_PREFIX - Static variable in class net.sf.hibernate.cfg.Environment
The CacheProvider region name prefix
CALENDAR - Static variable in class net.sf.hibernate.Hibernate
Hibernate calendar type.
CALENDAR_DATE - Static variable in class net.sf.hibernate.Hibernate
Hibernate calendar_date type.
CASCADE_AFTER_INSERT_BEFORE_DELETE - Static variable in class net.sf.hibernate.engine.Cascades
A cascade point that occurs just after the insertion of the parent entity and just before deletion
CASCADE_AFTER_INSERT_BEFORE_DELETE_VIA_COLLECTION - Static variable in class net.sf.hibernate.engine.Cascades
A cascade point that occurs just after the insertion of the parent entity and just before deletion, inside a collection
CASCADE_BEFORE_INSERT_AFTER_DELETE - Static variable in class net.sf.hibernate.engine.Cascades
A cascade point that occurs just before the insertion of the parent entity and just after deletion
CASCADE_ON_COPY - Static variable in class net.sf.hibernate.engine.Cascades
A cascade point that occurs just after copying from a transient parent entity into the object in the session cache
CASCADE_ON_EVICT - Static variable in class net.sf.hibernate.engine.Cascades
A cascade point that occurs just after eviction of the parent entity from the session cache
CASCADE_ON_LOCK - Static variable in class net.sf.hibernate.engine.Cascades
A cascade point that occurs just after locking a transient parent entity into the session cache
CASCADE_ON_UPDATE - Static variable in class net.sf.hibernate.engine.Cascades
A cascade point that occurs just after update of the parent entity
CGLIBLazyInitializer - class net.sf.hibernate.proxy.CGLIBLazyInitializer.
A LazyInitializer implemented using the CGLIB bytecode generation library
CGLIBProxyFactory - class net.sf.hibernate.proxy.CGLIBProxyFactory.
 
CGLIBProxyFactory() - Constructor for class net.sf.hibernate.proxy.CGLIBProxyFactory
 
CHARACTER - Static variable in class net.sf.hibernate.Hibernate
Hibernate character type.
CLASS - Static variable in class net.sf.hibernate.Hibernate
Hibernate class type.
CLOB - Static variable in class net.sf.hibernate.Hibernate
Hibernate clob type.
CLOSED_QUOTE - Static variable in class net.sf.hibernate.dialect.Dialect
 
CLOSE_PAREN - Static variable in class net.sf.hibernate.util.StringHelper
 
COLLECTION_ELEMENTS - Static variable in class net.sf.hibernate.collection.CollectionPropertyMapping
 
COLLECTION_INDICES - Static variable in class net.sf.hibernate.collection.CollectionPropertyMapping
 
COLLECTION_MAX_ELEMENT - Static variable in class net.sf.hibernate.collection.CollectionPropertyMapping
 
COLLECTION_MAX_INDEX - Static variable in class net.sf.hibernate.collection.CollectionPropertyMapping
 
COLLECTION_MIN_ELEMENT - Static variable in class net.sf.hibernate.collection.CollectionPropertyMapping
 
COLLECTION_MIN_INDEX - Static variable in class net.sf.hibernate.collection.CollectionPropertyMapping
 
COLLECTION_SIZE - Static variable in class net.sf.hibernate.collection.CollectionPropertyMapping
 
COLUMN - Static variable in class net.sf.hibernate.id.TableGenerator
The column parameter
COMMA - Static variable in class net.sf.hibernate.util.StringHelper
 
COMMA_SPACE - Static variable in class net.sf.hibernate.util.StringHelper
 
COMMIT - Static variable in class net.sf.hibernate.FlushMode
The Session is flushed when Transaction.commit() is called.
CONNECTION_PREFIX - Static variable in class net.sf.hibernate.cfg.Environment
prefix for arbitrary JDBC connection properties
CONNECTION_PROVIDER - Static variable in class net.sf.hibernate.cfg.Environment
ConnectionProvider implementor to use when obtaining connections
CURRENCY - Static variable in class net.sf.hibernate.Hibernate
Hibernate currency type.
CURRENCY_CLASS - Static variable in class net.sf.hibernate.type.CurrencyType
 
Cache - interface net.sf.hibernate.cache.Cache.
Implementors define a caching algorithm.
CacheConcurrencyStrategy - interface net.sf.hibernate.cache.CacheConcurrencyStrategy.
Implementors manage transactional access to cached data.
CacheConcurrencyStrategy.SoftLock - interface net.sf.hibernate.cache.CacheConcurrencyStrategy.SoftLock.
Marker interface, denoting a client-visible "soft lock" on a cached item.
CacheEntry - class net.sf.hibernate.impl.CacheEntry.
A cached instance of a persistent class
CacheEntry(Object, ClassPersister, SessionImplementor) - Constructor for class net.sf.hibernate.impl.CacheEntry
 
CacheException - exception net.sf.hibernate.cache.CacheException.
Something went wrong in the cache
CacheException(String) - Constructor for class net.sf.hibernate.cache.CacheException
 
CacheException(Exception) - Constructor for class net.sf.hibernate.cache.CacheException
 
CacheFactory - class net.sf.hibernate.cache.CacheFactory.
 
CacheProvider - interface net.sf.hibernate.cache.CacheProvider.
Support for pluggable caches.
CacheSynchronization - class net.sf.hibernate.engine.CacheSynchronization.
 
CacheSynchronization(SessionImplementor) - Constructor for class net.sf.hibernate.engine.CacheSynchronization
 
CalendarComparator - class net.sf.hibernate.util.CalendarComparator.
 
CalendarComparator() - Constructor for class net.sf.hibernate.util.CalendarComparator
 
CalendarDateType - class net.sf.hibernate.type.CalendarDateType.
calendar_date: A type mapping for a Calendar object that represents a date.
CalendarDateType() - Constructor for class net.sf.hibernate.type.CalendarDateType
 
CalendarType - class net.sf.hibernate.type.CalendarType.
calendar: A type mapping for a Calendar object that represents a datetime.
CalendarType() - Constructor for class net.sf.hibernate.type.CalendarType
 
CallbackException - exception net.sf.hibernate.CallbackException.
Should be thrown by persistent objects from Lifecycle or Interceptor callbacks.
CallbackException(Exception) - Constructor for class net.sf.hibernate.CallbackException
 
CallbackException(String) - Constructor for class net.sf.hibernate.CallbackException
 
CallbackException(String, Exception) - Constructor for class net.sf.hibernate.CallbackException
 
Cascades - class net.sf.hibernate.engine.Cascades.
Implements cascaded save / delete / update / lock / evict / replicate
Cascades.CascadeStyle - class net.sf.hibernate.engine.Cascades.CascadeStyle.
A style of cascade that can be specified by the mapping for an association.
Cascades.CascadeStyle() - Constructor for class net.sf.hibernate.engine.Cascades.CascadeStyle
 
Cascades.CascadingAction - class net.sf.hibernate.engine.Cascades.CascadingAction.
A session action that may be cascaded from parent entity to its children
Cascades.CascadingAction() - Constructor for class net.sf.hibernate.engine.Cascades.CascadingAction
 
Cascades.IdentifierValue - class net.sf.hibernate.engine.Cascades.IdentifierValue.
A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.
Cascades.IdentifierValue() - Constructor for class net.sf.hibernate.engine.Cascades.IdentifierValue
 
Cascades.IdentifierValue(Object) - Constructor for class net.sf.hibernate.engine.Cascades.IdentifierValue
Assume the transient instance is newly instantiated if its identifier is null or equal to value
Cascades.VersionValue - class net.sf.hibernate.engine.Cascades.VersionValue.
A strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance.
Cascades.VersionValue() - Constructor for class net.sf.hibernate.engine.Cascades.VersionValue
 
Cascades.VersionValue(Object) - Constructor for class net.sf.hibernate.engine.Cascades.VersionValue
Assume the transient instance is newly instantiated if its version is null or equal to value
CaseFragment - class net.sf.hibernate.sql.CaseFragment.
Abstract SQL case fragment renderer
CaseFragment() - Constructor for class net.sf.hibernate.sql.CaseFragment
 
CharBooleanType - class net.sf.hibernate.type.CharBooleanType.
Superclass for types that map Java boolean to SQL CHAR(1).
CharBooleanType() - Constructor for class net.sf.hibernate.type.CharBooleanType
 
CharacterType - class net.sf.hibernate.type.CharacterType.
character: A type that maps an SQL CHAR(1) to a Java Character.
CharacterType() - Constructor for class net.sf.hibernate.type.CharacterType
 
ClassMetadata - interface net.sf.hibernate.metadata.ClassMetadata.
Exposes entity class metadata to the application
ClassPersister - interface net.sf.hibernate.persister.ClassPersister.
Concrete ClassPersisters implement mapping and persistence logic for a particular persistent class.
ClassType - class net.sf.hibernate.type.ClassType.
class: A type that maps an SQL VARCHAR to a Java Class.
ClassType() - Constructor for class net.sf.hibernate.type.ClassType
 
ClauseParser - class net.sf.hibernate.hql.ClauseParser.
Parses the Hibernate query into its constituent clauses.
ClauseParser() - Constructor for class net.sf.hibernate.hql.ClauseParser
 
ClobImpl - class net.sf.hibernate.lob.ClobImpl.
A dummy implementation of java.sql.Clob that may be used to insert new data into a CLOB.
ClobImpl(String) - Constructor for class net.sf.hibernate.lob.ClobImpl
 
ClobImpl(Reader, int) - Constructor for class net.sf.hibernate.lob.ClobImpl
 
ClobType - class net.sf.hibernate.type.ClobType.
clob: A type that maps an SQL CLOB to a java.sql.Clob.
ClobType() - Constructor for class net.sf.hibernate.type.ClobType
 
Collection - class net.sf.hibernate.mapping.Collection.
Mapping for a collection.
Collection(PersistentClass) - Constructor for class net.sf.hibernate.mapping.Collection
 
CollectionInitializer - interface net.sf.hibernate.loader.CollectionInitializer.
An interface for collection loaders
CollectionLoader - class net.sf.hibernate.loader.CollectionLoader.
Loads a collection of values or a many-to-many association.
CollectionLoader(QueryableCollection, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.loader.CollectionLoader
 
CollectionLoader(QueryableCollection, int, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.loader.CollectionLoader
 
CollectionMetadata - interface net.sf.hibernate.metadata.CollectionMetadata.
Exposes collection metadata to the application
CollectionPersister - interface net.sf.hibernate.collection.CollectionPersister.
A strategy for persisting a collection role.
CollectionPropertyMapping - class net.sf.hibernate.collection.CollectionPropertyMapping.
 
CollectionPropertyMapping(QueryableCollection) - Constructor for class net.sf.hibernate.collection.CollectionPropertyMapping
 
CollectionSnapshot - interface net.sf.hibernate.engine.CollectionSnapshot.
A "snapshot" of collection state.
Column - class net.sf.hibernate.mapping.Column.
A column of a relational database table
Column() - Constructor for class net.sf.hibernate.mapping.Column
 
ColumnMetadata - class net.sf.hibernate.tool.hbm2ddl.ColumnMetadata.
JDBC column metadata
ColumnNameCache - class net.sf.hibernate.impl.ColumnNameCache.
Implementation of ColumnNameCache.
ColumnNameCache() - Constructor for class net.sf.hibernate.impl.ColumnNameCache
 
ComparableComparator - class net.sf.hibernate.util.ComparableComparator.
Delegates to Comparable
ComparableComparator() - Constructor for class net.sf.hibernate.util.ComparableComparator
 
Component - class net.sf.hibernate.mapping.Component.
The mapping for a component, composite element, composite identifier, etc.
Component(PersistentClass) - Constructor for class net.sf.hibernate.mapping.Component
 
Component(Table) - Constructor for class net.sf.hibernate.mapping.Component
 
ComponentType - class net.sf.hibernate.type.ComponentType.
Handles "component" mappings
ComponentType(Class, String[], Getter[], Setter[], boolean, Type[], int[], Cascades.CascadeStyle[], String) - Constructor for class net.sf.hibernate.type.ComponentType
 
CompositeCustomType - class net.sf.hibernate.type.CompositeCustomType.
Adapts CompositeUserType to Type interface
CompositeCustomType(Class) - Constructor for class net.sf.hibernate.type.CompositeCustomType
 
CompositeElementPropertyMapping - class net.sf.hibernate.collection.CompositeElementPropertyMapping.
 
CompositeElementPropertyMapping(String[], AbstractComponentType, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.collection.CompositeElementPropertyMapping
 
CompositeUserType - interface net.sf.hibernate.CompositeUserType.
A UserType that may be dereferenced in a query.
ConditionFragment - class net.sf.hibernate.sql.ConditionFragment.
 
ConditionFragment() - Constructor for class net.sf.hibernate.sql.ConditionFragment
 
ConfigHelper - class net.sf.hibernate.util.ConfigHelper.
A simple class to centralize logic needed to locate config files on the system.
ConfigHelper() - Constructor for class net.sf.hibernate.util.ConfigHelper
 
Configurable - interface net.sf.hibernate.exception.Configurable.
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 net.sf.hibernate.id.Configurable.
An IdentifierGenerator that supports "configuration".
Configuration - class net.sf.hibernate.cfg.Configuration.
An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Configuration() - Constructor for class net.sf.hibernate.cfg.Configuration
 
Conjunction - class net.sf.hibernate.expression.Conjunction.
 
Conjunction() - Constructor for class net.sf.hibernate.expression.Conjunction
 
ConnectionProvider - interface net.sf.hibernate.connection.ConnectionProvider.
A strategy for obtaining JDBC connections.
ConnectionProviderFactory - class net.sf.hibernate.connection.ConnectionProviderFactory.
Instantiates a connection provider given either System properties or a java.util.Properties instance.
Constraint - class net.sf.hibernate.mapping.Constraint.
A relational constraint.
Constraint() - Constructor for class net.sf.hibernate.mapping.Constraint
 
ConstraintViolationException - exception net.sf.hibernate.exception.ConstraintViolationException.
Implementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint.
ConstraintViolationException(SQLException, String) - Constructor for class net.sf.hibernate.exception.ConstraintViolationException
Constructor for JDBCException.
ConstraintViolationException(String, SQLException, String) - Constructor for class net.sf.hibernate.exception.ConstraintViolationException
Constructor for JDBCException.
CounterGenerator - class net.sf.hibernate.id.CounterGenerator.
Deprecated. use IncrementGenerator instead
CounterGenerator() - Constructor for class net.sf.hibernate.id.CounterGenerator
Deprecated.  
Criteria - interface net.sf.hibernate.Criteria.
Criteria is a simplified API for retrieving entities by composing Criterion objects.
CriteriaImpl - class net.sf.hibernate.impl.CriteriaImpl.
Implementation of the Criteria interface
CriteriaImpl(Class, SessionImpl) - Constructor for class net.sf.hibernate.impl.CriteriaImpl
 
CriteriaImpl(Class, CriteriaImpl) - Constructor for class net.sf.hibernate.impl.CriteriaImpl
Copy all the internal attributes of the given CrtieriaImpl except alter the root persistent class type to be the given one.
CriteriaImpl.CriterionEntry - class net.sf.hibernate.impl.CriteriaImpl.CriterionEntry.
 
CriteriaImpl.Subcriteria - class net.sf.hibernate.impl.CriteriaImpl.Subcriteria.
 
CriteriaLoader - class net.sf.hibernate.loader.CriteriaLoader.
A Loader for Criteria queries.
CriteriaLoader(OuterJoinLoadable, SessionFactoryImplementor, CriteriaImpl) - Constructor for class net.sf.hibernate.loader.CriteriaLoader
 
Criterion - interface net.sf.hibernate.expression.Criterion.
An object-oriented representation of a query criterion that may be used as a constraint in a Criteria query.
CurrencyType - class net.sf.hibernate.type.CurrencyType.
currency: A type that maps an SQL VARCHAR to a java.util.Currency
CurrencyType() - Constructor for class net.sf.hibernate.type.CurrencyType
 
CustomType - class net.sf.hibernate.type.CustomType.
Adapts UserType to the generic Type interface.
CustomType(Class) - Constructor for class net.sf.hibernate.type.CustomType
 
cancelLastQuery() - Method in interface net.sf.hibernate.engine.Batcher
Cancel the current query statement
cancelLastQuery() - Method in class net.sf.hibernate.impl.BatcherImpl
 
cancelQuery() - Method in interface net.sf.hibernate.Session
Cancel execution of the current query.
cancelQuery() - Method in class net.sf.hibernate.impl.SessionImpl
 
cancelQuery() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
cancelRowUpdates() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
cascade(SessionImplementor, ClassPersister, Object, Cascades.CascadingAction, int) - Static method in class net.sf.hibernate.engine.Cascades
Cascade an action from the parent object to all its children
cascade(SessionImplementor, ClassPersister, Object, Cascades.CascadingAction, int, Object) - Static method in class net.sf.hibernate.engine.Cascades
Cascade an action from the parent object to all its children
cascade(int) - Method in interface net.sf.hibernate.type.AbstractComponentType
 
cascade(int) - Method in class net.sf.hibernate.type.ComponentType
 
cascade(int) - Method in class net.sf.hibernate.type.CompositeCustomType
 
cascade(int) - Method in class net.sf.hibernate.type.DynamicComponentType
 
cascade(int) - Method in class net.sf.hibernate.type.ObjectType
 
cascadeNow(int) - Method in class net.sf.hibernate.type.ForeignKeyDirection
Should we cascade at this cascade point?
cases - Variable in class net.sf.hibernate.sql.CaseFragment
 
check(int, Serializable) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
checkColumnDuplication(Set, Iterator) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
checkpoint() - Method in class net.sf.hibernate.odmg.Transaction
Commit the changes, but leave the transaction open.
classForName(String) - Static method in class net.sf.hibernate.util.ReflectHelper
 
classPersisters - Variable in class net.sf.hibernate.loader.OuterJoinLoader
 
classToTableName(String) - Method in class net.sf.hibernate.cfg.DefaultNamingStrategy
Return the unqualified class name
classToTableName(String) - Method in class net.sf.hibernate.cfg.ImprovedNamingStrategy
Return the unqualified class name, mixed case converted to underscores
classToTableName(String) - Method in interface net.sf.hibernate.cfg.NamingStrategy
Return a table name for an entity class
cleanup() - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
Cleans up connection handles so they can't be used again But the physical connection is kept open
clear() - Method in interface net.sf.hibernate.Session
Completely clear the session.
clear() - Method in interface net.sf.hibernate.cache.Cache
Clear the cache
clear() - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Evict all items from the cache immediately.
clear() - Method in class net.sf.hibernate.cache.EhCache
Remove all elements in the cache, but leave the cache in a useable state.
clear() - Method in class net.sf.hibernate.cache.HashtableCache
 
clear() - Method in class net.sf.hibernate.cache.JCSCache
Deprecated.  
clear() - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
 
clear() - Method in class net.sf.hibernate.cache.OSCache
 
clear() - Method in interface net.sf.hibernate.cache.QueryCache
 
clear() - Method in class net.sf.hibernate.cache.ReadOnlyCache
 
clear() - Method in class net.sf.hibernate.cache.ReadWriteCache
 
clear() - Method in class net.sf.hibernate.cache.StandardQueryCache
 
clear() - Method in class net.sf.hibernate.cache.SwarmCache
Clear the cache
clear() - Method in class net.sf.hibernate.cache.TransactionalCache
 
clear() - Method in class net.sf.hibernate.cache.TreeCache
 
clear() - Method in class net.sf.hibernate.cache.UpdateTimestampsCache
 
clear() - Method in class net.sf.hibernate.collection.Bag
 
clear() - Method in class net.sf.hibernate.collection.IdentifierBag
 
clear() - Method in class net.sf.hibernate.collection.List
 
clear() - Method in class net.sf.hibernate.collection.Map
 
clear() - Method in class net.sf.hibernate.collection.Set
 
clear() - Method in class net.sf.hibernate.impl.SessionImpl
 
clear() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
clear() - Method in class net.sf.hibernate.util.FastHashMap
Remove all mappings from this map.
clear() - Method in class net.sf.hibernate.util.IdentityMap
 
clearWarnings() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
clone() - Method in class net.sf.hibernate.util.FastHashMap
Return a shallow copy of this FastHashMap instance.
clone(Serializable) - Static method in class net.sf.hibernate.util.SerializationHelper
Deep clone an Object using serialization.
close(Iterator) - Static method in class net.sf.hibernate.Hibernate
Close an Iterator created by iterate() immediately, instead of waiting until the session is closed or disconnected.
close() - Method in interface net.sf.hibernate.ScrollableResults
Release resources immediately.
close() - Method in interface net.sf.hibernate.Session
End the Session by disconnecting from the JDBC connection and cleaning up.
close() - Method in interface net.sf.hibernate.SessionFactory
Destroy this SessionFactory and release all resources (caches, connection pools, etc).
close() - Method in class net.sf.hibernate.connection.C3P0ConnectionProvider
 
close() - Method in interface net.sf.hibernate.connection.ConnectionProvider
Release all resources held by this provider.
close() - Method in class net.sf.hibernate.connection.DBCPConnectionProvider
 
close() - Method in class net.sf.hibernate.connection.DatasourceConnectionProvider
 
close() - Method in class net.sf.hibernate.connection.DriverManagerConnectionProvider
 
close() - Method in class net.sf.hibernate.connection.ProxoolConnectionProvider
Release all resources held by this provider.
close() - Method in class net.sf.hibernate.connection.UserSuppliedConnectionProvider
 
close() - Method in interface net.sf.hibernate.engine.HibernateIterator
 
close() - Method in class net.sf.hibernate.impl.IteratorImpl
 
close() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
close() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
close() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
Closes the session factory, releasing all held resources.
close() - Method in class net.sf.hibernate.impl.SessionImpl
 
close() - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
close() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
close() - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
close() - Method in class net.sf.hibernate.odmg.Database
Close the Database (but not the underlying SessionFactory).
closeConnection(Connection) - Method in class net.sf.hibernate.connection.C3P0ConnectionProvider
 
closeConnection(Connection) - Method in interface net.sf.hibernate.connection.ConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in class net.sf.hibernate.connection.DBCPConnectionProvider
 
closeConnection(Connection) - Method in class net.sf.hibernate.connection.DatasourceConnectionProvider
 
closeConnection(Connection) - Method in class net.sf.hibernate.connection.DriverManagerConnectionProvider
 
closeConnection(Connection) - Method in class net.sf.hibernate.connection.ProxoolConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in class net.sf.hibernate.connection.UserSuppliedConnectionProvider
 
closeConnection(Connection) - Method in interface net.sf.hibernate.engine.Batcher
Dispose of the JDBC connection
closeConnection(Connection) - Method in class net.sf.hibernate.impl.BatcherImpl
 
closeQueryStatement(PreparedStatement, ResultSet) - Method in interface net.sf.hibernate.engine.Batcher
Close a prepared statement opened with prepareQueryStatement()
closeQueryStatement(PreparedStatement, ResultSet) - Method in class net.sf.hibernate.impl.BatcherImpl
 
closeQuote() - Method in class net.sf.hibernate.dialect.Dialect
The closing quote for a quoted identifier
closeQuote() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
closeQuote() - Method in class net.sf.hibernate.dialect.SQLServerDialect
 
closeStatement(PreparedStatement) - Method in interface net.sf.hibernate.engine.Batcher
Close a prepared statement opened using prepareStatement()
closeStatement(PreparedStatement) - Method in class net.sf.hibernate.impl.BatcherImpl
 
closeStatements() - Method in interface net.sf.hibernate.engine.Batcher
Close any query statements that were left lying around
closeStatements() - Method in class net.sf.hibernate.impl.BatcherImpl
 
columnName(String) - Method in class net.sf.hibernate.cfg.DefaultNamingStrategy
Return the argument
columnName(String) - Method in class net.sf.hibernate.cfg.ImprovedNamingStrategy
Convert mixed case to underscores
columnName(String) - Method in interface net.sf.hibernate.cfg.NamingStrategy
Alter the column name given in the mapping document
commit() - Method in interface net.sf.hibernate.Transaction
Flush the associated Session and end the unit of work.
commit(Xid, boolean) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
commit() - Method in class net.sf.hibernate.odmg.Transaction
Commit the transaction.
commit() - Method in class net.sf.hibernate.transaction.JDBCTransaction
 
commit() - Method in class net.sf.hibernate.transaction.JTATransaction
 
commit() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
commit() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 
comparator() - Method in class net.sf.hibernate.collection.SortedMap
 
comparator() - Method in class net.sf.hibernate.collection.SortedSet
 
compare(Object, Object) - Method in class net.sf.hibernate.util.CalendarComparator
 
compare(Object, Object) - Method in class net.sf.hibernate.util.ComparableComparator
 
compile(String, SessionFactoryImplementor, Map, boolean) - Method in class net.sf.hibernate.hql.FilterTranslator
Compile a filter.
compile(SessionFactoryImplementor, Map, boolean) - Method in class net.sf.hibernate.hql.QueryTranslator
Compile a "normal" query.
concat(DList) - Method in class net.sf.hibernate.collection.List
 
concreteQueries(String, SessionFactoryImplementor) - Static method in class net.sf.hibernate.hql.QueryTranslator
Handle Hibernate "implicit" polymorphism, by translating the query string into several "concrete" queries against mapped classes.
concurrentEntries(Map) - Static method in class net.sf.hibernate.util.IdentityMap
Return the map entries (as instances of Map.Entry in a collection that is safe from concurrent modification).
configure() - Method in class net.sf.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(String) - Method in class net.sf.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class net.sf.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(File) - Method in class net.sf.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(Document) - Method in class net.sf.hibernate.cfg.Configuration
Use the mappings and properties specified in the given XML document.
configure(Properties) - Method in class net.sf.hibernate.connection.C3P0ConnectionProvider
 
configure(Properties) - Method in interface net.sf.hibernate.connection.ConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in class net.sf.hibernate.connection.DBCPConnectionProvider
 
configure(Properties) - Method in class net.sf.hibernate.connection.DatasourceConnectionProvider
 
configure(Properties) - Method in class net.sf.hibernate.connection.DriverManagerConnectionProvider
 
configure(Properties) - Method in class net.sf.hibernate.connection.ProxoolConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in class net.sf.hibernate.connection.UserSuppliedConnectionProvider
 
configure(Properties) - Method in interface net.sf.hibernate.exception.Configurable
Configure the component, using the given settings and properties.
configure(Type, Properties, Dialect) - Method in interface net.sf.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 net.sf.hibernate.id.ForeignGenerator
 
configure(Type, Properties, Dialect) - Method in class net.sf.hibernate.id.IncrementGenerator
 
configure(Type, Properties, Dialect) - Method in class net.sf.hibernate.id.SequenceGenerator
 
configure(Type, Properties, Dialect) - Method in class net.sf.hibernate.id.SequenceHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class net.sf.hibernate.id.TableGenerator
 
configure(Type, Properties, Dialect) - Method in class net.sf.hibernate.id.TableHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class net.sf.hibernate.id.UUIDHexGenerator
 
configure(Type, Properties, Dialect) - Method in class net.sf.hibernate.id.UUIDStringGenerator
 
configure(Properties) - Method in class net.sf.hibernate.transaction.JDBCTransactionFactory
 
configure(Properties) - Method in class net.sf.hibernate.transaction.JTATransactionFactory
 
configure(Properties) - Method in interface net.sf.hibernate.transaction.TransactionFactory
Configure from the given properties.
configureCaches(Settings) - Method in class net.sf.hibernate.cfg.Configuration
 
conjunction() - Static method in class net.sf.hibernate.expression.Expression
Group expressions together in a single conjunction (A and B and C...)
connection() - Method in interface net.sf.hibernate.Session
Get the JDBC connection.
connection() - Method in class net.sf.hibernate.impl.SessionImpl
 
connection() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
construct(ResultSetMetaData) - Static method in class net.sf.hibernate.impl.ColumnNameCache
 
consumesAlias() - Method in class net.sf.hibernate.collection.BasicCollectionPersister
 
consumesAlias() - Method in class net.sf.hibernate.collection.OneToManyPersister
 
consumesAlias() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
consumesAlias() - Method in interface net.sf.hibernate.persister.Joinable
Ugly, very ugly....
contains(Object) - Method in interface net.sf.hibernate.Session
Check if this instance is associated with this Session.
contains(Object) - Method in class net.sf.hibernate.collection.Bag
 
contains(Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
contains(Object) - Method in class net.sf.hibernate.collection.List
 
contains(Object) - Method in class net.sf.hibernate.collection.Set
 
contains(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
contains(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
containsAll(Collection) - Method in class net.sf.hibernate.collection.Bag
 
containsAll(Collection) - Method in class net.sf.hibernate.collection.IdentifierBag
 
containsAll(Collection) - Method in class net.sf.hibernate.collection.List
 
containsAll(Collection) - Method in class net.sf.hibernate.collection.Set
 
containsCollectionPersister(List) - Static method in class net.sf.hibernate.loader.OuterJoinLoader
 
containsKey(Object) - Method in class net.sf.hibernate.collection.Map
 
containsKey(Object) - Method in class net.sf.hibernate.util.FastHashMap
Return true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class net.sf.hibernate.util.IdentityMap
 
containsValue(Object) - Method in class net.sf.hibernate.collection.Map
 
containsValue(Object) - Method in class net.sf.hibernate.util.FastHashMap
Return true if this map contains one or more keys mapping to the specified value.
containsValue(Object) - Method in class net.sf.hibernate.util.IdentityMap
 
convert(SQLException, String) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
convert(SQLException, String) - Method in class net.sf.hibernate.collection.IdentifierBag
 
convert(SQLException, String) - Method in class net.sf.hibernate.exception.ErrorCodeConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLExceptionConverter, SQLException, String) - Static method in class net.sf.hibernate.exception.JDBCExceptionHelper
Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing appropriate logging.
convert(SQLException, String) - Method in interface net.sf.hibernate.exception.SQLExceptionConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLException, String) - Method in class net.sf.hibernate.exception.SQLStateConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLException, String) - Method in class net.sf.hibernate.impl.BatcherImpl
 
convert(SQLException, String) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
convert(SQLException, String) - Method in class net.sf.hibernate.impl.SessionImpl
 
convert(SQLException, String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
copy(Object, Map) - Method in interface net.sf.hibernate.engine.SessionImplementor
 
copy(Object, Map) - Method in class net.sf.hibernate.impl.SessionImpl
 
copy() - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
copy() - Method in class net.sf.hibernate.sql.JoinFragment
 
copy() - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
copy() - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
copy() - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in class net.sf.hibernate.type.AbstractType
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in class net.sf.hibernate.type.ArrayType
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in class net.sf.hibernate.type.ComponentType
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in class net.sf.hibernate.type.DynamicComponentType
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in class net.sf.hibernate.type.EntityType
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in class net.sf.hibernate.type.ImmutableType
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in class net.sf.hibernate.type.MapType
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in class net.sf.hibernate.type.MutableType
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
copy(Object, Object, SessionImplementor, Object, Map) - Method in interface net.sf.hibernate.type.Type
 
copy(Object[], Object[], Type[], SessionImplementor, Object, Map) - Static method in class net.sf.hibernate.type.TypeFactory
 
count(String, char) - Static method in class net.sf.hibernate.util.StringHelper
 
countClassPersisters(List) - Static method in class net.sf.hibernate.loader.OuterJoinLoader
Count the number of instances of Joinable which are actually also instances of Loadable, or are one-to-many associations
countSubclassProperties() - Method in class net.sf.hibernate.persister.EntityPersister
 
countSubclassProperties() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
countSubclassProperties() - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
How many properties are there, for this class and all subclasses.
countUnquoted(String, char) - Static method in class net.sf.hibernate.util.StringHelper
 
create(Object) - Static method in class net.sf.hibernate.expression.Example
Create a new instance, which includes all non-null properties by default
create(String, Type, Properties, Dialect) - Static method in class net.sf.hibernate.id.IdentifierGeneratorFactory
 
create(String) - Method in class net.sf.hibernate.odmg.OQLQuery
Set the Hibernate query string.
create(boolean, boolean) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script.
createAlias(String, String) - Method in interface net.sf.hibernate.Criteria
Join an association, assigning an alias to the joined entity
createAlias(String, String) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
createAlias(String, String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
createAllKeys() - Method in class net.sf.hibernate.mapping.Collection
 
createAllKeys() - Method in class net.sf.hibernate.mapping.Map
 
createBlob(byte[]) - Static method in class net.sf.hibernate.Hibernate
Create a new Blob.
createBlob(InputStream, int) - Static method in class net.sf.hibernate.Hibernate
Create a new Blob.
createBlob(InputStream) - Static method in class net.sf.hibernate.Hibernate
Create a new Blob.
createCache(Element, String, boolean) - Static method in class net.sf.hibernate.cache.CacheFactory
 
createCaseFragment() - Method in class net.sf.hibernate.dialect.Dialect
Create a CaseFragment for this dialect.
createCaseFragment() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
createCaseFragment() - Method in class net.sf.hibernate.dialect.MckoiDialect
 
createCaseFragment() - Method in class net.sf.hibernate.dialect.OracleDialect
 
createCaseFragment() - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
createClassPersister(PersistentClass, SessionFactoryImplementor) - Static method in class net.sf.hibernate.persister.PersisterFactory
 
createClob(String) - Static method in class net.sf.hibernate.Hibernate
Create a new Clob.
createClob(Reader, int) - Static method in class net.sf.hibernate.Hibernate
Create a new Clob.
createCollectionInitializer(SessionFactoryImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
createCollectionInitializer(SessionFactoryImplementor) - Method in class net.sf.hibernate.collection.BasicCollectionPersister
Create the CollectionLoader
createCollectionInitializer(SessionFactoryImplementor) - Method in class net.sf.hibernate.collection.OneToManyPersister
Create the OneToManyLoader
createCollectionPersister(Configuration, Collection, SessionFactoryImplementor) - Static method in class net.sf.hibernate.persister.PersisterFactory
 
createConnectionFactory(ConnectionManager) - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
Creates a Hibernate SessionFactory for the container
createConnectionFactory() - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
NOT SUPPORTED
createCriteria(String) - Method in interface net.sf.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity
createCriteria(String, String) - Method in interface net.sf.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias
createCriteria(Class) - Method in interface net.sf.hibernate.Session
Create a new Criteria instance, for the given entity class.
createCriteria(String) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, String) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
createCriteria(String, String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
createCriteria(Class) - Method in class net.sf.hibernate.impl.SessionImpl
 
createCriteria(Class) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
createDOMReader() - Static method in class net.sf.hibernate.util.XMLHelper
Create a dom4j DOMReader
createEntityLoader(SessionFactoryImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
createFilter(Object, String) - Method in interface net.sf.hibernate.Session
Create a new instance of Query for the given collection and filter string.
createFilter(Object, String) - Method in class net.sf.hibernate.impl.SessionImpl
 
createFilter(Object, String) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
createForeignKey() - Method in class net.sf.hibernate.mapping.Collection
 
createForeignKey() - Method in class net.sf.hibernate.mapping.ManyToOne
 
createForeignKey() - Method in class net.sf.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class net.sf.hibernate.mapping.OneToOne
 
createForeignKey() - Method in class net.sf.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class net.sf.hibernate.mapping.Subclass
 
createForeignKey(String, List, Class) - Method in class net.sf.hibernate.mapping.Table
 
createForeignKey() - Method in class net.sf.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface net.sf.hibernate.mapping.Value
 
createForeignKeyOfClass(Class) - Method in class net.sf.hibernate.mapping.SimpleValue
 
createIdentifierGenerator(Dialect) - Method in class net.sf.hibernate.mapping.SimpleValue
 
createIndex(String, List) - Method in class net.sf.hibernate.mapping.Table
 
createLinkedHashMap() - Static method in class net.sf.hibernate.util.LinkedHashCollectionHelper
 
createLinkedHashSet() - Static method in class net.sf.hibernate.util.LinkedHashCollectionHelper
 
createLockModeArray(int, LockMode) - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
Creates a ManagedConnection
createMappings() - Method in class net.sf.hibernate.cfg.Configuration
Create a new Mappings to add class and collection mappings to.
createOuterJoinFragment() - Method in class net.sf.hibernate.dialect.Dialect
Create an OuterJoinGenerator for this dialect.
createOuterJoinFragment() - Method in class net.sf.hibernate.dialect.OracleDialect
 
createOuterJoinFragment() - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
createOuterJoinFragment() - Method in class net.sf.hibernate.dialect.Sybase11_9_2Dialect
 
createOuterJoinFragment() - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
createPrimaryKey() - Method in class net.sf.hibernate.mapping.PersistentClass
 
createProxy(Serializable, SessionImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
createProxy(Serializable, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Create a new proxy instance
createProxyFactory() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Create a new ProxyFactory.
createQuery(String) - Method in interface net.sf.hibernate.Session
Create a new instance of Query for the given query string.
createQuery(String) - Method in class net.sf.hibernate.impl.SessionImpl
 
createQuery(String) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
createSAXReader(String, List) - Static method in class net.sf.hibernate.util.XMLHelper
Create a dom4j SAXReader which will append all validation errors to errorList
createSQLQuery(String, String, Class) - Method in interface net.sf.hibernate.Session
Create a new instance of Query for the given SQL string.
createSQLQuery(String, String[], Class[]) - Method in interface net.sf.hibernate.Session
Create a new instance of Query for the given SQL string.
createSQLQuery(String, String, Class) - Method in class net.sf.hibernate.impl.SessionImpl
 
createSQLQuery(String, String[], Class[]) - Method in class net.sf.hibernate.impl.SessionImpl
 
createSQLQuery(String, String[], Class[], Collection) - Method in class net.sf.hibernate.impl.SessionImpl
 
createSQLQuery(String, String, Class) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
createSQLQuery(String, String[], Class[]) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
createSchema() - Method in class net.sf.hibernate.jmx.HibernateService
 
createSchema() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Export create DDL to the database
createUniqueKey(List) - Method in class net.sf.hibernate.mapping.Table
 
createUniqueKeyLoaders(SessionFactoryImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
currentColumns() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
currentDatabase() - Method in class net.sf.hibernate.odmg.Implementation
Get the Database associated with the current thread (the most recent database created by the current thread or the default database).
currentTransaction() - Method in class net.sf.hibernate.odmg.Database
Get the Transaction associatedm with the current thread.
currentTransaction() - Method in class net.sf.hibernate.odmg.Implementation
Get the Transaction associated with the current thread.
custom(Class) - Static method in class net.sf.hibernate.Hibernate
A Hibernate custom type.

D

DATASOURCE - Static variable in class net.sf.hibernate.cfg.Environment
java.sql.Datasource JNDI name
DATE - Static variable in class net.sf.hibernate.Hibernate
Hibernate date type.
DB2390Dialect - class net.sf.hibernate.dialect.DB2390Dialect.
An SQL dialect for DB2/390.
DB2390Dialect() - Constructor for class net.sf.hibernate.dialect.DB2390Dialect
 
DB2400Dialect - class net.sf.hibernate.dialect.DB2400Dialect.
An SQL dialect for DB2/400.
DB2400Dialect() - Constructor for class net.sf.hibernate.dialect.DB2400Dialect
 
DB2Dialect - class net.sf.hibernate.dialect.DB2Dialect.
An SQL dialect for DB2.
DB2Dialect() - Constructor for class net.sf.hibernate.dialect.DB2Dialect
 
DBCPConnectionProvider - class net.sf.hibernate.connection.DBCPConnectionProvider.
A connection provider that uses an Apache commons DBCP connection pool.
DBCPConnectionProvider() - Constructor for class net.sf.hibernate.connection.DBCPConnectionProvider
 
DBCP_MAXACTIVE - Static variable in class net.sf.hibernate.cfg.Environment
Maximum number of checked out connections for DBCP connection pool
DBCP_MAXIDLE - Static variable in class net.sf.hibernate.cfg.Environment
Maximum number of idle connections for DBCP connection pool
DBCP_MAXWAIT - Static variable in class net.sf.hibernate.cfg.Environment
Maximum idle time for connections in DBCP connection pool (ms)
DBCP_PS_MAXACTIVE - Static variable in class net.sf.hibernate.cfg.Environment
Maximum number of checked out statements for DBCP
DBCP_PS_MAXIDLE - Static variable in class net.sf.hibernate.cfg.Environment
Maximum number of idle statements for DBCP
DBCP_PS_MAXWAIT - Static variable in class net.sf.hibernate.cfg.Environment
Maximum idle time for statements in DBCP (ms)
DBCP_PS_WHENEXHAUSTED - Static variable in class net.sf.hibernate.cfg.Environment
Action to take in case of an exhausted DBCP statement pool ( 0 = fail, 1 = block, 2= grow)
DBCP_VALIDATION_ONBORROW - Static variable in class net.sf.hibernate.cfg.Environment
Validate connection when borrowing connection from pool (optional, true or false)
DBCP_VALIDATION_ONRETURN - Static variable in class net.sf.hibernate.cfg.Environment
Validate connection when returning connection to pool (optional, true or false)
DBCP_VALIDATION_QUERY - Static variable in class net.sf.hibernate.cfg.Environment
Query to execute for connection validation (optional, requires either DBCP_VALIDATION_ONBORROW or DBCP_VALIDATION_ONRETURN)
DBCP_WHENEXHAUSTED - Static variable in class net.sf.hibernate.cfg.Environment
Action to take in case of an exhausted DBCP connection pool ( 0 = fail, 1 = block, 2= grow)
DEFAULT - Static variable in class net.sf.hibernate.FetchMode
Default to the setting configured in the mapping file.
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class net.sf.hibernate.mapping.RootClass
 
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class net.sf.hibernate.mapping.Collection
 
DEFAULT_EXCEPTION_MSG - Static variable in class net.sf.hibernate.util.JDBCExceptionReporter
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class net.sf.hibernate.mapping.IdentifierCollection
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class net.sf.hibernate.mapping.RootClass
 
DEFAULT_INDEX_COLUMN_NAME - Static variable in class net.sf.hibernate.mapping.IndexedCollection
 
DEFAULT_KEY_COLUMN_NAME - Static variable in class net.sf.hibernate.mapping.Collection
 
DEFAULT_SCHEMA - Static variable in class net.sf.hibernate.cfg.Environment
A default database schema (owner) name to use for unqualified tablenames
DEFAULT_WARNING_MSG - Static variable in class net.sf.hibernate.util.JDBCExceptionReporter
 
DIALECT - Static variable in class net.sf.hibernate.cfg.Environment
Hibernate SQL Dialect class
DISTINCT_ROOT_ENTITY - Static variable in interface net.sf.hibernate.Criteria
Each row of results is a distinct instance of the root entity
DOT - Static variable in class net.sf.hibernate.util.StringHelper
 
DOUBLE - Static variable in class net.sf.hibernate.Hibernate
Hibernate double type.
DRIVER - Static variable in class net.sf.hibernate.cfg.Environment
JDBC driver class
DTDEntityResolver - class net.sf.hibernate.util.DTDEntityResolver.
 
DTDEntityResolver() - Constructor for class net.sf.hibernate.util.DTDEntityResolver
 
Database - class net.sf.hibernate.odmg.Database.
Implements the ODMG Database API.
Database() - Constructor for class net.sf.hibernate.odmg.Database
Instantiate
DatabaseMetadata - class net.sf.hibernate.tool.hbm2ddl.DatabaseMetadata.
JDBC database metadata
DatabaseMetadata(Connection, Dialect) - Constructor for class net.sf.hibernate.tool.hbm2ddl.DatabaseMetadata
 
Databinder - interface net.sf.hibernate.Databinder.
Provides XML Marshalling for classes registered with a SessionFactory.
DatasourceConnectionProvider - class net.sf.hibernate.connection.DatasourceConnectionProvider.
A connection provider that uses a DataSource registered with JNDI.
DatasourceConnectionProvider() - Constructor for class net.sf.hibernate.connection.DatasourceConnectionProvider
 
DateType - class net.sf.hibernate.type.DateType.
date: A type that maps an SQL DATE to a Java Date.
DateType() - Constructor for class net.sf.hibernate.type.DateType
 
DecodeCaseFragment - class net.sf.hibernate.sql.DecodeCaseFragment.
An Oracle-style DECODE function.
DecodeCaseFragment() - Constructor for class net.sf.hibernate.sql.DecodeCaseFragment
 
DefaultNamingStrategy - class net.sf.hibernate.cfg.DefaultNamingStrategy.
The default NamingStrategy
DefaultNamingStrategy() - Constructor for class net.sf.hibernate.cfg.DefaultNamingStrategy
 
Delete - class net.sf.hibernate.sql.Delete.
An SQL DELETE statement
Delete() - Constructor for class net.sf.hibernate.sql.Delete
 
Dialect - class net.sf.hibernate.dialect.Dialect.
Represents a dialect of SQL implemented by a particular RDBMS.
Dialect() - Constructor for class net.sf.hibernate.dialect.Dialect
 
DirectPropertyAccessor - class net.sf.hibernate.property.DirectPropertyAccessor.
Accesses fields directly.
DirectPropertyAccessor() - Constructor for class net.sf.hibernate.property.DirectPropertyAccessor
 
DirectPropertyAccessor.DirectGetter - class net.sf.hibernate.property.DirectPropertyAccessor.DirectGetter.
 
DirectPropertyAccessor.DirectSetter - class net.sf.hibernate.property.DirectPropertyAccessor.DirectSetter.
 
DiscriminatorType - interface net.sf.hibernate.type.DiscriminatorType.
A Type that may be used for a discriminator column.
Disjunction - class net.sf.hibernate.expression.Disjunction.
 
Disjunction() - Constructor for class net.sf.hibernate.expression.Disjunction
 
DisjunctionFragment - class net.sf.hibernate.sql.DisjunctionFragment.
A disjunctive string of conditions
DisjunctionFragment() - Constructor for class net.sf.hibernate.sql.DisjunctionFragment
 
DistinctRootEntityResultTransformer - class net.sf.hibernate.transform.DistinctRootEntityResultTransformer.
 
DistinctRootEntityResultTransformer() - Constructor for class net.sf.hibernate.transform.DistinctRootEntityResultTransformer
 
DoubleType - class net.sf.hibernate.type.DoubleType.
double: A type that maps an SQL DOUBLE to a Java Double.
DoubleType() - Constructor for class net.sf.hibernate.type.DoubleType
 
DriverManagerConnectionProvider - class net.sf.hibernate.connection.DriverManagerConnectionProvider.
A connection provider that uses java.sql.DriverManager.
DriverManagerConnectionProvider() - Constructor for class net.sf.hibernate.connection.DriverManagerConnectionProvider
 
DynamicComponentType - class net.sf.hibernate.type.DynamicComponentType.
Handles "dynamic" components, represented as Maps
DynamicComponentType(String[], Type[], int[], Cascades.CascadeStyle[]) - Constructor for class net.sf.hibernate.type.DynamicComponentType
 
deepCopy(Object) - Method in interface net.sf.hibernate.CompositeUserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object) - Method in interface net.sf.hibernate.UserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object) - Method in class net.sf.hibernate.type.ComponentType
 
deepCopy(Object) - Method in class net.sf.hibernate.type.CompositeCustomType
 
deepCopy(Object) - Method in class net.sf.hibernate.type.CustomType
 
deepCopy(Object) - Method in class net.sf.hibernate.type.DynamicComponentType
 
deepCopy(Object) - Method in class net.sf.hibernate.type.EntityType
 
deepCopy(Object) - Method in class net.sf.hibernate.type.MetaType
 
deepCopy(Object) - Method in class net.sf.hibernate.type.NullableType
 
deepCopy(Object) - Method in class net.sf.hibernate.type.ObjectType
 
deepCopy(Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
deepCopy(Object) - Method in interface net.sf.hibernate.type.Type
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object[], Type[], boolean[], Object[]) - Static method in class net.sf.hibernate.type.TypeFactory
Deep copy values in the first array into the second
deepCopyNotNull(Object) - Method in class net.sf.hibernate.type.BinaryType
 
deepCopyNotNull(Object) - Method in class net.sf.hibernate.type.CalendarDateType
 
deepCopyNotNull(Object) - Method in class net.sf.hibernate.type.CalendarType
 
deepCopyNotNull(Object) - Method in class net.sf.hibernate.type.DateType
 
deepCopyNotNull(Object) - Method in class net.sf.hibernate.type.ImmutableType
 
deepCopyNotNull(Object) - Method in class net.sf.hibernate.type.NullableType
 
deepCopyNotNull(Object) - Method in class net.sf.hibernate.type.SerializableType
 
deepCopyNotNull(Object) - Method in class net.sf.hibernate.type.TimeType
 
deepCopyNotNull(Object) - Method in class net.sf.hibernate.type.TimestampType
 
dehydrate(Serializable, Object[], boolean[], PreparedStatement, SessionImplementor) - Method in class net.sf.hibernate.persister.EntityPersister
Marshall the fields of a persistent instance to a prepared statement
dehydrate(Serializable, Object[], boolean[], PreparedStatement[], SessionImplementor) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Marshall the fields of a persistent instance to a prepared statement
delayedAddAll(Collection) - Method in class net.sf.hibernate.collection.Bag
 
delayedAddAll(Collection) - Method in class net.sf.hibernate.collection.List
 
delayedAddAll(Collection) - Method in class net.sf.hibernate.collection.PersistentCollection
After reading all existing elements from the database, add the queued elements to the underlying collection.
delegate - Variable in class net.sf.hibernate.exception.NestableException
The helper instance which contains much of the code which we delegate to.
delegate - Variable in class net.sf.hibernate.exception.NestableRuntimeException
The helper instance which contains much of the code which we delegate to.
delete(Object) - Method in interface net.sf.hibernate.Session
Remove a persistent instance from the datastore.
delete(String) - Method in interface net.sf.hibernate.Session
Delete all objects returned by the query.
delete(String, Object, Type) - Method in interface net.sf.hibernate.Session
Delete all objects returned by the query.
delete(String, Object[], Type[]) - Method in interface net.sf.hibernate.Session
Delete all objects returned by the query.
delete(Object) - Method in class net.sf.hibernate.impl.SessionImpl
Delete a persistent object
delete(String) - Method in class net.sf.hibernate.impl.SessionImpl
 
delete(String, Object, Type) - Method in class net.sf.hibernate.impl.SessionImpl
 
delete(String, Object[], Type[]) - Method in class net.sf.hibernate.impl.SessionImpl
 
delete(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
delete(String) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
delete(String, Object, Type) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
delete(String, Object[], Type[]) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
delete(Serializable, Object, Object, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Delete a persistent instance
delete(Serializable, Object, Object, SessionImplementor) - Method in class net.sf.hibernate.persister.EntityPersister
Delete an object
delete(Serializable, Object, Object, SessionImplementor) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Delete an object
deletePersistent(Object) - Method in class net.sf.hibernate.odmg.Database
Delete the given object from the database.
deleteRow() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Delete the persistent state of any elements that were removed from the collection
delistResource(XAResource, int) - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
desc(String) - Static method in class net.sf.hibernate.expression.Order
Descending order
deserialize(Object) - Static method in class net.sf.hibernate.util.IdentityMap
Workaround for a JDK 1.4.1 bug where IdentityHashMaps are not correctly deserialized.
deserialize(InputStream) - Static method in class net.sf.hibernate.util.SerializationHelper
Deserializes an Object from the specified stream.
deserialize(byte[]) - Static method in class net.sf.hibernate.util.SerializationHelper
Deserializes a single Object from an array of bytes.
destroy() - Method in interface net.sf.hibernate.cache.Cache
Clean up
destroy() - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Clean up all resources.
destroy() - Method in class net.sf.hibernate.cache.EhCache
Remove the cache and make it unuseable.
destroy() - Method in class net.sf.hibernate.cache.HashtableCache
 
destroy() - Method in class net.sf.hibernate.cache.JCSCache
Deprecated.  
destroy() - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
 
destroy() - Method in class net.sf.hibernate.cache.OSCache
 
destroy() - Method in interface net.sf.hibernate.cache.QueryCache
 
destroy() - Method in class net.sf.hibernate.cache.ReadOnlyCache
 
destroy() - Method in class net.sf.hibernate.cache.ReadWriteCache
 
destroy() - Method in class net.sf.hibernate.cache.StandardQueryCache
 
destroy() - Method in class net.sf.hibernate.cache.SwarmCache
Clean up
destroy() - Method in class net.sf.hibernate.cache.TransactionalCache
 
destroy() - Method in class net.sf.hibernate.cache.TreeCache
 
destroy() - Method in class net.sf.hibernate.cache.UpdateTimestampsCache
 
destroy() - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
Closes the connection to the database
difference(DBag) - Method in class net.sf.hibernate.collection.Bag
 
difference(DSet) - Method in class net.sf.hibernate.collection.Set
 
disassemble(Object, SessionImplementor) - Method in interface net.sf.hibernate.CompositeUserType
Transform the object into its cacheable representation.
disassemble(CollectionPersister) - Method in class net.sf.hibernate.collection.ArrayHolder
 
disassemble(CollectionPersister) - Method in class net.sf.hibernate.collection.Bag
 
disassemble(CollectionPersister) - Method in class net.sf.hibernate.collection.IdentifierBag
 
disassemble(CollectionPersister) - Method in class net.sf.hibernate.collection.List
 
disassemble(CollectionPersister) - Method in class net.sf.hibernate.collection.Map
 
disassemble(CollectionPersister) - Method in class net.sf.hibernate.collection.PersistentCollection
Disassemble the collection, ready for the cache
disassemble(CollectionPersister) - Method in class net.sf.hibernate.collection.Set
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.AbstractType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.ArrayType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.BlobType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.ClobType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.ComponentType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.CompositeCustomType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.ManyToOneType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.ObjectType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.OneToOneType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
disassemble(Object, SessionImplementor) - Method in class net.sf.hibernate.type.SerializableType
 
disassemble(Object, SessionImplementor) - Method in interface net.sf.hibernate.type.Type
Return a cacheable "disassembled" representation of the object.
disassemble(Object[], Type[], SessionImplementor) - Static method in class net.sf.hibernate.type.TypeFactory
 
disconnect() - Method in interface net.sf.hibernate.Session
Disconnect the Session from the current JDBC connection.
disconnect() - Method in class net.sf.hibernate.impl.SessionImpl
 
disconnect() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
disjunction() - Static method in class net.sf.hibernate.expression.Expression
Group expressions together in a single disjunction (A or B or C...)
doConfigure(InputStream, String) - Method in class net.sf.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
doConfigure(Document) - Method in class net.sf.hibernate.cfg.Configuration
 
doCopy(Object, Serializable, Map) - Method in class net.sf.hibernate.impl.SessionImpl
 
doExecuteBatch(PreparedStatement) - Method in class net.sf.hibernate.impl.BatcherImpl
 
doExecuteBatch(PreparedStatement) - Method in class net.sf.hibernate.impl.BatchingBatcher
 
doExecuteBatch(PreparedStatement) - Method in class net.sf.hibernate.impl.NonBatchingBatcher
 
doList(SessionImplementor, QueryParameters) - Method in class net.sf.hibernate.loader.Loader
Actually execute a query, ignoring the query cache
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class net.sf.hibernate.collection.BasicCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class net.sf.hibernate.collection.OneToManyPersister
 
drop(boolean, boolean) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExport
Run the drop schema script.
dropConstraints() - Method in class net.sf.hibernate.dialect.DB2Dialect
 
dropConstraints() - Method in class net.sf.hibernate.dialect.Dialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class net.sf.hibernate.dialect.IngresDialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
dropConstraints() - Method in class net.sf.hibernate.dialect.PointbaseDialect
 
dropConstraints() - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
dropConstraints() - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
dropConstraints() - Method in class net.sf.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 net.sf.hibernate.dialect.TimesTenDialect
 
dropSchema() - Method in class net.sf.hibernate.jmx.HibernateService
 
dropSchema() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Export drop DDL to the database

E

EAGER - Static variable in class net.sf.hibernate.FetchMode
Fetch eagerly, using an outer join.
EAGER - Static variable in class net.sf.hibernate.loader.OuterJoinLoader
 
EMPTY_CLASS_ARRAY - Static variable in class net.sf.hibernate.util.ArrayHelper
 
EMPTY_INT_ARRAY - Static variable in class net.sf.hibernate.util.ArrayHelper
 
EMPTY_OBJECT_ARRAY - Static variable in class net.sf.hibernate.util.ArrayHelper
 
EMPTY_STRING - Static variable in class net.sf.hibernate.util.StringHelper
 
EMPTY_STRING_ARRAY - Static variable in class net.sf.hibernate.util.ArrayHelper
 
EMPTY_TYPE_ARRAY - Static variable in class net.sf.hibernate.util.ArrayHelper
 
END - Static variable in class net.sf.hibernate.expression.MatchMode
Match the end of the string to the pattern
ENTITY_CLASS - Static variable in class net.sf.hibernate.persister.AbstractEntityPersister
 
ENTITY_ID - Static variable in interface net.sf.hibernate.persister.ClassPersister
The property name of the "special" identifier property in HQL
EXACT - Static variable in class net.sf.hibernate.expression.MatchMode
Match the entire string to the pattern
EXCEPTION - Static variable in class net.sf.hibernate.ReplicationMode
Throw an exception when a row already exists.
EhCache - class net.sf.hibernate.cache.EhCache.
EHCache plugin for Hibernate EHCache uses a MemoryStore and a DiskStore.
EhCache(Cache) - Constructor for class net.sf.hibernate.cache.EhCache
Creates a new Hibernate pluggable cache based on a cache name.
EhCacheProvider - class net.sf.hibernate.cache.EhCacheProvider.
Cache Provider plugin for Hibernate Use hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider in Hibernate 3.x or later Taken from EhCache 0.9 distribution
EhCacheProvider() - Constructor for class net.sf.hibernate.cache.EhCacheProvider
 
ElementPropertyMapping - class net.sf.hibernate.collection.ElementPropertyMapping.
 
ElementPropertyMapping(String[], Type) - Constructor for class net.sf.hibernate.collection.ElementPropertyMapping
 
EmptyIterator - class net.sf.hibernate.util.EmptyIterator.
 
EntityLoader - class net.sf.hibernate.loader.EntityLoader.
Load an entity using outerjoin fetching to fetch associated entities.
EntityLoader(OuterJoinLoadable, int, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.loader.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.loader.EntityLoader
 
EntityPersister - class net.sf.hibernate.persister.EntityPersister.
The default implementation of the ClassPersister interface.
EntityPersister(PersistentClass, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.persister.EntityPersister
 
EntityType - class net.sf.hibernate.type.EntityType.
A reference to an entity class
EntityType(Class, String) - Constructor for class net.sf.hibernate.type.EntityType
 
Environment - class net.sf.hibernate.cfg.Environment.
Provides access to configuration info passed in Properties objects.
EqExpression - class net.sf.hibernate.expression.EqExpression.
 
EqExpression(String, Object, boolean) - Constructor for class net.sf.hibernate.expression.EqExpression
 
EqPropertyExpression - class net.sf.hibernate.expression.EqPropertyExpression.
 
EqPropertyExpression(String, String) - Constructor for class net.sf.hibernate.expression.EqPropertyExpression
 
EqualsHelper - class net.sf.hibernate.util.EqualsHelper.
 
ErrorCodeConverter - class net.sf.hibernate.exception.ErrorCodeConverter.
A SQLExceptionConverter implementation which performs converion based on the vendor specific ErrorCode.
ErrorCodeConverter(ViolatedConstraintNameExtracter) - Constructor for class net.sf.hibernate.exception.ErrorCodeConverter
 
Example - class net.sf.hibernate.expression.Example.
Support for query by example.
Example(Object, Example.PropertySelector) - Constructor for class net.sf.hibernate.expression.Example
 
Example.PropertySelector - interface net.sf.hibernate.expression.Example.PropertySelector.
A strategy for choosing property values for inclusion in the query criteria
ExceptionUtils - class net.sf.hibernate.exception.ExceptionUtils.
Provides utilities for manipulating and examining Throwable objects.
Expression - class net.sf.hibernate.expression.Expression.
The expression package may be used by applications as a framework for building new kinds of Criterion.
elementColumnAliases - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
elementColumnNames - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
elementPersister - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
elementType - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
elements() - Method in class net.sf.hibernate.collection.ArrayHolder
 
empty() - Method in class net.sf.hibernate.collection.ArrayHolder
 
empty() - Method in class net.sf.hibernate.collection.Bag
 
empty() - Method in class net.sf.hibernate.collection.IdentifierBag
 
empty() - Method in class net.sf.hibernate.collection.List
 
empty() - Method in class net.sf.hibernate.collection.Map
 
empty() - Method in class net.sf.hibernate.collection.PersistentCollection
Is the initialized collection empty?
empty() - Method in class net.sf.hibernate.collection.Set
 
enableJoinedFetch() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
enableJoinedFetch() - Method in interface net.sf.hibernate.collection.QueryableCollection
Should we load this collection role by outerjoining?
enableJoinedFetch(int) - Method in class net.sf.hibernate.persister.EntityPersister
 
enableJoinedFetch(int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
enableJoinedFetch(int) - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
May this property be fetched using an SQL outerjoin.
enableJoinedFetch(int) - Method in interface net.sf.hibernate.type.AbstractComponentType
 
enableJoinedFetch(int) - Method in class net.sf.hibernate.type.ComponentType
 
enableJoinedFetch(int) - Method in class net.sf.hibernate.type.CompositeCustomType
 
enableJoinedFetch(int) - Method in class net.sf.hibernate.type.DynamicComponentType
 
enableJoinedFetch(int) - Method in class net.sf.hibernate.type.ObjectType
 
enableLike(MatchMode) - Method in class net.sf.hibernate.expression.Example
Use the "like" operator for all string-valued properties
enableLike() - Method in class net.sf.hibernate.expression.Example
Use the "like" operator for all string-valued properties
end(QueryTranslator) - Method in class net.sf.hibernate.hql.ClauseParser
 
end(QueryTranslator) - Method in class net.sf.hibernate.hql.FromParser
 
end(QueryTranslator) - Method in class net.sf.hibernate.hql.FromPathExpressionParser
 
end(QueryTranslator) - Method in class net.sf.hibernate.hql.GroupByParser
 
end(QueryTranslator) - Method in class net.sf.hibernate.hql.OrderByParser
 
end(QueryTranslator) - Method in interface net.sf.hibernate.hql.Parser
 
end(QueryTranslator) - Method in class net.sf.hibernate.hql.PathExpressionParser
 
end(QueryTranslator) - Method in class net.sf.hibernate.hql.PreprocessingParser
 
end(QueryTranslator) - Method in class net.sf.hibernate.hql.SelectParser
 
end(QueryTranslator) - Method in class net.sf.hibernate.hql.SelectPathExpressionParser
 
end(QueryTranslator) - Method in class net.sf.hibernate.hql.WhereParser
 
end(Xid, int) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
endLoadingCollections(CollectionPersister, Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
 
endLoadingCollections(CollectionPersister, Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
endRead() - Method in class net.sf.hibernate.collection.ArrayHolder
 
endRead() - Method in class net.sf.hibernate.collection.PersistentCollection
Called after reading all rows from the JDBC result set
endRead() - Method in class net.sf.hibernate.collection.Set
 
enlistResource(XAResource) - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
entity(Class) - Static method in class net.sf.hibernate.Hibernate
A Hibernate persistent object (entity) type.
entries() - Method in class net.sf.hibernate.collection.ArrayHolder
 
entries() - Method in class net.sf.hibernate.collection.Bag
 
entries() - Method in class net.sf.hibernate.collection.IdentifierBag
 
entries() - Method in class net.sf.hibernate.collection.List
 
entries() - Method in class net.sf.hibernate.collection.Map
 
entries() - Method in class net.sf.hibernate.collection.PersistentCollection
Iterate all collection entries, during update of the database
entries() - Method in class net.sf.hibernate.collection.Set
 
entries(Map) - Static method in class net.sf.hibernate.util.IdentityMap
 
entryExists(Object, int) - Method in class net.sf.hibernate.collection.ArrayHolder
 
entryExists(Object, int) - Method in class net.sf.hibernate.collection.Bag
 
entryExists(Object, int) - Method in class net.sf.hibernate.collection.IdentifierBag
 
entryExists(Object, int) - Method in class net.sf.hibernate.collection.List
 
entryExists(Object, int) - Method in class net.sf.hibernate.collection.Map
 
entryExists(Object, int) - Method in class net.sf.hibernate.collection.PersistentCollection
Does an element exist at this entry in the collection?
entryExists(Object, int) - Method in class net.sf.hibernate.collection.Set
 
entryList() - Method in class net.sf.hibernate.util.IdentityMap
 
entrySet() - Method in class net.sf.hibernate.collection.Map
 
entrySet() - Method in class net.sf.hibernate.util.FastHashMap
Return a collection view of the mappings contained in this map.
entrySet() - Method in class net.sf.hibernate.util.IdentityMap
 
enum(Class) - Static method in class net.sf.hibernate.Hibernate
Deprecated. Support for PersistentEnums will be removed in 2.2
eq(String, Object) - Static method in class net.sf.hibernate.expression.Expression
Apply an "equal" constraint to the named property
eqProperty(String, String) - Static method in class net.sf.hibernate.expression.Expression
Apply an "equal" constraint to two properties
equals(Object, Object) - Method in interface net.sf.hibernate.CompositeUserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(Object, Object) - Method in interface net.sf.hibernate.UserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(Object) - Method in class net.sf.hibernate.cache.QueryKey
 
equals(Object) - Method in class net.sf.hibernate.collection.Bag
Bag does not respect the collection API and do an JVM instance comparison to do the equals.
equals(Object) - Method in class net.sf.hibernate.collection.List
 
equals(Object) - Method in class net.sf.hibernate.collection.Map
 
equals(Object) - Method in class net.sf.hibernate.collection.Set
 
equals(Object) - Method in class net.sf.hibernate.engine.Key
 
equals(Object) - Method in class net.sf.hibernate.engine.TypedValue
 
equals(Object) - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
JCA 1.0, 5.5.3 It is required that the ManagedConnectionFactory implementation class extend the implementation of the hashCode and equals methods defined in the java.lang.Object class.
equals(Object) - Method in class net.sf.hibernate.mapping.Column
 
equals(Column) - Method in class net.sf.hibernate.mapping.Column
 
equals(Object) - Method in class net.sf.hibernate.type.AbstractType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.BigDecimalType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.BinaryType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.BlobType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.CalendarDateType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.CalendarType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.ClassType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.ClobType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.ComponentType
 
equals(Object) - Method in class net.sf.hibernate.type.ComponentType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.CompositeCustomType
 
equals(Object) - Method in class net.sf.hibernate.type.CompositeCustomType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.CurrencyType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.CustomType
 
equals(Object) - Method in class net.sf.hibernate.type.CustomType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.DateType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.DynamicComponentType
 
equals(Object) - Method in class net.sf.hibernate.type.DynamicComponentType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.EntityType
 
equals(Object) - Method in class net.sf.hibernate.type.EntityType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.LocaleType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.MetaType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.ObjectType
 
equals(Object) - Method in class net.sf.hibernate.type.ObjectType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
equals(Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
equals(Object) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
equals(Object, Object) - Method in class net.sf.hibernate.type.PrimitiveType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.SerializableType
 
equals(Object) - Method in class net.sf.hibernate.type.SerializableType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.StringType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.TextType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.TimeType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.TimeZoneType
 
equals(Object, Object) - Method in class net.sf.hibernate.type.TimestampType
 
equals(Object, Object) - Method in interface net.sf.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality", ie.
equals(Object, Object) - Static method in class net.sf.hibernate.util.EqualsHelper
 
equals(Object) - Method in class net.sf.hibernate.util.FastHashMap
Compare the specified object with this list for equality.
equals(Object) - Method in class net.sf.hibernate.util.IdentityMap.IdentityKey
 
equalsSnapshot(Type) - Method in class net.sf.hibernate.collection.ArrayHolder
 
equalsSnapshot(Type) - Method in class net.sf.hibernate.collection.Bag
 
equalsSnapshot(Type) - Method in class net.sf.hibernate.collection.IdentifierBag
 
equalsSnapshot(Type) - Method in class net.sf.hibernate.collection.List
 
equalsSnapshot(Type) - Method in class net.sf.hibernate.collection.Map
 
equalsSnapshot(Type) - Method in class net.sf.hibernate.collection.PersistentCollection
Does the current state exactly match the snapshot?
equalsSnapshot(Type) - Method in class net.sf.hibernate.collection.Set
 
error(SAXParseException) - Method in class net.sf.hibernate.util.XMLHelper.ErrorLogger
 
evict(Object) - Method in interface net.sf.hibernate.Session
Remove this instance from the session cache.
evict(Class) - Method in interface net.sf.hibernate.SessionFactory
Evict all entries from the second-level cache.
evict(Class, Serializable) - Method in interface net.sf.hibernate.SessionFactory
Evict an entry from the second-level cache.
evict(Object) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Called after an item has become stale (before the transaction completes).
evict(Object) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
Invalidate the item
evict(Object) - Method in class net.sf.hibernate.cache.ReadOnlyCache
Do nothing.
evict(Object) - Method in class net.sf.hibernate.cache.ReadWriteCache
Do nothing.
evict(Object) - Method in class net.sf.hibernate.cache.TransactionalCache
 
evict(Class, Serializable) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
evict(Class) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
evict(Object) - Method in class net.sf.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 net.sf.hibernate.jca.JCASessionFactoryImpl
 
evict(Class) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
evict(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
evict(Class, Serializable) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
evict(Class) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
evictCollection(String) - Method in interface net.sf.hibernate.SessionFactory
Evict all entries from the second-level cache.
evictCollection(String, Serializable) - Method in interface net.sf.hibernate.SessionFactory
Evict an entry from the second-level cache.
evictCollection(String, Serializable) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
evictCollection(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
evictCollection(String, Serializable) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
evictCollection(String) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
evictCollection(String, Serializable) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
evictCollection(String) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
evictQueries() - Method in interface net.sf.hibernate.SessionFactory
Evict any query result sets cached in the default query cache region.
evictQueries(String) - Method in interface net.sf.hibernate.SessionFactory
Evict any query result sets cached in the named query cache region.
evictQueries() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
evictQueries(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
evictQueries() - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
evictQueries(String) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
evictQueries() - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
evictQueries(String) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
excludeNone() - Method in class net.sf.hibernate.expression.Example
Don't exclude null or zero-valued properties
excludeProperty(String) - Method in class net.sf.hibernate.expression.Example
Exclude a particular named property
excludeZeroes() - Method in class net.sf.hibernate.expression.Example
Exclude zero-valued properties
execute() - Method in class net.sf.hibernate.odmg.OQLQuery
Get the query results as a collection.
execute() - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
Execute the task
execute(boolean, boolean) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaUpdate
Execute the schema updates
execute() - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaUpdateTask
Execute the task
executeBatch() - Method in interface net.sf.hibernate.engine.Batcher
Execute the batch
executeBatch() - Method in class net.sf.hibernate.impl.BatcherImpl
 
existsElement(String) - Method in class net.sf.hibernate.collection.ODMGCollection
 
extractConstraintName(SQLException) - Method in interface net.sf.hibernate.exception.ViolatedConstraintNameExtracter
Extract the name of the violated constraint from the given SQLException.
extractErrorCode(SQLException) - Static method in class net.sf.hibernate.exception.JDBCExceptionHelper
For the given SQLException, locates the vendor-specific error code.
extractSqlState(SQLException) - Static method in class net.sf.hibernate.exception.JDBCExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState.
extractSqlStateClassCode(SQLException) - Static method in class net.sf.hibernate.exception.JDBCExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState's class code.
extractUsingTemplate(String, String, String) - Method in class net.sf.hibernate.exception.TemplatedViolatedConstraintNameExtracter
Extracts the constraint name based on a template (i.e., templateStartconstraintNametemplateEnd).

F

FLOAT - Static variable in class net.sf.hibernate.Hibernate
Hibernate float type.
FOREIGN_KEY_FROM_PARENT - Static variable in class net.sf.hibernate.type.ForeignKeyDirection
A foreign key from parent to child
FOREIGN_KEY_TO_PARENT - Static variable in class net.sf.hibernate.type.ForeignKeyDirection
A foreign key from child to parent
FORWARD_ONLY - Static variable in class net.sf.hibernate.ScrollMode
 
FULL_JOIN - Static variable in class net.sf.hibernate.sql.JoinFragment
 
FastHashMap - class net.sf.hibernate.util.FastHashMap.
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 net.sf.hibernate.util.FastHashMap
Construct a an empty map.
FastHashMap(int) - Constructor for class net.sf.hibernate.util.FastHashMap
Construct an empty map with the specified capacity.
FastHashMap(int, float) - Constructor for class net.sf.hibernate.util.FastHashMap
Construct an empty map with the specified capacity and load factor.
FastHashMap(Map) - Constructor for class net.sf.hibernate.util.FastHashMap
Construct a new map with the same mappings as the specified map.
FetchMode - class net.sf.hibernate.FetchMode.
Represents an association fetching strategy.
Fetchable - interface net.sf.hibernate.mapping.Fetchable.
Any mapping with an outer-join attribute
FilterImpl - class net.sf.hibernate.impl.FilterImpl.
implementation of the Query interface for collection filters
FilterImpl(String, Object, SessionImplementor) - Constructor for class net.sf.hibernate.impl.FilterImpl
 
FilterTranslator - class net.sf.hibernate.hql.FilterTranslator.
 
FilterTranslator(String) - Constructor for class net.sf.hibernate.hql.FilterTranslator
 
FirebirdDialect - class net.sf.hibernate.dialect.FirebirdDialect.
An SQL dialect for Firebird.
FirebirdDialect() - Constructor for class net.sf.hibernate.dialect.FirebirdDialect
 
FloatType - class net.sf.hibernate.type.FloatType.
float: A type that maps an SQL FLOAT to a Java Float.
FloatType() - Constructor for class net.sf.hibernate.type.FloatType
 
FlushMode - class net.sf.hibernate.FlushMode.
Represents a flushing strategy.
ForUpdateFragment - class net.sf.hibernate.sql.ForUpdateFragment.
 
ForUpdateFragment() - Constructor for class net.sf.hibernate.sql.ForUpdateFragment
 
ForUpdateFragment(Map) - Constructor for class net.sf.hibernate.sql.ForUpdateFragment
 
ForeignGenerator - class net.sf.hibernate.id.ForeignGenerator.
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 net.sf.hibernate.id.ForeignGenerator
 
ForeignKey - class net.sf.hibernate.mapping.ForeignKey.
A foreign key constraint
ForeignKey() - Constructor for class net.sf.hibernate.mapping.ForeignKey
 
ForeignKeyDirection - class net.sf.hibernate.type.ForeignKeyDirection.
Represents directionality of the foreign key constraint
ForeignKeyDirection() - Constructor for class net.sf.hibernate.type.ForeignKeyDirection
 
ForeignKeyMetadata - class net.sf.hibernate.tool.hbm2ddl.ForeignKeyMetadata.
JDBC foreign key metadata
Formula - class net.sf.hibernate.mapping.Formula.
A formula is a derived column value
Formula() - Constructor for class net.sf.hibernate.mapping.Formula
 
FromParser - class net.sf.hibernate.hql.FromParser.
Parses the from clause of a hibernate query, looking for tables and aliases for the SQL query.
FromParser() - Constructor for class net.sf.hibernate.hql.FromParser
 
FromPathExpressionParser - class net.sf.hibernate.hql.FromPathExpressionParser.
 
FromPathExpressionParser() - Constructor for class net.sf.hibernate.hql.FromPathExpressionParser
 
FrontBaseDialect - class net.sf.hibernate.dialect.FrontBaseDialect.
An SQL Dialect for Frontbase.
FrontBaseDialect() - Constructor for class net.sf.hibernate.dialect.FrontBaseDialect
 
fatalError(SAXParseException) - Method in class net.sf.hibernate.util.XMLHelper.ErrorLogger
 
fetch(QueryTranslator, String) - Method in class net.sf.hibernate.hql.PathExpressionParser
 
fillArray(String, int) - Static method in class net.sf.hibernate.util.ArrayHelper
 
filter(Object, String) - Method in interface net.sf.hibernate.Session
Apply a filter to a persistent collection.
filter(Object, String, Object, Type) - Method in interface net.sf.hibernate.Session
Apply a filter to a persistent collection.
filter(Object, String, Object[], Type[]) - Method in interface net.sf.hibernate.Session
Apply a filter to a persistent collection.
filter(Object, String, QueryParameters) - Method in interface net.sf.hibernate.engine.SessionImplementor
Execute a filter
filter(Object, String) - Method in class net.sf.hibernate.impl.SessionImpl
 
filter(Object, String, Object, Type) - Method in class net.sf.hibernate.impl.SessionImpl
 
filter(Object, String, Object[], Type[]) - Method in class net.sf.hibernate.impl.SessionImpl
 
filter(Object, String, QueryParameters) - Method in class net.sf.hibernate.impl.SessionImpl
 
filter(Object, String) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
filter(Object, String, Object, Type) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
filter(Object, String, Object[], Type[]) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
finalize() - Method in class net.sf.hibernate.connection.DriverManagerConnectionProvider
 
finalize() - Method in class net.sf.hibernate.impl.SessionImpl
Just in case user forgot to commit()/cancel() or close()
find(String) - Method in interface net.sf.hibernate.Session
Execute a query.
find(String, Object, Type) - Method in interface net.sf.hibernate.Session
Execute a query with bind parameters.
find(String, Object[], Type[]) - Method in interface net.sf.hibernate.Session
Execute a query with bind parameters.
find(String, QueryParameters) - Method in interface net.sf.hibernate.engine.SessionImplementor
Execute a find() query
find(String) - Method in class net.sf.hibernate.impl.SessionImpl
Retrieve a list of persistent objects using a hibernate query
find(String, Object, Type) - Method in class net.sf.hibernate.impl.SessionImpl
 
find(String, Object[], Type[]) - Method in class net.sf.hibernate.impl.SessionImpl
 
find(String, QueryParameters) - Method in class net.sf.hibernate.impl.SessionImpl
 
find(CriteriaImpl) - Method in class net.sf.hibernate.impl.SessionImpl
 
find(String) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
find(String, Object, Type) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
find(String, Object[], Type[]) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
findAsResource(String) - Static method in class net.sf.hibernate.util.ConfigHelper
Try to locate a local URL representing the incoming path.
findBySQL(String, String[], Class[], QueryParameters, Collection) - Method in interface net.sf.hibernate.engine.SessionImplementor
Execute an SQL Query
findBySQL(String, String[], Class[], QueryParameters, Collection) - Method in class net.sf.hibernate.impl.SessionImpl
 
findColumn(String) - Method in class net.sf.hibernate.impl.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 interface net.sf.hibernate.Interceptor
Called from flush().
findDirty(Object[], Object[], Object, SessionImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Determine if the given field values are dirty
findDirty(Object[], Object[], Object, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Compare two snapshots of the state of an instance to determine if the persistent state was modified
findDirty(Type[], Object[], Object[], boolean[], SessionImplementor) - Static method in class net.sf.hibernate.type.TypeFactory
Determine if any of the given field values are dirty, returning an array containing indexes of the dirty fields or null if no fields are dirty.
findModified(Object[], Object[], Object, SessionImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Determine if the given field values are dirty
findModified(Object[], Object[], Object, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Compare the state of an instance to the current database state
findModified(Type[], Object[], Object[], boolean[], SessionImplementor) - Static method in class net.sf.hibernate.type.TypeFactory
Determine if any of the given field values are modified, returning an array containing indexes of the dirty fields or null if no fields are dirty.
first() - Method in interface net.sf.hibernate.ScrollableResults
Go to the first result
first() - Method in class net.sf.hibernate.collection.SortedSet
 
first() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
first() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
firstIndexOfChar(String, String, int) - Static method in class net.sf.hibernate.util.StringHelper
 
firstKey() - Method in class net.sf.hibernate.collection.SortedMap
 
flush() - Method in interface net.sf.hibernate.Session
Force the Session to flush.
flush() - Method in class net.sf.hibernate.impl.SessionImpl
 
flush() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
forceInitialization() - Method in class net.sf.hibernate.collection.PersistentCollection
To be called internally by the session, forcing immediate initialization.
forget(Xid) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
format(int) - Method in class net.sf.hibernate.id.UUIDHexGenerator
 
format(short) - Method in class net.sf.hibernate.id.UUIDHexGenerator
 
fromJoinFragment(String, boolean, boolean) - Method in class net.sf.hibernate.collection.BasicCollectionPersister
 
fromJoinFragment(String, boolean, boolean) - Method in class net.sf.hibernate.collection.OneToManyPersister
 
fromJoinFragment(String, boolean, boolean) - Method in class net.sf.hibernate.persister.EntityPersister
 
fromJoinFragment(String, boolean, boolean) - Method in interface net.sf.hibernate.persister.Joinable
Get the from clause part of any joins (optional operation)
fromJoinFragment(String, boolean, boolean) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
fromString(String) - Method in class net.sf.hibernate.type.ComponentType
 
fromString(String) - Method in class net.sf.hibernate.type.CompositeCustomType
 
fromString(String) - Method in class net.sf.hibernate.type.CustomType
 
fromString(String) - Method in class net.sf.hibernate.type.DynamicComponentType
 
fromString(String) - Method in class net.sf.hibernate.type.EntityType
 
fromString(String) - Method in class net.sf.hibernate.type.MetaType
 
fromString(String) - Method in class net.sf.hibernate.type.NullableType
 
fromString(String) - Method in class net.sf.hibernate.type.ObjectType
 
fromString(String) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
fromString(String) - Method in interface net.sf.hibernate.type.Type
Parse the XML representation of an instance.
fromStringValue(String) - Method in class net.sf.hibernate.type.BigDecimalType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.BinaryType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.BlobType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.BooleanType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.ByteType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.CalendarDateType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.CalendarType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.CharacterType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.ClassType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.ClobType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.CurrencyType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.DateType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.DoubleType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.FloatType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.IntegerType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.LocaleType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.LongType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.NullableType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
fromStringValue(String) - Method in class net.sf.hibernate.type.SerializableType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.ShortType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.StringType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.TextType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.TimeType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.TimeZoneType
 
fromStringValue(String) - Method in class net.sf.hibernate.type.TimestampType
 
fromTableFragment(String) - Method in class net.sf.hibernate.persister.EntityPersister
 
fromTableFragment(String) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
fromTableFragment(String) - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
Get the main from table fragment, given a query alias.

G

GeExpression - class net.sf.hibernate.expression.GeExpression.
 
GenericDialect - class net.sf.hibernate.dialect.GenericDialect.
A generic SQL dialect which may or may not work on any actual databases
GenericDialect() - Constructor for class net.sf.hibernate.dialect.GenericDialect
 
GenericJDBCException - exception net.sf.hibernate.exception.GenericJDBCException.
Generic, non-specific JDBCException.
GenericJDBCException(SQLException) - Constructor for class net.sf.hibernate.exception.GenericJDBCException
Constructor for GenericJDBCException.
GenericJDBCException(String, SQLException) - Constructor for class net.sf.hibernate.exception.GenericJDBCException
Constructor for GenericJDBCException.
GetGeneratedKeysHelper - class net.sf.hibernate.util.GetGeneratedKeysHelper.
 
Getter - interface net.sf.hibernate.property.Getter.
Gets values of a particular property
GroupByParser - class net.sf.hibernate.hql.GroupByParser.
Parses the GROUP BY clause of an aggregate query
GroupByParser() - Constructor for class net.sf.hibernate.hql.GroupByParser
 
GtExpression - class net.sf.hibernate.expression.GtExpression.
 
ge(String, Object) - Static method in class net.sf.hibernate.expression.Expression
Apply a "greater than or equal" constraint to the named property
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.Assigned
 
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.CounterGenerator
Deprecated.  
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.ForeignGenerator
 
generate(SessionImplementor, Object) - Method in interface net.sf.hibernate.id.IdentifierGenerator
Generate a new identifier.
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.IdentityGenerator
 
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.IncrementGenerator
 
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.SequenceGenerator
 
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.SequenceHiLoGenerator
 
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.TableGenerator
 
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.TableHiLoGenerator
 
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.UUIDHexGenerator
 
generate(SessionImplementor, Object) - Method in class net.sf.hibernate.id.UUIDStringGenerator
 
generateAlias(String, int) - Static method in class net.sf.hibernate.loader.Loader
Generate a nice alias for the given class name or collection role name and unique integer.
generateConcreteSelectString(boolean[]) - Method in class net.sf.hibernate.persister.EntityPersister
Generate the SQL that selects a row by id, excluding subclasses
generateConcreteSelectString() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
generateDeleteRowString() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
generateDeleteRowString() - Method in class net.sf.hibernate.collection.BasicCollectionPersister
Generate the SQL DELETE that deletes a particular row
generateDeleteRowString() - Method in class net.sf.hibernate.collection.OneToManyPersister
Generate the SQL UPDATE that updates a particular row's foreign key to null
generateDeleteString() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
generateDeleteString() - Method in class net.sf.hibernate.collection.BasicCollectionPersister
Generate the SQL DELETE that deletes all rows
generateDeleteString() - Method in class net.sf.hibernate.collection.OneToManyPersister
Generate the SQL UPDATE that updates all the foreign keys to null
generateDeleteString() - Method in class net.sf.hibernate.persister.EntityPersister
Generate the SQL that deletes a row by id (and version)
generateDeleteStrings() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Generate the SQL that deletes rows by id (and version)
generateDropSchemaScript(Dialect) - Method in class net.sf.hibernate.cfg.Configuration
Generate DDL for dropping tables
generateInsertRowString() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
generateInsertRowString() - Method in class net.sf.hibernate.collection.BasicCollectionPersister
Generate the SQL INSERT that creates a new row
generateInsertRowString() - Method in class net.sf.hibernate.collection.OneToManyPersister
Generate the SQL UPDATE that updates a foreign key to a value
generateInsertString(boolean, boolean[]) - Method in class net.sf.hibernate.persister.EntityPersister
Generate the SQL that inserts a row
generateInsertStrings(boolean, boolean[]) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Generate the SQL that inserts rows
generateLockString() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
generateLockString() - Method in class net.sf.hibernate.persister.EntityPersister
Generate the SQL that pessimistic locks a row by id (and version)
generateLockString() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Generate the SQL that pessimistic locks a row by id (and version)
generateRootAlias(String) - Method in class net.sf.hibernate.loader.CriteriaLoader
 
generateRootAlias(String) - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
generateSchemaCreationScript(Dialect) - Method in class net.sf.hibernate.cfg.Configuration
Generate DDL for creating tables
generateSchemaUpdateScript(Dialect, DatabaseMetadata) - Method in class net.sf.hibernate.cfg.Configuration
Generate DDL for altering tables
generateSelectForUpdateNowaitString() - Method in class net.sf.hibernate.persister.EntityPersister
Generate the SQL that selects a row by id using FOR UPDATE
generateSelectForUpdateString() - Method in class net.sf.hibernate.persister.EntityPersister
Generate the SQL that selects a row by id using FOR UPDATE
generateSelectString() - Method in class net.sf.hibernate.persister.EntityPersister
Generate the SQL that selects a row by id
generateSelectVersionString() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Generate the SQL that selects the version number by id
generateSuffixes(int) - Static method in class net.sf.hibernate.loader.Loader
Utility method that generate 0_, 1_ suffixes.
generateTableAlias(String, int, String, boolean) - Method in class net.sf.hibernate.loader.CriteriaLoader
 
generateTableAlias(String, int, String, boolean) - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
generateUpdateRowString() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
generateUpdateRowString() - Method in class net.sf.hibernate.collection.BasicCollectionPersister
Generate the SQL UPDATE that updates a row
generateUpdateRowString() - Method in class net.sf.hibernate.collection.OneToManyPersister
Not needed for one-to-many association
generateUpdateString(boolean[]) - Method in class net.sf.hibernate.persister.EntityPersister
Generate the SQL that updates a row by id (and version)
generateUpdateString(boolean[], Object[]) - Method in class net.sf.hibernate.persister.EntityPersister
 
generateUpdateStrings(boolean[]) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Generate the SQL that updates rows by id (and version)
generatorKey() - Method in interface net.sf.hibernate.id.PersistentIdentifierGenerator
Return a key unique to the underlying database objects.
generatorKey() - Method in class net.sf.hibernate.id.SequenceGenerator
 
generatorKey() - Method in class net.sf.hibernate.id.TableGenerator
 
get() - Method in interface net.sf.hibernate.ScrollableResults
Get the current row of results
get(int) - Method in interface net.sf.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 net.sf.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 net.sf.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(Object) - Method in interface net.sf.hibernate.cache.Cache
Get an item from the cache
get(Object, long) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Attempt to retrieve an object from the cache.
get(Object) - Method in class net.sf.hibernate.cache.EhCache
Gets a value of an element which matches the given key.
get(Object) - Method in class net.sf.hibernate.cache.HashtableCache
 
get(Object) - Method in class net.sf.hibernate.cache.JCSCache
Deprecated.  
get(Object, long) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
Get the most recent version, if available.
get(Object) - Method in class net.sf.hibernate.cache.OSCache
 
get(QueryKey, Type[], Set, SessionImplementor) - Method in interface net.sf.hibernate.cache.QueryCache
 
get(Object, long) - Method in class net.sf.hibernate.cache.ReadOnlyCache
 
get(Object, long) - Method in class net.sf.hibernate.cache.ReadWriteCache
Do not return an item whose timestamp is later than the current transaction timestamp.
get(QueryKey, Type[], Set, SessionImplementor) - Method in class net.sf.hibernate.cache.StandardQueryCache
 
get(Object) - Method in class net.sf.hibernate.cache.SwarmCache
Get an item from the cache
get(Object, long) - Method in class net.sf.hibernate.cache.TransactionalCache
 
get(Object) - Method in class net.sf.hibernate.cache.TreeCache
 
get(int) - Method in class net.sf.hibernate.collection.Bag
 
get(int) - Method in class net.sf.hibernate.collection.IdentifierBag
 
get(int) - Method in class net.sf.hibernate.collection.List
 
get(Object) - Method in class net.sf.hibernate.collection.Map
 
get(int) - Method in class net.sf.hibernate.dialect.TypeNames
get default type name for specified type
get(int, int) - Method in class net.sf.hibernate.dialect.TypeNames
get type name for specified type and size
get(ResultSet, Type, SessionImplementor, Object) - Static method in class net.sf.hibernate.id.IdentifierGeneratorFactory
 
get() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
get(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
get(Class, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
 
get(Class, Serializable, LockMode) - Method in class net.sf.hibernate.impl.SessionImpl
 
get(Class, Serializable, LockMode) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
get(Class, Serializable) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
get(Object) - Method in class net.sf.hibernate.property.BasicPropertyAccessor.BasicGetter
 
get(Object) - Method in class net.sf.hibernate.property.DirectPropertyAccessor.DirectGetter
 
get(Object) - Method in interface net.sf.hibernate.property.Getter
Get the property value from the given instance
get(ResultSet, String) - Method in class net.sf.hibernate.type.BigDecimalType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.BinaryType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.BlobType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.BooleanType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.ByteType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.CalendarDateType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.CalendarType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.CharBooleanType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.CharacterType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.ClassType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.ClobType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.CurrencyType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.DateType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.DoubleType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.FloatType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.IntegerType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.LocaleType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.LongType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.NullableType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
get(ResultSet, String) - Method in class net.sf.hibernate.type.SerializableType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.ShortType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.StringType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.TextType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.TimeType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.TimeZoneType
 
get(ResultSet, String) - Method in class net.sf.hibernate.type.TimestampType
 
get(Object) - Method in class net.sf.hibernate.util.FastHashMap
Return the value to which this map maps the specified key.
get(Object) - Method in class net.sf.hibernate.util.IdentityMap
 
getActualPropertyColumnNames(int) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getActualPropertyColumnNames(int) - Method in class net.sf.hibernate.persister.EntityPersister
 
getActualPropertyColumnNames(int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.DB2Dialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.Dialect
The syntax used to add a column to a table (optional).
getAddColumnString() - Method in class net.sf.hibernate.dialect.FrontBaseDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.InformixDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.IngresDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.MckoiDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.PointbaseDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.ProgressDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.SybaseDialect
 
getAddColumnString() - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[]) - Method in class net.sf.hibernate.dialect.Dialect
The syntax used to add a foreign key constraint to a table.
getAddForeignKeyConstraintString(String, String[], String, String[]) - Method in class net.sf.hibernate.dialect.InformixDialect
The syntax used to add a foreign key constraint to a table.
getAddForeignKeyConstraintString(String, String[], String, String[]) - Method in class net.sf.hibernate.dialect.MySQLDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[]) - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
getAddPrimaryKeyConstraintString(String) - Method in class net.sf.hibernate.dialect.Dialect
The syntax used to add a primary key constraint to a table.
getAddPrimaryKeyConstraintString(String) - Method in class net.sf.hibernate.dialect.InformixDialect
The syntax used to add a primary key constraint to a table.
getAddPrimaryKeyConstraintString(String) - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
getAlias() - Method in class net.sf.hibernate.impl.CriteriaImpl.CriterionEntry
 
getAlias(String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getAlias() - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
getAlias() - Method in class net.sf.hibernate.mapping.Column
 
getAlias() - Method in class net.sf.hibernate.mapping.Formula
 
getAliasClasses() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getAllClassMetadata() - Method in interface net.sf.hibernate.SessionFactory
Get all ClassMetadata as a Map from Class to metadata object
getAllClassMetadata() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getAllClassMetadata() - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
getAllClassMetadata() - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
getAllCollectionMetadata() - Method in interface net.sf.hibernate.SessionFactory
Get all CollectionMetadata as a Map from role name to metadata object
getAllCollectionMetadata() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getAllCollectionMetadata() - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
getAllCollectionMetadata() - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
getArray() - Method in class net.sf.hibernate.collection.ArrayHolder
 
getArray(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getArray(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getArrayHolder(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the PersistentCollection object for an array
getArrayHolder(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
getAsciiStream(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getAsciiStream(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getAsciiStream() - Method in class net.sf.hibernate.lob.ClobImpl
 
getAssociatedClass() - Method in class net.sf.hibernate.mapping.OneToMany
 
getAssociatedClass(SessionFactoryImplementor) - Method in interface net.sf.hibernate.type.AssociationType
 
getAssociatedClass() - Method in class net.sf.hibernate.type.EntityType
 
getAssociatedClass(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.EntityType
 
getAssociatedClass(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.ObjectType
 
getAssociatedClass(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
getBatchSize() - Method in class net.sf.hibernate.mapping.Collection
 
getBatchSize() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getBatchUpdateVersionedEnabled() - Method in class net.sf.hibernate.jmx.HibernateService
 
getBatchUpdateVersionedEnabled() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Are JDBC batch updates enabled for versioned entities?
getBatcher() - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the prepared statement Batcher for this session
getBatcher() - Method in class net.sf.hibernate.impl.SessionImpl
 
getBigDecimal(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a big_decimal
getBigDecimal(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBigDecimal(String, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBigDecimal(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBigDecimal(int, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBigDecimal(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getBinary(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a binary
getBinary(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getBinaryStream(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBinaryStream(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBinaryStream() - Method in class net.sf.hibernate.lob.BlobImpl
 
getBlob(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a blob
getBlob(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBlob(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBlob(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getBoolean(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a boolean
getBoolean(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBoolean(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBoolean(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getBoolean(String, Properties) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
getBoolean(String, Properties, boolean) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
getBulkBean(Class, String[], String[], Class[], FastClass) - Static method in class net.sf.hibernate.util.ReflectHelper
 
getByte(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a byte
getByte(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getByte(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getByte(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getByte(String, Properties, byte) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
getBytes(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBytes(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getBytes(long, int) - Method in class net.sf.hibernate.lob.BlobImpl
 
getCache() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getCache() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the cache
getCache() - Method in class net.sf.hibernate.mapping.Collection
 
getCache() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getCache() - Method in class net.sf.hibernate.mapping.RootClass
 
getCache() - Method in class net.sf.hibernate.mapping.Subclass
 
getCache() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getCache() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the cache (optional operation)
getCacheProvider() - Method in class net.sf.hibernate.cfg.Settings
 
getCacheProvider() - Method in class net.sf.hibernate.jmx.HibernateService
 
getCacheProvider() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Get the cache provider class
getCacheRegion() - Method in class net.sf.hibernate.engine.QueryParameters
 
getCacheRegion() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getCacheRegionPrefix() - Method in class net.sf.hibernate.jmx.HibernateService
 
getCacheRegionPrefix() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Get the second-level cache region prefix;
getCacheable() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getCalendar(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a calendar or calendar_date
getCalendar(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getCascade() - Method in class net.sf.hibernate.mapping.Property
Returns the cascade.
getCascadeConstraintsString() - Method in class net.sf.hibernate.dialect.Dialect
Completely optional cascading drop clause
getCascadeConstraintsString() - Method in class net.sf.hibernate.dialect.FrontBaseDialect
 
getCascadeConstraintsString() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
getCascadeConstraintsString() - Method in class net.sf.hibernate.dialect.PointbaseDialect
 
getCascadeConstraintsString() - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
getCascadeStyle() - Method in class net.sf.hibernate.mapping.Property
 
getCause(Throwable) - Static method in class net.sf.hibernate.exception.ExceptionUtils
Introspects the Throwable to obtain the cause.
getCause(Throwable, String[]) - Static method in class net.sf.hibernate.exception.ExceptionUtils
Introspects the Throwable to obtain the cause.
getCause() - Method in interface net.sf.hibernate.exception.Nestable
Returns the reference to the exception or error that caused the exception implementing the Nestable to be thrown.
getCause() - Method in class net.sf.hibernate.exception.NestableException
 
getCause() - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
getCharacter(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a character
getCharacter(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getCharacterStream(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getCharacterStream(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getCharacterStream() - Method in class net.sf.hibernate.lob.ClobImpl
 
getCheckConstraint() - Method in class net.sf.hibernate.mapping.Column
 
getClass(Object) - Static method in class net.sf.hibernate.Hibernate
Get the true, underlying class of a proxied persistent class.
getClass(Class) - Method in class net.sf.hibernate.cfg.Mappings
 
getClass(Object) - Static method in class net.sf.hibernate.proxy.HibernateProxyHelper
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!).
getClassBatch(Class, Serializable, int) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get a batch of unloaded identifiers for this class
getClassBatch(Class, Serializable, int) - Method in class net.sf.hibernate.impl.SessionImpl
 
getClassForPath(String, String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getClassMapping(Class) - Method in class net.sf.hibernate.cfg.Configuration
Get the mapping for a particular class
getClassMappings() - Method in class net.sf.hibernate.cfg.Configuration
Iterate the class mappings
getClassMetadata(Class) - Method in interface net.sf.hibernate.SessionFactory
Get the ClassMetadata associated with the given entity class
getClassMetadata(Class) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getClassMetadata(Class) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
getClassMetadata(Class) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
getClassMetadata() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getClassMetadata() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the user-visible metadata for the class (optional operation)
getClassName() - Method in class net.sf.hibernate.collection.CompositeElementPropertyMapping
 
getClassName() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getClassName() - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
getClassName() - Method in interface net.sf.hibernate.persister.ClassPersister
The classname of the persistent class (used only for messages)
getClassPersisterClass() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getClassPersisterClass() - Method in class net.sf.hibernate.mapping.RootClass
 
getClassPersisterClass() - Method in class net.sf.hibernate.mapping.Subclass
 
getClob(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a clob
getClob(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getClob(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getClob(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getCollection(String) - Method in class net.sf.hibernate.cfg.Mappings
 
getCollection(String, Serializable, Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
 
getCollection(String, Serializable, Object) - Method in class net.sf.hibernate.impl.SessionImpl
instantiate a collection wrapper (called when loading an object)
getCollectionBatch(CollectionPersister, Serializable, int) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get a batch of uninitialized collection keys for this role
getCollectionBatch(CollectionPersister, Serializable, int) - Method in class net.sf.hibernate.impl.SessionImpl
 
getCollectionMapping(String) - Method in class net.sf.hibernate.cfg.Configuration
Get the mapping for a particular collection role
getCollectionMappings() - Method in class net.sf.hibernate.cfg.Configuration
Iterate the collection mappings
getCollectionMetadata(String) - Method in interface net.sf.hibernate.SessionFactory
Get the CollectionMetadata associated with the named collection role
getCollectionMetadata() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getCollectionMetadata() - Method in interface net.sf.hibernate.collection.CollectionPersister
 
getCollectionMetadata(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getCollectionMetadata(String) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
getCollectionMetadata(String) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
getCollectionOwner(Serializable, CollectionPersister) - Method in interface net.sf.hibernate.engine.SessionImplementor
 
getCollectionOwner() - Method in class net.sf.hibernate.hql.QueryTranslator
 
getCollectionOwner(Serializable, CollectionPersister) - Method in class net.sf.hibernate.impl.SessionImpl
 
getCollectionOwner() - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
getCollectionOwner() - Method in class net.sf.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.
getCollectionPersister(String) - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the persister object for a collection role
getCollectionPersister() - Method in class net.sf.hibernate.hql.QueryTranslator
Overrides method from Loader
getCollectionPersister(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getCollectionPersister() - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
getCollectionPersister() - Method in class net.sf.hibernate.loader.CollectionLoader
 
getCollectionPersister() - Method in class net.sf.hibernate.loader.Loader
An (optional) persister for a collection to be initialized; only collection loaders return a non-null value
getCollectionPersister() - Method in class net.sf.hibernate.loader.OneToManyLoader
 
getCollectionPersister() - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
getCollectionPersister() - Method in class net.sf.hibernate.loader.SimpleEntityLoader
 
getCollectionPersisterClass() - Method in class net.sf.hibernate.mapping.Collection
 
getCollectionSnapshot() - Method in class net.sf.hibernate.collection.PersistentCollection
Returns the collectionSnapshot.
getCollectionSpace() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getCollectionSpace() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the "space" that holds the persistent state
getCollectionSubquery() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
getCollectionTable() - Method in class net.sf.hibernate.mapping.Collection
 
getCollectionType() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getCollectionType() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the associated Type
getCollectionType() - Method in class net.sf.hibernate.mapping.Array
 
getCollectionType() - Method in class net.sf.hibernate.mapping.Bag
 
getCollectionType() - Method in class net.sf.hibernate.mapping.Collection
 
getCollectionType() - Method in class net.sf.hibernate.mapping.IdentifierBag
 
getCollectionType() - Method in class net.sf.hibernate.mapping.List
 
getCollectionType() - Method in class net.sf.hibernate.mapping.Map
 
getCollectionType() - Method in class net.sf.hibernate.mapping.Set
 
getColumn(int) - Method in class net.sf.hibernate.mapping.Table
 
getColumnIterator() - Method in class net.sf.hibernate.mapping.Collection
 
getColumnIterator() - Method in class net.sf.hibernate.mapping.Component
 
getColumnIterator() - Method in class net.sf.hibernate.mapping.Constraint
 
getColumnIterator() - Method in class net.sf.hibernate.mapping.Index
 
getColumnIterator() - Method in class net.sf.hibernate.mapping.OneToMany
 
getColumnIterator() - Method in class net.sf.hibernate.mapping.Property
 
getColumnIterator() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getColumnIterator() - Method in class net.sf.hibernate.mapping.Table
 
getColumnIterator() - Method in interface net.sf.hibernate.mapping.Value
 
getColumnMetadata(String) - Method in class net.sf.hibernate.tool.hbm2ddl.TableMetadata
 
getColumnSize() - Method in class net.sf.hibernate.tool.hbm2ddl.ColumnMetadata
 
getColumnSpan() - Method in class net.sf.hibernate.mapping.Collection
 
getColumnSpan() - Method in class net.sf.hibernate.mapping.Component
 
getColumnSpan() - Method in class net.sf.hibernate.mapping.Constraint
 
getColumnSpan() - Method in class net.sf.hibernate.mapping.OneToMany
 
getColumnSpan() - Method in class net.sf.hibernate.mapping.Property
 
getColumnSpan() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getColumnSpan() - Method in class net.sf.hibernate.mapping.Table
 
getColumnSpan() - Method in interface net.sf.hibernate.mapping.Value
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.ComponentType
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.CompositeCustomType
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.CustomType
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.DynamicComponentType
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.ManyToOneType
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.MetaType
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.NullableType
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.ObjectType
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.OneToOneType
 
getColumnSpan(Mapping) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
getColumnSpan(Mapping) - Method in interface net.sf.hibernate.type.Type
How many columns are used to persist this type.
getColumns(SessionFactoryImplementor, Class, String, String, Map) - Static method in class net.sf.hibernate.expression.AbstractCriterion
 
getColumns() - Method in class net.sf.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
getColumns() - Method in class net.sf.hibernate.tool.hbm2ddl.IndexMetadata
 
getComparator() - Method in class net.sf.hibernate.mapping.Collection
 
getComparator() - Method in class net.sf.hibernate.type.ByteType
 
getComparator() - Method in class net.sf.hibernate.type.CalendarType
 
getComparator() - Method in class net.sf.hibernate.type.IntegerType
 
getComparator() - Method in class net.sf.hibernate.type.LongType
 
getComparator() - Method in class net.sf.hibernate.type.ShortType
 
getComparator() - Method in class net.sf.hibernate.type.TimestampType
 
getComparator() - Method in interface net.sf.hibernate.type.VersionType
Get a comparator for the version numbers
getComponentClass() - Method in class net.sf.hibernate.mapping.Component
Returns the componentClass.
getConcreteProxyClass() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getConcreteProxyClass() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the proxy interface that instances of this concrete class will be cast to (optional operation).
getConcreteSelectString() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getConcreteSelectString() - Method in class net.sf.hibernate.persister.EntityPersister
 
getConcreteSelectString() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Generate the SQL that selects a row by id, excluding subclasses
getConcurrency() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getConfigProperties(String) - Static method in class net.sf.hibernate.util.ConfigHelper
Loads a properties instance based on the data at the incoming config location.
getConfigStream(String) - Static method in class net.sf.hibernate.util.ConfigHelper
Open an InputStream to the URL represented by the incoming path.
getConfigStreamReader(String) - Static method in class net.sf.hibernate.util.ConfigHelper
Open an Reader to the URL represented by the incoming path.
getConfigurationInputStream(String) - Method in class net.sf.hibernate.cfg.Configuration
Get the configuration file as an InputStream.
getConnection() - Method in class net.sf.hibernate.connection.C3P0ConnectionProvider
 
getConnection() - Method in interface net.sf.hibernate.connection.ConnectionProvider
Grab a connection
getConnection() - Method in class net.sf.hibernate.connection.DBCPConnectionProvider
 
getConnection() - Method in class net.sf.hibernate.connection.DatasourceConnectionProvider
 
getConnection() - Method in class net.sf.hibernate.connection.DriverManagerConnectionProvider
 
getConnection() - Method in class net.sf.hibernate.connection.ProxoolConnectionProvider
Grab a connection
getConnection() - Method in class net.sf.hibernate.connection.UserSuppliedConnectionProvider
 
getConnection(Subject, ConnectionRequestInfo) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
Creates and returns a new Hibernate Session.
getConnectionErrorCodes() - Method in class net.sf.hibernate.exception.ErrorCodeConverter
The error codes representing issues with a connection.
getConnectionProperties(Properties) - Static method in class net.sf.hibernate.connection.ConnectionProviderFactory
Transform JDBC connection properties.
getConnectionProvider() - Method in class net.sf.hibernate.cfg.Settings
 
getConnectionProvider() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the connection provider
getConnectionProvider() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getConstantValue(String) - Static method in class net.sf.hibernate.util.ReflectHelper
 
getConstraintColumns() - Method in class net.sf.hibernate.mapping.OneToOne
 
getConstraintColumns() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getConstraintName() - Method in class net.sf.hibernate.exception.ConstraintViolationException
Returns the name of the violated constraint, if known.
getConstructor(Class, Type[]) - Static method in class net.sf.hibernate.util.ReflectHelper
 
getCount() - Static method in class net.sf.hibernate.id.CounterGenerator
Deprecated.  
getCount() - Method in class net.sf.hibernate.id.UUIDGenerator
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)
getCreateSequenceString(String) - Method in class net.sf.hibernate.dialect.DB2Dialect
 
getCreateSequenceString(String) - Method in class net.sf.hibernate.dialect.Dialect
The syntax used to create a sequence, if sequences are supported.
getCreateSequenceString(String) - Method in class net.sf.hibernate.dialect.InformixDialect
 
getCreateSequenceString(String) - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
getCreateSequenceString(String) - Method in class net.sf.hibernate.dialect.MckoiDialect
 
getCreateSequenceString(String) - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
getCreateSequenceString(String) - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
getCreateSequenceString(String) - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
getCreateSequenceString(String) - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
getCriteriaClass() - Method in interface net.sf.hibernate.Criteria
Get the persistent class that this Criteria applies to
getCriteriaClass(String) - Method in interface net.sf.hibernate.Criteria
Get the persistent class that the alias refers to
getCriteriaClass() - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
getCriteriaClass(String) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
getCriteriaClass() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getCriteriaClass(String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getCriterion() - Method in class net.sf.hibernate.impl.CriteriaImpl.CriterionEntry
 
getCurrentLockMode(Object) - Method in interface net.sf.hibernate.Session
Determine the current lock mode of the given object.
getCurrentLockMode(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
getCurrentLockMode(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
getCurrentPersistentState(Serializable, Object, SessionImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getCurrentPersistentState(Serializable, Object, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Get the current database state of the object, in a "hydrated" form, without resolving identifiers
getCurrentVersion(Serializable, SessionImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Retrieve the version number
getCurrentVersion(Serializable, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Get the current version of the object, or return null if there is no row for the given identifier.
getCursorName() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getDatabase(Object) - Method in class net.sf.hibernate.odmg.Implementation
Get the Database associated with the current thread (the most recent database created by the current thread or the default database).
getDatasource() - Method in class net.sf.hibernate.jmx.HibernateService
 
getDatasource() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
The JNDI name of the datasource to use in this SessionFactory
getDatasourceJndi() - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
getDate(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a date, time or timestamp
getDate(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getDate(String, Calendar) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getDate(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getDate(int, Calendar) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getDate(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getDecimalDigits() - Method in class net.sf.hibernate.tool.hbm2ddl.ColumnMetadata
 
getDefaultAccess() - Method in class net.sf.hibernate.cfg.Mappings
 
getDefaultCascade() - Method in class net.sf.hibernate.cfg.Mappings
 
getDefaultConstructor(Class) - Static method in class net.sf.hibernate.util.ReflectHelper
 
getDefaultPackage() - Method in class net.sf.hibernate.cfg.Mappings
 
getDefaultProperties() - Method in class net.sf.hibernate.dialect.Dialect
Retrieve a set of default Hibernate properties for this database.
getDefaultSchema() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the database schema specified in hibernate.default_schema
getDefaultSchema() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getDefaultSchema() - Method in class net.sf.hibernate.jmx.HibernateService
 
getDefaultSchema() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Get the default schema name
getDefaultSchemaName() - Method in class net.sf.hibernate.cfg.Settings
 
getDeletes(Type) - Method in class net.sf.hibernate.collection.ArrayHolder
 
getDeletes(Type) - Method in class net.sf.hibernate.collection.Bag
 
getDeletes(Type) - Method in class net.sf.hibernate.collection.IdentifierBag
 
getDeletes(Type) - Method in class net.sf.hibernate.collection.List
 
getDeletes(Type) - Method in class net.sf.hibernate.collection.Map
 
getDeletes(Type) - Method in class net.sf.hibernate.collection.PersistentCollection
Get all the elements that need deleting
getDeletes(Type) - Method in class net.sf.hibernate.collection.Set
 
getDialect() - Method in class net.sf.hibernate.cfg.Settings
 
getDialect() - Static method in class net.sf.hibernate.dialect.Dialect
Get the Dialect specified by the current System properties.
getDialect(Properties) - Static method in class net.sf.hibernate.dialect.Dialect
Get the Dialect specified by the given properties or system properties.
getDialect() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the SQL Dialect
getDialect() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getDialect() - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
getDialect() - Method in class net.sf.hibernate.jmx.HibernateService
 
getDialect() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
The JNDI name of the dialect class to use in this SessionFactory
getDialect() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getDirectSubclasses() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getDirty() - Method in interface net.sf.hibernate.engine.CollectionSnapshot
 
getDirty() - Method in class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
getDiscriminator() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getDiscriminator() - Method in class net.sf.hibernate.mapping.RootClass
 
getDiscriminator() - Method in class net.sf.hibernate.mapping.Subclass
 
getDiscriminatorAlias(String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getDiscriminatorAlias() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getDiscriminatorAlias() - Method in class net.sf.hibernate.persister.EntityPersister
 
getDiscriminatorAlias(String) - Method in interface net.sf.hibernate.persister.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getDiscriminatorAlias() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getDiscriminatorColumnName() - Method in class net.sf.hibernate.persister.EntityPersister
 
getDiscriminatorColumnName() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getDiscriminatorColumnName() - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
Get the name of the column used as a discriminator
getDiscriminatorSQLValue() - Method in class net.sf.hibernate.persister.EntityPersister
 
getDiscriminatorSQLValue() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getDiscriminatorSQLValue() - Method in interface net.sf.hibernate.persister.Queryable
Get the discriminator value for this particular concrete subclass, as a string that may be embedded in a select statement
getDiscriminatorType() - Method in class net.sf.hibernate.persister.EntityPersister
 
getDiscriminatorType() - Method in interface net.sf.hibernate.persister.Loadable
Get the discriminator type
getDiscriminatorType() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getDiscriminatorValue() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getDouble(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a double
getDouble(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getDouble(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getDouble(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getDropForeignKeyString() - Method in class net.sf.hibernate.dialect.Dialect
 
getDropForeignKeyString() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.DB2Dialect
 
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.Dialect
The syntax used to drop a sequence, if sequences are supported.
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.FirebirdDialect
 
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.InformixDialect
 
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.MckoiDialect
 
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
getDropSequenceString(String) - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
getEISProductName() - Method in class net.sf.hibernate.jca.MetaDataImpl
 
getEISProductVersion() - Method in class net.sf.hibernate.jca.MetaDataImpl
 
getElement() - Method in class net.sf.hibernate.mapping.Collection
 
getElementClass() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
Return the element class of an array, or null otherwise
getElementClass() - Method in interface net.sf.hibernate.collection.CollectionPersister
Return the element class of an array, or null otherwise
getElementClass() - Method in class net.sf.hibernate.mapping.Array
 
getElementColumnNames() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getElementColumnNames() - Method in interface net.sf.hibernate.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association)
getElementPersister() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getElementPersister() - Method in interface net.sf.hibernate.collection.QueryableCollection
Get the persister of the element class, if this is a collection of entities (optional operation).
getElementType() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getElementType() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the "element" type
getElementType() - Method in interface net.sf.hibernate.metadata.CollectionMetadata
The collection element type
getElementType(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
getElementsIterator(Object) - Method in class net.sf.hibernate.type.ArrayType
Not defined for collections of primitive type
getElementsIterator(Object) - Method in class net.sf.hibernate.type.MapType
 
getElementsIterator(Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
getEntity(Key) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the entity instance associated with the given Key
getEntity(Key) - Method in class net.sf.hibernate.impl.SessionImpl
 
getEntityAliases() - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
getEntityIdentifier(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Return the identifier of the persistent object, or null if transient
getEntityIdentifier(Object) - Method in class net.sf.hibernate.impl.SessionImpl
Get the id value for an object that is actually associated with the session.
getEntityIdentifierIfNotUnsaved(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Return the identifier of the persistent or transient object, or throw an exception if the instance is "unsaved"
getEntityIdentifierIfNotUnsaved(Object) - Method in class net.sf.hibernate.impl.SessionImpl
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.
getEntityType() - Method in class net.sf.hibernate.mapping.OneToMany
 
getErrorCode() - Method in class net.sf.hibernate.JDBCException
Get the errorCode of the underlying SQLException.
getFactory() - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the creating SessionFactoryImplementor
getFactory() - Method in class net.sf.hibernate.hql.QueryTranslator
 
getFactory() - Method in class net.sf.hibernate.impl.BatcherImpl
 
getFactory() - Method in class net.sf.hibernate.impl.SessionImpl
 
getFalseString() - Method in class net.sf.hibernate.type.CharBooleanType
 
getFalseString() - Method in class net.sf.hibernate.type.TrueFalseType
 
getFalseString() - Method in class net.sf.hibernate.type.YesNoType
 
getFastClass(Class) - Static method in class net.sf.hibernate.util.ReflectHelper
 
getFetchDirection() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getFetchMode(String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getFetchSize() - Method in class net.sf.hibernate.engine.RowSelection
 
getFetchSize() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getFetchSize() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getFilter(String, String, boolean) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getFirstResult() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getFirstRow() - Method in class net.sf.hibernate.engine.RowSelection
 
getFloat(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a float
getFloat(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getFloat(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getFloat(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getFlushMode() - Method in interface net.sf.hibernate.Session
Get the current flush mode.
getFlushMode() - Method in class net.sf.hibernate.impl.SessionImpl
 
getFlushMode() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
getForeignKeyDirection() - Method in interface net.sf.hibernate.type.AssociationType
Get the foreign key directionality of this association
getForeignKeyDirection() - Method in class net.sf.hibernate.type.ManyToOneType
 
getForeignKeyDirection() - Method in class net.sf.hibernate.type.ObjectType
 
getForeignKeyDirection() - Method in class net.sf.hibernate.type.OneToOneType
 
getForeignKeyDirection() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
getForeignKeyIterator() - Method in class net.sf.hibernate.mapping.Table
 
getForeignKeyMetadata(String) - Method in class net.sf.hibernate.tool.hbm2ddl.TableMetadata
 
getForeignKeyName() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getForeignKeyType() - Method in class net.sf.hibernate.mapping.OneToOne
Returns the foreignKeyType.
getFormula() - Method in class net.sf.hibernate.mapping.Collection
 
getFormula() - Method in class net.sf.hibernate.mapping.Formula
 
getFormula() - Method in class net.sf.hibernate.mapping.OneToMany
 
getFormula() - Method in class net.sf.hibernate.mapping.Property
 
getFormula() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getFormula() - Method in interface net.sf.hibernate.mapping.Value
 
getFormulaTemplate(int) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getFormulaTemplate(int) - Method in class net.sf.hibernate.persister.EntityPersister
 
getFormulaTemplate(int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getFreshTimestamp() - Method in class net.sf.hibernate.cache.ReadWriteCache.Item
The timestamp on the cached data
getFullStackTrace(Throwable) - Static method in class net.sf.hibernate.exception.ExceptionUtils
A way to get the entire nested stack-trace of an throwable.
getFunctions() - Method in class net.sf.hibernate.dialect.Dialect
SQL functions as defined in general.
getGeneratedIdentity(Object, SessionImplementor, ResultSet) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Get the generated identifier when using identity columns
getGeneratedKey(PreparedStatement) - Static method in class net.sf.hibernate.util.GetGeneratedKeysHelper
 
getGetGeneratedKeysEnabled() - Method in class net.sf.hibernate.jmx.HibernateService
 
getGetGeneratedKeysEnabled() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Is use of JDBC3 getGeneratedKeys() enabled?
getGetter(Class) - Method in class net.sf.hibernate.mapping.Property
 
getGetter(Class, String) - Method in class net.sf.hibernate.property.BasicPropertyAccessor
 
getGetter(Class, String) - Method in class net.sf.hibernate.property.DirectPropertyAccessor
 
getGetter(Class, String) - Method in interface net.sf.hibernate.property.PropertyAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Static method in class net.sf.hibernate.util.ReflectHelper
 
getGetters() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getHiTime() - Method in class net.sf.hibernate.id.UUIDGenerator
Unique down to millisecond
getHibernateProperties() - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
getHydrateSpan() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getIP() - Method in class net.sf.hibernate.id.UUIDGenerator
Unique in a local network
getId() - Method in class net.sf.hibernate.cache.ReadWriteCache.Lock
 
getId() - Method in class net.sf.hibernate.odmg.Name
Returns the id.
getIdentifier() - Method in class net.sf.hibernate.NonUniqueObjectException
 
getIdentifier(Object) - Method in interface net.sf.hibernate.Session
Return the identifier of an entity instance cached by the Session, or throw an exception if the instance is transient or associated with a different Session.
getIdentifier() - Method in class net.sf.hibernate.StaleObjectStateException
 
getIdentifier() - Method in class net.sf.hibernate.UnresolvableObjectException
 
getIdentifier() - Method in class net.sf.hibernate.WrongClassException
 
getIdentifier() - Method in class net.sf.hibernate.engine.Key
Get the user-visible identifier
getIdentifier(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
getIdentifier(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
getIdentifier() - Method in class net.sf.hibernate.mapping.IdentifierCollection
 
getIdentifier() - Method in class net.sf.hibernate.mapping.OneToOne
Returns the identifier.
getIdentifier() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getIdentifier() - Method in class net.sf.hibernate.mapping.RootClass
 
getIdentifier() - Method in class net.sf.hibernate.mapping.Subclass
 
getIdentifier(Object) - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier(Object) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getIdentifier(Object) - Method in interface net.sf.hibernate.persister.ClassPersister
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier(Object, ClassPersister) - Static method in class net.sf.hibernate.proxy.HibernateProxyHelper
Get the identifier value of an instance or proxy
getIdentifier() - Method in class net.sf.hibernate.proxy.LazyInitializer
 
getIdentifier(Object, SessionImplementor) - Method in class net.sf.hibernate.type.EntityType
 
getIdentifierAliases() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in interface net.sf.hibernate.persister.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getIdentifierColumnNames() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getIdentifierColumnNames() - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
getIdentifierColumnNames() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getIdentifierColumnNames() - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
Get the names of columns used to persist the identifier
getIdentifierColumnNames() - Method in interface net.sf.hibernate.persister.Queryable
Get the names of columns used to persist the identifier
getIdentifierGenerator() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getIdentifierGenerator() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the surrogate key generation strategy (optional operation)
getIdentifierGenerator() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getIdentifierGenerator() - Method in interface net.sf.hibernate.persister.ClassPersister
Return the IdentifierGenerator for the class
getIdentifierGeneratorProperties() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getIdentifierGeneratorStrategy() - Method in class net.sf.hibernate.mapping.SimpleValue
Returns the identifierGeneratorStrategy.
getIdentifierMethod - Variable in class net.sf.hibernate.proxy.LazyInitializer
 
getIdentifierOrUniqueKeyPropertyName(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.EntityType
 
getIdentifierOrUniqueKeyType(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.EntityType
 
getIdentifierProperty() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getIdentifierProperty() - Method in class net.sf.hibernate.mapping.RootClass
 
getIdentifierProperty() - Method in class net.sf.hibernate.mapping.Subclass
 
getIdentifierPropertyName(Class) - Method in interface net.sf.hibernate.engine.Mapping
 
getIdentifierPropertyName(Class) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getIdentifierPropertyName() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the name of the identifier property (or return null)
getIdentifierPropertyName() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getIdentifierPropertyName() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the name of the identifier property (or return null) - need not return the name of an actual Java property
getIdentifierSpace() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getIdentifierSpace() - Method in interface net.sf.hibernate.persister.ClassPersister
Returns an object that identifies the space in which identifiers of this class hierarchy are unique.
getIdentifierType() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getIdentifierType() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the type of the surrogate key
getIdentifierType(Class) - Method in interface net.sf.hibernate.engine.Mapping
 
getIdentifierType(Class) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getIdentifierType() - Method in class net.sf.hibernate.mapping.Any
Returns the identifier type.
getIdentifierType() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the identifier Hibernate type
getIdentifierType() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getIdentifierType() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the identifier type
getIdentityColumnString() - Method in class net.sf.hibernate.dialect.DB2Dialect
 
getIdentityColumnString() - Method in class net.sf.hibernate.dialect.Dialect
The keyword used to specify an identity column, if identity column key generation is supported.
getIdentityColumnString() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
getIdentityColumnString() - Method in class net.sf.hibernate.dialect.InformixDialect
 
getIdentityColumnString() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
getIdentityColumnString() - Method in class net.sf.hibernate.dialect.SybaseDialect
 
getIdentityInsertString() - Method in class net.sf.hibernate.dialect.DB2Dialect
 
getIdentityInsertString() - Method in class net.sf.hibernate.dialect.Dialect
The keyword used to insert a generated value into an identity column (or null)
getIdentityInsertString() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
getIdentitySelectString() - Method in class net.sf.hibernate.dialect.DB2390Dialect
 
getIdentitySelectString() - Method in class net.sf.hibernate.dialect.DB2400Dialect
 
getIdentitySelectString() - Method in class net.sf.hibernate.dialect.DB2Dialect
 
getIdentitySelectString() - Method in class net.sf.hibernate.dialect.Dialect
The syntax that returns the identity value of the last insert, if identity column key generation is supported.
getIdentitySelectString() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
getIdentitySelectString() - Method in class net.sf.hibernate.dialect.InformixDialect
 
getIdentitySelectString() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
getIdentitySelectString() - Method in class net.sf.hibernate.dialect.SybaseDialect
 
getImplementation() - Method in class net.sf.hibernate.proxy.LazyInitializer
Return the underlying persistent object, initializing if necessary
getImplementation(SessionImplementor) - Method in class net.sf.hibernate.proxy.LazyInitializer
Return the underlying persistent object in the given Session, or null
getImplementors(Class) - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the names of all persistent classes that implement/extend the given interface/class
getImplementors(Class) - Method in class net.sf.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.
getImportedClassName(String) - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get a class name, using query language imports
getImportedClassName(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getImports() - Method in class net.sf.hibernate.cfg.Configuration
Get the query language imports
getIndex(Object, int) - Method in class net.sf.hibernate.collection.ArrayHolder
 
getIndex(Object, int) - Method in class net.sf.hibernate.collection.Bag
 
getIndex(Object, int) - Method in class net.sf.hibernate.collection.IdentifierBag
 
getIndex(Object, int) - Method in class net.sf.hibernate.collection.List
 
getIndex(Object, int) - Method in class net.sf.hibernate.collection.Map
 
getIndex(Object, int) - Method in class net.sf.hibernate.collection.PersistentCollection
Get the index of the given collection entry
getIndex(Object, int) - Method in class net.sf.hibernate.collection.Set
 
getIndex() - Method in class net.sf.hibernate.mapping.IndexedCollection
 
getIndex(String) - Method in class net.sf.hibernate.mapping.Table
 
getIndexColumnNames() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getIndexColumnNames() - Method in interface net.sf.hibernate.collection.QueryableCollection
Get the names of the collection index columnsm if this is an indexed collection (optional operation)
getIndexForColumnName(String) - Method in class net.sf.hibernate.impl.ColumnNameCache
 
getIndexIterator() - Method in class net.sf.hibernate.mapping.Table
 
getIndexMetadata(String) - Method in class net.sf.hibernate.tool.hbm2ddl.TableMetadata
 
getIndexType() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getIndexType() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the "index" type for a list or map (optional operation)
getIndexType() - Method in interface net.sf.hibernate.metadata.CollectionMetadata
The collection index type (or null if the collection has no index)
getInitialContext(Properties) - Static method in class net.sf.hibernate.util.NamingHelper
 
getInstance(String) - Static method in class net.sf.hibernate.impl.SessionFactoryObjectFactory
 
getInstance() - Static method in class net.sf.hibernate.odmg.Implementation
Get the singleton instance
getInstance(Integer) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
getInt(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getInt(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getInt(String, Properties, int) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
getInteger(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read an integer
getInteger(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getInteger(String, Properties) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
getIntegrityViolationErrorCodes() - Method in class net.sf.hibernate.exception.ErrorCodeConverter
The error codes representing various types of database integrity issues.
getInterceptor() - Method in class net.sf.hibernate.cfg.Configuration
Return the configured Interceptor
getJVM() - Method in class net.sf.hibernate.id.UUIDGenerator
Unique across JVMs on this machine (unless they load this class in the same quater second - very unlikely)
getJdbcBatchSize() - Method in class net.sf.hibernate.cfg.Settings
 
getJdbcBatchSize() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the JDBC batch size
getJdbcBatchSize() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getJdbcBatchSize() - Method in class net.sf.hibernate.jmx.HibernateService
 
getJdbcBatchSize() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Get the JDBC batch size
getJdbcFetchSize() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the JDBC fetch size
getJdbcFetchSize() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getJdbcFetchSize() - Method in class net.sf.hibernate.jmx.HibernateService
 
getJdbcFetchSize() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Get the JDBC fetch size
getJndiName() - Method in class net.sf.hibernate.jmx.HibernateService
 
getJndiName() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
The JNDI name to bind to the SessionFactory
getJndiProperties(Properties) - Static method in class net.sf.hibernate.util.NamingHelper
Transform JNDI properties passed in the form hibernate.jndi.* to the format accepted by InitialContext by triming the leading "hibernate.jndi".
getJoinFragment() - Method in class net.sf.hibernate.sql.QuerySelect
 
getJoinKeyColumnNames() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getJoinKeyColumnNames() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getJoinKeyColumnNames() - Method in interface net.sf.hibernate.persister.Joinable
The columns to join on.
getJoinType(AssociationType, int, String, String, String[], SessionFactoryImplementor) - Method in class net.sf.hibernate.loader.CollectionLoader
 
getJoinType(AssociationType, int, String, String, String[], SessionFactoryImplementor) - Method in class net.sf.hibernate.loader.CriteriaLoader
 
getJoinType(AssociationType, int, String, String, String[], SessionFactoryImplementor) - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
getJoinable(SessionFactoryImplementor) - Method in interface net.sf.hibernate.type.AssociationType
Get the "persister" for this association - a class or collection persister
getJoinable(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.EntityType
 
getJoinable(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.ObjectType
 
getJoinable(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
getKey() - Method in interface net.sf.hibernate.engine.CollectionSnapshot
 
getKey() - Method in class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
getKey() - Method in class net.sf.hibernate.mapping.Collection
 
getKey() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getKey() - Method in class net.sf.hibernate.mapping.RootClass
 
getKey() - Method in class net.sf.hibernate.mapping.Subclass
 
getKey() - Method in class net.sf.hibernate.util.IdentityMap.IdentityMapEntry
 
getKeyColumnNames() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getKeyColumnNames() - Method in interface net.sf.hibernate.collection.QueryableCollection
Get the names of the collection key columns
getKeyType() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getKeyType() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the "key" type (the type of the foreign key)
getKeyType() - Method in interface net.sf.hibernate.metadata.CollectionMetadata
The collection key type
getLazyInitializer(HibernateProxy) - Static method in class net.sf.hibernate.proxy.HibernateProxyHelper
Get the LazyInitializer for a proxy instance
getLength() - Method in class net.sf.hibernate.mapping.Column
 
getLimitString(String, boolean, int) - Method in class net.sf.hibernate.dialect.DB2390Dialect
 
getLimitString(String, boolean, int) - Method in class net.sf.hibernate.dialect.DB2400Dialect
 
getLimitString(String, boolean) - Method in class net.sf.hibernate.dialect.DB2Dialect
 
getLimitString(String, boolean) - Method in class net.sf.hibernate.dialect.Dialect
Add a LIMIT clause to the given SQL SELECT
getLimitString(String, boolean, int) - Method in class net.sf.hibernate.dialect.Dialect
 
getLimitString(String, boolean) - Method in class net.sf.hibernate.dialect.FirebirdDialect
 
getLimitString(String, boolean) - Method in class net.sf.hibernate.dialect.HSQLDialect
 
getLimitString(String, boolean, int) - Method in class net.sf.hibernate.dialect.InformixDialect
 
getLimitString(String, boolean) - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
getLimitString(String, boolean) - Method in class net.sf.hibernate.dialect.MySQLDialect
 
getLimitString(String, boolean) - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
getLimitString(String, boolean) - Method in class net.sf.hibernate.dialect.OracleDialect
 
getLimitString(String, boolean) - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
getLimitString(String, boolean, int) - Method in class net.sf.hibernate.dialect.SQLServerDialect
 
getLoTime() - Method in class net.sf.hibernate.id.UUIDGenerator
 
getLoadedCollectionKey(PersistentCollection) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the pre-flush identifier of the collection
getLoadedCollectionKey(PersistentCollection) - Method in class net.sf.hibernate.impl.SessionImpl
 
getLoadingCollection(CollectionPersister, Serializable, Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
 
getLoadingCollection(CollectionPersister, Serializable, Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
getLocalTransaction() - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
getLocale(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a locale
getLocale(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getLockAcquisitionErrorCodes() - Method in class net.sf.hibernate.exception.ErrorCodeConverter
 
getLockMode(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the lock mode of the entity
getLockMode(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
getLockModes() - Method in class net.sf.hibernate.engine.QueryParameters
 
getLockModes(Map) - Method in class net.sf.hibernate.hql.QueryTranslator
 
getLockModes() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getLockModes(Map) - Method in class net.sf.hibernate.loader.CriteriaLoader
 
getLockModes(Map) - Method in class net.sf.hibernate.loader.Loader
What lock mode does this load entities with?
getLockModes(Map) - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
getLockModes(Map) - Method in class net.sf.hibernate.loader.SimpleEntityLoader
 
getLogWriter() - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
getLogWriter() - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
getLong(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a long
getLong(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getLong(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getLong(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getLong(String, Properties, long) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
getLowercaseFunction() - Method in class net.sf.hibernate.dialect.Dialect
The name of the SQL function that transforms a string to lowercase
getLowercaseFunction() - Method in class net.sf.hibernate.dialect.IngresDialect
 
getMapResources() - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
getMapResources() - Method in class net.sf.hibernate.jmx.HibernateService
 
getMapResources() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
The Hibernate mapping files (might be overridden by subclasses that want to specify the mapping files by some other mechanism)
getMappedClass() - Method in class net.sf.hibernate.engine.Key
 
getMappedClass() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getMappedClass() - Method in interface net.sf.hibernate.metadata.ClassMetadata
The persistent class
getMappedClass() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getMappedClass() - Method in interface net.sf.hibernate.persister.ClassPersister
The persistent class
getMappedSuperclass() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getMappedSuperclass() - Method in interface net.sf.hibernate.persister.Queryable
Get the class that this class is mapped as a subclass of - not necessarily the direct superclass
getMaxConnections() - Method in class net.sf.hibernate.jca.MetaDataImpl
 
getMaxResults() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getMaxRows() - Method in class net.sf.hibernate.engine.RowSelection
 
getMaximumFetchDepth() - Method in class net.sf.hibernate.cfg.Settings
 
getMaximumFetchDepth() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the maxmimum depth of outer join fetching
getMaximumFetchDepth() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getMaximumFetchDepth() - Method in class net.sf.hibernate.jmx.HibernateService
 
getMaximumFetchDepth() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Get the max outer join fetch depth
getMessage() - Method in class net.sf.hibernate.InstantiationException
 
getMessage() - Method in class net.sf.hibernate.NonUniqueObjectException
 
getMessage() - Method in class net.sf.hibernate.PropertyAccessException
 
getMessage() - Method in class net.sf.hibernate.PropertyValueException
 
getMessage() - Method in class net.sf.hibernate.QueryException
 
getMessage() - Method in class net.sf.hibernate.StaleObjectStateException
 
getMessage() - Method in class net.sf.hibernate.UnresolvableObjectException
 
getMessage() - Method in class net.sf.hibernate.WrongClassException
 
getMessage() - Method in interface net.sf.hibernate.exception.Nestable
Returns the error message of this and any nested Throwable.
getMessage(int) - Method in interface net.sf.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 net.sf.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 net.sf.hibernate.exception.NestableDelegate
Returns the full message contained by the Nestable and any nested Throwables.
getMessage() - Method in class net.sf.hibernate.exception.NestableException
Returns the detail message string of this throwable.
getMessage(int) - Method in class net.sf.hibernate.exception.NestableException
 
getMessage() - Method in class net.sf.hibernate.exception.NestableRuntimeException
Returns the detail message string of this throwable.
getMessage(int) - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
getMessages() - Method in interface net.sf.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 net.sf.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 class net.sf.hibernate.exception.NestableException
 
getMessages() - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
getMetaAttribute(String) - Method in class net.sf.hibernate.mapping.PersistentClass
 
getMetaAttribute(String) - Method in class net.sf.hibernate.mapping.Property
 
getMetaAttributes() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getMetaAttributes() - Method in class net.sf.hibernate.mapping.Property
 
getMetaData() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getMetaData() - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
getMetaType() - Method in class net.sf.hibernate.mapping.Any
 
getMethod() - Method in class net.sf.hibernate.property.BasicPropertyAccessor.BasicGetter
 
getMethod() - Method in class net.sf.hibernate.property.BasicPropertyAccessor.BasicSetter
 
getMethod() - Method in class net.sf.hibernate.property.DirectPropertyAccessor.DirectGetter
 
getMethod() - Method in class net.sf.hibernate.property.DirectPropertyAccessor.DirectSetter
 
getMethod() - Method in interface net.sf.hibernate.property.Getter
Optional operation (return null)
getMethod() - Method in interface net.sf.hibernate.property.Setter
Optional operation (return null)
getMethodName() - Method in class net.sf.hibernate.property.BasicPropertyAccessor.BasicGetter
 
getMethodName() - Method in class net.sf.hibernate.property.BasicPropertyAccessor.BasicSetter
 
getMethodName() - Method in class net.sf.hibernate.property.DirectPropertyAccessor.DirectGetter
 
getMethodName() - Method in class net.sf.hibernate.property.DirectPropertyAccessor.DirectSetter
 
getMethodName() - Method in interface net.sf.hibernate.property.Getter
Optional operation (return null)
getMethodName() - Method in interface net.sf.hibernate.property.Setter
Optional operation (return null)
getMinimalPutsEnabled() - Method in class net.sf.hibernate.jmx.HibernateService
 
getMinimalPutsEnabled() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Is second-level cache optimized for minimal puts?
getName() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getName() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
getName() - Method in class net.sf.hibernate.jmx.HibernateService
The name of the current bean
getName() - Method in class net.sf.hibernate.mapping.Column
 
getName() - Method in class net.sf.hibernate.mapping.Constraint
 
getName() - Method in class net.sf.hibernate.mapping.Index
 
getName() - Method in class net.sf.hibernate.mapping.MetaAttribute
 
getName() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getName() - Method in class net.sf.hibernate.mapping.Property
 
getName() - Method in class net.sf.hibernate.mapping.Table
 
getName() - Method in class net.sf.hibernate.odmg.Name
Returns the name.
getName() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getName() - Method in interface net.sf.hibernate.persister.Joinable
An identifying name; a class name or collection role name.
getName() - Method in class net.sf.hibernate.tool.hbm2ddl.ColumnMetadata
 
getName() - Method in class net.sf.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
getName() - Method in class net.sf.hibernate.tool.hbm2ddl.IndexMetadata
 
getName() - Method in class net.sf.hibernate.tool.hbm2ddl.TableMetadata
 
getName() - Method in class net.sf.hibernate.transaction.BESTransactionManagerLookup
 
getName() - Method in class net.sf.hibernate.transaction.JBossTransactionManagerLookup
 
getName() - Method in class net.sf.hibernate.transaction.JNDITransactionManagerLookup
 
getName() - Method in class net.sf.hibernate.transaction.JRun4TransactionManagerLookup
 
getName() - Method in class net.sf.hibernate.transaction.OrionTransactionManagerLookup
 
getName() - Method in class net.sf.hibernate.transaction.ResinTransactionManagerLookup
 
getName() - Method in class net.sf.hibernate.transaction.SunONETransactionManagerLookup
 
getName() - Method in class net.sf.hibernate.transaction.WeblogicTransactionManagerLookup
 
getName() - Method in class net.sf.hibernate.type.BigDecimalType
 
getName() - Method in class net.sf.hibernate.type.BinaryType
 
getName() - Method in class net.sf.hibernate.type.BlobType
 
getName() - Method in class net.sf.hibernate.type.BooleanType
 
getName() - Method in class net.sf.hibernate.type.ByteType
 
getName() - Method in class net.sf.hibernate.type.CalendarDateType
 
getName() - Method in class net.sf.hibernate.type.CalendarType
 
getName() - Method in class net.sf.hibernate.type.CharacterType
 
getName() - Method in class net.sf.hibernate.type.ClassType
 
getName() - Method in class net.sf.hibernate.type.ClobType
 
getName() - Method in class net.sf.hibernate.type.ComponentType
 
getName() - Method in class net.sf.hibernate.type.CompositeCustomType
 
getName() - Method in class net.sf.hibernate.type.CurrencyType
 
getName() - Method in class net.sf.hibernate.type.CustomType
 
getName() - Method in class net.sf.hibernate.type.DateType
 
getName() - Method in class net.sf.hibernate.type.DoubleType
 
getName() - Method in class net.sf.hibernate.type.DynamicComponentType
 
getName() - Method in class net.sf.hibernate.type.EntityType
 
getName() - Method in class net.sf.hibernate.type.FloatType
 
getName() - Method in class net.sf.hibernate.type.IntegerType
 
getName() - Method in class net.sf.hibernate.type.LocaleType
 
getName() - Method in class net.sf.hibernate.type.LongType
 
getName() - Method in class net.sf.hibernate.type.MetaType
 
getName() - Method in class net.sf.hibernate.type.ObjectType
 
getName() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
getName() - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
getName() - Method in class net.sf.hibernate.type.SerializableType
 
getName() - Method in class net.sf.hibernate.type.ShortType
 
getName() - Method in class net.sf.hibernate.type.StringType
 
getName() - Method in class net.sf.hibernate.type.TextType
 
getName() - Method in class net.sf.hibernate.type.TimeType
 
getName() - Method in class net.sf.hibernate.type.TimeZoneType
 
getName() - Method in class net.sf.hibernate.type.TimestampType
 
getName() - Method in class net.sf.hibernate.type.TrueFalseType
 
getName() - Method in interface net.sf.hibernate.type.Type
Returns the abbreviated name of the type.
getName() - Method in class net.sf.hibernate.type.YesNoType
 
getNamedInstance(String) - Static method in class net.sf.hibernate.impl.SessionFactoryObjectFactory
 
getNamedParameterLists() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getNamedParameterLocs(String) - Method in class net.sf.hibernate.hql.QueryTranslator
 
getNamedParameterLocs(String) - Method in class net.sf.hibernate.loader.SQLLoader
 
getNamedParameters() - Method in interface net.sf.hibernate.Query
Return the names of all named parameters of the query.
getNamedParameters() - Method in class net.sf.hibernate.engine.QueryParameters
 
getNamedParameters() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getNamedParams() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getNamedQueries() - Method in class net.sf.hibernate.cfg.Configuration
Get the named queries
getNamedQuery(String) - Method in interface net.sf.hibernate.Session
Obtain an instance of Query for a named query string defined in the mapping file.
getNamedQuery(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getNamedQuery(String) - Method in class net.sf.hibernate.impl.SessionImpl
 
getNamedQuery(String) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
getNamedSQLQueries() - Method in class net.sf.hibernate.cfg.Configuration
 
getNamedSQLQuery(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getNamingStrategy() - Method in class net.sf.hibernate.cfg.Configuration
 
getNamingStrategy() - Method in class net.sf.hibernate.cfg.Mappings
 
getNoColumnsInsertString() - Method in class net.sf.hibernate.dialect.Dialect
The keyword used to insert a row without specifying any column values
getNoColumnsInsertString() - Method in class net.sf.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
getNoColumnsInsertString() - Method in class net.sf.hibernate.dialect.SybaseDialect
 
getNotNullInsertableColumns(Object[]) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getNullColumnString() - Method in class net.sf.hibernate.dialect.Dialect
The keyword used to specify a nullable column.
getNullColumnString() - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
getNullColumnString() - Method in class net.sf.hibernate.dialect.SybaseDialect
 
getNullValue() - Method in class net.sf.hibernate.mapping.Property
 
getNullValue() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getNullable() - Method in class net.sf.hibernate.tool.hbm2ddl.ColumnMetadata
 
getObject(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getObject(String, Map) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getObject(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getObject(int, Map) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getObjectId(Object) - Method in class net.sf.hibernate.odmg.Implementation
Get the stringified identifier of the given object.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class net.sf.hibernate.impl.SessionFactoryObjectFactory
 
getOptimisticLockMode() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getOrderBy() - Method in class net.sf.hibernate.mapping.Collection
Returns the orderBy.
getOrphans(Serializable) - Method in class net.sf.hibernate.collection.ArrayHolder
 
getOrphans(Serializable) - Method in class net.sf.hibernate.collection.Bag
 
getOrphans(Serializable) - Method in class net.sf.hibernate.collection.IdentifierBag
 
getOrphans(Serializable) - Method in class net.sf.hibernate.collection.List
 
getOrphans(Serializable) - Method in class net.sf.hibernate.collection.Map
 
getOrphans(Serializable) - Method in class net.sf.hibernate.collection.PersistentCollection
get all "orphaned" elements
getOrphans(Collection, Collection, SessionImplementor) - Static method in class net.sf.hibernate.collection.PersistentCollection
 
getOrphans(Serializable) - Method in class net.sf.hibernate.collection.Set
 
getOrphans(PersistentCollection) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the collection orphans (entities which were removed from the collection)
getOrphans(PersistentCollection) - Method in class net.sf.hibernate.impl.SessionImpl
 
getOuterJoinFetchSetting() - Method in class net.sf.hibernate.mapping.Collection
 
getOuterJoinFetchSetting() - Method in interface net.sf.hibernate.mapping.Fetchable
 
getOuterJoinFetchSetting() - Method in class net.sf.hibernate.mapping.OneToMany
 
getOuterJoinFetchSetting() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getOuterJoinFetchSetting() - Method in class net.sf.hibernate.mapping.ToOne
 
getOuterJoinFetchSetting() - Method in interface net.sf.hibernate.mapping.Value
 
getOutputStyleSheetTemplates(Properties) - Static method in class net.sf.hibernate.xml.XMLDatabinder
 
getOwner() - Method in class net.sf.hibernate.mapping.Collection
Returns the owner.
getOwner() - Method in class net.sf.hibernate.mapping.Component
Returns the owner.
getOwnerClass() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getOwnerClass() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the entity class that "owns" this collection
getOwnerClass() - Method in class net.sf.hibernate.mapping.Collection
 
getOwners() - Method in class net.sf.hibernate.hql.QueryTranslator
 
getOwners() - Method in class net.sf.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 net.sf.hibernate.loader.OuterJoinLoader
 
getOwners() - Method in class net.sf.hibernate.loader.SimpleEntityLoader
 
getParentProperty() - Method in class net.sf.hibernate.mapping.Component
Returns the parentProperty.
getPassword() - Method in class net.sf.hibernate.jmx.HibernateService
 
getPassword() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Log into the database with this password
getPersistentClass() - Method in class net.sf.hibernate.InstantiationException
 
getPersistentClass() - Method in class net.sf.hibernate.NonUniqueObjectException
 
getPersistentClass() - Method in class net.sf.hibernate.PropertyAccessException
 
getPersistentClass() - Method in class net.sf.hibernate.PropertyValueException
 
getPersistentClass() - Method in class net.sf.hibernate.StaleObjectStateException
 
getPersistentClass() - Method in class net.sf.hibernate.UnresolvableObjectException
 
getPersistentClass() - Method in class net.sf.hibernate.WrongClassException
 
getPersistentClass(String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getPersistentClass() - Method in class net.sf.hibernate.odmg.Name
Returns the persistentClass.
getPersistentClass() - Method in class net.sf.hibernate.proxy.LazyInitializer
 
getPersistentClass() - Method in class net.sf.hibernate.type.EntityType
Deprecated. use getAssociationClass()
getPersister(Class) - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the persister for a class
getPersister(String) - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the persister for the named class
getPersister(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the ClassPersister for an object
getPersister(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getPersister(Class) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getPersister(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
getPersister() - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
getPersisters() - Method in class net.sf.hibernate.hql.QueryTranslator
Persisters for the return values of a find() style query.
getPersisters() - Method in class net.sf.hibernate.loader.Loader
An array of persisters of entity classes contained in each row of results; implemented by all subclasses
getPersisters() - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
getPersisters() - Method in class net.sf.hibernate.loader.SimpleEntityLoader
 
getPositionalParameterTypes() - Method in class net.sf.hibernate.engine.QueryParameters
 
getPositionalParameterValues() - Method in class net.sf.hibernate.engine.QueryParameters
 
getPrimaryKey() - Method in class net.sf.hibernate.mapping.Table
 
getPrimitiveClass() - Method in class net.sf.hibernate.type.BooleanType
 
getPrimitiveClass() - Method in class net.sf.hibernate.type.ByteType
 
getPrimitiveClass() - Method in class net.sf.hibernate.type.CharacterType
 
getPrimitiveClass() - Method in class net.sf.hibernate.type.DoubleType
 
getPrimitiveClass() - Method in class net.sf.hibernate.type.FloatType
 
getPrimitiveClass() - Method in class net.sf.hibernate.type.IntegerType
 
getPrimitiveClass() - Method in class net.sf.hibernate.type.LongType
 
getPrimitiveClass() - Method in class net.sf.hibernate.type.PrimitiveType
 
getPrimitiveClass() - Method in class net.sf.hibernate.type.ShortType
 
getProperties() - Method in class net.sf.hibernate.cfg.Configuration
Get all properties
getProperties() - Static method in class net.sf.hibernate.cfg.Environment
Return System properties, extended by any properties specified in hibernate.properties.
getProperties() - Method in class net.sf.hibernate.jmx.HibernateService
 
getPropertiesToUpdate(int[]) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Transform the array of property indexes to an array of booleans
getProperty(String) - Method in class net.sf.hibernate.cfg.Configuration
Get a property
getProperty(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
getProperty(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Get a property
getProperty(String) - Method in class net.sf.hibernate.mapping.PersistentClass
 
getPropertyAccessor() - Method in class net.sf.hibernate.mapping.Property
 
getPropertyAccessor(String) - Static method in class net.sf.hibernate.property.PropertyAccessorFactory
 
getPropertyAccessorName() - Method in class net.sf.hibernate.mapping.Property
 
getPropertyAliases(String, int) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getPropertyAliases(String, int) - Method in interface net.sf.hibernate.persister.Loadable
Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
getPropertyCascadeStyles() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getPropertyCascadeStyles() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the cascade styles of the propertes (optional operation)
getPropertyClosureIterator() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getPropertyClosureIterator() - Method in class net.sf.hibernate.mapping.RootClass
 
getPropertyClosureIterator() - Method in class net.sf.hibernate.mapping.Subclass
 
getPropertyColumnNames(int) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Get the column names for the numbered property of this class
getPropertyColumnNames(int) - Method in class net.sf.hibernate.persister.EntityPersister
 
getPropertyColumnNames(int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getPropertyInsertability() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getPropertyInsertability() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the "insertability" of the properties of this class (does the property appear in an SQL INSERT)
getPropertyIterator() - Method in class net.sf.hibernate.mapping.Component
 
getPropertyIterator() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getPropertyList() - Method in class net.sf.hibernate.jmx.HibernateService
 
getPropertyList() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Display the properties
getPropertyName() - Method in class net.sf.hibernate.PropertyAccessException
 
getPropertyName() - Method in class net.sf.hibernate.PropertyValueException
 
getPropertyName(Throwable, BulkBean) - Static method in class net.sf.hibernate.util.ReflectHelper
 
getPropertyNames() - Method in interface net.sf.hibernate.CompositeUserType
Get the "property names" that may be used in a query.
getPropertyNames() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the names of the class' persistent properties
getPropertyNames() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getPropertyNames() - Method in interface net.sf.hibernate.persister.ClassPersister
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 interface net.sf.hibernate.type.AbstractComponentType
 
getPropertyNames() - Method in class net.sf.hibernate.type.ComponentType
 
getPropertyNames() - Method in class net.sf.hibernate.type.CompositeCustomType
 
getPropertyNames() - Method in class net.sf.hibernate.type.DynamicComponentType
 
getPropertyNames() - Method in class net.sf.hibernate.type.ObjectType
 
getPropertyNullability() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the nullability of the class' persistent properties
getPropertyNullability() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getPropertyNullability() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the nullability of the properties of this class
getPropertySpaces() - Method in interface net.sf.hibernate.persister.ClassPersister
Returns an array of objects that identify spaces in which properties of this class instance are persisted.
getPropertySpaces() - Method in class net.sf.hibernate.persister.EntityPersister
 
getPropertySpaces() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getPropertySpan() - Method in class net.sf.hibernate.mapping.Component
 
getPropertyTableNumber(String) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getPropertyType(Class, String) - Method in interface net.sf.hibernate.engine.Mapping
 
getPropertyType() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
getPropertyType(Class, String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getPropertyType(String) - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the type of a particular (named) property
getPropertyType(String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getPropertyType(String) - Method in interface net.sf.hibernate.persister.ClassPersister
Get the type of a particular property
getPropertyTypes() - Method in interface net.sf.hibernate.CompositeUserType
Get the corresponding "property types".
getPropertyTypes() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the Hibernate types of the class properties
getPropertyTypes() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getPropertyTypes() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the Hibernate types of the class properties
getPropertyUpdateability() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getPropertyUpdateability() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the "updateability" of the properties of this class (does the property appear in an SQL UPDATE)
getPropertyValue(Object, int) - Method in interface net.sf.hibernate.CompositeUserType
Get the value of a property.
getPropertyValue(Object, String) - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the value of a particular (named) property
getPropertyValue(Object, int) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Get the value of the numbered property
getPropertyValue(Object, String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getPropertyValue(Object, int) - Method in interface net.sf.hibernate.persister.ClassPersister
Get the value of a particular property
getPropertyValue(Object, String) - Method in interface net.sf.hibernate.persister.ClassPersister
Get the value of a particular property
getPropertyValue(Object, int, SessionImplementor) - Method in interface net.sf.hibernate.type.AbstractComponentType
 
getPropertyValue(Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.ComponentType
 
getPropertyValue(Object, int) - Method in class net.sf.hibernate.type.ComponentType
 
getPropertyValue(Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int) - Method in class net.sf.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.DynamicComponentType
 
getPropertyValue(Object, int) - Method in class net.sf.hibernate.type.DynamicComponentType
 
getPropertyValue(Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.ObjectType
 
getPropertyValues(Object) - Method in interface net.sf.hibernate.metadata.ClassMetadata
Return the values of the mapped properties of the object
getPropertyValues(Object) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Return the values of the mapped properties of the object
getPropertyValues(Object) - Method in interface net.sf.hibernate.persister.ClassPersister
Return the values of the mapped properties of the object
getPropertyValues(Object, SessionImplementor) - Method in interface net.sf.hibernate.type.AbstractComponentType
 
getPropertyValues(Object) - Method in interface net.sf.hibernate.type.AbstractComponentType
Optional operation
getPropertyValues(Object, SessionImplementor) - Method in class net.sf.hibernate.type.ComponentType
 
getPropertyValues(Object) - Method in class net.sf.hibernate.type.ComponentType
 
getPropertyValues(Object, SessionImplementor) - Method in class net.sf.hibernate.type.CompositeCustomType
 
getPropertyValues(Object) - Method in class net.sf.hibernate.type.CompositeCustomType
 
getPropertyValues(Object, SessionImplementor) - Method in class net.sf.hibernate.type.DynamicComponentType
 
getPropertyValues(Object) - Method in class net.sf.hibernate.type.DynamicComponentType
 
getPropertyValues(Object, SessionImplementor) - Method in class net.sf.hibernate.type.ObjectType
 
getPropertyValues(Object) - Method in class net.sf.hibernate.type.ObjectType
 
getProxy(Factory, Class, Class[], Method, Method, Serializable, SessionImplementor) - Static method in class net.sf.hibernate.proxy.CGLIBLazyInitializer
 
getProxy(Serializable, SessionImplementor) - Method in class net.sf.hibernate.proxy.CGLIBProxyFactory
 
getProxy(Serializable, SessionImplementor) - Method in interface net.sf.hibernate.proxy.ProxyFactory
Create a new proxy
getProxyFactory(Class, Class[]) - Static method in class net.sf.hibernate.proxy.CGLIBLazyInitializer
 
getProxyInterface() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getQualifiedName(Dialect, String) - Method in class net.sf.hibernate.mapping.Table
 
getQuery(String) - Method in class net.sf.hibernate.cfg.Mappings
 
getQuery(String, boolean) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getQuery() - Method in class net.sf.hibernate.odmg.OQLQuery
Get the underlying Hibernate Query.
getQueryCache(String, CacheProvider, UpdateTimestampsCache, Properties) - Method in interface net.sf.hibernate.cache.QueryCacheFactory
 
getQueryCache(String, CacheProvider, UpdateTimestampsCache, Properties) - Method in class net.sf.hibernate.cache.StandardQueryCacheFactory
 
getQueryCache() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the default query cache
getQueryCache(String) - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get a particular named query cache, or the default cache
getQueryCache() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getQueryCache(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getQueryCacheEnabled() - Method in class net.sf.hibernate.jmx.HibernateService
 
getQueryCacheEnabled() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Is the query cache enabled?
getQueryCacheFactory() - Method in class net.sf.hibernate.cfg.Settings
 
getQueryParameters(Map) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getQuerySequencesString() - Method in class net.sf.hibernate.dialect.Dialect
A query used to find all sequences
getQuerySequencesString() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
getQuerySequencesString() - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
getQuerySequencesString() - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
getQuerySpaces() - Method in class net.sf.hibernate.hql.QueryTranslator
 
getQuerySpaces() - Method in class net.sf.hibernate.loader.CriteriaLoader
 
getQuerySpaces() - Method in class net.sf.hibernate.loader.SQLLoader
 
getQueryString() - Method in interface net.sf.hibernate.Query
Get the query string.
getQueryString() - Method in class net.sf.hibernate.QueryException
 
getQueryString() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getQueryString() - Method in class net.sf.hibernate.mapping.NamedSQLQuery
 
getQuerySubstitutions() - Method in class net.sf.hibernate.cfg.Settings
 
getQuerySubstitutions() - Method in class net.sf.hibernate.jmx.HibernateService
 
getQuerySubstitutions() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Get the query substitutions string
getQuotedName(Dialect) - Method in class net.sf.hibernate.mapping.Column
 
getQuotedName(Dialect) - Method in class net.sf.hibernate.mapping.Table
 
getRef(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getRef(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getReference() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getReference() - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
getReference() - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
getReferencedClass() - Method in class net.sf.hibernate.mapping.ForeignKey
 
getReferencedColumns(SessionFactoryImplementor) - Method in interface net.sf.hibernate.type.AssociationType
Get the columns referenced by this association.
getReferencedColumns(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.EntityType
 
getReferencedColumns(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.ObjectType
 
getReferencedColumns(SessionFactoryImplementor) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
getReferencedPropertyName() - Method in class net.sf.hibernate.mapping.ToOne
 
getReferencedTable() - Method in class net.sf.hibernate.mapping.ForeignKey
 
getResultColumnOrRow(Object[], ResultSet, SessionImplementor) - Method in class net.sf.hibernate.hql.QueryTranslator
 
getResultColumnOrRow(Object[], ResultSet, SessionImplementor) - Method in class net.sf.hibernate.loader.CriteriaLoader
 
getResultColumnOrRow(Object[], ResultSet, SessionImplementor) - Method in class net.sf.hibernate.loader.EntityLoader
 
getResultColumnOrRow(Object[], ResultSet, SessionImplementor) - Method in class net.sf.hibernate.loader.Loader
Get the actual object that is returned in the user-visible result list.
getResultColumnOrRow(Object[], ResultSet, SessionImplementor) - Method in class net.sf.hibernate.loader.SQLLoader
 
getResultColumnOrRow(Object[], ResultSet, SessionImplementor) - Method in class net.sf.hibernate.loader.SimpleEntityLoader
 
getResultList(List) - Method in class net.sf.hibernate.hql.QueryTranslator
 
getResultList(List) - Method in class net.sf.hibernate.loader.CriteriaLoader
 
getResultList(List) - Method in class net.sf.hibernate.loader.Loader
 
getResultSet(PreparedStatement) - Method in interface net.sf.hibernate.engine.Batcher
Execute the statement and return the result set
getResultSet(PreparedStatement) - Method in class net.sf.hibernate.impl.BatcherImpl
 
getResultSet(PreparedStatement, RowSelection, SessionImplementor) - Method in class net.sf.hibernate.loader.Loader
Fetch a PreparedStatement, call setMaxRows and then execute it, advance to the first result and return an SQL ResultSet
getResultTransformer() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getReturnAliases() - Method in class net.sf.hibernate.impl.SQLQueryImpl
 
getReturnAliases() - Method in class net.sf.hibernate.mapping.NamedSQLQuery
 
getReturnClasses() - Method in class net.sf.hibernate.impl.SQLQueryImpl
 
getReturnClasses() - Method in class net.sf.hibernate.mapping.NamedSQLQuery
 
getReturnType(Type, Mapping) - Method in class net.sf.hibernate.dialect.NoArgSQLFunction
 
getReturnType(Type, Mapping) - Method in interface net.sf.hibernate.dialect.SQLFunction
 
getReturnType(Type, Mapping) - Method in class net.sf.hibernate.dialect.StandardSQLFunction
 
getReturnType() - Method in class net.sf.hibernate.property.BasicPropertyAccessor.BasicGetter
 
getReturnType() - Method in class net.sf.hibernate.property.DirectPropertyAccessor.DirectGetter
 
getReturnType() - Method in interface net.sf.hibernate.property.Getter
Get the declared Java type
getReturnTypes() - Method in interface net.sf.hibernate.Query
Return the Hibernate types of the query result set.
getReturnTypes(String) - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the return types of a query
getReturnTypes() - Method in class net.sf.hibernate.hql.QueryTranslator
Types of the return values of an iterate() style query.
getReturnTypes() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getReturnTypes() - Method in class net.sf.hibernate.impl.SQLQueryImpl
 
getReturnTypes(String) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getReturnedClass() - Method in class net.sf.hibernate.type.ArrayType
 
getReturnedClass() - Method in class net.sf.hibernate.type.BagType
 
getReturnedClass() - Method in class net.sf.hibernate.type.BigDecimalType
 
getReturnedClass() - Method in class net.sf.hibernate.type.BinaryType
 
getReturnedClass() - Method in class net.sf.hibernate.type.BlobType
 
getReturnedClass() - Method in class net.sf.hibernate.type.BooleanType
 
getReturnedClass() - Method in class net.sf.hibernate.type.ByteType
 
getReturnedClass() - Method in class net.sf.hibernate.type.CalendarDateType
 
getReturnedClass() - Method in class net.sf.hibernate.type.CalendarType
 
getReturnedClass() - Method in class net.sf.hibernate.type.CharacterType
 
getReturnedClass() - Method in class net.sf.hibernate.type.ClassType
 
getReturnedClass() - Method in class net.sf.hibernate.type.ClobType
 
getReturnedClass() - Method in class net.sf.hibernate.type.ComponentType
 
getReturnedClass() - Method in class net.sf.hibernate.type.CompositeCustomType
 
getReturnedClass() - Method in class net.sf.hibernate.type.CurrencyType
 
getReturnedClass() - Method in class net.sf.hibernate.type.CustomType
 
getReturnedClass() - Method in class net.sf.hibernate.type.DateType
 
getReturnedClass() - Method in class net.sf.hibernate.type.DoubleType
 
getReturnedClass() - Method in class net.sf.hibernate.type.DynamicComponentType
 
getReturnedClass() - Method in class net.sf.hibernate.type.EntityType
This returns the wrong class for an entity with a proxy.
getReturnedClass() - Method in class net.sf.hibernate.type.FloatType
 
getReturnedClass() - Method in class net.sf.hibernate.type.IdentifierBagType
 
getReturnedClass() - Method in class net.sf.hibernate.type.IntegerType
 
getReturnedClass() - Method in class net.sf.hibernate.type.ListType
 
getReturnedClass() - Method in class net.sf.hibernate.type.LocaleType
 
getReturnedClass() - Method in class net.sf.hibernate.type.LongType
 
getReturnedClass() - Method in class net.sf.hibernate.type.MapType
 
getReturnedClass() - Method in class net.sf.hibernate.type.MetaType
 
getReturnedClass() - Method in class net.sf.hibernate.type.ObjectType
 
getReturnedClass() - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
getReturnedClass() - Method in class net.sf.hibernate.type.SerializableType
 
getReturnedClass() - Method in class net.sf.hibernate.type.SetType
 
getReturnedClass() - Method in class net.sf.hibernate.type.ShortType
 
getReturnedClass() - Method in class net.sf.hibernate.type.SortedMapType
 
getReturnedClass() - Method in class net.sf.hibernate.type.SortedSetType
 
getReturnedClass() - Method in class net.sf.hibernate.type.StringType
 
getReturnedClass() - Method in class net.sf.hibernate.type.TextType
 
getReturnedClass() - Method in class net.sf.hibernate.type.TimeType
 
getReturnedClass() - Method in class net.sf.hibernate.type.TimeZoneType
 
getReturnedClass() - Method in class net.sf.hibernate.type.TimestampType
 
getReturnedClass() - Method in interface net.sf.hibernate.type.Type
The class returned by nullSafeGet() methods.
getRole() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getRole() - Method in interface net.sf.hibernate.collection.CollectionPersister
Get the name of this collection role (the fully qualified class name, extended by a "property path")
getRole() - Method in interface net.sf.hibernate.engine.CollectionSnapshot
 
getRole() - Method in class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
getRole() - Method in class net.sf.hibernate.mapping.Collection
 
getRole() - Method in interface net.sf.hibernate.metadata.CollectionMetadata
The name of this collection role
getRole() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
getRoot() - Method in class net.sf.hibernate.LazyInitializationException
Deprecated. use getCause()
getRootCause(Throwable) - Static method in class net.sf.hibernate.exception.ExceptionUtils
Introspects the Throwable to obtain the root cause.
getRootCauseStackTrace(Throwable) - Static method in class net.sf.hibernate.exception.ExceptionUtils
Creates a compact stack trace for the root cause of the supplied Throwable.
getRootClass() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getRootClass() - Method in class net.sf.hibernate.mapping.RootClass
 
getRootClass() - Method in class net.sf.hibernate.mapping.Subclass
 
getRootTable() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getRootTable() - Method in class net.sf.hibernate.mapping.RootClass
 
getRootTable() - Method in class net.sf.hibernate.mapping.Subclass
 
getRow() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getRowNumber() - Method in interface net.sf.hibernate.ScrollableResults
Get the current location in the result set.
getRowNumber() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getRowSelection() - Method in class net.sf.hibernate.engine.QueryParameters
 
getRowSelection() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getSQLDeleteRowString() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getSQLDeleteString() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getSQLDeleteString() - Method in class net.sf.hibernate.persister.EntityPersister
The query that deletes a row by id (and version)
getSQLDeleteStrings() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
The queries that delete rows by id (and version)
getSQLException() - Method in class net.sf.hibernate.JDBCException
Get the underlying SQLException.
getSQLExceptionConverter() - Method in interface net.sf.hibernate.SessionFactory
Retrieves the SQLExceptionConverter in effect for this SessionFactory.
getSQLExceptionConverter() - Method in class net.sf.hibernate.cfg.Settings
 
getSQLExceptionConverter() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getSQLExceptionConverter() - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
Retrieves the SQLExceptionConverter in effect for this SessionFactory.
getSQLExceptionConverter() - Method in class net.sf.hibernate.jmx.SessionFactoryStub
Retrieves the SQLExceptionConverter in effect for this SessionFactory.
getSQLGrammarErrorCodes() - Method in class net.sf.hibernate.exception.ErrorCodeConverter
The error codes representing SQL grammar issues.
getSQLIdentityInsertString() - Method in class net.sf.hibernate.persister.EntityPersister
The query that inserts a row, letting the database generate an id
getSQLIdentityInsertStrings() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
The queries that insert rows, letting the database generate an id
getSQLInsertRowString() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getSQLInsertString() - Method in class net.sf.hibernate.persister.EntityPersister
The query that inserts a row with a given id
getSQLInsertStrings() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
The queries that insert rows with a given id
getSQLOrderByString(String) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getSQLOrderByString(String) - Method in interface net.sf.hibernate.collection.QueryableCollection
Get the order by SQL
getSQLState() - Method in class net.sf.hibernate.JDBCException
Get the SQLState of the underlying SQLException.
getSQLString() - Method in class net.sf.hibernate.hql.QueryTranslator
 
getSQLString() - Method in class net.sf.hibernate.loader.Loader
The SQL query string to be called; implemented by all subclasses
getSQLString() - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
getSQLString() - Method in class net.sf.hibernate.loader.SimpleEntityLoader
 
getSQLUpdateRowString() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getSQLUpdateString() - Method in class net.sf.hibernate.persister.EntityPersister
The query that updates a row by id (and version)
getSQLUpdateStrings() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
The queries that update rows by id (and version)
getSQLWhereString(String) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getSQLWhereString(String) - Method in interface net.sf.hibernate.collection.QueryableCollection
Get the extra where clause filter SQL
getSQLWhereString(String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getSchema() - Method in class net.sf.hibernate.mapping.Table
 
getSchemaName() - Method in class net.sf.hibernate.cfg.Mappings
 
getSchemaSeparator() - Method in class net.sf.hibernate.dialect.Dialect
The separator between the schema/tablespace name and the table name.
getSchemaSeparator() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
getScrollMode() - Method in class net.sf.hibernate.engine.QueryParameters
 
getScrollableResultSetsEnabled() - Method in class net.sf.hibernate.jmx.HibernateService
 
getScrollableResultSetsEnabled() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Is use of scrollable resultsets enabled?
getSelectName() - Method in class net.sf.hibernate.hql.SelectPathExpressionParser
 
getSelection() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getSequenceNextValString(String) - Method in class net.sf.hibernate.dialect.DB2Dialect
 
getSequenceNextValString(String) - Method in class net.sf.hibernate.dialect.Dialect
The syntax that fetches the next value of a sequence, if sequences are supported.
getSequenceNextValString(String) - Method in class net.sf.hibernate.dialect.InformixDialect
 
getSequenceNextValString(String) - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
getSequenceNextValString(String) - Method in class net.sf.hibernate.dialect.MckoiDialect
 
getSequenceNextValString(String) - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
getSequenceNextValString(String) - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
getSequenceNextValString(String) - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
getSequenceNextValString(String) - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
getSession() - Method in class net.sf.hibernate.collection.PersistentCollection
Get the current session
getSession() - Method in class net.sf.hibernate.impl.BatcherImpl
 
getSession() - Method in class net.sf.hibernate.odmg.Database
Get the Session underlying the Transaction associated with the current thread.
getSession() - Method in class net.sf.hibernate.odmg.Transaction
Get the underlying Hibernate Session.
getSession() - Method in class net.sf.hibernate.proxy.LazyInitializer
 
getSessionFactory() - Method in interface net.sf.hibernate.Session
Get the SessionFactory that created this instance.
getSessionFactory() - Method in class net.sf.hibernate.impl.SessionImpl
 
getSessionFactory() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
getSessionFactory() - Method in class net.sf.hibernate.odmg.Database
Get the SessionFactory underlying this Database.
getSessionFactoryName() - Method in class net.sf.hibernate.cfg.Settings
 
getSetter(Class) - Method in class net.sf.hibernate.mapping.Property
 
getSetter(Class, String) - Method in class net.sf.hibernate.property.BasicPropertyAccessor
 
getSetter(Class, String) - Method in class net.sf.hibernate.property.DirectPropertyAccessor
 
getSetter(Class, String) - Method in interface net.sf.hibernate.property.PropertyAccessor
Create a "setter" for the named attribute
getSetters() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getShort(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a short
getShort(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getShort(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getShort(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getShowSql() - Method in class net.sf.hibernate.jmx.HibernateService
 
getShowSql() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Is SQL logging enabled?
getSnapshot(CollectionPersister) - Method in class net.sf.hibernate.collection.PersistentCollection
Return a new snapshot of the current state of the collection, or null if no persister is passed
getSnapshot() - Method in class net.sf.hibernate.collection.PersistentCollection
Get the current snapshot from the session
getSnapshot() - Method in interface net.sf.hibernate.engine.CollectionSnapshot
 
getSnapshot(PersistentCollection) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the snapshot of the pre-flush collection state
getSnapshot() - Method in class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
getSnapshot(PersistentCollection) - Method in class net.sf.hibernate.impl.SessionImpl
 
getSqlType(Dialect, Mapping) - Method in class net.sf.hibernate.mapping.Column
 
getSqlType() - Method in class net.sf.hibernate.mapping.Column
Returns the sqlType.
getStackFrames(Throwable) - Static method in class net.sf.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 net.sf.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 net.sf.hibernate.exception.ExceptionUtils
Gets the stack trace from a Throwable as a String.
getStatement() - Method in class net.sf.hibernate.impl.BatcherImpl
 
getStatement() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getStatementFetchSize() - Method in class net.sf.hibernate.cfg.Settings
 
getStatus() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
getStatus() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 
getString(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a string
getString(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getString(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getString(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getString(String, Properties, String) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
getSubString(long, int) - Method in class net.sf.hibernate.lob.ClobImpl
 
getSubclass() - Method in class net.sf.hibernate.impl.CacheEntry
 
getSubclassClosure() - Method in class net.sf.hibernate.persister.EntityPersister
 
getSubclassForDiscriminatorValue(Object) - Method in class net.sf.hibernate.persister.EntityPersister
 
getSubclassForDiscriminatorValue(Object) - Method in interface net.sf.hibernate.persister.Loadable
Get the concrete subclass corresponding to the given discriminator value
getSubclassForDiscriminatorValue(Object) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getSubclassIterator() - Method in class net.sf.hibernate.mapping.PersistentClass
Iterate over subclasses in a special 'order', most derived subclasses first.
getSubclassPropertyClosureIterator() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getSubclassPropertyColumnAliases(String, String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getSubclassPropertyColumnAliases(String, String) - Method in interface net.sf.hibernate.persister.SQLLoadable
Return the column alias names used to persist/query the numbered property of the class or a subclass (optional operation).
getSubclassPropertyColumnNames(int) - Method in class net.sf.hibernate.persister.EntityPersister
 
getSubclassPropertyColumnNames(int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
Return the column names used to persist the numbered property of the class or a subclass.
getSubclassPropertyName(int) - Method in class net.sf.hibernate.persister.EntityPersister
 
getSubclassPropertyName(int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getSubclassPropertyName(int) - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
Get the name of the numbered property of the class or a subclass.
getSubclassPropertyTableName(int) - Method in class net.sf.hibernate.persister.EntityPersister
 
getSubclassPropertyTableName(int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getSubclassPropertyTableName(int) - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
Return the table name used to persist the numbered property of the class or a subclass.
getSubclassPropertyType(int) - Method in class net.sf.hibernate.persister.EntityPersister
 
getSubclassPropertyType(int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getSubclassPropertyType(int) - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
Get the type of the numbered property of the class or a subclass.
getSubclassSpan() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getSubclassTableClosureIterator() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getSubtypes() - Method in interface net.sf.hibernate.type.AbstractComponentType
 
getSubtypes() - Method in class net.sf.hibernate.type.ComponentType
 
getSubtypes() - Method in class net.sf.hibernate.type.CompositeCustomType
 
getSubtypes() - Method in class net.sf.hibernate.type.DynamicComponentType
 
getSubtypes() - Method in class net.sf.hibernate.type.ObjectType
 
getSuffixes() - Method in class net.sf.hibernate.hql.QueryTranslator
 
getSuffixes() - Method in class net.sf.hibernate.loader.Loader
The suffix identifies a particular column of results in the SQL ResultSet; implemented by all subclasses
getSuffixes() - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
getSuffixes() - Method in class net.sf.hibernate.loader.SimpleEntityLoader
 
getSuperclass() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getSuperclass() - Method in class net.sf.hibernate.mapping.RootClass
 
getSuperclass() - Method in class net.sf.hibernate.mapping.Subclass
 
getSynchronizedTables() - Method in class net.sf.hibernate.mapping.NamedSQLQuery
 
getTable(String, String) - Method in class net.sf.hibernate.cfg.Mappings
 
getTable() - Method in class net.sf.hibernate.mapping.Collection
 
getTable() - Method in class net.sf.hibernate.mapping.Constraint
 
getTable() - Method in class net.sf.hibernate.mapping.Index
 
getTable() - Method in class net.sf.hibernate.mapping.OneToMany
 
getTable() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getTable() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getTable() - Method in interface net.sf.hibernate.mapping.Value
 
getTableClosureIterator() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getTableClosureIterator() - Method in class net.sf.hibernate.mapping.RootClass
 
getTableClosureIterator() - Method in class net.sf.hibernate.mapping.Subclass
 
getTableMetadata(String, String, String) - Method in class net.sf.hibernate.tool.hbm2ddl.DatabaseMetadata
 
getTableName() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getTableName() - Method in class net.sf.hibernate.persister.EntityPersister
 
getTableName() - Method in interface net.sf.hibernate.persister.Joinable
The table to join to.
getTableName() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getTemplate(Dialect) - Method in class net.sf.hibernate.mapping.Formula
 
getText(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read text
getText(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getThrowable(int) - Method in interface net.sf.hibernate.exception.Nestable
Returns the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getThrowable(int) - Method in class net.sf.hibernate.exception.NestableDelegate
Returns the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getThrowable(int) - Method in class net.sf.hibernate.exception.NestableException
 
getThrowable(int) - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
getThrowableCount(Throwable) - Static method in class net.sf.hibernate.exception.ExceptionUtils
Counts the number of Throwable objects in the exception chain.
getThrowableCount() - Method in interface net.sf.hibernate.exception.Nestable
Returns the number of nested Throwables represented by this Nestable, including this Nestable.
getThrowableCount() - Method in class net.sf.hibernate.exception.NestableDelegate
Returns the number of Throwables contained in the Nestable contained by this delegate.
getThrowableCount() - Method in class net.sf.hibernate.exception.NestableException
 
getThrowableCount() - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
getThrowables(Throwable) - Static method in class net.sf.hibernate.exception.ExceptionUtils
Returns the list of Throwable objects in the exception chain.
getThrowables() - Method in interface net.sf.hibernate.exception.Nestable
Returns this Nestable and any nested Throwables in an array of Throwables, one element for each Throwable.
getThrowables() - Method in class net.sf.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 class net.sf.hibernate.exception.NestableException
 
getThrowables() - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
getTime(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getTime(String, Calendar) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getTime(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getTime(int, Calendar) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getTimeZone(int) - Method in interface net.sf.hibernate.ScrollableResults
Convenience method to read a timezone
getTimeZone(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getTimeout() - Method in interface net.sf.hibernate.cache.Cache
Get a reasonable "lock timeout"
getTimeout() - Method in class net.sf.hibernate.cache.EhCache
Returns the lock timeout for this cache.
getTimeout() - Method in class net.sf.hibernate.cache.HashtableCache
 
getTimeout() - Method in class net.sf.hibernate.cache.JCSCache
Deprecated.  
getTimeout() - Method in class net.sf.hibernate.cache.OSCache
 
getTimeout() - Method in class net.sf.hibernate.cache.SwarmCache
Get a reasonable "lock timeout"
getTimeout() - Method in class net.sf.hibernate.cache.TreeCache
 
getTimeout() - Method in class net.sf.hibernate.engine.RowSelection
 
getTimeout() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
getTimestamp() - Method in interface net.sf.hibernate.engine.SessionImplementor
System time before the start of the transaction
getTimestamp(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getTimestamp(String, Calendar) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getTimestamp(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getTimestamp(int, Calendar) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getTimestamp() - Method in class net.sf.hibernate.impl.SessionImpl
 
getTransaction() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 
getTransactionFactory() - Method in class net.sf.hibernate.cfg.Settings
 
getTransactionFactory() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getTransactionManager() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Get the JTA transaction manager
getTransactionManager() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getTransactionManager(Properties) - Method in class net.sf.hibernate.transaction.JNDITransactionManagerLookup
 
getTransactionManager(Properties) - Method in class net.sf.hibernate.transaction.JOTMTransactionManagerLookup
 
getTransactionManager(Properties) - Method in class net.sf.hibernate.transaction.JOnASTransactionManagerLookup
 
getTransactionManager(Properties) - Method in interface net.sf.hibernate.transaction.TransactionManagerLookup
Obtain the JTA TransactionManager
getTransactionManager(Properties) - Static method in class net.sf.hibernate.transaction.TransactionManagerLookupFactory
 
getTransactionManager(Properties) - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup
 
getTransactionManager(Properties) - Method in class net.sf.hibernate.transaction.WebSphereTransactionManagerLookup
 
getTransactionManagerLookup() - Method in class net.sf.hibernate.cfg.Settings
 
getTransactionManagerLookup(Properties) - Static method in class net.sf.hibernate.transaction.TransactionManagerLookupFactory
 
getTransactionManagerLookupStrategy() - Method in class net.sf.hibernate.jmx.HibernateService
 
getTransactionManagerLookupStrategy() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Get the strategy for obtaining the JTA TransactionManager
getTransactionStrategy() - Method in class net.sf.hibernate.jmx.HibernateService
 
getTransactionStrategy() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
The fully qualified class name of the Hibernate TransactionFactory implementation
getTransactionTimeout() - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
getTrueString() - Method in class net.sf.hibernate.type.CharBooleanType
 
getTrueString() - Method in class net.sf.hibernate.type.TrueFalseType
 
getTrueString() - Method in class net.sf.hibernate.type.YesNoType
 
getType(int) - Method in interface net.sf.hibernate.ScrollableResults
Get the type of the ith column of results
getType() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
getType() - Method in class net.sf.hibernate.collection.CollectionPropertyMapping
 
getType() - Method in class net.sf.hibernate.collection.CompositeElementPropertyMapping
 
getType() - Method in class net.sf.hibernate.collection.ElementPropertyMapping
 
getType() - Method in class net.sf.hibernate.engine.TypedValue
 
getType(SessionFactoryImplementor, Class, String, Map) - Static method in class net.sf.hibernate.expression.AbstractCriterion
 
getType() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getType(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
getType() - Method in class net.sf.hibernate.mapping.Any
 
getType() - Method in class net.sf.hibernate.mapping.Collection
 
getType() - Method in class net.sf.hibernate.mapping.Column
 
getType() - Method in class net.sf.hibernate.mapping.OneToMany
 
getType() - Method in class net.sf.hibernate.mapping.Property
 
getType() - Method in class net.sf.hibernate.mapping.SimpleValue
 
getType() - Method in interface net.sf.hibernate.mapping.Value
 
getType() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getType() - Method in interface net.sf.hibernate.persister.PropertyMapping
Get the type of the thing containing the properties
getType() - Method in interface net.sf.hibernate.persister.SQLLoadable
Get the type
getTypeIndex() - Method in class net.sf.hibernate.mapping.Column
 
getTypeName(int) - Method in class net.sf.hibernate.dialect.Dialect
Get the name of the database type associated with the given java.sql.Types typecode.
getTypeName(int, int) - Method in class net.sf.hibernate.dialect.Dialect
Get the name of the database type associated with the given java.sql.Types typecode.
getTypeName() - Method in class net.sf.hibernate.tool.hbm2ddl.ColumnMetadata
 
getTypedValue(SessionFactoryImplementor, Class, String, Object, Map) - Static method in class net.sf.hibernate.expression.AbstractCriterion
Get the a typed value for the given property value.
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.BetweenExpression
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in interface net.sf.hibernate.expression.Criterion
Return typed values for all parameters in the rendered SQL fragment
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.Example
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.IlikeExpression
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.InExpression
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.Junction
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.LogicalExpression
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.NotExpression
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.NotNullExpression
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.NullExpression
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.PropertyExpression
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.SQLCriterion
 
getTypedValues(SessionFactoryImplementor, Class, Map) - Method in class net.sf.hibernate.expression.SimpleExpression
 
getTypes() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getURL(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getURL(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getUnicodeStream(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getUnicodeStream(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getUniqueInteger() - Method in class net.sf.hibernate.mapping.Table
 
getUniqueKey(String) - Method in class net.sf.hibernate.mapping.Table
 
getUniqueKeyColumnNames(String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getUniqueKeyColumnNames(String) - Method in interface net.sf.hibernate.persister.UniqueKeyLoadable
Get the columns of the unique key.
getUniqueKeyIterator() - Method in class net.sf.hibernate.mapping.Table
 
getUnlockTimestamp() - Method in class net.sf.hibernate.cache.ReadWriteCache.Lock
 
getUpdateTimestampsCache() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
getUserName() - Method in class net.sf.hibernate.jca.MetaDataImpl
 
getUserName() - Method in class net.sf.hibernate.jmx.HibernateService
 
getUserName() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Log into the database with this name
getUserTransactionName() - Method in class net.sf.hibernate.jmx.HibernateService
 
getUserTransactionName() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
The JNDI name of the JTA UserTransaction object (used only be JTATransaction).
getUserTransactionName() - Method in class net.sf.hibernate.transaction.BESTransactionManagerLookup
 
getUserTransactionName() - Method in class net.sf.hibernate.transaction.JBossTransactionManagerLookup
 
getUserTransactionName() - Method in class net.sf.hibernate.transaction.JOTMTransactionManagerLookup
 
getUserTransactionName() - Method in class net.sf.hibernate.transaction.JOnASTransactionManagerLookup
 
getUserTransactionName() - Method in class net.sf.hibernate.transaction.JRun4TransactionManagerLookup
 
getUserTransactionName() - Method in class net.sf.hibernate.transaction.OrionTransactionManagerLookup
 
getUserTransactionName() - Method in class net.sf.hibernate.transaction.ResinTransactionManagerLookup
 
getUserTransactionName() - Method in class net.sf.hibernate.transaction.SunONETransactionManagerLookup
 
getUserTransactionName() - Method in interface net.sf.hibernate.transaction.TransactionManagerLookup
Return the JNDI name of the JTA UserTransaction or null (optional operation).
getUserTransactionName() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup
 
getUserTransactionName() - Method in class net.sf.hibernate.transaction.WebSphereTransactionManagerLookup
 
getUserTransactionName() - Method in class net.sf.hibernate.transaction.WeblogicTransactionManagerLookup
 
getValue() - Method in class net.sf.hibernate.cache.ReadWriteCache.Item
The actual cached data
getValue() - Method in class net.sf.hibernate.collection.ArrayHolder
 
getValue() - Method in class net.sf.hibernate.collection.PersistentCollection
return the user-visible collection (or array) instance
getValue() - Method in class net.sf.hibernate.engine.TypedValue
 
getValue() - Method in class net.sf.hibernate.mapping.MetaAttribute
 
getValue() - Method in class net.sf.hibernate.mapping.Property
 
getValue() - Method in class net.sf.hibernate.util.IdentityMap.IdentityMapEntry
 
getValues() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
getValues() - Method in class net.sf.hibernate.mapping.MetaAttribute
 
getVersion(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Get the current versioon of the entity
getVersion(Object[], ClassPersister) - Static method in class net.sf.hibernate.engine.Versioning
Get the version number of the given instance state snapshot
getVersion(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
getVersion() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getVersion() - Method in class net.sf.hibernate.mapping.RootClass
 
getVersion() - Method in class net.sf.hibernate.mapping.Subclass
 
getVersion(Object) - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersion(Object) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getVersion(Object) - Method in interface net.sf.hibernate.persister.ClassPersister
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersionColumnName() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getVersionProperty() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Get the index of the version property
getVersionProperty() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getVersionProperty() - Method in interface net.sf.hibernate.persister.ClassPersister
Which property holds the version number (optional operation).
getVersionSelectString() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getVersionSelectString() - Method in class net.sf.hibernate.persister.EntityPersister
 
getVersionSelectString() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getVersionType() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getVersionType() - Method in interface net.sf.hibernate.persister.ClassPersister
Get the type of versioning (optional operation)
getVersionedTableName() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
getVersionedTableName() - Method in class net.sf.hibernate.persister.EntityPersister
 
getVersionedTableName() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
getViolatedConstraintNameExtracter() - Method in class net.sf.hibernate.dialect.Dialect
 
getViolatedConstraintNameExtracter() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
getWarnings() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
getWhere() - Method in class net.sf.hibernate.mapping.Collection
Returns the where.
getWhere() - Method in class net.sf.hibernate.mapping.PersistentClass
 
getWhere() - Method in class net.sf.hibernate.mapping.RootClass
 
getWhere() - Method in class net.sf.hibernate.mapping.Subclass
 
getWhereColumn() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
getWhereColumnType() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
getWhereColumns() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
getWhereFragment() - Method in class net.sf.hibernate.loader.AbstractEntityLoader
Don't bother with the discriminator, unless overridded by subclass
getWhereFragment() - Method in class net.sf.hibernate.loader.CriteriaLoader
Use the discriminator, to narrow the select to instances of the queried subclass.
getWhereJoin() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
getXAResource() - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
greaterThan(LockMode) - Method in class net.sf.hibernate.LockMode
Check if this lock mode is more restrictive than the given lock mode.
gt(String, Object) - Static method in class net.sf.hibernate.expression.Expression
Apply a "greater than" constraint to the named property

H

HBM2DDL_AUTO - Static variable in class net.sf.hibernate.cfg.Environment
Auto export/update schema using hbm2ddl tool.
HQL_SEPARATORS - Static variable in class net.sf.hibernate.hql.ParserHelper
 
HQL_VARIABLE_PREFIX - Static variable in class net.sf.hibernate.hql.ParserHelper
 
HSQLCaseFragment - class net.sf.hibernate.sql.HSQLCaseFragment.
The HSQL CASEWHEN function.
HSQLCaseFragment() - Constructor for class net.sf.hibernate.sql.HSQLCaseFragment
 
HSQLDialect - class net.sf.hibernate.dialect.HSQLDialect.
An SQL dialect compatible with HSQLDB (Hypersonic SQL).
HSQLDialect() - Constructor for class net.sf.hibernate.dialect.HSQLDialect
 
HashtableCache - class net.sf.hibernate.cache.HashtableCache.
A lightweight implementation of the Cache interface
HashtableCache() - Constructor for class net.sf.hibernate.cache.HashtableCache
 
HashtableCacheProvider - class net.sf.hibernate.cache.HashtableCacheProvider.
 
HashtableCacheProvider() - Constructor for class net.sf.hibernate.cache.HashtableCacheProvider
 
HavingParser - class net.sf.hibernate.hql.HavingParser.
Parses the having clause of a hibernate query and translates it to an SQL having clause.
HavingParser() - Constructor for class net.sf.hibernate.hql.HavingParser
 
Hibernate - class net.sf.hibernate.Hibernate.
Provides access to the full range of Hibernate built-in types.
HibernateException - exception net.sf.hibernate.HibernateException.
Any exception that occurs inside the persistence layer or JDBC driver.
HibernateException(Throwable) - Constructor for class net.sf.hibernate.HibernateException
 
HibernateException(String, Throwable) - Constructor for class net.sf.hibernate.HibernateException
 
HibernateException(String) - Constructor for class net.sf.hibernate.HibernateException
 
HibernateIterator - interface net.sf.hibernate.engine.HibernateIterator.
An iterator that may be "closed"
HibernateProxy - interface net.sf.hibernate.proxy.HibernateProxy.
 
HibernateProxyHelper - class net.sf.hibernate.proxy.HibernateProxyHelper.
Utility methods for working with proxies.
HibernateService - class net.sf.hibernate.jmx.HibernateService.
Implementation of HibernateServiceMBean.
HibernateService() - Constructor for class net.sf.hibernate.jmx.HibernateService
 
HibernateServiceMBean - interface net.sf.hibernate.jmx.HibernateServiceMBean.
Hibernate JMX Management API
handlePath(String, Type) - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
handlePath(String, Type) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
handledNonSpecificException(SQLException, String) - Method in class net.sf.hibernate.exception.ErrorCodeConverter
Handle an exception not converted to a specific type based on the built-in checks.
handledNonSpecificException(SQLException, String) - Method in class net.sf.hibernate.exception.SQLStateConverter
Handle an exception not converted to a specific type based on the SQLState.
hasAlterTable() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support the ALTER TABLE syntax?
hasAlterTable() - Method in class net.sf.hibernate.dialect.ProgressDialect
 
hasArguments() - Method in class net.sf.hibernate.dialect.NoArgSQLFunction
 
hasArguments() - Method in interface net.sf.hibernate.dialect.SQLFunction
 
hasArguments() - Method in class net.sf.hibernate.dialect.StandardSQLFunction
 
hasCache() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
hasCache() - Method in interface net.sf.hibernate.collection.CollectionPersister
Is this collection role cacheable
hasCache() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hasCache() - Method in interface net.sf.hibernate.persister.ClassPersister
Does this class have a cache.
hasCascades() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hasCascades() - Method in interface net.sf.hibernate.persister.ClassPersister
Does this class declare any cascading save/update/deletes.
hasCheckConstraint() - Method in class net.sf.hibernate.mapping.Column
 
hasCollections() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hasCollections() - Method in interface net.sf.hibernate.persister.ClassPersister
Do instances of this class contain collections.
hasDataTypeInIdentityColumn() - Method in class net.sf.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 net.sf.hibernate.dialect.InformixDialect
 
hasEmbeddedIdentifier() - Method in class net.sf.hibernate.mapping.PersistentClass
 
hasEmbeddedIdentifier() - Method in class net.sf.hibernate.mapping.RootClass
 
hasEmbeddedIdentifier() - Method in class net.sf.hibernate.mapping.Subclass
 
hasEmbeddedIdentifier() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hasIdentifier - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
hasIdentifierProperty() - Method in class net.sf.hibernate.mapping.PersistentClass
 
hasIdentifierProperty() - Method in class net.sf.hibernate.mapping.RootClass
 
hasIdentifierProperty() - Method in class net.sf.hibernate.mapping.Subclass
 
hasIdentifierProperty() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Does this class have an identifier property?
hasIdentifierProperty() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hasIdentifierProperty() - Method in interface net.sf.hibernate.persister.ClassPersister
Does the class have a property holding the identifier value?
hasIdentifierPropertyOrEmbeddedCompositeIdentifier() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hasIdentifierPropertyOrEmbeddedCompositeIdentifier() - Method in interface net.sf.hibernate.persister.ClassPersister
Do detached instances of this class carry their own identifier value?
hasIndex - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
hasIndex() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
hasIndex() - Method in interface net.sf.hibernate.collection.CollectionPersister
Is this an "indexed" collection? (list or map)
hasIndex() - Method in interface net.sf.hibernate.metadata.CollectionMetadata
Is this collection indexed?
hasNext() - Method in class net.sf.hibernate.impl.IteratorImpl
 
hasNext() - Method in class net.sf.hibernate.util.EmptyIterator
 
hasNext() - Method in class net.sf.hibernate.util.JoinedIterator
 
hasNiceEquals() - Method in class net.sf.hibernate.type.BlobType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.ClobType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.ComponentType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.CompositeCustomType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.CustomType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.DateType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.DynamicComponentType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.EntityType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.ImmutableType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.MetaType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.MutableType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.ObjectType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.TimeType
 
hasNiceEquals() - Method in class net.sf.hibernate.type.TimestampType
 
hasNiceEquals() - Method in interface net.sf.hibernate.type.Type
Deprecated. we are not using this anymore
hasOrdering() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
hasOrdering() - Method in interface net.sf.hibernate.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 net.sf.hibernate.collection.AbstractCollectionPersister
 
hasOrphanDelete() - Method in interface net.sf.hibernate.collection.CollectionPersister
Does this collection implement "orphan delete"?
hasOrphanDelete() - Method in class net.sf.hibernate.mapping.Collection
 
hasParenthesesIfNoArguments() - Method in class net.sf.hibernate.dialect.NoArgSQLFunction
 
hasParenthesesIfNoArguments() - Method in interface net.sf.hibernate.dialect.SQLFunction
 
hasParenthesesIfNoArguments() - Method in class net.sf.hibernate.dialect.StandardSQLFunction
 
hasProxy() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Does this class support dynamic proxies?
hasProxy() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hasProxy() - Method in interface net.sf.hibernate.persister.ClassPersister
Does this class support dynamic proxies.
hasQueuedAdditions() - Method in class net.sf.hibernate.collection.PersistentCollection
Does this instance have any "queued" additions?
hasRowSelection() - Method in class net.sf.hibernate.engine.QueryParameters
 
hasSelectBeforeUpdate() - Method in class net.sf.hibernate.mapping.PersistentClass
 
hasSelectBeforeUpdate() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hasSubclasses() - Method in class net.sf.hibernate.mapping.PersistentClass
 
hasSubclasses() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hasSubclasses() - Method in interface net.sf.hibernate.persister.Loadable
Does this persistent class have subclasses?
hasWhere - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
hasWhere() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
hasWhere() - Method in interface net.sf.hibernate.collection.QueryableCollection
Does this collection role have a where clause filter?
hasWhere() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
hashCode() - Method in class net.sf.hibernate.cache.QueryKey
 
hashCode() - Method in class net.sf.hibernate.collection.Bag
 
hashCode() - Method in class net.sf.hibernate.collection.List
 
hashCode() - Method in class net.sf.hibernate.collection.Map
 
hashCode() - Method in class net.sf.hibernate.collection.Set
 
hashCode() - Method in class net.sf.hibernate.engine.Key
 
hashCode() - Method in class net.sf.hibernate.engine.TypedValue
 
hashCode() - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
JCA 1.0, 5.5.3 It is required that the ManagedConnectionFactory implementation class extend the implementation of the hashCode and equals methods defined in the java.lang.Object class.
hashCode() - Method in class net.sf.hibernate.mapping.Column
 
hashCode() - Method in class net.sf.hibernate.type.AbstractType
 
hashCode() - Method in class net.sf.hibernate.type.ComponentType
 
hashCode() - Method in class net.sf.hibernate.type.CompositeCustomType
 
hashCode() - Method in class net.sf.hibernate.type.CustomType
 
hashCode() - Method in class net.sf.hibernate.type.DynamicComponentType
 
hashCode() - Method in class net.sf.hibernate.type.EntityType
 
hashCode() - Method in class net.sf.hibernate.type.ObjectType
 
hashCode() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
hashCode() - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
hashCode() - Method in class net.sf.hibernate.type.SerializableType
 
hashCode() - Method in class net.sf.hibernate.util.FastHashMap
Return the hash code value for this map.
hashCode() - Method in class net.sf.hibernate.util.IdentityMap.IdentityKey
 
headMap(Object) - Method in class net.sf.hibernate.collection.SortedMap
 
headSet(Object) - Method in class net.sf.hibernate.collection.SortedSet
 
heuristicType(String) - Static method in class net.sf.hibernate.type.TypeFactory
Uses heuristics to deduce a Hibernate type given a string naming the type or Java class.
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.AbstractType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.ComponentType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.EntityType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.ManyToOneType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.ObjectType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.OneToOneType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in interface net.sf.hibernate.type.Type
Retrieve an instance of the mapped class, or the identifier of an entity or collection, from a JDBC resultset.

I

IDENTITY_COLUMN_INDICATOR - Static variable in class net.sf.hibernate.id.IdentifierGeneratorFactory
 
IGNORE - Static variable in class net.sf.hibernate.ReplicationMode
Ignore replicated entities when a row already exists.
INNER_JOIN - Static variable in class net.sf.hibernate.sql.JoinFragment
 
INSTANCE - Static variable in class net.sf.hibernate.cfg.DefaultNamingStrategy
The singleton instance
INSTANCE - Static variable in class net.sf.hibernate.cfg.ImprovedNamingStrategy
The singleton instance
INSTANCE - Static variable in class net.sf.hibernate.util.CalendarComparator
 
INSTANCE - Static variable in class net.sf.hibernate.util.ComparableComparator
 
INSTANCE - Static variable in class net.sf.hibernate.util.EmptyIterator
 
INTEGER - Static variable in class net.sf.hibernate.Hibernate
Hibernate integer type.
INVOKE_IMPLEMENTATION - Static variable in class net.sf.hibernate.proxy.LazyInitializer
 
ISOLATION - Static variable in class net.sf.hibernate.cfg.Environment
JDBC transaction isolation level
IdentifierBag - class net.sf.hibernate.collection.IdentifierBag.
An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
IdentifierBag(SessionImplementor) - Constructor for class net.sf.hibernate.collection.IdentifierBag
 
IdentifierBag() - Constructor for class net.sf.hibernate.collection.IdentifierBag
 
IdentifierBag(SessionImplementor, Collection) - Constructor for class net.sf.hibernate.collection.IdentifierBag
 
IdentifierBag - class net.sf.hibernate.mapping.IdentifierBag.
An IdentifierBag has a primary key consisting of just the identifier column
IdentifierBag(PersistentClass) - Constructor for class net.sf.hibernate.mapping.IdentifierBag
 
IdentifierBagType - class net.sf.hibernate.type.IdentifierBagType.
 
IdentifierBagType(String) - Constructor for class net.sf.hibernate.type.IdentifierBagType
 
IdentifierCollection - class net.sf.hibernate.mapping.IdentifierCollection.
A collection with a synthetic "identifier" column
IdentifierCollection(PersistentClass) - Constructor for class net.sf.hibernate.mapping.IdentifierCollection
 
IdentifierGenerationException - exception net.sf.hibernate.id.IdentifierGenerationException.
Thrown by IdentifierGenerator implementation class when ID generation fails.
IdentifierGenerationException(String) - Constructor for class net.sf.hibernate.id.IdentifierGenerationException
 
IdentifierGenerationException(String, Throwable) - Constructor for class net.sf.hibernate.id.IdentifierGenerationException
 
IdentifierGenerator - interface net.sf.hibernate.id.IdentifierGenerator.
The general contract between a class that generates unique identifiers and the Session.
IdentifierGeneratorFactory - class net.sf.hibernate.id.IdentifierGeneratorFactory.
Factory and helper methods for IdentifierGenerator framework.
IdentifierType - interface net.sf.hibernate.type.IdentifierType.
A Type that may be used as an identifier.
IdentityGenerator - class net.sf.hibernate.id.IdentityGenerator.
The IdentityGenerator for autoincrement/identity key generation.
IdentityGenerator() - Constructor for class net.sf.hibernate.id.IdentityGenerator
 
IdentityMap - class net.sf.hibernate.util.IdentityMap.
A Map where keys are compared by object identity, rather than equals().
IdentityMap.IdentityKey - class net.sf.hibernate.util.IdentityMap.IdentityKey.
 
IdentityMap.IdentityMapEntry - class net.sf.hibernate.util.IdentityMap.IdentityMapEntry.
 
IlikeExpression - class net.sf.hibernate.expression.IlikeExpression.
A case-insensitive "like"
ImmutableType - class net.sf.hibernate.type.ImmutableType.
Superclass of nullable immutable types.
ImmutableType() - Constructor for class net.sf.hibernate.type.ImmutableType
 
Implementation - class net.sf.hibernate.odmg.Implementation.
Singleton class implementing the ODMG Implementation interface.
Implementation() - Constructor for class net.sf.hibernate.odmg.Implementation
 
ImprovedNamingStrategy - class net.sf.hibernate.cfg.ImprovedNamingStrategy.
An improved naming strategy that prefers embedded underscores to mixed case names
ImprovedNamingStrategy() - Constructor for class net.sf.hibernate.cfg.ImprovedNamingStrategy
 
InExpression - class net.sf.hibernate.expression.InExpression.
Constrains the property to a specified list of values
InFragment - class net.sf.hibernate.sql.InFragment.
An SQL IN expression.
InFragment() - Constructor for class net.sf.hibernate.sql.InFragment
 
IncrementGenerator - class net.sf.hibernate.id.IncrementGenerator.
increment

An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value at startup.
IncrementGenerator() - Constructor for class net.sf.hibernate.id.IncrementGenerator
 
Index - class net.sf.hibernate.mapping.Index.
A relational table index
Index() - Constructor for class net.sf.hibernate.mapping.Index
 
IndexMetadata - class net.sf.hibernate.tool.hbm2ddl.IndexMetadata.
JDBC index metadata
IndexedCollection - class net.sf.hibernate.mapping.IndexedCollection.
Indexed collections include Lists, Maps, arrays and primitive arrays.
IndexedCollection(PersistentClass) - Constructor for class net.sf.hibernate.mapping.IndexedCollection
Constructor for IndexedCollection.
InformixDialect - class net.sf.hibernate.dialect.InformixDialect.
Informix dialect.
InformixDialect() - Constructor for class net.sf.hibernate.dialect.InformixDialect
Creates new InformixDialect instance.
IngresDialect - class net.sf.hibernate.dialect.IngresDialect.
An Ingres SQL dialect
IngresDialect() - Constructor for class net.sf.hibernate.dialect.IngresDialect
 
Insert - class net.sf.hibernate.sql.Insert.
An SQL INSERT statement
Insert(Dialect) - Constructor for class net.sf.hibernate.sql.Insert
 
InstantiationException - exception net.sf.hibernate.InstantiationException.
Thrown if Hibernate can't instantiate an entity or component class at runtime.
InstantiationException(String, Class, Throwable) - Constructor for class net.sf.hibernate.InstantiationException
 
IntegerType - class net.sf.hibernate.type.IntegerType.
integer: A type that maps an SQL INT to a Java Integer.
IntegerType() - Constructor for class net.sf.hibernate.type.IntegerType
 
InterbaseDialect - class net.sf.hibernate.dialect.InterbaseDialect.
An SQL dialect for Interbase.
InterbaseDialect() - Constructor for class net.sf.hibernate.dialect.InterbaseDialect
 
Interceptor - interface net.sf.hibernate.Interceptor.
Allows user code to inspect and/or change property values.
IteratorImpl - class net.sf.hibernate.impl.IteratorImpl.
An implementation of java.util.Iterator that is returned by iterate() query execution methods.
IteratorImpl(ResultSet, PreparedStatement, SessionImplementor, Type[], String[][], Class) - Constructor for class net.sf.hibernate.impl.IteratorImpl
 
id - Variable in class net.sf.hibernate.proxy.LazyInitializer
 
idbag(String) - Static method in class net.sf.hibernate.type.TypeFactory
 
identifierColumnName - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
identifierSelectFragment(String, String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
identifierSelectFragment(String, String) - Method in interface net.sf.hibernate.persister.Queryable
Given a query alias and an identifying suffix, render the intentifier select fragment.
ignoreCase() - Method in class net.sf.hibernate.expression.Example
Ignore case for all string-valued properties
ignoreCase() - Method in class net.sf.hibernate.expression.SimpleExpression
 
ignoreInitialJoin() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
ilike(String, String, MatchMode) - Static method in class net.sf.hibernate.expression.Expression
A case-insensitive "like", similar to Postgres ilike operator
ilike(String, Object) - Static method in class net.sf.hibernate.expression.Expression
A case-insensitive "like", similar to Postgres ilike operator
immediateLoad(Class, Serializable) - Method in interface net.sf.hibernate.engine.SessionImplementor
Load an instance immediately.
immediateLoad(Class, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
Load the data for the object with the specified id into a newly created object.
implementsLifecycle() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Does the class implement the Lifecycle interface?
implementsLifecycle() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
implementsLifecycle() - Method in interface net.sf.hibernate.persister.ClassPersister
Does the class implement the Lifecycle interface.
implementsValidatable() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Does the class implement the Validatable interface?
implementsValidatable() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
implementsValidatable() - Method in interface net.sf.hibernate.persister.ClassPersister
Does the class implement the Validatable interface.
in(String, Object[]) - Static method in class net.sf.hibernate.expression.Expression
Apply an "in" constraint to the named property
in(String, Collection) - Static method in class net.sf.hibernate.expression.Expression
Apply an "in" constraint to the named property
include(Object, String, Type) - Method in interface net.sf.hibernate.expression.Example.PropertySelector
 
increment(Object, VersionType) - Static method in class net.sf.hibernate.engine.Versioning
Increment the given version number
indexColumnAliases - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
indexColumnNames - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
indexOf(Object) - Method in class net.sf.hibernate.collection.Bag
 
indexOf(Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
indexOf(Object) - Method in class net.sf.hibernate.collection.List
 
indexOfThrowable(Throwable, Class) - Static method in class net.sf.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 net.sf.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 net.sf.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 net.sf.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 net.sf.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 class net.sf.hibernate.exception.NestableException
 
indexOfThrowable(Class, int) - Method in class net.sf.hibernate.exception.NestableException
 
indexOfThrowable(Class) - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
indexOfThrowable(Class, int) - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
infoString(Class, Serializable) - Static method in class net.sf.hibernate.impl.MessageHelper
 
infoString(ClassPersister, Serializable) - Static method in class net.sf.hibernate.impl.MessageHelper
Generate small message that can be used in traces and exception messages.
infoString(ClassPersister) - Static method in class net.sf.hibernate.impl.MessageHelper
 
infoString(CollectionPersister, Serializable) - Static method in class net.sf.hibernate.impl.MessageHelper
 
initClassPersisters(List) - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
initComponentPropertyPaths(String, AbstractComponentType, String[], SessionFactoryImplementor) - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
initIdentifierPropertyPaths(String, EntityType, String[], SessionFactoryImplementor) - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
initLockers() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
initPropertyPaths(SessionFactoryImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
initPropertyPaths(String, Type, String[], String, SessionFactoryImplementor) - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
initPropertyPaths(String, Type, String[], SessionFactoryImplementor) - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
initSnapshot(PersistentCollection, CollectionPersister) - Method in class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
initStatementString(List, String, String, SessionFactoryImplementor) - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
initSubclassPropertyAliasesMap(PersistentClass) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Must be called by subclasses, at the end of their constructors
initialize(Object) - Static method in class net.sf.hibernate.Hibernate
Force initialization of a proxy or persistent collection.
initialize(Serializable, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
initialize(Serializable, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Initialize the given collection with the given key
initialize(boolean) - Method in class net.sf.hibernate.collection.PersistentCollection
Initialize the collection, if possible, wrapping any exceptions in a runtime exception
initialize(Serializable, SessionImplementor) - Method in class net.sf.hibernate.loader.BatchingCollectionInitializer
 
initialize(Serializable, SessionImplementor) - Method in interface net.sf.hibernate.loader.CollectionInitializer
Initialize the given collection
initialize(Serializable, SessionImplementor) - Method in class net.sf.hibernate.loader.CollectionLoader
 
initialize(Serializable, SessionImplementor) - Method in class net.sf.hibernate.loader.OneToManyLoader
 
initialize() - Method in class net.sf.hibernate.proxy.LazyInitializer
 
initializeCollection(PersistentCollection, boolean) - Method in interface net.sf.hibernate.engine.SessionImplementor
Initialize the collection (if not already initialized)
initializeCollection(PersistentCollection, boolean) - Method in class net.sf.hibernate.impl.SessionImpl
called by a collection that wants to initialize itself
initializeEntity(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Perform the second step of 2-phase load.
initializeEntity(Object) - Method in class net.sf.hibernate.impl.SessionImpl
After processing a JDBC result set, we "resolve" all the associations between the entities which were instantiated and had their state "hydrated" into an array
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class net.sf.hibernate.collection.ArrayHolder
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class net.sf.hibernate.collection.Bag
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class net.sf.hibernate.collection.List
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class net.sf.hibernate.collection.Map
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class net.sf.hibernate.collection.PersistentCollection
Read the state of the collection from a disassembled cached value
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class net.sf.hibernate.collection.Set
 
initializeNonLazyCollections() - Method in interface net.sf.hibernate.engine.SessionImplementor
 
initializeNonLazyCollections() - Method in class net.sf.hibernate.impl.SessionImpl
 
insert(Object, Object) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
Do nothing.
insert(Object, Object) - Method in class net.sf.hibernate.cache.ReadOnlyCache
Do nothing.
insert(Object, Object) - Method in class net.sf.hibernate.cache.ReadWriteCache
Do nothing.
insert(Object, Object) - Method in class net.sf.hibernate.cache.TransactionalCache
 
insert(Serializable, Object[], Object, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Persist an instance
insert(Object[], Object, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Persist an instance, using a natively generated identifier (optional operation)
insert(Object[], Object, SessionImplementor) - Method in class net.sf.hibernate.persister.EntityPersister
 
insert(Serializable, Object[], Object, SessionImplementor) - Method in class net.sf.hibernate.persister.EntityPersister
 
insert(Serializable, Object[], boolean[], String, Object, SessionImplementor) - Method in class net.sf.hibernate.persister.EntityPersister
Persist an object
insert(Object[], boolean[], String, Object, SessionImplementor) - Method in class net.sf.hibernate.persister.EntityPersister
Persist an object, using a natively generated identifier
insert(Object[], Object, SessionImplementor) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
insert(Serializable, Object[], Object, SessionImplementor) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
insert(Serializable, Object[], boolean[], String[], Object, SessionImplementor) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Persist an object
insert(Object[], boolean[], String[], Object, SessionImplementor) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Persist an object, using a natively generated identifier
insertRow() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Insert the persistent state of any new collection elements
instantiate(Class, Serializable) - Method in interface net.sf.hibernate.Interceptor
Instantiate the entity class.
instantiate(Class, Serializable) - Method in interface net.sf.hibernate.engine.SessionImplementor
Instantiate the entity class, initializing with the given identifier
instantiate(Class, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
 
instantiate(ClassPersister, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
give the interceptor an opportunity to override the default instantiation
instantiate(Serializable) - Method in interface net.sf.hibernate.metadata.ClassMetadata
Create a class instance initialized with the given identifier
instantiate(Serializable) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Return a new instance initialized with the given identifier
instantiate(Serializable) - Method in interface net.sf.hibernate.persister.ClassPersister
Create a class instance initialized with the given identifier
instantiate(SessionImplementor, CollectionPersister) - Method in class net.sf.hibernate.type.ArrayType
 
instantiate(SessionImplementor, CollectionPersister) - Method in class net.sf.hibernate.type.BagType
 
instantiate(Object, SessionImplementor) - Method in class net.sf.hibernate.type.ComponentType
 
instantiate() - Method in class net.sf.hibernate.type.DynamicComponentType
 
instantiate(SessionImplementor, CollectionPersister) - Method in class net.sf.hibernate.type.IdentifierBagType
 
instantiate(SessionImplementor, CollectionPersister) - Method in class net.sf.hibernate.type.ListType
 
instantiate(SessionImplementor, CollectionPersister) - Method in class net.sf.hibernate.type.MapType
 
instantiate(SessionImplementor, CollectionPersister) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
instantiate(SessionImplementor, CollectionPersister) - Method in class net.sf.hibernate.type.SetType
 
instantiate(SessionImplementor, CollectionPersister) - Method in class net.sf.hibernate.type.SortedMapType
 
instantiate(SessionImplementor, CollectionPersister) - Method in class net.sf.hibernate.type.SortedSetType
 
instantiate(int) - Static method in class net.sf.hibernate.util.IdentityMap
Return a new instance of this class, with an undefined iteration order
instantiateSequenced(int) - Static method in class net.sf.hibernate.util.IdentityMap
Return a new instance of this class, with iteration order defined by the order that entries were added
intercept(Object, Method, Object[], MethodProxy) - Method in class net.sf.hibernate.proxy.CGLIBLazyInitializer
 
internalLoad(Class, Serializable) - Method in interface net.sf.hibernate.engine.SessionImplementor
Load an instance without checking if it was deleted.
internalLoad(Class, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
Return the object with the specified id or throw exception if no row with that id exists.
internalLoadOneToOne(Class, Serializable) - Method in interface net.sf.hibernate.engine.SessionImplementor
Load an instance without checking if it was deleted.
internalLoadOneToOne(Class, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
Return the object with the specified id or null if no row with that id exists.
intersection(DBag) - Method in class net.sf.hibernate.collection.Bag
 
intersection(DSet) - Method in class net.sf.hibernate.collection.Set
 
invalidate(Serializable[]) - Method in class net.sf.hibernate.cache.UpdateTimestampsCache
 
invoke(Method, Object[], Object) - Method in class net.sf.hibernate.proxy.LazyInitializer
 
isAbstractClass(Class) - Static method in class net.sf.hibernate.util.ReflectHelper
 
isAfterLast() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
isAllNegative(int[]) - Static method in class net.sf.hibernate.util.ArrayHelper
 
isArray() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
isArray() - Method in interface net.sf.hibernate.collection.CollectionPersister
Is this an array?
isArray() - Method in class net.sf.hibernate.mapping.Array
 
isArray() - Method in class net.sf.hibernate.mapping.Collection
 
isArray() - Method in interface net.sf.hibernate.metadata.CollectionMetadata
Is the collection an array?
isArrayType() - Method in class net.sf.hibernate.type.ArrayType
 
isArrayType() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
isAssociationType() - Method in class net.sf.hibernate.type.AbstractType
 
isAssociationType() - Method in class net.sf.hibernate.type.EntityType
 
isAssociationType() - Method in class net.sf.hibernate.type.ObjectType
 
isAssociationType() - Method in class net.sf.hibernate.type.PersistentCollectionType
Note: return true because this type is castable to AssociationType.
isAssociationType() - Method in interface net.sf.hibernate.type.Type
Return true if the implementation is castable to AssociationType.
isAutoCreateSchema() - Method in class net.sf.hibernate.cfg.Settings
 
isAutoDropSchema() - Method in class net.sf.hibernate.cfg.Settings
 
isAutoImport() - Method in class net.sf.hibernate.cfg.Mappings
Returns the autoImport.
isAutoUpdateSchema() - Method in class net.sf.hibernate.cfg.Settings
 
isBasicPropertyAccessor() - Method in class net.sf.hibernate.mapping.Property
 
isBatchLoadable() - Method in class net.sf.hibernate.engine.Key
 
isBatchLoadable() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isBatchLoadable() - Method in interface net.sf.hibernate.persister.ClassPersister
Is batch loading enabled?
isBatchable() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isBeforeFirst() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
isCacheInvalidationRequired() - Method in interface net.sf.hibernate.persister.ClassPersister
Should we always invalidate the cache instead of recaching updated state
isCacheInvalidationRequired() - Method in class net.sf.hibernate.persister.EntityPersister
 
isCacheInvalidationRequired() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
isCacheable() - Method in class net.sf.hibernate.engine.QueryParameters
 
isCollection() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
isCollection() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isCollection() - Method in interface net.sf.hibernate.persister.Joinable
Is this instance actually a CollectionPersister?
isCollectionValued() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
isCompiled() - Method in class net.sf.hibernate.hql.QueryTranslator
 
isComponentType() - Method in class net.sf.hibernate.type.AbstractType
 
isComponentType() - Method in class net.sf.hibernate.type.ComponentType
 
isComponentType() - Method in class net.sf.hibernate.type.CompositeCustomType
 
isComponentType() - Method in class net.sf.hibernate.type.DynamicComponentType
 
isComponentType() - Method in class net.sf.hibernate.type.ObjectType
 
isComponentType() - Method in interface net.sf.hibernate.type.Type
Is this type a component type.
isComposite() - Method in class net.sf.hibernate.mapping.Property
 
isConnected() - Method in interface net.sf.hibernate.Session
Check if the Session is currently connected.
isConnected() - Method in class net.sf.hibernate.impl.SessionImpl
 
isConnected() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
isConstrained() - Method in class net.sf.hibernate.mapping.OneToOne
Returns the constrained.
isDefinedOnSubclass(int) - Method in class net.sf.hibernate.persister.EntityPersister
 
isDefinedOnSubclass(int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
isDefinedOnSubclass(int) - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
Is this property defined on a subclass of the mapped class.
isDirectlyAccessible() - Method in class net.sf.hibernate.collection.ArrayHolder
 
isDirectlyAccessible() - Method in class net.sf.hibernate.collection.PersistentCollection
Could the application possibly have a direct reference to the underlying collection implementation?
isDirty() - Method in interface net.sf.hibernate.Session
Does this Session contain any changes which must be synchronized with the database? Would any SQL be executed if we flushed this session?
isDirty() - Method in class net.sf.hibernate.impl.SessionImpl
 
isDirty() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
isDirty(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.AbstractType
 
isDirty(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.ComponentType
 
isDirty(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.DynamicComponentType
 
isDirty(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.EntityType
 
isDirty(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.OneToOneType
 
isDirty(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
isDirty(Object, Object, SessionImplementor) - Method in interface net.sf.hibernate.type.Type
Should the parent be considered dirty, given both the old and current field or element value?
isDiscriminatorInsertable() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isDiscriminatorInsertable() - Method in class net.sf.hibernate.mapping.RootClass
 
isDiscriminatorInsertable() - Method in class net.sf.hibernate.mapping.Subclass
 
isDiscriminatorValueNotNull() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isDiscriminatorValueNull() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isDynamic() - Method in class net.sf.hibernate.mapping.Component
 
isEmbedded() - Method in class net.sf.hibernate.mapping.Component
 
isEmpty() - Method in class net.sf.hibernate.collection.Bag
 
isEmpty() - Method in class net.sf.hibernate.collection.IdentifierBag
 
isEmpty() - Method in class net.sf.hibernate.collection.List
 
isEmpty() - Method in class net.sf.hibernate.collection.Map
 
isEmpty() - Method in class net.sf.hibernate.collection.Set
 
isEmpty() - Method in class net.sf.hibernate.util.FastHashMap
Return true if this map contains no mappings.
isEmpty() - Method in class net.sf.hibernate.util.IdentityMap
 
isEntityType() - Method in class net.sf.hibernate.type.AbstractType
 
isEntityType() - Method in class net.sf.hibernate.type.EntityType
 
isEntityType() - Method in interface net.sf.hibernate.type.Type
Is this type an entity type?
isExpectingCollectionIndex() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
isExplicitPolymorphism() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isExplicitPolymorphism() - Method in class net.sf.hibernate.mapping.RootClass
 
isExplicitPolymorphism() - Method in class net.sf.hibernate.mapping.Subclass
 
isExplicitPolymorphism() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isExplicitPolymorphism() - Method in interface net.sf.hibernate.persister.Queryable
Is this class explicit polymorphism only?
isFirst() - Method in interface net.sf.hibernate.ScrollableResults
Is this the first result?
isFirst() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
isFirst() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
isForceCacheRefresh() - Method in class net.sf.hibernate.engine.QueryParameters
 
isForceDiscriminator() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isForceDiscriminator() - Method in class net.sf.hibernate.mapping.RootClass
 
isFormula() - Method in class net.sf.hibernate.mapping.Property
 
isGetGeneratedKeysEnabled() - Method in class net.sf.hibernate.cfg.Settings
 
isGetGeneratedKeysEnabled() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Is PreparedStatement.getGeneratedKeys supported?
isGetGeneratedKeysEnabled() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
isGettable(long) - Method in class net.sf.hibernate.cache.ReadWriteCache.Item
Is this item visible to the timestamped transaction?
isGettable(long) - Method in class net.sf.hibernate.cache.ReadWriteCache.Lock
locks are not returned to the client!
isGettable(long) - Method in interface net.sf.hibernate.cache.ReadWriteCache.Lockable
 
isIdentified() - Method in class net.sf.hibernate.mapping.Collection
 
isIdentified() - Method in class net.sf.hibernate.mapping.IdentifierCollection
 
isIdentifierAssignedByInsert() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isIdentifierAssignedByInsert() - Method in interface net.sf.hibernate.persister.ClassPersister
Is the identifier assigned before the insert by an IDGenerator.
isIndexed() - Method in class net.sf.hibernate.mapping.Collection
 
isIndexed() - Method in class net.sf.hibernate.mapping.IndexedCollection
 
isInherited() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isInherited() - Method in class net.sf.hibernate.mapping.RootClass
 
isInherited() - Method in class net.sf.hibernate.mapping.Subclass
 
isInherited() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isInherited() - Method in interface net.sf.hibernate.persister.Queryable
Is this class mapped as a subclass of another class?
isInitialized(Object) - Static method in class net.sf.hibernate.Hibernate
Chekc if the proxy or persistent collection is initialized.
isInsertable() - Method in class net.sf.hibernate.mapping.Property
Returns the insertable.
isInverse() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
isInverse() - Method in interface net.sf.hibernate.collection.CollectionPersister
Is this collection "inverse", so state changes are not propogated to the database.
isInverse() - Method in class net.sf.hibernate.mapping.Collection
 
isInverseCollection(PersistentCollection) - Method in interface net.sf.hibernate.engine.SessionImplementor
Is this the "inverse" end of a bidirectional association?
isInverseCollection(PersistentCollection) - Method in class net.sf.hibernate.impl.SessionImpl
 
isJdbcBatchUpdateEnabled() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
isJdbcBatchVersionedData() - Method in class net.sf.hibernate.cfg.Settings
 
isJdbcBatchVersionedData() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Should versioned data be included in jdbc batches?
isJdbcBatchVersionedData() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
isJoin(String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
isJoinedFetchEnabled(Type, boolean, String, String, String[]) - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
isJoinedFetchEnabled(Type, boolean, String, String, String[]) - Method in class net.sf.hibernate.loader.OneToManyLoader
 
isJoinedFetchEnabled(Type, boolean, String, String, String[]) - Method in class net.sf.hibernate.loader.OuterJoinLoader
Override on subclasses to enable or suppress joining of some associations, especially in the case of dynamic fetch settings
isJoinedFetchEnabledByDefault(int, AssociationType, SessionFactoryImplementor) - Method in class net.sf.hibernate.loader.OuterJoinLoader
Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining
isJoinedSubclass() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isJoinedSubclass() - Method in class net.sf.hibernate.mapping.RootClass
 
isJoinedSubclass() - Method in class net.sf.hibernate.mapping.Subclass
 
isLast() - Method in interface net.sf.hibernate.ScrollableResults
Is this the last result?
isLast() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
isLast() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
isLazy() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
isLazy() - Method in interface net.sf.hibernate.collection.CollectionPersister
Is this collection lazyily initialized?
isLazy() - Method in class net.sf.hibernate.mapping.Collection
 
isLazy() - Method in interface net.sf.hibernate.metadata.CollectionMetadata
Is the collection lazily initialized?
isLock() - Method in class net.sf.hibernate.cache.ReadWriteCache.Item
Not a lock!
isLock() - Method in class net.sf.hibernate.cache.ReadWriteCache.Lock
Yes, this is a lock
isLock() - Method in interface net.sf.hibernate.cache.ReadWriteCache.Lockable
 
isManyToMany() - Method in class net.sf.hibernate.collection.BasicCollectionPersister
 
isManyToMany() - Method in class net.sf.hibernate.collection.OneToManyPersister
 
isManyToMany() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isManyToMany() - Method in interface net.sf.hibernate.persister.Joinable
Is this instance actually a many-to-many association?
isMinimalPutsEnabled() - Method in class net.sf.hibernate.cfg.Settings
 
isModified(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.AbstractType
 
isModified(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.ComponentType
 
isModified(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.ManyToOneType
 
isModified(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.ObjectType
 
isModified(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.OneToOneType
 
isModified(Object, Object, SessionImplementor) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
isModified(Object, Object, SessionImplementor) - Method in interface net.sf.hibernate.type.Type
Has the parent object been modified, compared to the current database state?
isMultiValued() - Method in class net.sf.hibernate.mapping.MetaAttribute
 
isMutable() - Method in interface net.sf.hibernate.CompositeUserType
Check if objects of this type mutable.
isMutable() - Method in interface net.sf.hibernate.UserType
Are objects of this type mutable?
isMutable() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isMutable() - Method in class net.sf.hibernate.mapping.RootClass
 
isMutable() - Method in class net.sf.hibernate.mapping.Subclass
 
isMutable() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Are instances of this class mutable?
isMutable() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isMutable() - Method in interface net.sf.hibernate.persister.ClassPersister
Are instances of this class mutable.
isMutable() - Method in class net.sf.hibernate.type.ComponentType
 
isMutable() - Method in class net.sf.hibernate.type.CompositeCustomType
 
isMutable() - Method in class net.sf.hibernate.type.CustomType
 
isMutable() - Method in class net.sf.hibernate.type.DynamicComponentType
 
isMutable() - Method in class net.sf.hibernate.type.EntityType
 
isMutable() - Method in class net.sf.hibernate.type.ImmutableType
 
isMutable() - Method in class net.sf.hibernate.type.MetaType
 
isMutable() - Method in class net.sf.hibernate.type.MutableType
 
isMutable() - Method in class net.sf.hibernate.type.ObjectType
 
isMutable() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
isMutable() - Method in interface net.sf.hibernate.type.Type
Are objects of this type mutable.
isNestedThrowable(Throwable) - Static method in class net.sf.hibernate.exception.ExceptionUtils
Checks whether this Throwable class can store a cause.
isNew() - Method in class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
isNotEmpty(String) - Static method in class net.sf.hibernate.util.StringHelper
 
isNotNull(String) - Static method in class net.sf.hibernate.expression.Expression
Apply an "is not null" constraint to the named property
isNull(String) - Static method in class net.sf.hibernate.expression.Expression
Apply an "is null" constraint to the named property
isNullable() - Method in class net.sf.hibernate.mapping.Collection
 
isNullable() - Method in class net.sf.hibernate.mapping.Column
 
isNullable() - Method in class net.sf.hibernate.mapping.OneToMany
 
isNullable() - Method in class net.sf.hibernate.mapping.OneToOne
 
isNullable() - Method in class net.sf.hibernate.mapping.Property
Approximate!
isNullable() - Method in class net.sf.hibernate.mapping.SimpleValue
 
isNullable() - Method in interface net.sf.hibernate.mapping.Value
 
isNullable() - Method in class net.sf.hibernate.type.OneToOneType
 
isObjectType() - Method in class net.sf.hibernate.type.AbstractType
 
isObjectType() - Method in class net.sf.hibernate.type.ObjectType
 
isObjectType() - Method in interface net.sf.hibernate.type.Type
Is this an "object" type.
isOneToMany() - Method in class net.sf.hibernate.collection.BasicCollectionPersister
 
isOneToMany() - Method in interface net.sf.hibernate.collection.CollectionPersister
Is this a one-to-many association?
isOneToMany() - Method in class net.sf.hibernate.collection.OneToManyPersister
 
isOneToMany() - Method in class net.sf.hibernate.mapping.Collection
 
isOneToOne() - Method in class net.sf.hibernate.type.EntityType
 
isOneToOne() - Method in class net.sf.hibernate.type.ManyToOneType
 
isOneToOne() - Method in class net.sf.hibernate.type.OneToOneType
 
isOpen() - Method in interface net.sf.hibernate.Session
Check if the Session is still open.
isOpen() - Method in class net.sf.hibernate.impl.SessionImpl
 
isOpen() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
isOpen() - Method in class net.sf.hibernate.odmg.Transaction
Is the transaction open.
isOuterJoinFetchEnabled() - Method in class net.sf.hibernate.cfg.Settings
 
isOuterJoinedFetchEnabled() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Is outerjoin fetching enabled?
isOuterJoinedFetchEnabled() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
isPersistentCollectionType() - Method in class net.sf.hibernate.type.AbstractType
 
isPersistentCollectionType() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
isPersistentCollectionType() - Method in interface net.sf.hibernate.type.Type
Is this type a collection type.
isPolymorphic() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isPolymorphic() - Method in class net.sf.hibernate.mapping.RootClass
 
isPolymorphic() - Method in class net.sf.hibernate.mapping.Subclass
 
isPolymorphic() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isPrimitiveArray() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
isPrimitiveArray() - Method in interface net.sf.hibernate.collection.CollectionPersister
Is this an array or primitive values?
isPrimitiveArray() - Method in class net.sf.hibernate.mapping.Collection
 
isPrimitiveArray() - Method in class net.sf.hibernate.mapping.PrimitiveArray
 
isPrimitiveArray() - Method in interface net.sf.hibernate.metadata.CollectionMetadata
Is the collection a primitive array?
isPublic(Class, Member) - Static method in class net.sf.hibernate.util.ReflectHelper
 
isPuttable(long, Object, Comparator) - Method in class net.sf.hibernate.cache.ReadWriteCache.Item
Don't overwite already cached items
isPuttable(long, Object, Comparator) - Method in class net.sf.hibernate.cache.ReadWriteCache.Lock
Can the timestamped transaction re-cache this locked item now?
isPuttable(long, Object, Comparator) - Method in interface net.sf.hibernate.cache.ReadWriteCache.Lockable
 
isQueryCacheEnabled() - Method in class net.sf.hibernate.cfg.Settings
 
isQueryCacheEnabled() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
If query caching enabled?
isQueryCacheEnabled() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
isQuoted() - Method in class net.sf.hibernate.mapping.Column
 
isQuoted() - Method in class net.sf.hibernate.mapping.Table
 
isSameRM(XAResource) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
isSaved(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Was this object already saved to the database?
isSaved(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
isScrollableResultSetsEnabled() - Method in class net.sf.hibernate.cfg.Settings
 
isScrollableResultSetsEnabled() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Are scrollable ResultSets supported?
isScrollableResultSetsEnabled() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
isSequence(Object) - Method in class net.sf.hibernate.tool.hbm2ddl.DatabaseMetadata
 
isSet() - Method in class net.sf.hibernate.mapping.Collection
 
isSet() - Method in class net.sf.hibernate.mapping.Set
 
isShowSqlEnabled() - Method in class net.sf.hibernate.cfg.Settings
 
isShowSqlEnabled() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Are we logging SQL to the console?
isShowSqlEnabled() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
isSimpleValue() - Method in class net.sf.hibernate.mapping.Collection
 
isSimpleValue() - Method in class net.sf.hibernate.mapping.OneToMany
 
isSimpleValue() - Method in class net.sf.hibernate.mapping.SimpleValue
 
isSimpleValue() - Method in interface net.sf.hibernate.mapping.Value
 
isSingleRowLoader() - Method in class net.sf.hibernate.loader.EntityLoader
 
isSingleRowLoader() - Method in class net.sf.hibernate.loader.Loader
Return false is this loader is a batch entity loader
isSingleRowLoader() - Method in class net.sf.hibernate.loader.SimpleEntityLoader
 
isSorted() - Method in class net.sf.hibernate.mapping.Collection
 
isTable(Object) - Method in class net.sf.hibernate.tool.hbm2ddl.DatabaseMetadata
 
isThrowableNested() - Static method in class net.sf.hibernate.exception.ExceptionUtils
Checks if the Throwable class has a getCause method.
isUninitialized() - Method in class net.sf.hibernate.proxy.LazyInitializer
 
isUnique() - Method in class net.sf.hibernate.mapping.Collection
 
isUnique() - Method in class net.sf.hibernate.mapping.Column
 
isUnique() - Method in class net.sf.hibernate.mapping.OneToMany
 
isUnique() - Method in class net.sf.hibernate.mapping.SimpleValue
 
isUnique() - Method in interface net.sf.hibernate.mapping.Value
 
isUniqueKeyReference() - Method in class net.sf.hibernate.type.EntityType
 
isUnsaved(Object) - Method in interface net.sf.hibernate.Interceptor
Called when a transient entity is passed to saveOrUpdate().
isUnsaved(Serializable) - Method in class net.sf.hibernate.engine.Cascades.IdentifierValue
Does the given identifier belong to a new instance?
isUnsaved(Object) - Method in class net.sf.hibernate.engine.Cascades.VersionValue
Does the given version belong to a new instance?
isUnsaved(Object) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isUnsaved(Object) - Method in interface net.sf.hibernate.persister.ClassPersister
Is this a new transient instance?
isUpToDate(Set, Long) - Method in class net.sf.hibernate.cache.StandardQueryCache
 
isUpToDate(Set, Long) - Method in class net.sf.hibernate.cache.UpdateTimestampsCache
 
isUpdateable() - Method in class net.sf.hibernate.mapping.Property
 
isValid(Mapping) - Method in class net.sf.hibernate.mapping.Collection
 
isValid(Mapping) - Method in class net.sf.hibernate.mapping.OneToMany
 
isValid(Mapping) - Method in class net.sf.hibernate.mapping.Property
 
isValid(Mapping) - Method in class net.sf.hibernate.mapping.SimpleValue
 
isValid(Mapping) - Method in interface net.sf.hibernate.mapping.Value
 
isVersioned() - Method in class net.sf.hibernate.mapping.PersistentClass
 
isVersioned() - Method in class net.sf.hibernate.mapping.RootClass
 
isVersioned() - Method in class net.sf.hibernate.mapping.Subclass
 
isVersioned() - Method in interface net.sf.hibernate.metadata.ClassMetadata
Are instances of this class versioned by a timestamp or version number column?
isVersioned() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
isVersioned() - Method in interface net.sf.hibernate.persister.ClassPersister
Are instances of this class versioned by a timestamp or version number column.
isWhitespace(String) - Static method in class net.sf.hibernate.hql.ParserHelper
 
isWrapResultSetsEnabled() - Method in class net.sf.hibernate.cfg.Settings
 
isWrapResultSetsEnabled() - Method in interface net.sf.hibernate.engine.SessionFactoryImplementor
Should Hibernate wrap result sets in order to speed up column name lookups?
isWrapResultSetsEnabled() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
isWrapper(Object) - Method in class net.sf.hibernate.collection.ArrayHolder
 
isWrapper(Object) - Method in class net.sf.hibernate.collection.Bag
 
isWrapper(Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
isWrapper(Object) - Method in class net.sf.hibernate.collection.List
 
isWrapper(Object) - Method in class net.sf.hibernate.collection.Map
 
isWrapper(Object) - Method in class net.sf.hibernate.collection.PersistentCollection
Is this the wrapper for the given underlying collection instance?
isWrapper(Object) - Method in class net.sf.hibernate.collection.Set
 
isolationLevelToString(int) - Static method in class net.sf.hibernate.cfg.Environment
Get the name of a JDBC transaction isolation level
iterate() - Method in interface net.sf.hibernate.Query
Return the query results as an Iterator.
iterate(String) - Method in interface net.sf.hibernate.Session
Execute a query and return the results in an iterator.
iterate(String, Object, Type) - Method in interface net.sf.hibernate.Session
Execute a query and return the results in an iterator.
iterate(String, Object[], Type[]) - Method in interface net.sf.hibernate.Session
Execute a query and return the results in an iterator.
iterate(String, QueryParameters) - Method in interface net.sf.hibernate.engine.SessionImplementor
Execute an iterate() query
iterate(QueryParameters, SessionImplementor) - Method in class net.sf.hibernate.hql.QueryTranslator
Return the query results as an iterator
iterate() - Method in class net.sf.hibernate.impl.FilterImpl
 
iterate() - Method in class net.sf.hibernate.impl.QueryImpl
 
iterate() - Method in class net.sf.hibernate.impl.SQLQueryImpl
 
iterate(String) - Method in class net.sf.hibernate.impl.SessionImpl
 
iterate(String, Object, Type) - Method in class net.sf.hibernate.impl.SessionImpl
 
iterate(String, Object[], Type[]) - Method in class net.sf.hibernate.impl.SessionImpl
 
iterate(String, QueryParameters) - Method in class net.sf.hibernate.impl.SessionImpl
 
iterate(String) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
iterate(String, Object, Type) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
iterate(String, Object[], Type[]) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
iterateExpressionEntries() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
iterateFilter(Object, String, QueryParameters) - Method in interface net.sf.hibernate.engine.SessionImplementor
Iterate a filter
iterateFilter(Object, String, QueryParameters) - Method in class net.sf.hibernate.impl.SessionImpl
 
iterateOrderings() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
iterator() - Method in class net.sf.hibernate.collection.Bag
 
iterator() - Method in class net.sf.hibernate.collection.IdentifierBag
 
iterator() - Method in class net.sf.hibernate.collection.List
 
iterator() - Method in class net.sf.hibernate.collection.Set
 

J

JBossTransactionManagerLookup - class net.sf.hibernate.transaction.JBossTransactionManagerLookup.
A TransactionManager lookup strategy for JBoss
JBossTransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.JBossTransactionManagerLookup
 
JCASessionFactoryImpl - class net.sf.hibernate.jca.JCASessionFactoryImpl.
 
JCASessionFactoryImpl(ManagedConnectionFactoryImpl, ConnectionManager) - Constructor for class net.sf.hibernate.jca.JCASessionFactoryImpl
 
JCASessionImpl - class net.sf.hibernate.jca.JCASessionImpl.
A logical session handle, all real work is deligated to underlying physical session represented by ManagedConnectionImpl instance.
JCASessionImpl(ManagedConnectionImpl) - Constructor for class net.sf.hibernate.jca.JCASessionImpl
 
JCSCache - class net.sf.hibernate.cache.JCSCache.
Deprecated. JCS support will be removed in version 2.1.1
JCSCache(String, Properties) - Constructor for class net.sf.hibernate.cache.JCSCache
Deprecated.  
JCSCacheProvider - class net.sf.hibernate.cache.JCSCacheProvider.
Deprecated. JCS support will be removed in version 2.1.1
JCSCacheProvider() - Constructor for class net.sf.hibernate.cache.JCSCacheProvider
Deprecated.  
JDBCConnectionException - exception net.sf.hibernate.exception.JDBCConnectionException.
Implementation of JDBCConnectionException.
JDBCConnectionException(SQLException) - Constructor for class net.sf.hibernate.exception.JDBCConnectionException
Constructor for JDBCException.
JDBCConnectionException(String, SQLException) - Constructor for class net.sf.hibernate.exception.JDBCConnectionException
Constructor for JDBCException.
JDBCException - exception net.sf.hibernate.JDBCException.
Wraps an SQLException.
JDBCException(SQLException) - Constructor for class net.sf.hibernate.JDBCException
Constructor for JDBCException.
JDBCException(String, SQLException) - Constructor for class net.sf.hibernate.JDBCException
Constructor for JDBCException.
JDBCExceptionHelper - class net.sf.hibernate.exception.JDBCExceptionHelper.
Implementation of JDBCExceptionHelper.
JDBCExceptionReporter - class net.sf.hibernate.util.JDBCExceptionReporter.
 
JDBCTransaction - class net.sf.hibernate.transaction.JDBCTransaction.
Implements a basic transaction strategy for JDBC connections.This is the default Transaction implementation used if none is explicitly specified.
JDBCTransaction(SessionImplementor) - Constructor for class net.sf.hibernate.transaction.JDBCTransaction
 
JDBCTransactionFactory - class net.sf.hibernate.transaction.JDBCTransactionFactory.
Factory for JDBCTransaction.
JDBCTransactionFactory() - Constructor for class net.sf.hibernate.transaction.JDBCTransactionFactory
 
JNDITransactionManagerLookup - class net.sf.hibernate.transaction.JNDITransactionManagerLookup.
Locates a TransactionManager in JNDI.
JNDITransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.JNDITransactionManagerLookup
 
JNDI_CLASS - Static variable in class net.sf.hibernate.cfg.Environment
JNDI initial context class, Context.INITIAL_CONTEXT_FACTORY
JNDI_PREFIX - Static variable in class net.sf.hibernate.cfg.Environment
prefix for arbitrary JNDI InitialContext properties
JNDI_URL - Static variable in class net.sf.hibernate.cfg.Environment
JNDI provider URL, Context.PROVIDER_URL
JOTMTransactionManagerLookup - class net.sf.hibernate.transaction.JOTMTransactionManagerLookup.
TransactionManager lookup strategy for JOTM
JOTMTransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.JOTMTransactionManagerLookup
 
JOnASTransactionManagerLookup - class net.sf.hibernate.transaction.JOnASTransactionManagerLookup.
TransactionManager lookup strategy for JOnAS
JOnASTransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.JOnASTransactionManagerLookup
 
JRun4TransactionManagerLookup - class net.sf.hibernate.transaction.JRun4TransactionManagerLookup.
TransactionManager lookup strategy for JRun4
JRun4TransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.JRun4TransactionManagerLookup
 
JTATransaction - class net.sf.hibernate.transaction.JTATransaction.
Implements a basic transaction strategy for JTA transactions.
JTATransaction(SessionImplementor) - Constructor for class net.sf.hibernate.transaction.JTATransaction
 
JTATransactionFactory - class net.sf.hibernate.transaction.JTATransactionFactory.
Factory for JTATransaction.
JTATransactionFactory() - Constructor for class net.sf.hibernate.transaction.JTATransactionFactory
 
JoinFragment - class net.sf.hibernate.sql.JoinFragment.
An abstract SQL join fragment renderer
JoinFragment() - Constructor for class net.sf.hibernate.sql.JoinFragment
 
Joinable - interface net.sf.hibernate.persister.Joinable.
Anything that can be loaded by outer join - namely persisters for classes or collections.
JoinedIterator - class net.sf.hibernate.util.JoinedIterator.
An JoinedIterator is an Iterator that wraps a number of Iterators.
JoinedIterator(Iterator[]) - Constructor for class net.sf.hibernate.util.JoinedIterator
 
JoinedIterator(Iterator, Iterator) - Constructor for class net.sf.hibernate.util.JoinedIterator
 
Junction - class net.sf.hibernate.expression.Junction.
A sequence of a logical expressions combined by some associative logical operator
Junction() - Constructor for class net.sf.hibernate.expression.Junction
 
join() - Method in class net.sf.hibernate.odmg.Transaction
Associate the current thread with this Transaction.
join(String[], String[]) - Static method in class net.sf.hibernate.util.ArrayHelper
 
join(int[], int[]) - Static method in class net.sf.hibernate.util.ArrayHelper
 
join(String, String[]) - Static method in class net.sf.hibernate.util.StringHelper
 
join(String, Iterator) - Static method in class net.sf.hibernate.util.StringHelper
 
jvmHasJDK14Timestamp() - Static method in class net.sf.hibernate.cfg.Environment
Does this JVM handle Timestamp in the JDK 1.4 compliant way?
jvmHasTimestampBug() - Static method in class net.sf.hibernate.cfg.Environment
Does this JVM have the IBM JDK 1.3.1.
jvmSupportsGetGeneratedKeys() - Static method in class net.sf.hibernate.cfg.Environment
 
jvmSupportsLinkedHashCollections() - Static method in class net.sf.hibernate.cfg.Environment
Does this JVM support LinkedHashSet, LinkedHashMap.
jvmSupportsProxies() - Static method in class net.sf.hibernate.cfg.Environment
Does this JVM support dynamic proxies.

K

Key - class net.sf.hibernate.engine.Key.
A globally unique identifier of an instance.
Key(Serializable, ClassPersister) - Constructor for class net.sf.hibernate.engine.Key
Construct a unique identifier for an entity class instance
keyColumnAliases - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
keyColumnNames - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
keyIterator(Map) - Static method in class net.sf.hibernate.util.IdentityMap
 
keyIterator() - Method in class net.sf.hibernate.util.IdentityMap
 
keySet() - Method in class net.sf.hibernate.collection.Map
 
keySet() - Method in class net.sf.hibernate.util.FastHashMap
Return a set view of the keys contained in this map.
keySet() - Method in class net.sf.hibernate.util.IdentityMap
 

L

LATEST_VERSION - Static variable in class net.sf.hibernate.ReplicationMode
When a row already exists, choose the latest version.
LAZY - Static variable in class net.sf.hibernate.FetchMode
Fetch lazily.
LAZY - Static variable in class net.sf.hibernate.loader.OuterJoinLoader
 
LEFT_OUTER_JOIN - Static variable in class net.sf.hibernate.sql.JoinFragment
 
LOCALE - Static variable in class net.sf.hibernate.Hibernate
Hibernate locale type.
LONG - Static variable in class net.sf.hibernate.Hibernate
Hibernate long type.
LazyInitializationException - exception net.sf.hibernate.LazyInitializationException.
A problem occurred trying to lazily initialize a collection or proxy (for example the session was closed) or iterate query results.
LazyInitializationException(Exception) - Constructor for class net.sf.hibernate.LazyInitializationException
 
LazyInitializationException(String) - Constructor for class net.sf.hibernate.LazyInitializationException
 
LazyInitializationException(String, Exception) - Constructor for class net.sf.hibernate.LazyInitializationException
 
LazyInitializer - class net.sf.hibernate.proxy.LazyInitializer.
 
LazyInitializer(Class, Serializable, Method, Method, SessionImplementor) - Constructor for class net.sf.hibernate.proxy.LazyInitializer
 
LeExpression - class net.sf.hibernate.expression.LeExpression.
 
LePropertyExpression - class net.sf.hibernate.expression.LePropertyExpression.
 
LePropertyExpression(String, String) - Constructor for class net.sf.hibernate.expression.LePropertyExpression
 
Lifecycle - interface net.sf.hibernate.Lifecycle.
Provides callbacks from the Session to the persistent object.
LikeExpression - class net.sf.hibernate.expression.LikeExpression.
 
LikeExpression(String, Object, boolean) - Constructor for class net.sf.hibernate.expression.LikeExpression
 
LinkedHashCollectionHelper - class net.sf.hibernate.util.LinkedHashCollectionHelper.
 
List - class net.sf.hibernate.collection.List.
A persistent wrapper for a java.util.List.
List(SessionImplementor) - Constructor for class net.sf.hibernate.collection.List
 
List(SessionImplementor, List) - Constructor for class net.sf.hibernate.collection.List
 
List() - Constructor for class net.sf.hibernate.collection.List
 
List - class net.sf.hibernate.mapping.List.
A list mapping has a primary key consisting of the key columns + index column.
List(PersistentClass) - Constructor for class net.sf.hibernate.mapping.List
 
ListType - class net.sf.hibernate.type.ListType.
 
ListType(String) - Constructor for class net.sf.hibernate.type.ListType
 
LiteralType - interface net.sf.hibernate.type.LiteralType.
A type that may appear as an SQL literal
Loadable - interface net.sf.hibernate.persister.Loadable.
Implemented by a ClassPersister that may be loaded using Loader.
Loader - class net.sf.hibernate.loader.Loader.
Abstract superclass of object loading (and querying) strategies.
Loader() - Constructor for class net.sf.hibernate.loader.Loader
 
LocaleType - class net.sf.hibernate.type.LocaleType.
locale: A type that maps an SQL VARCHAR to a Java Locale.
LocaleType() - Constructor for class net.sf.hibernate.type.LocaleType
 
LockAcquisitionException - exception net.sf.hibernate.exception.LockAcquisitionException.
Implementation of LockAcquisitionException.
LockAcquisitionException(SQLException) - Constructor for class net.sf.hibernate.exception.LockAcquisitionException
Constructor for JDBCException.
LockAcquisitionException(String, SQLException) - Constructor for class net.sf.hibernate.exception.LockAcquisitionException
Constructor for JDBCException.
LockMode - class net.sf.hibernate.LockMode.
Instances represent a lock mode for a row of a relational database table.
LogicalExpression - class net.sf.hibernate.expression.LogicalExpression.
Superclass of binary logical expressions
LongType - class net.sf.hibernate.type.LongType.
long: A type that maps an SQL BIGINT to a Java Long.
LongType() - Constructor for class net.sf.hibernate.type.LongType
 
LtExpression - class net.sf.hibernate.expression.LtExpression.
 
LtPropertyExpression - class net.sf.hibernate.expression.LtPropertyExpression.
 
LtPropertyExpression(String, String) - Constructor for class net.sf.hibernate.expression.LtPropertyExpression
 
last() - Method in interface net.sf.hibernate.ScrollableResults
Go to the last result
last() - Method in class net.sf.hibernate.collection.SortedSet
 
last() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
last() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
lastCollectionElement() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
lastIndexOf(Object) - Method in class net.sf.hibernate.collection.Bag
 
lastIndexOf(Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
lastIndexOf(Object) - Method in class net.sf.hibernate.collection.List
 
lastKey() - Method in class net.sf.hibernate.collection.SortedMap
 
le(String, Object) - Static method in class net.sf.hibernate.expression.Expression
Apply a "less than or equal" constraint to the named property
leProperty(String, String) - Static method in class net.sf.hibernate.expression.Expression
Apply a "less than or equal" constraint to two properties
leave() - Method in class net.sf.hibernate.odmg.Transaction
Disassociate the thread the Transaction.
length() - Method in class net.sf.hibernate.lob.BlobImpl
 
length() - Method in class net.sf.hibernate.lob.ClobImpl
 
lessThan(LockMode) - Method in class net.sf.hibernate.LockMode
Check if this lock mode is less restrictive than the given lock mode.
lessThan(ScrollMode) - Method in class net.sf.hibernate.ScrollMode
 
like(String, Object) - Static method in class net.sf.hibernate.expression.Expression
Apply a "like" constraint to the named property
like(String, String, MatchMode) - Static method in class net.sf.hibernate.expression.Expression
Apply a "like" constraint to the named property
list() - Method in interface net.sf.hibernate.Criteria
Get the results.
list() - Method in interface net.sf.hibernate.Query
Return the query results as a List.
list(SessionImplementor, QueryParameters) - Method in class net.sf.hibernate.hql.QueryTranslator
 
list() - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
list() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
list() - Method in class net.sf.hibernate.impl.FilterImpl
 
list() - Method in class net.sf.hibernate.impl.QueryImpl
 
list() - Method in class net.sf.hibernate.impl.SQLQueryImpl
 
list(SessionImplementor) - Method in class net.sf.hibernate.loader.CriteriaLoader
 
list(SessionImplementor, QueryParameters, Set, Type[]) - Method in class net.sf.hibernate.loader.Loader
Return the query results, using the query cache, called by subclasses that implement cacheable queries
list(SessionImplementor, QueryParameters) - Method in class net.sf.hibernate.loader.SQLLoader
 
list(String) - Static method in class net.sf.hibernate.type.TypeFactory
 
listIterator() - Method in class net.sf.hibernate.collection.Bag
 
listIterator(int) - Method in class net.sf.hibernate.collection.Bag
 
listIterator() - Method in class net.sf.hibernate.collection.IdentifierBag
 
listIterator(int) - Method in class net.sf.hibernate.collection.IdentifierBag
 
listIterator() - Method in class net.sf.hibernate.collection.List
 
listIterator(int) - Method in class net.sf.hibernate.collection.List
 
load(Class, Serializable, LockMode) - Method in interface net.sf.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 net.sf.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 net.sf.hibernate.Session
Read the persistent state associated with the given identifier into the given transient instance.
load(Object, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
 
load(Class, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
 
load(Class, Serializable, LockMode) - Method in class net.sf.hibernate.impl.SessionImpl
 
load(Class, Serializable, LockMode) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
load(Class, Serializable) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
load(Object, Serializable) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
load(SessionImplementor, Serializable, Object) - Method in class net.sf.hibernate.loader.BatchingEntityLoader
 
load(SessionImplementor, Serializable, Object) - Method in class net.sf.hibernate.loader.EntityLoader
 
load(SessionImplementor, Serializable, Object) - Method in class net.sf.hibernate.loader.SimpleEntityLoader
 
load(SessionImplementor, Serializable, Object) - Method in interface net.sf.hibernate.loader.UniqueEntityLoader
Load an entity instance.
load(Serializable, Object, LockMode, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Load an instance of the persistent class.
load(Serializable, Object, LockMode, SessionImplementor) - Method in class net.sf.hibernate.persister.EntityPersister
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 class net.sf.hibernate.persister.NormalizedEntityPersister
Load an instance using either the forUpdateLoader or the outer joining loader, depending upon the value of the lock parameter
loadByUniqueKey(Class, String, Serializable) - Method in interface net.sf.hibernate.engine.SessionImplementor
Load an instance by a unique key that is not the primary key.
loadByUniqueKey(Class, String, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
 
loadByUniqueKey(SessionImplementor, Serializable) - Method in class net.sf.hibernate.loader.EntityLoader
 
loadByUniqueKey(String, Serializable, SessionImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
loadByUniqueKey(String, Serializable, SessionImplementor) - Method in interface net.sf.hibernate.persister.UniqueKeyLoadable
Load an instance of the persistent class, by a unique key other than the primary key.
loadCollection(SessionImplementor, Serializable, Type) - Method in class net.sf.hibernate.loader.Loader
Called by subclasses that load collections
loadCollectionBatch(SessionImplementor, Serializable[], Type) - Method in class net.sf.hibernate.loader.Loader
Called by subclasses that batch initialize collections
loadEntity(SessionImplementor, Serializable, Type, Object, Serializable) - Method in class net.sf.hibernate.loader.Loader
Called by subclasses that load entities
loadEntityBatch(SessionImplementor, Serializable[], Type, Object, Serializable) - Method in class net.sf.hibernate.loader.Loader
Called by subclasses that batch load entities
loadSingleRow(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in class net.sf.hibernate.hql.QueryTranslator
 
loadSingleRow(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in class net.sf.hibernate.loader.Loader
 
locateConfig(String) - Static method in class net.sf.hibernate.util.ConfigHelper
Try to locate a local URL representing the incoming path.
lock(Object, LockMode) - Method in interface net.sf.hibernate.Session
Obtain the specified lock level upon the given object.
lock(Object) - Method in interface net.sf.hibernate.cache.Cache
If this is a clustered cache, lock the item
lock(Object, Object) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
We are going to attempt to update/delete the keyed object.
lock(Object) - Method in class net.sf.hibernate.cache.EhCache
Calls to this method should perform there own synchronization.
lock(Object) - Method in class net.sf.hibernate.cache.HashtableCache
 
lock(Object) - Method in class net.sf.hibernate.cache.JCSCache
Deprecated.  
lock(Object, Object) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
Do nothing.
lock(Object) - Method in class net.sf.hibernate.cache.OSCache
 
lock(Object, Object) - Method in class net.sf.hibernate.cache.ReadOnlyCache
Unsupported!
lock(long, int) - Method in class net.sf.hibernate.cache.ReadWriteCache.Item
Lock the item
lock(long, int) - Method in class net.sf.hibernate.cache.ReadWriteCache.Lock
Increment the lock, setting the new lock timeout
lock(long, int) - Method in interface net.sf.hibernate.cache.ReadWriteCache.Lockable
 
lock(Object, Object) - Method in class net.sf.hibernate.cache.ReadWriteCache
Stop any other transactions reading or writing this item to/from the cache.
lock(Object) - Method in class net.sf.hibernate.cache.SwarmCache
If this is a clustered cache, lock the item
lock(Object, Object) - Method in class net.sf.hibernate.cache.TransactionalCache
Do nothing, returning null.
lock(Object) - Method in class net.sf.hibernate.cache.TreeCache
 
lock(Object, LockMode) - Method in class net.sf.hibernate.impl.SessionImpl
 
lock(Object, LockMode) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
lock(Object, int) - Method in class net.sf.hibernate.odmg.Transaction
Obtain a lock upon the given object.
lock(Serializable, Object, Object, LockMode, SessionImplementor) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Do a version check
lock(Serializable, Object, Object, LockMode, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Do a version check (optional operation)
lockModeArray - Variable in class net.sf.hibernate.loader.OuterJoinLoader
 
log - Static variable in class net.sf.hibernate.impl.BatcherImpl
 
logExceptions(SQLException) - Static method in class net.sf.hibernate.util.JDBCExceptionReporter
 
logExceptions(SQLException, String) - Static method in class net.sf.hibernate.util.JDBCExceptionReporter
 
logWarnings(SQLWarning) - Static method in class net.sf.hibernate.util.JDBCExceptionReporter
 
logWarnings(SQLWarning, String) - Static method in class net.sf.hibernate.util.JDBCExceptionReporter
 
lookup(String) - Method in class net.sf.hibernate.odmg.Database
Retrieve the persistent object bound to the given name.
lt(String, Object) - Static method in class net.sf.hibernate.expression.Expression
Apply a "less than" constraint to the named property
ltProperty(String, String) - Static method in class net.sf.hibernate.expression.Expression
Apply a "less than" constraint to two properties

M

MAX_FETCH_DEPTH - Static variable in class net.sf.hibernate.cfg.Environment
Maximum depth of outerjoin fetching
MAX_LO - Static variable in class net.sf.hibernate.id.SequenceHiLoGenerator
 
MAX_LO - Static variable in class net.sf.hibernate.id.TableHiLoGenerator
The max_lo parameter
ManagedConnectionFactoryImpl - class net.sf.hibernate.jca.ManagedConnectionFactoryImpl.
Factory for creating Factories, connections and matching connections Does not currently support unmanaged environments
ManagedConnectionFactoryImpl() - Constructor for class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
ManagedConnectionImpl - class net.sf.hibernate.jca.ManagedConnectionImpl.
Implementation of JCA Managed Connection.
ManyToOne - class net.sf.hibernate.mapping.ManyToOne.
A many-to-one association mapping
ManyToOne(Table) - Constructor for class net.sf.hibernate.mapping.ManyToOne
 
ManyToOneType - class net.sf.hibernate.type.ManyToOneType.
A many-to-one association to an entity
ManyToOneType(Class) - Constructor for class net.sf.hibernate.type.ManyToOneType
 
ManyToOneType(Class, String) - Constructor for class net.sf.hibernate.type.ManyToOneType
 
Map - class net.sf.hibernate.collection.Map.
A persistent wrapper for a java.util.Map.
Map(SessionImplementor) - Constructor for class net.sf.hibernate.collection.Map
 
Map() - Constructor for class net.sf.hibernate.collection.Map
 
Map(SessionImplementor, Map) - Constructor for class net.sf.hibernate.collection.Map
 
Map - class net.sf.hibernate.mapping.Map.
A map has a primary key consisting of the key columns + index columns.
Map(PersistentClass) - Constructor for class net.sf.hibernate.mapping.Map
 
MapType - class net.sf.hibernate.type.MapType.
 
MapType(String) - Constructor for class net.sf.hibernate.type.MapType
 
Mapping - interface net.sf.hibernate.engine.Mapping.
Defines operations common to "compiled" mappings (ie.
MappingException - exception net.sf.hibernate.MappingException.
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 class net.sf.hibernate.MappingException
 
MappingException(Throwable) - Constructor for class net.sf.hibernate.MappingException
 
MappingException(String) - Constructor for class net.sf.hibernate.MappingException
 
Mappings - class net.sf.hibernate.cfg.Mappings.
A collection of mappings from classes and collections to relational database tables.
MatchMode - class net.sf.hibernate.expression.MatchMode.
Represents an strategy for matching strings using "like".
MatchMode(int, String) - Constructor for class net.sf.hibernate.expression.MatchMode
 
MckoiCaseFragment - class net.sf.hibernate.sql.MckoiCaseFragment.
A Mckoi IF function.
MckoiCaseFragment() - Constructor for class net.sf.hibernate.sql.MckoiCaseFragment
 
MckoiDialect - class net.sf.hibernate.dialect.MckoiDialect.
An SQL dialect compatible with McKoi SQL
MckoiDialect() - Constructor for class net.sf.hibernate.dialect.MckoiDialect
 
MessageHelper - class net.sf.hibernate.impl.MessageHelper.
Helper methods for rendering log messages and exception messages.
MetaAttribute - class net.sf.hibernate.mapping.MetaAttribute.
A meta attribute is a named value or values.
MetaAttribute() - Constructor for class net.sf.hibernate.mapping.MetaAttribute
 
MetaDataImpl - class net.sf.hibernate.jca.MetaDataImpl.
Implementation delegates to the database connection meta data object
MetaDataImpl(ManagedConnectionImpl) - Constructor for class net.sf.hibernate.jca.MetaDataImpl
 
MetaType - class net.sf.hibernate.type.MetaType.
 
MetaType(Map, Type) - Constructor for class net.sf.hibernate.type.MetaType
 
MutableType - class net.sf.hibernate.type.MutableType.
Superclass for mutable nullable types
MutableType() - Constructor for class net.sf.hibernate.type.MutableType
 
MySQLDialect - class net.sf.hibernate.dialect.MySQLDialect.
An SQL dialect for MySQL.
MySQLDialect() - Constructor for class net.sf.hibernate.dialect.MySQLDialect
 
main(String[]) - Static method in class net.sf.hibernate.id.CounterGenerator
Deprecated.  
main(String[]) - Static method in class net.sf.hibernate.id.UUIDHexGenerator
 
main(String[]) - Static method in class net.sf.hibernate.id.UUIDStringGenerator
 
main(String[]) - Static method in class net.sf.hibernate.tool.hbm2ddl.SchemaExport
 
main(String[]) - Static method in class net.sf.hibernate.tool.hbm2ddl.SchemaUpdate
 
main(String[]) - Static method in class net.sf.hibernate.util.BytesHelper
 
makePersistent(Object) - Method in class net.sf.hibernate.odmg.Database
Make the given object persistent.
manyToOne(Class) - Static method in class net.sf.hibernate.type.TypeFactory
A many-to-one association type for the given class
manyToOne(Class, String) - Static method in class net.sf.hibernate.type.TypeFactory
A many-to-one association type for the given class
map(String) - Static method in class net.sf.hibernate.type.TypeFactory
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
mergeOuterJoins(List) - Method in class net.sf.hibernate.loader.OuterJoinLoader
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
moveToCurrentRow() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
moveToInsertRow() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
multiply(String, Iterator, Iterator) - Static method in class net.sf.hibernate.util.StringHelper
 

N

NEVER - Static variable in class net.sf.hibernate.FlushMode
The Session is never flushed unless flush() is explicitly called by the application.
NONE - Static variable in class net.sf.hibernate.LockMode
No lock required.
NONSTRICT_READ_WRITE - Static variable in class net.sf.hibernate.cache.CacheFactory
 
NOT_NULL - Static variable in class net.sf.hibernate.sql.InFragment
 
NOT_NULL_DISCRIMINATOR_MAPPING - Static variable in class net.sf.hibernate.mapping.PersistentClass
 
NO_CLASSES - Static variable in class net.sf.hibernate.proxy.CGLIBProxyFactory
 
NO_SUFFIX - Static variable in class net.sf.hibernate.loader.Loader
 
NO_VETO - Static variable in interface net.sf.hibernate.Lifecycle
Return value to accept the action (false)
NULL - Static variable in class net.sf.hibernate.sql.InFragment
 
NULL_DISCRIMINATOR_MAPPING - Static variable in class net.sf.hibernate.mapping.PersistentClass
 
Name - class net.sf.hibernate.odmg.Name.
An ODMG name that may be bound to a persistent object.
Name(String, Class, Serializable) - Constructor for class net.sf.hibernate.odmg.Name
 
Name() - Constructor for class net.sf.hibernate.odmg.Name
 
NamedSQLQuery - class net.sf.hibernate.mapping.NamedSQLQuery.
Simple value holder for named sql queries.
NamedSQLQuery(String) - Constructor for class net.sf.hibernate.mapping.NamedSQLQuery
 
NamingHelper - class net.sf.hibernate.util.NamingHelper.
 
NamingStrategy - interface net.sf.hibernate.cfg.NamingStrategy.
A set of rules for determining the physical column and table names given the information in the mapping document.
Nestable - interface net.sf.hibernate.exception.Nestable.
An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableDelegate - class net.sf.hibernate.exception.NestableDelegate.
A shared implementation of the nestable exception functionality.
NestableDelegate(Nestable) - Constructor for class net.sf.hibernate.exception.NestableDelegate
Constructs a new NestableDelegate instance to manage the specified Nestable.
NestableException - exception net.sf.hibernate.exception.NestableException.
The base class of all exceptions which can contain other exceptions.
NestableException() - Constructor for class net.sf.hibernate.exception.NestableException
Constructs a new NestableException without specified detail message.
NestableException(String) - Constructor for class net.sf.hibernate.exception.NestableException
Constructs a new NestableException with specified detail message.
NestableException(Throwable) - Constructor for class net.sf.hibernate.exception.NestableException
Constructs a new NestableException with specified nested Throwable.
NestableException(String, Throwable) - Constructor for class net.sf.hibernate.exception.NestableException
Constructs a new NestableException with specified detail message and nested Throwable.
NestableRuntimeException - exception net.sf.hibernate.exception.NestableRuntimeException.
The base class of all runtime exceptions which can contain other exceptions.
NestableRuntimeException() - Constructor for class net.sf.hibernate.exception.NestableRuntimeException
Constructs a new NestableRuntimeException without specified detail message.
NestableRuntimeException(String) - Constructor for class net.sf.hibernate.exception.NestableRuntimeException
Constructs a new NestableRuntimeException with specified detail message.
NestableRuntimeException(Throwable) - Constructor for class net.sf.hibernate.exception.NestableRuntimeException
Constructs a new NestableRuntimeException with specified nested Throwable.
NestableRuntimeException(String, Throwable) - Constructor for class net.sf.hibernate.exception.NestableRuntimeException
Constructs a new NestableRuntimeException with specified detail message and nested Throwable.
NoArgSQLFunction - class net.sf.hibernate.dialect.NoArgSQLFunction.
 
NoArgSQLFunction(Type) - Constructor for class net.sf.hibernate.dialect.NoArgSQLFunction
 
NoArgSQLFunction(Type, boolean) - Constructor for class net.sf.hibernate.dialect.NoArgSQLFunction
 
NonBatchingBatcher - class net.sf.hibernate.impl.NonBatchingBatcher.
An implementation of the Batcher interface that does no batching
NonBatchingBatcher(SessionImplementor) - Constructor for class net.sf.hibernate.impl.NonBatchingBatcher
 
NonUniqueObjectException - exception net.sf.hibernate.NonUniqueObjectException.
This exception is thrown when an operation would break session-scoped identity.
NonUniqueObjectException(String, Serializable, Class) - Constructor for class net.sf.hibernate.NonUniqueObjectException
 
NonUniqueObjectException(Serializable, Class) - Constructor for class net.sf.hibernate.NonUniqueObjectException
 
NonUniqueResultException - exception net.sf.hibernate.NonUniqueResultException.
Thrown when the application calls Query.uniqueResult() and the query returned more than one result.
NonUniqueResultException(int) - Constructor for class net.sf.hibernate.NonUniqueResultException
 
NonstrictReadWriteCache - class net.sf.hibernate.cache.NonstrictReadWriteCache.
Caches data that is sometimes updated without ever locking the cache.
NonstrictReadWriteCache() - Constructor for class net.sf.hibernate.cache.NonstrictReadWriteCache
 
NormalizedEntityPersister - class net.sf.hibernate.persister.NormalizedEntityPersister.
A ClassPersister implementing the normalized "table-per-subclass" mapping strategy.
NormalizedEntityPersister(PersistentClass, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.persister.NormalizedEntityPersister
 
NotExpression - class net.sf.hibernate.expression.NotExpression.
Negates another criterion
NotNullExpression - class net.sf.hibernate.expression.NotNullExpression.
Constrains a property to be non-null
NullExpression - class net.sf.hibernate.expression.NullExpression.
Constrains a property to be null
NullableType - class net.sf.hibernate.type.NullableType.
Superclass of single-column nullable types.
NullableType() - Constructor for class net.sf.hibernate.type.NullableType
 
narrowProxy(Object, ClassPersister, Key, Object) - Method in class net.sf.hibernate.impl.SessionImpl
If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
needsInserting(Object, int, Type) - Method in class net.sf.hibernate.collection.ArrayHolder
 
needsInserting(Object, int, Type) - Method in class net.sf.hibernate.collection.Bag
 
needsInserting(Object, int, Type) - Method in class net.sf.hibernate.collection.IdentifierBag
 
needsInserting(Object, int, Type) - Method in class net.sf.hibernate.collection.List
 
needsInserting(Object, int, Type) - Method in class net.sf.hibernate.collection.Map
 
needsInserting(Object, int, Type) - Method in class net.sf.hibernate.collection.PersistentCollection
Do we need to insert this element?
needsInserting(Object, int, Type) - Method in class net.sf.hibernate.collection.Set
 
needsRecreate(CollectionPersister) - Method in class net.sf.hibernate.collection.Bag
 
needsRecreate(CollectionPersister) - Method in class net.sf.hibernate.collection.PersistentCollection
Do we need to completely recreate this collection when it changes?
needsUpdating(Object, int, Type) - Method in class net.sf.hibernate.collection.ArrayHolder
 
needsUpdating(Object, int, Type) - Method in class net.sf.hibernate.collection.Bag
 
needsUpdating(Object, int, Type) - Method in class net.sf.hibernate.collection.IdentifierBag
 
needsUpdating(Object, int, Type) - Method in class net.sf.hibernate.collection.List
 
needsUpdating(Object, int, Type) - Method in class net.sf.hibernate.collection.Map
 
needsUpdating(Object, int, Type) - Method in class net.sf.hibernate.collection.PersistentCollection
Do we need to update this element?
needsUpdating(Object, int, Type) - Method in class net.sf.hibernate.collection.Set
 
net.sf.hibernate - package net.sf.hibernate
 
net.sf.hibernate.cache - package net.sf.hibernate.cache
 
net.sf.hibernate.cfg - package net.sf.hibernate.cfg
 
net.sf.hibernate.collection - package net.sf.hibernate.collection
 
net.sf.hibernate.connection - package net.sf.hibernate.connection
 
net.sf.hibernate.dialect - package net.sf.hibernate.dialect
 
net.sf.hibernate.engine - package net.sf.hibernate.engine
 
net.sf.hibernate.exception - package net.sf.hibernate.exception
 
net.sf.hibernate.expression - package net.sf.hibernate.expression
 
net.sf.hibernate.hql - package net.sf.hibernate.hql
 
net.sf.hibernate.id - package net.sf.hibernate.id
 
net.sf.hibernate.impl - package net.sf.hibernate.impl
 
net.sf.hibernate.jca - package net.sf.hibernate.jca
 
net.sf.hibernate.jmx - package net.sf.hibernate.jmx
 
net.sf.hibernate.loader - package net.sf.hibernate.loader
 
net.sf.hibernate.lob - package net.sf.hibernate.lob
 
net.sf.hibernate.mapping - package net.sf.hibernate.mapping
 
net.sf.hibernate.metadata - package net.sf.hibernate.metadata
 
net.sf.hibernate.odmg - package net.sf.hibernate.odmg
 
net.sf.hibernate.persister - package net.sf.hibernate.persister
 
net.sf.hibernate.property - package net.sf.hibernate.property
 
net.sf.hibernate.proxy - package net.sf.hibernate.proxy
 
net.sf.hibernate.sql - package net.sf.hibernate.sql
 
net.sf.hibernate.tool.hbm2ddl - package net.sf.hibernate.tool.hbm2ddl
 
net.sf.hibernate.transaction - package net.sf.hibernate.transaction
 
net.sf.hibernate.transform - package net.sf.hibernate.transform
 
net.sf.hibernate.type - package net.sf.hibernate.type
 
net.sf.hibernate.util - package net.sf.hibernate.util
 
net.sf.hibernate.xml - package net.sf.hibernate.xml
 
newConnectionProvider() - Static method in class net.sf.hibernate.connection.ConnectionProviderFactory
Instantiate a ConnectionProvider using System properties.
newConnectionProvider(Properties) - Static method in class net.sf.hibernate.connection.ConnectionProviderFactory
Instantiate a ConnectionProvider using given properties.
newDArray() - Method in class net.sf.hibernate.odmg.Implementation
 
newDBag() - Method in class net.sf.hibernate.odmg.Implementation
 
newDList() - Method in class net.sf.hibernate.odmg.Implementation
 
newDMap() - Method in class net.sf.hibernate.odmg.Implementation
 
newDSet() - Method in class net.sf.hibernate.odmg.Implementation
 
newDatabase() - Method in class net.sf.hibernate.odmg.Implementation
Create a new Database and associate it with the current thread.
newOQLQuery() - Method in class net.sf.hibernate.odmg.Implementation
Instantiate an OQLQuery for the Database associated with the current thread
newTransaction() - Method in class net.sf.hibernate.odmg.Implementation
Instantiate a new Transaction associated with the current thread.
next() - Method in interface net.sf.hibernate.ScrollableResults
Advance to the next result
next() - Static method in class net.sf.hibernate.cache.Timestamper
 
next() - Method in class net.sf.hibernate.impl.IteratorImpl
 
next() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
next() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
next(Object) - Method in class net.sf.hibernate.type.ByteType
 
next(Object) - Method in class net.sf.hibernate.type.CalendarType
 
next(Object) - Method in class net.sf.hibernate.type.IntegerType
 
next(Object) - Method in class net.sf.hibernate.type.LongType
 
next(Object) - Method in class net.sf.hibernate.type.ShortType
 
next(Object) - Method in class net.sf.hibernate.type.TimestampType
 
next(Object) - Method in interface net.sf.hibernate.type.VersionType
Increment the version.
next() - Method in class net.sf.hibernate.util.EmptyIterator
 
next() - Method in class net.sf.hibernate.util.JoinedIterator
 
nextTimestamp() - Method in interface net.sf.hibernate.cache.Cache
Generate a timestamp
nextTimestamp() - Method in interface net.sf.hibernate.cache.CacheProvider
Generate a timestamp
nextTimestamp() - Method in class net.sf.hibernate.cache.EhCache
Gets the next timestamp;
nextTimestamp() - Method in class net.sf.hibernate.cache.EhCacheProvider
Returns the next timestamp.
nextTimestamp() - Method in class net.sf.hibernate.cache.HashtableCache
 
nextTimestamp() - Method in class net.sf.hibernate.cache.HashtableCacheProvider
 
nextTimestamp() - Method in class net.sf.hibernate.cache.JCSCache
Deprecated.  
nextTimestamp() - Method in class net.sf.hibernate.cache.JCSCacheProvider
Deprecated.  
nextTimestamp() - Method in class net.sf.hibernate.cache.OSCache
 
nextTimestamp() - Method in class net.sf.hibernate.cache.OSCacheProvider
 
nextTimestamp() - Method in class net.sf.hibernate.cache.SwarmCache
Generate a (coarse) timestamp
nextTimestamp() - Method in class net.sf.hibernate.cache.SwarmCacheProvider
 
nextTimestamp() - Method in class net.sf.hibernate.cache.TreeCache
 
nextTimestamp() - Method in class net.sf.hibernate.cache.TreeCacheProvider
 
not(Criterion) - Static method in class net.sf.hibernate.expression.Expression
Return the negation of an expression
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in interface net.sf.hibernate.CompositeUserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeGet(ResultSet, String[], Object) - Method in interface net.sf.hibernate.UserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.ComponentType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class net.sf.hibernate.type.ComponentType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class net.sf.hibernate.type.CompositeCustomType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.CompositeCustomType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.CustomType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class net.sf.hibernate.type.CustomType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class net.sf.hibernate.type.DynamicComponentType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.DynamicComponentType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class net.sf.hibernate.type.EntityType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.EntityType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.MetaType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class net.sf.hibernate.type.MetaType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.NullableType
 
nullSafeGet(ResultSet, String[]) - Method in class net.sf.hibernate.type.NullableType
 
nullSafeGet(ResultSet, String) - Method in class net.sf.hibernate.type.NullableType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class net.sf.hibernate.type.NullableType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class net.sf.hibernate.type.ObjectType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.ObjectType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in interface net.sf.hibernate.type.Type
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in interface net.sf.hibernate.type.Type
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in interface net.sf.hibernate.CompositeUserType
Write an instance of the mapped class to a prepared statement.
nullSafeSet(PreparedStatement, Object, int) - Method in interface net.sf.hibernate.UserType
Write an instance of the mapped class to a prepared statement.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.ArrayType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.CompositeCustomType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.DynamicComponentType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.ManyToOneType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.NullableType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.NullableType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.ObjectType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.OneToOneType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in interface net.sf.hibernate.type.Type
Write an instance of the mapped class to a prepared statement.

O

OBJECT - Static variable in class net.sf.hibernate.Hibernate
Hibernate object type.
ODMGCollection - class net.sf.hibernate.collection.ODMGCollection.
All Hibernate collections actually implement the ODMG DCollection interface and are castable to that type.
ODMGCollection(SessionImplementor) - Constructor for class net.sf.hibernate.collection.ODMGCollection
 
ODMGCollection() - Constructor for class net.sf.hibernate.collection.ODMGCollection
 
ONE_MS - Static variable in class net.sf.hibernate.cache.Timestamper
 
OPEN_PAREN - Static variable in class net.sf.hibernate.util.StringHelper
 
OPTIMISTIC_LOCK_ALL - Static variable in class net.sf.hibernate.engine.Versioning
 
OPTIMISTIC_LOCK_DIRTY - Static variable in class net.sf.hibernate.engine.Versioning
 
OPTIMISTIC_LOCK_NONE - Static variable in class net.sf.hibernate.engine.Versioning
 
OPTIMISTIC_LOCK_VERSION - Static variable in class net.sf.hibernate.engine.Versioning
 
OQLQuery - class net.sf.hibernate.odmg.OQLQuery.
Experimental implementation of the ODMG OQLQuery interface.
OQLQuery(Database) - Constructor for class net.sf.hibernate.odmg.OQLQuery
Instantiate an OQLQuery for the current transaction.
OQLQuery(Transaction) - Constructor for class net.sf.hibernate.odmg.OQLQuery
Instantiate an OQLQuery for the given transaction.
OQLQuery() - Constructor for class net.sf.hibernate.odmg.OQLQuery
Instantiate an OQLQuery for the current transaction.
OSCACHE_CAPACITY - Static variable in class net.sf.hibernate.cache.OSCacheProvider
The OSCache cache capacity property suffix.
OSCACHE_CRON - Static variable in class net.sf.hibernate.cache.OSCacheProvider
The OSCache CRON expression property suffix.
OSCACHE_REFRESH_PERIOD - Static variable in class net.sf.hibernate.cache.OSCacheProvider
The OSCache refresh period property suffix.
OSCache - class net.sf.hibernate.cache.OSCache.
 
OSCache(int, String, String) - Constructor for class net.sf.hibernate.cache.OSCache
 
OSCacheProvider - class net.sf.hibernate.cache.OSCacheProvider.
Support for OpenSymphony OSCache.
OSCacheProvider() - Constructor for class net.sf.hibernate.cache.OSCacheProvider
 
OUTPUT_STYLESHEET - Static variable in class net.sf.hibernate.cfg.Environment
An XSLT resource used to generate "custom" XML
OVERWRITE - Static variable in class net.sf.hibernate.ReplicationMode
Overwrite existing rows when a row already exists.
ObjectDeletedException - exception net.sf.hibernate.ObjectDeletedException.
Thrown when the user tries to do something illegal with a deleted object.
ObjectDeletedException(String, Serializable, Class) - Constructor for class net.sf.hibernate.ObjectDeletedException
 
ObjectNotFoundException - exception net.sf.hibernate.ObjectNotFoundException.
Thrown when Session.load() fails to select a row with the given primary key (identifier value).
ObjectNotFoundException(Serializable, Class) - Constructor for class net.sf.hibernate.ObjectNotFoundException
 
ObjectType - class net.sf.hibernate.type.ObjectType.
Handles "any" mappings and the old deprecated "object" type
ObjectType(Type, Type) - Constructor for class net.sf.hibernate.type.ObjectType
 
ObjectType() - Constructor for class net.sf.hibernate.type.ObjectType
 
ObjectType.ObjectTypeCacheEntry - class net.sf.hibernate.type.ObjectType.ObjectTypeCacheEntry.
 
OneToMany - class net.sf.hibernate.mapping.OneToMany.
A mapping for a one-to-many association
OneToMany(PersistentClass) - Constructor for class net.sf.hibernate.mapping.OneToMany
 
OneToManyLoader - class net.sf.hibernate.loader.OneToManyLoader.
Loads one-to-many associations

The collection persister must implement QueryableCOllection.
OneToManyLoader(QueryableCollection, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.loader.OneToManyLoader
 
OneToManyLoader(QueryableCollection, int, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.loader.OneToManyLoader
 
OneToManyPersister - class net.sf.hibernate.collection.OneToManyPersister.
Collection persister for one-to-many associations.
OneToManyPersister(Collection, Configuration, SessionFactoryImplementor) - Constructor for class net.sf.hibernate.collection.OneToManyPersister
 
OneToOne - class net.sf.hibernate.mapping.OneToOne.
A one-to-one association mapping
OneToOne(Table, SimpleValue) - Constructor for class net.sf.hibernate.mapping.OneToOne
 
OneToOneType - class net.sf.hibernate.type.OneToOneType.
A one-to-one association to an entity
OneToOneType(Class, ForeignKeyDirection, String) - Constructor for class net.sf.hibernate.type.OneToOneType
 
OrExpression - class net.sf.hibernate.expression.OrExpression.
A logical "or"
Oracle9Dialect - class net.sf.hibernate.dialect.Oracle9Dialect.
An SQL dialect for Oracle 9 (uses ANSI-style syntax where possible).
Oracle9Dialect() - Constructor for class net.sf.hibernate.dialect.Oracle9Dialect
 
OracleDialect - class net.sf.hibernate.dialect.OracleDialect.
An SQL dialect for Oracle, compatible with Oracle 8.
OracleDialect() - Constructor for class net.sf.hibernate.dialect.OracleDialect
 
OracleJoinFragment - class net.sf.hibernate.sql.OracleJoinFragment.
An Oracle-style (theta) join
OracleJoinFragment() - Constructor for class net.sf.hibernate.sql.OracleJoinFragment
 
Order - class net.sf.hibernate.expression.Order.
Represents an order imposed upon a Criteria result set
Order(String, boolean) - Constructor for class net.sf.hibernate.expression.Order
Constructor for Order.
OrderByParser - class net.sf.hibernate.hql.OrderByParser.
Parses the ORDER BY clause of a query
OrderByParser() - Constructor for class net.sf.hibernate.hql.OrderByParser
 
OrionTransactionManagerLookup - class net.sf.hibernate.transaction.OrionTransactionManagerLookup.
TransactionManager lookup strategy for Orion
OrionTransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.OrionTransactionManagerLookup
 
OuterJoinLoadable - interface net.sf.hibernate.persister.OuterJoinLoadable.
A ClassPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
OuterJoinLoader - class net.sf.hibernate.loader.OuterJoinLoader.
Implements logic for walking a tree of associated classes.
OuterJoinLoader(Dialect) - Constructor for class net.sf.hibernate.loader.OuterJoinLoader
 
OuterJoinLoader.OuterJoinableAssociation - class net.sf.hibernate.loader.OuterJoinLoader.OuterJoinableAssociation.
 
OuterJoinLoader.OuterJoinableAssociation() - Constructor for class net.sf.hibernate.loader.OuterJoinLoader.OuterJoinableAssociation
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.BooleanType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.ByteType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.CharBooleanType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.CharacterType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.CurrencyType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.DateType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.DoubleType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.FloatType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.IntegerType
 
objectToSQLString(Object) - Method in interface net.sf.hibernate.type.LiteralType
String representation of the value, suitable for embedding in an SQL statement.
objectToSQLString(Object) - Method in class net.sf.hibernate.type.LocaleType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.LongType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
objectToSQLString(Object) - Method in class net.sf.hibernate.type.ShortType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.StringType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.TimeType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.TimeZoneType
 
objectToSQLString(Object) - Method in class net.sf.hibernate.type.TimestampType
 
occurrences(Object) - Method in class net.sf.hibernate.collection.Bag
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in interface net.sf.hibernate.Interceptor
Called before an object is deleted.
onDelete(Session) - Method in interface net.sf.hibernate.Lifecycle
Called when an entity is deleted.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface net.sf.hibernate.Interceptor
Called when an object is detected to be dirty, during a flush.
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in interface net.sf.hibernate.Interceptor
Called just before an object is initialized.
onLoad(Session, Serializable) - Method in interface net.sf.hibernate.Lifecycle
Called after an entity is loaded.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in interface net.sf.hibernate.Interceptor
Called before an object is saved.
onSave(Session) - Method in interface net.sf.hibernate.Lifecycle
Called when an entity is saved.
onUpdate(Session) - Method in interface net.sf.hibernate.Lifecycle
Called when an entity is passed to Session.update().
oneToOne(Class, ForeignKeyDirection) - Static method in class net.sf.hibernate.type.TypeFactory
A one-to-one association type for the given class
oneToOne(Class, ForeignKeyDirection, String) - Static method in class net.sf.hibernate.type.TypeFactory
A one-to-one association type for the given class
open(SessionFactory) - Method in class net.sf.hibernate.odmg.Database
Specify the underlying SessionFactory.
open(String, int) - Method in class net.sf.hibernate.odmg.Database
Specify the underlying SessionFactory, by passing a JNDI name.
openConnection() - Method in interface net.sf.hibernate.engine.Batcher
Obtain a JDBC connection
openConnection() - Method in class net.sf.hibernate.impl.BatcherImpl
 
openDatabinder() - Method in interface net.sf.hibernate.SessionFactory
Create a new databinder.
openDatabinder() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
openDatabinder() - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
openDatabinder() - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
openQuote() - Method in class net.sf.hibernate.dialect.Dialect
The opening quote for a quoted identifier
openQuote() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
openQuote() - Method in class net.sf.hibernate.dialect.SQLServerDialect
 
openSession(Connection) - Method in interface net.sf.hibernate.SessionFactory
Open a Session on the given connection.
openSession(Interceptor) - Method in interface net.sf.hibernate.SessionFactory
Create database connection and open a Session on it, specifying an interceptor.
openSession(Connection, Interceptor) - Method in interface net.sf.hibernate.SessionFactory
Open a Session on the given connection, specifying an interceptor.
openSession() - Method in interface net.sf.hibernate.SessionFactory
Create database connection and open a Session on it.
openSession(Connection, Interceptor) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
openSession(Interceptor) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
openSession(Connection) - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
openSession() - Method in class net.sf.hibernate.impl.SessionFactoryImpl
 
openSession() - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
openSession(Connection, Interceptor) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
openSession(Connection) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
openSession(Interceptor) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
openSession() - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
openSession(Connection) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
openSession(Connection, Interceptor) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
openSession(Interceptor) - Method in class net.sf.hibernate.jmx.SessionFactoryStub
 
optimisticLockMode() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
or(Criterion, Criterion) - Static method in class net.sf.hibernate.expression.Expression
Return the disjuction of two expressions
overridesEquals - Variable in class net.sf.hibernate.proxy.LazyInitializer
 
overridesEquals(Class) - Static method in class net.sf.hibernate.util.ReflectHelper
 
overridesHashCode(Class) - Static method in class net.sf.hibernate.util.ReflectHelper
 
owners - Variable in class net.sf.hibernate.loader.OuterJoinLoader
 

P

PARAMETERS - Static variable in class net.sf.hibernate.id.SequenceGenerator
 
PASS - Static variable in class net.sf.hibernate.cfg.Environment
JDBC password
PATH_SEPARATORS - Static variable in class net.sf.hibernate.hql.ParserHelper
 
PK - Static variable in interface net.sf.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the primary key column name of the generated id
POOL_SIZE - Static variable in class net.sf.hibernate.cfg.Environment
Maximum number of inactive connections for Hibernate's connection pool
PROPERTY_GET_EXCEPTION - Static variable in class net.sf.hibernate.util.ReflectHelper
 
PROPERTY_SET_EXCEPTION - Static variable in class net.sf.hibernate.util.ReflectHelper
 
PROXOOL_EXISTING_POOL - Static variable in class net.sf.hibernate.cfg.Environment
Proxool property to configure the Proxool Provider from an already existing pool (true / false)
PROXOOL_POOL_ALIAS - Static variable in class net.sf.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 net.sf.hibernate.cfg.Environment
Proxool/Hibernate property prefix
PROXOOL_PROPERTIES - Static variable in class net.sf.hibernate.cfg.Environment
Proxool property to configure the Proxool Provider using a properties file (/path/to/proxool.properties)
PROXOOL_XML - Static variable in class net.sf.hibernate.cfg.Environment
Proxool property to configure the Proxool Provider using an XML (/path/to/file.xml)
Parser - interface net.sf.hibernate.hql.Parser.
A parser is a state machine that accepts a string of tokens, bounded by start() and end() and modifies a QueryTranslator.
ParserHelper - class net.sf.hibernate.hql.ParserHelper.
 
PathExpressionParser - class net.sf.hibernate.hql.PathExpressionParser.
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 net.sf.hibernate.hql.PathExpressionParser
 
PersistentClass - class net.sf.hibernate.mapping.PersistentClass.
Mapping for an entity class.
PersistentClass() - Constructor for class net.sf.hibernate.mapping.PersistentClass
 
PersistentCollection - class net.sf.hibernate.collection.PersistentCollection.
Persistent collections are treated as value objects by Hibernate.
PersistentCollection() - Constructor for class net.sf.hibernate.collection.PersistentCollection
Not called by Hibernate, but used by non-JDK serialization, eg.
PersistentCollection(SessionImplementor) - Constructor for class net.sf.hibernate.collection.PersistentCollection
 
PersistentCollectionType - class net.sf.hibernate.type.PersistentCollectionType.
A type that handles Hibernate PersistentCollections (including arrays).
PersistentCollectionType(String) - Constructor for class net.sf.hibernate.type.PersistentCollectionType
 
PersistentEnum - interface net.sf.hibernate.PersistentEnum.
Deprecated. Support for PersistentEnums will be removed in 2.2
PersistentEnumType - class net.sf.hibernate.type.PersistentEnumType.
Deprecated. Support for PersistentEnums will be removed in 2.2
PersistentEnumType(Class) - Constructor for class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
PersistentIdentifierGenerator - interface net.sf.hibernate.id.PersistentIdentifierGenerator.
An IdentifierGenerator that requires creation of database objects.
PersistentObjectException - exception net.sf.hibernate.PersistentObjectException.
Throw when the user passes a persistent instance to a Session method that expects a transient instance.
PersistentObjectException(String) - Constructor for class net.sf.hibernate.PersistentObjectException
 
PersisterFactory - class net.sf.hibernate.persister.PersisterFactory.
Factory for ClassPersister and CollectionPersister instances
PointbaseDialect - class net.sf.hibernate.dialect.PointbaseDialect.
A Dialect for Pointbase.
PointbaseDialect() - Constructor for class net.sf.hibernate.dialect.PointbaseDialect
Creates new PointbaseDialect
PostgreSQLDialect - class net.sf.hibernate.dialect.PostgreSQLDialect.
An SQL dialect for Postgres
PostgreSQLDialect() - Constructor for class net.sf.hibernate.dialect.PostgreSQLDialect
 
PreprocessingParser - class net.sf.hibernate.hql.PreprocessingParser.
 
PreprocessingParser(Map) - Constructor for class net.sf.hibernate.hql.PreprocessingParser
 
PrimaryKey - class net.sf.hibernate.mapping.PrimaryKey.
A primary key constraint
PrimaryKey() - Constructor for class net.sf.hibernate.mapping.PrimaryKey
 
PrimitiveArray - class net.sf.hibernate.mapping.PrimitiveArray.
A primitive array has a primary key consisting of the key columns + index column.
PrimitiveArray(PersistentClass) - Constructor for class net.sf.hibernate.mapping.PrimitiveArray
 
PrimitiveType - class net.sf.hibernate.type.PrimitiveType.
Superclass of primitive / primitive wrapper types.
PrimitiveType() - Constructor for class net.sf.hibernate.type.PrimitiveType
 
Printer - class net.sf.hibernate.impl.Printer.
Renders entities to a nicely readable string.
Printer(SessionFactoryImplementor) - Constructor for class net.sf.hibernate.impl.Printer
 
ProgressDialect - class net.sf.hibernate.dialect.ProgressDialect.
An SQL dialect compatible with Progress 9.1C

Connection Parameters required: hibernate.dialect net.sf.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 net.sf.hibernate.dialect.ProgressDialect
 
PropertiesHelper - class net.sf.hibernate.util.PropertiesHelper.
 
Property - class net.sf.hibernate.mapping.Property.
Mapping for a property of a Java class (entity or component)
Property() - Constructor for class net.sf.hibernate.mapping.Property
 
PropertyAccessException - exception net.sf.hibernate.PropertyAccessException.
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 class net.sf.hibernate.PropertyAccessException
 
PropertyAccessor - interface net.sf.hibernate.property.PropertyAccessor.
Abstracts the notion of a "property".
PropertyAccessorFactory - class net.sf.hibernate.property.PropertyAccessorFactory.
 
PropertyExpression - class net.sf.hibernate.expression.PropertyExpression.
superclass for comparisons between two properties (with SQL binary operators)
PropertyMapping - interface net.sf.hibernate.persister.PropertyMapping.
Abstraction of all mappings that define properties: entities, collection elements.
PropertyNotFoundException - exception net.sf.hibernate.PropertyNotFoundException.
Indicates that an expected getter or setter method could not be found on a class.
PropertyNotFoundException(String) - Constructor for class net.sf.hibernate.PropertyNotFoundException
 
PropertyValueException - exception net.sf.hibernate.PropertyValueException.
Thrown when the (illegal) value of a property can not be persisted.
PropertyValueException(String, Class, String) - Constructor for class net.sf.hibernate.PropertyValueException
 
ProxoolConnectionProvider - class net.sf.hibernate.connection.ProxoolConnectionProvider.
A connection provider that uses a Proxool connection pool.
ProxoolConnectionProvider() - Constructor for class net.sf.hibernate.connection.ProxoolConnectionProvider
 
ProxyFactory - interface net.sf.hibernate.proxy.ProxyFactory.
 
parse(Parser, String, String, QueryTranslator) - Static method in class net.sf.hibernate.hql.ParserHelper
 
persistentClass - Variable in class net.sf.hibernate.proxy.LazyInitializer
 
position(byte[], long) - Method in class net.sf.hibernate.lob.BlobImpl
 
position(Blob, long) - Method in class net.sf.hibernate.lob.BlobImpl
 
position(String, long) - Method in class net.sf.hibernate.lob.ClobImpl
 
position(Clob, long) - Method in class net.sf.hibernate.lob.ClobImpl
 
postDelete(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
After actually deleting a row, record the fact that the instance no longer exists on the database (needed for identity-column key generation)
postDelete(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
postFlush(Iterator) - Method in interface net.sf.hibernate.Interceptor
Called after a flush that actually ends in execution of the SQL statements required to synchronize in-memory state with the database.
postFlush() - Method in class net.sf.hibernate.collection.PersistentCollection
After flushing, clear any "queued" additions, since the database state is now synchronized with the memory state.
postHydrate(ClassPersister, Serializable, Object[], Object, LockMode) - Method in interface net.sf.hibernate.engine.SessionImplementor
Register the "hydrated" state of an entity instance, after the first step of 2-phase loading
postHydrate(ClassPersister, Serializable, Object[], Object, LockMode) - Method in class net.sf.hibernate.impl.SessionImpl
Add the "hydrated state" (an array) of an uninitialized entity to the session.
postInsert(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
After actually inserting a row, record the fact that the instance exists on the database (needed for identity-column key generation)
postInsert(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
postInstantiate() - Method in class net.sf.hibernate.loader.Loader
Calculate and cache select-clause suffixes.
postInstantiate() - Method in interface net.sf.hibernate.persister.ClassPersister
Finish the initialization of this object, once all ClassPersisters have been instantiated.
postInstantiate() - Method in class net.sf.hibernate.persister.EntityPersister
 
postInstantiate() - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
postInstantiate(Class, Set, Method, Method) - Method in class net.sf.hibernate.proxy.CGLIBProxyFactory
 
postInstantiate(Class, Set, Method, Method) - Method in interface net.sf.hibernate.proxy.ProxyFactory
Called immediately after instantiation
postUpdate(Object, Object[], Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
After actually updating a row, record the fact that the database state has been updated
postUpdate(Object, Object[], Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
preFlush(Iterator) - Method in interface net.sf.hibernate.Interceptor
Called before a flush
preInsert(CollectionPersister) - Method in class net.sf.hibernate.collection.IdentifierBag
 
preInsert(CollectionPersister) - Method in class net.sf.hibernate.collection.PersistentCollection
Called before inserting rows, to ensure that any surrogate keys are fully generated
prefix(String[], String) - Static method in class net.sf.hibernate.util.StringHelper
 
preinvalidate(Serializable[]) - Method in class net.sf.hibernate.cache.UpdateTimestampsCache
 
prepare(Xid) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
prepareBatchStatement(String) - Method in interface net.sf.hibernate.engine.Batcher
Get a batchable prepared statement to use for inserting / deleting / updating (might be called many times before a single call to executeBatch()).
prepareBatchStatement(String) - Method in class net.sf.hibernate.impl.BatcherImpl
 
prepareQueryStatement(String, boolean, ScrollMode) - Method in interface net.sf.hibernate.engine.Batcher
Get a prepared statement for use in loading / querying.
prepareQueryStatement(String, boolean, ScrollMode) - Method in class net.sf.hibernate.impl.BatcherImpl
 
prepareQueryStatement(String, QueryParameters, boolean, SessionImplementor) - Method in class net.sf.hibernate.loader.Loader
Obtain a PreparedStatement with all parameters pre-bound.
prepareStatement(String, boolean) - Method in interface net.sf.hibernate.engine.Batcher
Get a non-batchable prepared statement to use for inserting / deleting / updating.
prepareStatement(String) - Method in interface net.sf.hibernate.engine.Batcher
Get a non-batchable prepared statement to use for inserting / deleting / updating.
prepareStatement(String) - Method in class net.sf.hibernate.impl.BatcherImpl
 
prepareStatement(String, boolean) - Method in class net.sf.hibernate.impl.BatcherImpl
 
prepareStatement(Connection, String) - Static method in class net.sf.hibernate.util.GetGeneratedKeysHelper
 
previous() - Method in interface net.sf.hibernate.ScrollableResults
Retreat to the previous result
previous() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
previous() - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
printPartialStackTrace(PrintWriter) - Method in interface net.sf.hibernate.exception.Nestable
Prints the stack trace for this exception only--root cause not included--using the provided writer.
printPartialStackTrace(PrintWriter) - Method in class net.sf.hibernate.exception.NestableException
 
printPartialStackTrace(PrintWriter) - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
printRootCauseStackTrace(Throwable) - Static method in class net.sf.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 net.sf.hibernate.exception.ExceptionUtils
Prints a compact stack trace for the root cause of a throwable.
printRootCauseStackTrace(Throwable, PrintWriter) - Static method in class net.sf.hibernate.exception.ExceptionUtils
Prints a compact stack trace for the root cause of a throwable.
printStackTrace(PrintWriter) - Method in interface net.sf.hibernate.exception.Nestable
Prints the stack trace of this exception to the specified print writer.
printStackTrace(PrintStream) - Method in interface net.sf.hibernate.exception.Nestable
Prints the stack trace of this exception to the specified print stream.
printStackTrace() - Method in class net.sf.hibernate.exception.NestableDelegate
Prints the stack trace of this exception the the standar error stream.
printStackTrace(PrintStream) - Method in class net.sf.hibernate.exception.NestableDelegate
Prints the stack trace of this exception to the specified stream.
printStackTrace(PrintWriter) - Method in class net.sf.hibernate.exception.NestableDelegate
Prints the stack trace of this exception to the specified writer.
printStackTrace() - Method in class net.sf.hibernate.exception.NestableException
 
printStackTrace(PrintStream) - Method in class net.sf.hibernate.exception.NestableException
 
printStackTrace(PrintWriter) - Method in class net.sf.hibernate.exception.NestableException
 
printStackTrace() - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
printStackTrace(PrintStream) - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
printStackTrace(PrintWriter) - Method in class net.sf.hibernate.exception.NestableRuntimeException
 
properSubsetOf(DSet) - Method in class net.sf.hibernate.collection.Set
 
properSupersetOf(DSet) - Method in class net.sf.hibernate.collection.Set
 
propertySelectFragment(String, String) - Method in class net.sf.hibernate.persister.EntityPersister
 
propertySelectFragment(String, String) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
propertySelectFragment(String, String) - Method in interface net.sf.hibernate.persister.Queryable
Given a query alias and an identifying suffix, render the property select fragment.
propertyToColumnName(String) - Method in class net.sf.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name
propertyToColumnName(String) - Method in class net.sf.hibernate.cfg.ImprovedNamingStrategy
Return the full property path with underscore seperators, mixed case converted to underscores
propertyToColumnName(String) - Method in interface net.sf.hibernate.cfg.NamingStrategy
Return a column name for a property path expression
propertyToTableName(String, String) - Method in class net.sf.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name
propertyToTableName(String, String) - Method in class net.sf.hibernate.cfg.ImprovedNamingStrategy
Return the full property path prefixed by the unqualified class name, with underscore seperators, mixed case converted to underscores
propertyToTableName(String, String) - Method in interface net.sf.hibernate.cfg.NamingStrategy
Return a table name for a collection
proxyFor(ClassPersister, Key, Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Return the existing proxy associated with the given Key, or the second argument (the entity associated with the key) if no proxy exists.
proxyFor(Object) - Method in interface net.sf.hibernate.engine.SessionImplementor
Return the existing proxy associated with the given Key, or the second argument (the entity associated with the key) if no proxy exists.
proxyFor(ClassPersister, Key, Object) - Method in class net.sf.hibernate.impl.SessionImpl
Grab the existing proxy for an instance, if one exists.
proxyFor(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
put(Object, Object) - Method in interface net.sf.hibernate.cache.Cache
Add an item to the cache
put(Object, Object, long, Object, Comparator) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Attempt to cache an object, after loading from the database.
put(Object, Object) - Method in class net.sf.hibernate.cache.EhCache
Puts an object into the cache.
put(Object, Object) - Method in class net.sf.hibernate.cache.HashtableCache
 
put(Object, Object) - Method in class net.sf.hibernate.cache.JCSCache
Deprecated.  
put(Object, Object, long, Object, Comparator) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
Add an item to the cache.
put(Object, Object) - Method in class net.sf.hibernate.cache.OSCache
 
put(QueryKey, Type[], List, SessionImplementor) - Method in interface net.sf.hibernate.cache.QueryCache
 
put(Object, Object, long, Object, Comparator) - Method in class net.sf.hibernate.cache.ReadOnlyCache
 
put(Object, Object, long, Object, Comparator) - Method in class net.sf.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, SessionImplementor) - Method in class net.sf.hibernate.cache.StandardQueryCache
 
put(Object, Object) - Method in class net.sf.hibernate.cache.SwarmCache
Add an item to the cache
put(Object, Object, long, Object, Comparator) - Method in class net.sf.hibernate.cache.TransactionalCache
 
put(Object, Object) - Method in class net.sf.hibernate.cache.TreeCache
 
put(Object, Object) - Method in class net.sf.hibernate.collection.Map
 
put(int, int, String) - Method in class net.sf.hibernate.dialect.TypeNames
set a type name for specified type key and capacity
put(int, String) - Method in class net.sf.hibernate.dialect.TypeNames
set a default type name for specified type key
put(Object, Object) - Method in class net.sf.hibernate.util.FastHashMap
Associate the specified value with the specified key in this map.
put(Object, Object) - Method in class net.sf.hibernate.util.IdentityMap
 
putAll(Map) - Method in class net.sf.hibernate.collection.Map
 
putAll(Map) - Method in class net.sf.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 net.sf.hibernate.util.IdentityMap
 

Q

QUERY_CACHE_FACTORY - Static variable in class net.sf.hibernate.cfg.Environment
The QueryCacheFactory implementation class.
QUERY_IMPORTS - Static variable in class net.sf.hibernate.cfg.Environment
Deprecated.  
QUERY_SUBSTITUTIONS - Static variable in class net.sf.hibernate.cfg.Environment
A comma-seperated list of token substitutions to use when translating a Hibernate query to SQL
QUOTE - Static variable in class net.sf.hibernate.dialect.Dialect
Characters used for quoting SQL identifiers
Query - interface net.sf.hibernate.Query.
An object-oriented representation of a Hibernate query.
QueryCache - interface net.sf.hibernate.cache.QueryCache.
Defines the contract for caches capable of storing query results.
QueryCacheFactory - interface net.sf.hibernate.cache.QueryCacheFactory.
Defines a factory for query cache instances.
QueryException - exception net.sf.hibernate.QueryException.
A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
QueryException(String) - Constructor for class net.sf.hibernate.QueryException
 
QueryException(String, Throwable) - Constructor for class net.sf.hibernate.QueryException
 
QueryException(String, String) - Constructor for class net.sf.hibernate.QueryException
 
QueryException(Exception) - Constructor for class net.sf.hibernate.QueryException
 
QueryImpl - class net.sf.hibernate.impl.QueryImpl.
default implementation of the Query interface, for "ordinary" HQL queries (not collection filters)
QueryImpl(String, SessionImplementor) - Constructor for class net.sf.hibernate.impl.QueryImpl
 
QueryJoinFragment - class net.sf.hibernate.sql.QueryJoinFragment.
A join that appears in a translated HQL query
QueryJoinFragment(Dialect, boolean) - Constructor for class net.sf.hibernate.sql.QueryJoinFragment
 
QueryKey - class net.sf.hibernate.cache.QueryKey.
A key that identifies a particular query with bound parameter values
QueryKey(String, QueryParameters) - Constructor for class net.sf.hibernate.cache.QueryKey
 
QueryParameters - class net.sf.hibernate.engine.QueryParameters.
 
QueryParameters(Type[], Object[]) - Constructor for class net.sf.hibernate.engine.QueryParameters
 
QueryParameters(Type[], Object[], Map, RowSelection) - Constructor for class net.sf.hibernate.engine.QueryParameters
 
QueryParameters(Type[], Object[], Map, Map, RowSelection, boolean, String, boolean) - Constructor for class net.sf.hibernate.engine.QueryParameters
 
QuerySelect - class net.sf.hibernate.sql.QuerySelect.
A translated HQL query
QuerySelect(Dialect) - Constructor for class net.sf.hibernate.sql.QuerySelect
 
QueryTranslator - class net.sf.hibernate.hql.QueryTranslator.
An instance of QueryTranslator translates a Hibernate query string to SQL.
QueryTranslator(String) - Constructor for class net.sf.hibernate.hql.QueryTranslator
Construct a query translator
Queryable - interface net.sf.hibernate.persister.Queryable.
Extends the generic ClassPersister contract to add operations required by the Hibernate Query Language
QueryableCollection - interface net.sf.hibernate.collection.QueryableCollection.
A collection role that may be queried or loaded by outer join.
qualifiedTableName - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
qualifier(String) - Static method in class net.sf.hibernate.util.StringHelper
 
qualify(String, String) - Static method in class net.sf.hibernate.util.StringHelper
 
qualify(String, String[]) - Static method in class net.sf.hibernate.util.StringHelper
 
qualifyIndexName() - Method in class net.sf.hibernate.dialect.Dialect
Do we need to qualify index names with the schema name?
qualifyIndexName() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
qualifyIndexName() - Method in class net.sf.hibernate.dialect.ProgressDialect
 
qualifyIndexName() - Method in class net.sf.hibernate.dialect.SybaseDialect
 
qualifyIndexName() - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
query(String) - Method in class net.sf.hibernate.collection.ODMGCollection
 
queryWhereFragment(String, boolean, boolean) - Method in class net.sf.hibernate.persister.EntityPersister
 
queryWhereFragment(String, boolean, boolean) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
queryWhereFragment(String, boolean, boolean) - Method in interface net.sf.hibernate.persister.Queryable
Get the where clause fragment, given a query alias
queueAdd(Object) - Method in class net.sf.hibernate.collection.PersistentCollection
Queue an addition
queueAddAll(Collection) - Method in class net.sf.hibernate.collection.PersistentCollection
Queue additions
queuedAdditionIterator() - Method in class net.sf.hibernate.collection.PersistentCollection
Iterate the "queued" additions

R

READ - Static variable in class net.sf.hibernate.LockMode
A shared lock.
READ_ONLY - Static variable in class net.sf.hibernate.cache.CacheFactory
 
READ_WRITE - Static variable in class net.sf.hibernate.cache.CacheFactory
 
REGION_NAME - Static variable in class net.sf.hibernate.cache.UpdateTimestampsCache
 
RIGHT_OUTER_JOIN - Static variable in class net.sf.hibernate.sql.JoinFragment
 
ROOT_ALIAS - Static variable in interface net.sf.hibernate.Criteria
The alias that refers to the "root" entity of the criteria query.
ROOT_ENTITY - Static variable in interface net.sf.hibernate.Criteria
Each row of results is an instance of the root entity
Range - class net.sf.hibernate.util.Range.
 
ReadOnlyCache - class net.sf.hibernate.cache.ReadOnlyCache.
Caches data that is never updated.
ReadOnlyCache() - Constructor for class net.sf.hibernate.cache.ReadOnlyCache
 
ReadWriteCache - class net.sf.hibernate.cache.ReadWriteCache.
Caches data that is sometimes updated while maintaining the semantics of "read committed" isolation level.
ReadWriteCache() - Constructor for class net.sf.hibernate.cache.ReadWriteCache
 
ReadWriteCache.Item - class net.sf.hibernate.cache.ReadWriteCache.Item.
An item of cached data, timestamped with the time it was cached,.
ReadWriteCache.Item(Object, long, Object) - Constructor for class net.sf.hibernate.cache.ReadWriteCache.Item
 
ReadWriteCache.Lock - class net.sf.hibernate.cache.ReadWriteCache.Lock.
A soft lock which supports concurrent locking, timestamped with the time it was released
ReadWriteCache.Lock(long, int, Object) - Constructor for class net.sf.hibernate.cache.ReadWriteCache.Lock
 
ReadWriteCache.Lockable - interface net.sf.hibernate.cache.ReadWriteCache.Lockable.
 
ReflectHelper - class net.sf.hibernate.util.ReflectHelper.
 
RelationalModel - interface net.sf.hibernate.mapping.RelationalModel.
A relational object which may be created using DDL
ReplicationMode - class net.sf.hibernate.ReplicationMode.
Represents a replication strategy.
ReplicationMode(int, String) - Constructor for class net.sf.hibernate.ReplicationMode
 
ResinTransactionManagerLookup - class net.sf.hibernate.transaction.ResinTransactionManagerLookup.
TransactionManager lookup strategy for Resin
ResinTransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.ResinTransactionManagerLookup
 
ResultSetWrapper - class net.sf.hibernate.impl.ResultSetWrapper.
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 net.sf.hibernate.impl.ResultSetWrapper
 
ResultTransformer - interface net.sf.hibernate.transform.ResultTransformer.
Implementors define a strategy for transforming criteria query results into the actual application-visible query result list.
RootClass - class net.sf.hibernate.mapping.RootClass.
The root class of a table-per-subclass, or table-per-concrete-class inheritance hierarchy.
RootClass() - Constructor for class net.sf.hibernate.mapping.RootClass
 
RootEntityResultTransformer - class net.sf.hibernate.transform.RootEntityResultTransformer.
 
RootEntityResultTransformer() - Constructor for class net.sf.hibernate.transform.RootEntityResultTransformer
 
RowSelection - class net.sf.hibernate.engine.RowSelection.
Represents a selection of rows in a JDBC ResultSet
RowSelection() - Constructor for class net.sf.hibernate.engine.RowSelection
 
range(int, int) - Static method in class net.sf.hibernate.util.Range
 
read() - Method in class net.sf.hibernate.collection.PersistentCollection
Called by any read-only method of the collection interface
readElement(ResultSet, Object, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
readElement(ResultSet, Object, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Read the element from a row of the JDBC ResultSet
readFrom(ResultSet, CollectionPersister, Object) - Method in class net.sf.hibernate.collection.ArrayHolder
 
readFrom(ResultSet, CollectionPersister, Object) - Method in class net.sf.hibernate.collection.Bag
 
readFrom(ResultSet, CollectionPersister, Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
readFrom(ResultSet, CollectionPersister, Object) - Method in class net.sf.hibernate.collection.List
 
readFrom(ResultSet, CollectionPersister, Object) - Method in class net.sf.hibernate.collection.Map
 
readFrom(ResultSet, CollectionPersister, Object) - Method in class net.sf.hibernate.collection.PersistentCollection
Read a row from the JDBC result set
readFrom(ResultSet, CollectionPersister, Object) - Method in class net.sf.hibernate.collection.Set
 
readIdentifier(ResultSet, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
readIdentifier(ResultSet, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Read the identifier from a row of the JDBC ResultSet
readIndex(ResultSet, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
readIndex(ResultSet, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Read the index from a row of the JDBC ResultSet
readKey(ResultSet, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
readKey(ResultSet, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Read the key from a row of the JDBC ResultSet
reconnect() - Method in interface net.sf.hibernate.Session
Obtain a new JDBC connection.
reconnect(Connection) - Method in interface net.sf.hibernate.Session
Reconnect to the given JDBC connection.
reconnect() - Method in class net.sf.hibernate.impl.SessionImpl
 
reconnect(Connection) - Method in class net.sf.hibernate.impl.SessionImpl
 
reconnect() - Method in class net.sf.hibernate.jca.JCASessionImpl
 
reconnect(Connection) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
recover(int) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
recreate(PersistentCollection, Serializable, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
recreate(PersistentCollection, Serializable, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
(Re)create the collection's persistent state
referencedPropertyName - Variable in class net.sf.hibernate.mapping.ToOne
 
reflectedPropertyClass(Class, String) - Static method in class net.sf.hibernate.util.ReflectHelper
 
reflectedPropertyType(Class, String) - Static method in class net.sf.hibernate.util.ReflectHelper
 
refresh(Object) - Method in interface net.sf.hibernate.Session
Re-read the state of the given instance from the underlying database.
refresh(Object, LockMode) - Method in interface net.sf.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
refresh(Object, LockMode) - Method in class net.sf.hibernate.impl.SessionImpl
 
refresh(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
refresh(Object, LockMode) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
refreshRow() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
registerColumnType(int, int, String) - Method in class net.sf.hibernate.dialect.Dialect
Subclasses register a typename for the given type code and maximum column length.
registerColumnType(int, String) - Method in class net.sf.hibernate.dialect.Dialect
Subclasses register a typename for the given type code.
registerFunction(String, SQLFunction) - Method in class net.sf.hibernate.dialect.Dialect
 
registerSynchronization(Synchronization) - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
relative(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
release(Object, CacheConcurrencyStrategy.SoftLock) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
release(Object, CacheConcurrencyStrategy.SoftLock) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
Invalidate the item (again, for safety).
release(Object, CacheConcurrencyStrategy.SoftLock) - Method in class net.sf.hibernate.cache.ReadOnlyCache
Unsupported!
release(Object, CacheConcurrencyStrategy.SoftLock) - Method in class net.sf.hibernate.cache.ReadWriteCache
Release the soft lock on the item.
release(Object, CacheConcurrencyStrategy.SoftLock) - Method in class net.sf.hibernate.cache.TransactionalCache
Do nothing.
remove(Object) - Method in interface net.sf.hibernate.cache.Cache
Remove an item from the cache
remove(Object) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Evict an item from the cache immediately (without regard for transaction isolation).
remove(Object) - Method in class net.sf.hibernate.cache.EhCache
Removes the element which matches the key.
remove(Object) - Method in class net.sf.hibernate.cache.HashtableCache
 
remove(Object) - Method in class net.sf.hibernate.cache.JCSCache
Deprecated.  
remove(Object) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
 
remove(Object) - Method in class net.sf.hibernate.cache.OSCache
 
remove(Object) - Method in class net.sf.hibernate.cache.ReadOnlyCache
 
remove(Object) - Method in class net.sf.hibernate.cache.ReadWriteCache
 
remove(Object) - Method in class net.sf.hibernate.cache.SwarmCache
Remove an item from the cache
remove(Object) - Method in class net.sf.hibernate.cache.TransactionalCache
 
remove(Object) - Method in class net.sf.hibernate.cache.TreeCache
 
remove(Serializable, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
remove(Object) - Method in class net.sf.hibernate.collection.Bag
 
remove(int) - Method in class net.sf.hibernate.collection.Bag
 
remove(Serializable, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Completely remove the persistent state of the collection
remove(Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
remove(int) - Method in class net.sf.hibernate.collection.IdentifierBag
 
remove(Object) - Method in class net.sf.hibernate.collection.List
 
remove(int) - Method in class net.sf.hibernate.collection.List
 
remove(Object) - Method in class net.sf.hibernate.collection.Map
 
remove(Object) - Method in class net.sf.hibernate.collection.Set
 
remove() - Method in class net.sf.hibernate.impl.IteratorImpl
 
remove() - Method in class net.sf.hibernate.util.EmptyIterator
 
remove(Object) - Method in class net.sf.hibernate.util.FastHashMap
Remove any mapping for this key, and return any previously mapped value.
remove(Object) - Method in class net.sf.hibernate.util.IdentityMap
 
remove() - Method in class net.sf.hibernate.util.JoinedIterator
 
removeAll(Collection) - Method in class net.sf.hibernate.collection.Bag
 
removeAll(Collection) - Method in class net.sf.hibernate.collection.IdentifierBag
 
removeAll(Collection) - Method in class net.sf.hibernate.collection.List
 
removeAll(Collection) - Method in class net.sf.hibernate.collection.Set
 
removeCommonFrames(List, List) - Static method in class net.sf.hibernate.exception.ExceptionUtils
Removes common frames from the cause trace given the two stack traces.
removeConnectionEventListener(ConnectionEventListener) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
removeInstance(String, String, Properties) - Static method in class net.sf.hibernate.impl.SessionFactoryObjectFactory
 
renderOrderByStringTemplate(String, Dialect) - Static method in class net.sf.hibernate.sql.Template
 
renderStatement(List, String, SessionFactoryImplementor) - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
renderWhereStringTemplate(String, Dialect) - Static method in class net.sf.hibernate.sql.Template
 
repeat(String, int) - Static method in class net.sf.hibernate.util.StringHelper
 
replace(String, String, String) - Static method in class net.sf.hibernate.util.StringHelper
 
replace(String, String, String, boolean) - Static method in class net.sf.hibernate.util.StringHelper
 
replaceOnce(String, String, String) - Static method in class net.sf.hibernate.util.StringHelper
 
replicate(Object, ReplicationMode) - Method in interface net.sf.hibernate.Session
Persist all reachable transient objects, reusing the current identifier values.
replicate(Object, ReplicationMode) - Method in class net.sf.hibernate.impl.SessionImpl
 
replicate(Object, ReplicationMode) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
reset() - Method in class net.sf.hibernate.cfg.Configuration
 
resize(int) - Method in class net.sf.hibernate.collection.List
 
resolveEntity(String, String) - Method in class net.sf.hibernate.util.DTDEntityResolver
 
resolveIdentifier(Object, SessionImplementor, Object) - Method in class net.sf.hibernate.type.AbstractType
 
resolveIdentifier(Object, SessionImplementor, Object) - Method in class net.sf.hibernate.type.ComponentType
 
resolveIdentifier(Serializable, SessionImplementor) - Method in class net.sf.hibernate.type.EntityType
Resolve an identifier
resolveIdentifier(Object, SessionImplementor, Object) - Method in class net.sf.hibernate.type.EntityType
Resolve an identifier or unique key value
resolveIdentifier(Serializable, SessionImplementor) - Method in class net.sf.hibernate.type.ManyToOneType
 
resolveIdentifier(Object, SessionImplementor, Object) - Method in class net.sf.hibernate.type.ObjectType
 
resolveIdentifier(Serializable, SessionImplementor) - Method in class net.sf.hibernate.type.OneToOneType
 
resolveIdentifier(Object, SessionImplementor, Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
resolveIdentifier(Object, SessionImplementor, Object) - Method in interface net.sf.hibernate.type.Type
Map identifiers to entities or collections.
resume(Transaction) - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 
retainAll(Collection) - Method in class net.sf.hibernate.collection.Bag
 
retainAll(Collection) - Method in class net.sf.hibernate.collection.IdentifierBag
 
retainAll(Collection) - Method in class net.sf.hibernate.collection.List
 
retainAll(Collection) - Method in class net.sf.hibernate.collection.Set
 
returnColumnName - Variable in class net.sf.hibernate.sql.CaseFragment
 
returnMaps() - Method in interface net.sf.hibernate.Criteria
Deprecated. use setResultTransformer(Criteria.ALIAS_TO_ENTITY_MAP)
returnMaps() - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
returnMaps() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
returnRootEntities() - Method in interface net.sf.hibernate.Criteria
Deprecated. use setResultTransformer(Criteria.ROOT_ENTITY)
returnRootEntities() - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
returnRootEntities() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
returnedClass() - Method in interface net.sf.hibernate.CompositeUserType
The class returned by nullSafeGet().
returnedClass() - Method in interface net.sf.hibernate.UserType
The class returned by nullSafeGet().
rollback() - Method in interface net.sf.hibernate.Transaction
Force the underlying transaction to roll back.
rollback(Xid) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
rollback() - Method in class net.sf.hibernate.transaction.JDBCTransaction
 
rollback() - Method in class net.sf.hibernate.transaction.JTATransaction
 
rollback() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
rollback() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 
root(String) - Static method in class net.sf.hibernate.util.StringHelper
 
rowDeleted() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
rowInserted() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
rowSelectColumnNames - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
rowUpdated() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 

S

SAPDBDialect - class net.sf.hibernate.dialect.SAPDBDialect.
An SQL dialect compatible with SAP DB.
SAPDBDialect() - Constructor for class net.sf.hibernate.dialect.SAPDBDialect
 
SAVE_ANY - Static variable in class net.sf.hibernate.engine.Cascades
Always assume the transient instance is newly instantiated
SAVE_NONE - Static variable in class net.sf.hibernate.engine.Cascades
Never assume the transient instance is newly instantiated
SAVE_NULL - Static variable in class net.sf.hibernate.engine.Cascades
Assume the transient instance is newly instantiated if the identifier is null.
SCHEMA - Static variable in interface net.sf.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the schema name
SCROLL_INSENSITIVE - Static variable in class net.sf.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 net.sf.hibernate.ScrollMode
 
SEQUENCE - Static variable in class net.sf.hibernate.id.SequenceGenerator
 
SERIALIZABLE - Static variable in class net.sf.hibernate.Hibernate
Hibernate serializable type.
SESSION_FACTORY_NAME - Static variable in class net.sf.hibernate.cfg.Environment
JNDI name to bind to SessionFactory
SHORT - Static variable in class net.sf.hibernate.Hibernate
Hibernate short type.
SHORT_CIRCUIT_INDICATOR - Static variable in class net.sf.hibernate.id.IdentifierGeneratorFactory
 
SHOW_SQL - Static variable in class net.sf.hibernate.cfg.Environment
Enable logging of generated SQL to the console
SINGLE_QUOTE - Static variable in class net.sf.hibernate.util.StringHelper
 
SQLCriterion - class net.sf.hibernate.expression.SQLCriterion.
A SQL fragment.
SQLExceptionConverter - interface net.sf.hibernate.exception.SQLExceptionConverter.
Defines a contract for implementations that know how to convert SQLExceptions into Hibernate's JDBCException hierarchy.
SQLExceptionConverterFactory - class net.sf.hibernate.exception.SQLExceptionConverterFactory.
A factory for building SQLExceptionConverter instances.
SQLExceptionConverterFactory() - Constructor for class net.sf.hibernate.exception.SQLExceptionConverterFactory
 
SQLFunction - interface net.sf.hibernate.dialect.SQLFunction.
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.
SQLGrammarException - exception net.sf.hibernate.exception.SQLGrammarException.
Implementation of JDBCException indicating that the SQL sent to the database server was invalid (syntax error, invalid object references, etc).
SQLGrammarException(SQLException) - Constructor for class net.sf.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
SQLGrammarException(String, SQLException) - Constructor for class net.sf.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
SQLLoadable - interface net.sf.hibernate.persister.SQLLoadable.
A class persister that supports queries expressed in the platform native SQL dialect
SQLLoader - class net.sf.hibernate.loader.SQLLoader.
A loader that uses a native SQL query string provided by the user
SQLLoader(String[], SQLLoadable[], SessionFactoryImplementor, String, Collection) - Constructor for class net.sf.hibernate.loader.SQLLoader
 
SQLQueryImpl - class net.sf.hibernate.impl.SQLQueryImpl.
Implements SQL query passthrough.
SQLServerDialect - class net.sf.hibernate.dialect.SQLServerDialect.
A dialect for Microsoft SQL Server 2000
SQLServerDialect() - Constructor for class net.sf.hibernate.dialect.SQLServerDialect
 
SQLStateConverter - class net.sf.hibernate.exception.SQLStateConverter.
A SQLExceptionConverter implementation which performs converion based on the underlying SQLState.
SQLStateConverter(ViolatedConstraintNameExtracter) - Constructor for class net.sf.hibernate.exception.SQLStateConverter
 
SQL_EXCEPTION_CONVERTER - Static variable in class net.sf.hibernate.cfg.Environment
The SQLExceptionConverter to use for converting SQLExceptions to Hibernate's JDBCException hierarchy.
START - Static variable in class net.sf.hibernate.expression.MatchMode
Match the start of the string to the pattern
STATEMENT_BATCH_SIZE - Static variable in class net.sf.hibernate.cfg.Environment
Maximum JDBC batch size.
STATEMENT_CACHE_SIZE - Static variable in class net.sf.hibernate.cfg.Environment
Deprecated. Hibernate no longer has a built-in prepared statement cache
STATEMENT_FETCH_SIZE - Static variable in class net.sf.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.
STRING - Static variable in class net.sf.hibernate.Hibernate
Hibernate string type.
STYLE_ALL - Static variable in class net.sf.hibernate.engine.Cascades
save / delete / update / evict / lock / replicate
STYLE_ALL_DELETE_ORPHAN - Static variable in class net.sf.hibernate.engine.Cascades
save / delete / update / evict / lock / replicate + delete orphans
STYLE_DELETE_ORPHAN - Static variable in class net.sf.hibernate.engine.Cascades
delete + delete orphans
STYLE_NONE - Static variable in class net.sf.hibernate.engine.Cascades
no cascades
STYLE_ONLY_DELETE - Static variable in class net.sf.hibernate.engine.Cascades
delete
STYLE_SAVE_UPDATE - Static variable in class net.sf.hibernate.engine.Cascades
save / update / lock / replicate
SchemaExport - class net.sf.hibernate.tool.hbm2ddl.SchemaExport.
Commandline tool to export table schema to the database.
SchemaExport(Configuration) - Constructor for class net.sf.hibernate.tool.hbm2ddl.SchemaExport
Create a schema exporter for the given Configuration
SchemaExport(Configuration, Properties) - Constructor for class net.sf.hibernate.tool.hbm2ddl.SchemaExport
Create a schema exporter for the given Configuration, with the given database connection properties.
SchemaExportTask - class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask.
An Ant task for SchemaExport.
SchemaExportTask() - Constructor for class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
 
SchemaUpdate - class net.sf.hibernate.tool.hbm2ddl.SchemaUpdate.
A commandline tool to update a database schema.
SchemaUpdate(Configuration) - Constructor for class net.sf.hibernate.tool.hbm2ddl.SchemaUpdate
 
SchemaUpdate(Configuration, Properties) - Constructor for class net.sf.hibernate.tool.hbm2ddl.SchemaUpdate
 
SchemaUpdateTask - class net.sf.hibernate.tool.hbm2ddl.SchemaUpdateTask.
An Ant task for SchemaUpdate.
SchemaUpdateTask() - Constructor for class net.sf.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
ScrollMode - class net.sf.hibernate.ScrollMode.
Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
ScrollableResults - interface net.sf.hibernate.ScrollableResults.
A result iterator that allows moving around within the results by arbitrary increments.
ScrollableResultsImpl - class net.sf.hibernate.impl.ScrollableResultsImpl.
Implementation of the ScrollableResults interface
ScrollableResultsImpl(ResultSet, PreparedStatement, SessionImplementor, QueryTranslator, QueryParameters, Type[], Class) - Constructor for class net.sf.hibernate.impl.ScrollableResultsImpl
 
Select - class net.sf.hibernate.sql.Select.
A simple SQL SELECT statement
Select() - Constructor for class net.sf.hibernate.sql.Select
 
SelectFragment - class net.sf.hibernate.sql.SelectFragment.
A fragment of an SQL SELECT clause
SelectFragment() - Constructor for class net.sf.hibernate.sql.SelectFragment
 
SelectParser - class net.sf.hibernate.hql.SelectParser.
Parsers the select clause of a Hibernate query.
SelectParser() - Constructor for class net.sf.hibernate.hql.SelectParser
 
SelectPathExpressionParser - class net.sf.hibernate.hql.SelectPathExpressionParser.
 
SelectPathExpressionParser() - Constructor for class net.sf.hibernate.hql.SelectPathExpressionParser
 
SequenceGenerator - class net.sf.hibernate.id.SequenceGenerator.
sequence

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

An IdentifierGenerator that combines a hi/lo algorithm with an underlying oracle-style sequence that generates hi values.
SequenceHiLoGenerator() - Constructor for class net.sf.hibernate.id.SequenceHiLoGenerator
 
SerializableProxy - class net.sf.hibernate.proxy.SerializableProxy.
Serializable placeholder for CGLIB proxies
SerializableProxy() - Constructor for class net.sf.hibernate.proxy.SerializableProxy
 
SerializableProxy(Class, Class[], Serializable, Method, Method) - Constructor for class net.sf.hibernate.proxy.SerializableProxy
 
SerializableType - class net.sf.hibernate.type.SerializableType.
serializable: A type that maps an SQL VARBINARY to a serializable Java object.
SerializableType(Class) - Constructor for class net.sf.hibernate.type.SerializableType
 
SerializationException - exception net.sf.hibernate.type.SerializationException.
Thrown when a property cannot be serializaed/deserialized
SerializationException(String, Exception) - Constructor for class net.sf.hibernate.type.SerializationException
 
SerializationHelper - class net.sf.hibernate.util.SerializationHelper.
Assists with the serialization process and performs additional functionality based on serialization.
Session - interface net.sf.hibernate.Session.
The main runtime interface between a Java application and Hibernate.
SessionFactory - interface net.sf.hibernate.SessionFactory.
Creates Sessions.
SessionFactoryImpl - class net.sf.hibernate.impl.SessionFactoryImpl.
Concrete implementation of the SessionFactory interface.
SessionFactoryImpl(Configuration, Settings) - Constructor for class net.sf.hibernate.impl.SessionFactoryImpl
 
SessionFactoryImplementor - interface net.sf.hibernate.engine.SessionFactoryImplementor.
Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionFactoryObjectFactory - class net.sf.hibernate.impl.SessionFactoryObjectFactory.
Resolves SessionFactory JNDI lookups and deserialization
SessionFactoryObjectFactory() - Constructor for class net.sf.hibernate.impl.SessionFactoryObjectFactory
 
SessionFactoryStub - class net.sf.hibernate.jmx.SessionFactoryStub.
A flyweight for SessionFactory.
SessionImpl - class net.sf.hibernate.impl.SessionImpl.
Concrete implementation of a Session, and also the central, organizing component of Hibernate's internal implementation.
SessionImpl.CollectionEntry - class net.sf.hibernate.impl.SessionImpl.CollectionEntry.
We need an entry to tell us all about the current state of a collection with respect to its persistent state
SessionImpl.CollectionEntry() - Constructor for class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
SessionImplementor - interface net.sf.hibernate.engine.SessionImplementor.
Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or ClassPersister.
Set - class net.sf.hibernate.collection.Set.
A persistent wrapper for a java.util.Set.
Set(SessionImplementor) - Constructor for class net.sf.hibernate.collection.Set
 
Set() - Constructor for class net.sf.hibernate.collection.Set
 
Set(SessionImplementor, Set) - Constructor for class net.sf.hibernate.collection.Set
 
Set - class net.sf.hibernate.mapping.Set.
A set with no nullable element columns.
Set(PersistentClass) - Constructor for class net.sf.hibernate.mapping.Set
Constructor for Set.
SetType - class net.sf.hibernate.type.SetType.
 
SetType(String) - Constructor for class net.sf.hibernate.type.SetType
 
Setter - interface net.sf.hibernate.property.Setter.
Sets values to a particular property
Settings - class net.sf.hibernate.cfg.Settings.
Settings that affect the behaviour of Hibernate at runtime.
Settings() - Constructor for class net.sf.hibernate.cfg.Settings
 
SettingsFactory - class net.sf.hibernate.cfg.SettingsFactory.
Reads configuration properties and configures a Settings instance.
ShortType - class net.sf.hibernate.type.ShortType.
short: A type that maps an SQL SMALLINT to a Java Short.
ShortType() - Constructor for class net.sf.hibernate.type.ShortType
 
SimpleEntityLoader - class net.sf.hibernate.loader.SimpleEntityLoader.
Loads entity instances one instance per select, without without any outerjoin fetching.
SimpleEntityLoader(Loadable, String, LockMode) - Constructor for class net.sf.hibernate.loader.SimpleEntityLoader
 
SimpleExpression - class net.sf.hibernate.expression.SimpleExpression.
superclass for "simple" comparisons (with SQL binary operators)
SimpleSelect - class net.sf.hibernate.sql.SimpleSelect.
An SQL SELECT statement with no table joins
SimpleSelect() - Constructor for class net.sf.hibernate.sql.SimpleSelect
 
SimpleValue - class net.sf.hibernate.mapping.SimpleValue.
Any value that maps to columns.
SimpleValue(Table) - Constructor for class net.sf.hibernate.mapping.SimpleValue
 
SimpleValue() - Constructor for class net.sf.hibernate.mapping.SimpleValue
 
SortedMap - class net.sf.hibernate.collection.SortedMap.
A persistent wrapper for a java.util.SortedMap.
SortedMap(SessionImplementor) - Constructor for class net.sf.hibernate.collection.SortedMap
 
SortedMap(SessionImplementor, CollectionPersister, Comparator, Serializable, Object) - Constructor for class net.sf.hibernate.collection.SortedMap
 
SortedMap(SessionImplementor, SortedMap) - Constructor for class net.sf.hibernate.collection.SortedMap
 
SortedMap() - Constructor for class net.sf.hibernate.collection.SortedMap
 
SortedMapType - class net.sf.hibernate.type.SortedMapType.
 
SortedMapType(String, Comparator) - Constructor for class net.sf.hibernate.type.SortedMapType
 
SortedSet - class net.sf.hibernate.collection.SortedSet.
A persistent wrapper for a java.util.SortedSet.
SortedSet(SessionImplementor) - Constructor for class net.sf.hibernate.collection.SortedSet
 
SortedSet(SessionImplementor, SortedSet) - Constructor for class net.sf.hibernate.collection.SortedSet
 
SortedSet() - Constructor for class net.sf.hibernate.collection.SortedSet
 
SortedSet(SessionImplementor, CollectionPersister, Comparator, Serializable, Object) - Constructor for class net.sf.hibernate.collection.SortedSet
 
SortedSetType - class net.sf.hibernate.type.SortedSetType.
 
SortedSetType(String, Comparator) - Constructor for class net.sf.hibernate.type.SortedSetType
 
StaleObjectStateException - exception net.sf.hibernate.StaleObjectStateException.
Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning).
StaleObjectStateException(Class, Serializable) - Constructor for class net.sf.hibernate.StaleObjectStateException
 
StandardQueryCache - class net.sf.hibernate.cache.StandardQueryCache.
The standard implementation of the Hibernate QueryCache interface.
StandardQueryCache(CacheProvider, Properties, UpdateTimestampsCache, String) - Constructor for class net.sf.hibernate.cache.StandardQueryCache
 
StandardQueryCacheFactory - class net.sf.hibernate.cache.StandardQueryCacheFactory.
Standard Hibernate implementation of the QueryCacheFactory interface.
StandardQueryCacheFactory() - Constructor for class net.sf.hibernate.cache.StandardQueryCacheFactory
 
StandardSQLFunction - class net.sf.hibernate.dialect.StandardSQLFunction.
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
StandardSQLFunction() - Constructor for class net.sf.hibernate.dialect.StandardSQLFunction
 
StandardSQLFunction(Type) - Constructor for class net.sf.hibernate.dialect.StandardSQLFunction
 
StringHelper - class net.sf.hibernate.util.StringHelper.
 
StringType - class net.sf.hibernate.type.StringType.
string: A type that maps an SQL VARCHAR to a Java String.
StringType() - Constructor for class net.sf.hibernate.type.StringType
 
Subclass - class net.sf.hibernate.mapping.Subclass.
A sublass in a table-per-subclass, or table-per-concrete-class inheritance hierarchy.
Subclass(PersistentClass) - Constructor for class net.sf.hibernate.mapping.Subclass
 
SunONETransactionManagerLookup - class net.sf.hibernate.transaction.SunONETransactionManagerLookup.
TransactionManager lookup strategy for Sun ONE Application Server 7
SunONETransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.SunONETransactionManagerLookup
 
SwarmCache - class net.sf.hibernate.cache.SwarmCache.
 
SwarmCache(ObjectCache) - Constructor for class net.sf.hibernate.cache.SwarmCache
 
SwarmCacheProvider - class net.sf.hibernate.cache.SwarmCacheProvider.
Support for SwarmCache replicated cache.
SwarmCacheProvider() - Constructor for class net.sf.hibernate.cache.SwarmCacheProvider
 
Sybase11_9_2Dialect - class net.sf.hibernate.dialect.Sybase11_9_2Dialect.
A SQL dialect suitable for use with Sybase 11.9.2 (specifically: avoids ANSI JOIN syntax)
Sybase11_9_2Dialect() - Constructor for class net.sf.hibernate.dialect.Sybase11_9_2Dialect
 
Sybase11_9_2JoinFragment - class net.sf.hibernate.sql.Sybase11_9_2JoinFragment.
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.
Sybase11_9_2JoinFragment() - Constructor for class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
SybaseAnywhereDialect - class net.sf.hibernate.dialect.SybaseAnywhereDialect.
SQL Dialect for Sybase Anywhere extending Sybase (Enterprise) Dialect (Tested on ASA 8.x)
SybaseAnywhereDialect() - Constructor for class net.sf.hibernate.dialect.SybaseAnywhereDialect
 
SybaseDialect - class net.sf.hibernate.dialect.SybaseDialect.
An SQL dialect compatible with Sybase and MS SQL Server.
SybaseDialect() - Constructor for class net.sf.hibernate.dialect.SybaseDialect
 
save(Object) - Method in interface net.sf.hibernate.Session
Persist the given transient instance, first assigning a generated identifier.
save(Object, Serializable) - Method in interface net.sf.hibernate.Session
Persist the given transient instance, using the given identifier.
save(Object) - Method in class net.sf.hibernate.impl.SessionImpl
Save a transient object.
save(Object, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
Save a transient object with a manually assigned ID.
save(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
save(Object, Serializable) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
saveOrUpdate(Object) - Method in interface net.sf.hibernate.Session
Either save() or update() the given instance, depending upon the value of its identifier property.
saveOrUpdate(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
saveOrUpdate(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
saveOrUpdateCopy(Object) - Method in interface net.sf.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
saveOrUpdateCopy(Object, Serializable) - Method in interface net.sf.hibernate.Session
Copy the state of the given object onto the persistent object with the given identifier.
saveOrUpdateCopy(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
saveOrUpdateCopy(Object, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
 
saveOrUpdateCopy(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
saveOrUpdateCopy(Object, Serializable) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
scheduleBatchLoad(Class, Serializable) - Method in interface net.sf.hibernate.engine.SessionImplementor
Register the entity as batch loadable, if enabled
scheduleBatchLoad(Class, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
 
scroll() - Method in interface net.sf.hibernate.Query
Return the query results as ScrollableResults.
scroll(ScrollMode) - Method in interface net.sf.hibernate.Query
Return the query results as ScrollableResults.
scroll(int) - Method in interface net.sf.hibernate.ScrollableResults
Scroll an arbitrary number of locations
scroll(String, QueryParameters) - Method in interface net.sf.hibernate.engine.SessionImplementor
Execute a scroll() query
scroll(QueryParameters, SessionImplementor) - Method in class net.sf.hibernate.hql.QueryTranslator
Return the query results, as an instance of ScrollableResults
scroll() - Method in class net.sf.hibernate.impl.FilterImpl
 
scroll() - Method in class net.sf.hibernate.impl.QueryImpl
 
scroll(ScrollMode) - Method in class net.sf.hibernate.impl.QueryImpl
 
scroll() - Method in class net.sf.hibernate.impl.SQLQueryImpl
 
scroll(ScrollMode) - Method in class net.sf.hibernate.impl.SQLQueryImpl
 
scroll(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
scroll(String, QueryParameters) - Method in class net.sf.hibernate.impl.SessionImpl
 
seed() - Method in class net.sf.hibernate.type.ByteType
 
seed() - Method in class net.sf.hibernate.type.CalendarType
 
seed() - Method in class net.sf.hibernate.type.IntegerType
 
seed() - Method in class net.sf.hibernate.type.LongType
 
seed() - Method in class net.sf.hibernate.type.ShortType
 
seed() - Method in class net.sf.hibernate.type.TimestampType
 
seed() - Method in interface net.sf.hibernate.type.VersionType
Generate an initial version.
seedVersion(Object[], int, VersionType) - Static method in class net.sf.hibernate.engine.Versioning
Seed the given instance state snapshot with an initial version number
select(String) - Method in class net.sf.hibernate.collection.ODMGCollection
 
selectElement(String) - Method in class net.sf.hibernate.collection.ODMGCollection
 
selectFragment(String) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
Generate a list of collection index, key and element columns
selectFragment(String, String, boolean) - Method in class net.sf.hibernate.collection.BasicCollectionPersister
 
selectFragment(String, String, boolean) - Method in class net.sf.hibernate.collection.OneToManyPersister
 
selectFragment(String) - Method in interface net.sf.hibernate.collection.QueryableCollection
Generate a list of collection index and element columns
selectFragment(String, String) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
selectFragment(String, String, boolean) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
selectFragment(String, String, boolean) - Method in interface net.sf.hibernate.persister.Joinable
All columns to select, when loading.
selectFragment(String, String) - Method in interface net.sf.hibernate.persister.OuterJoinLoadable
Generate a list of collection index and element columns
selectFragment(String, String) - Method in interface net.sf.hibernate.persister.SQLLoadable
All columns to select, when loading.
selectString(List, SessionFactoryImplementor) - Method in class net.sf.hibernate.loader.OuterJoinLoader
Generate a select list of columns containing all properties of the entity classes
serializable(Class) - Static method in class net.sf.hibernate.Hibernate
A Hibernate serializable type.
serializableProxy() - Method in class net.sf.hibernate.proxy.CGLIBLazyInitializer
 
serializableProxy() - Method in class net.sf.hibernate.proxy.LazyInitializer
 
serialize(Map) - Static method in class net.sf.hibernate.util.IdentityMap
Workaround for a JDK 1.4.1 bug where IdentityHashMaps are not correctly deserialized.
serialize(Serializable, OutputStream) - Static method in class net.sf.hibernate.util.SerializationHelper
Serializes an Object to the specified stream.
serialize(Serializable) - Static method in class net.sf.hibernate.util.SerializationHelper
Serializes an Object to a byte array for storage/serialization.
session - Variable in class net.sf.hibernate.proxy.LazyInitializer
 
set(int, Object) - Method in class net.sf.hibernate.collection.Bag
 
set(int, Object) - Method in class net.sf.hibernate.collection.IdentifierBag
 
set(int, Object) - Method in class net.sf.hibernate.collection.List
 
set(Object, Object) - Method in class net.sf.hibernate.property.BasicPropertyAccessor.BasicSetter
 
set(Object, Object) - Method in class net.sf.hibernate.property.DirectPropertyAccessor.DirectSetter
 
set(Object, Object) - Method in interface net.sf.hibernate.property.Setter
Set the property value from the given instance
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.BigDecimalType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.BinaryType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.BlobType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.BooleanType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.ByteType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.CalendarDateType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.CalendarType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.CharBooleanType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.CharacterType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.ClassType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.ClobType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.CurrencyType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.DateType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.DoubleType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.FloatType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.IntegerType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.LocaleType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.LongType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.NullableType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.SerializableType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.ShortType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.StringType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.TextType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.TimeType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.TimeZoneType
 
set(PreparedStatement, Object, int) - Method in class net.sf.hibernate.type.TimestampType
 
set(String) - Static method in class net.sf.hibernate.type.TypeFactory
 
setAlias(String) - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
setAsciiStream(long) - Method in class net.sf.hibernate.lob.ClobImpl
 
setAssociatedClass(PersistentClass) - Method in class net.sf.hibernate.mapping.OneToMany
 
setAutoImport(boolean) - Method in class net.sf.hibernate.cfg.Mappings
Sets the autoImport.
setBatchSize(int) - Method in class net.sf.hibernate.mapping.Collection
 
setBatchSize(int) - Method in class net.sf.hibernate.mapping.PersistentClass
 
setBatchUpdateVersioned(boolean) - Method in class net.sf.hibernate.jmx.HibernateService
 
setBatchUpdateVersioned(boolean) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Enabled/disable JDBC batch updates for versioned entities
setBigDecimal(int, BigDecimal) - Method in interface net.sf.hibernate.Query
 
setBigDecimal(String, BigDecimal) - Method in interface net.sf.hibernate.Query
 
setBigDecimal(int, BigDecimal) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setBigDecimal(String, BigDecimal) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setBinary(int, byte[]) - Method in interface net.sf.hibernate.Query
 
setBinary(String, byte[]) - Method in interface net.sf.hibernate.Query
 
setBinary(int, byte[]) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setBinary(String, byte[]) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setBinaryStream(long) - Method in class net.sf.hibernate.lob.BlobImpl
 
setBoolean(int, boolean) - Method in interface net.sf.hibernate.Query
 
setBoolean(String, boolean) - Method in interface net.sf.hibernate.Query
 
setBoolean(int, boolean) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setBoolean(String, boolean) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setByte(int, byte) - Method in interface net.sf.hibernate.Query
 
setByte(String, byte) - Method in interface net.sf.hibernate.Query
 
setByte(int, byte) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setByte(String, byte) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setBytes(long, byte[]) - Method in class net.sf.hibernate.lob.BlobImpl
 
setBytes(long, byte[], int, int) - Method in class net.sf.hibernate.lob.BlobImpl
 
setCache(Cache) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Set the underlying cache implementation.
setCache(Cache) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
 
setCache(Cache) - Method in class net.sf.hibernate.cache.ReadOnlyCache
 
setCache(Cache) - Method in class net.sf.hibernate.cache.ReadWriteCache
 
setCache(Cache) - Method in class net.sf.hibernate.cache.TransactionalCache
 
setCache(CacheConcurrencyStrategy) - Method in class net.sf.hibernate.mapping.Collection
Sets the cache.
setCache(CacheConcurrencyStrategy) - Method in class net.sf.hibernate.mapping.RootClass
 
setCacheCapacity(int) - Method in class net.sf.hibernate.cache.OSCache
 
setCacheConcurrencyStrategy(Class, CacheConcurrencyStrategy) - Method in class net.sf.hibernate.cfg.Configuration
Set up a cache for an entity class
setCacheConcurrencyStrategy(String, CacheConcurrencyStrategy) - Method in class net.sf.hibernate.cfg.Configuration
Set up a cache for a collection role
setCacheProvider(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setCacheProvider(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the cache provider class
setCacheRegion(String) - Method in interface net.sf.hibernate.Criteria
Set the name of the cache region.
setCacheRegion(String) - Method in interface net.sf.hibernate.Query
Set the name of the cache region.
setCacheRegion(String) - Method in class net.sf.hibernate.engine.QueryParameters
 
setCacheRegion(String) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setCacheRegion(String) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setCacheRegion(String) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setCacheRegionPrefix(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setCacheRegionPrefix(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set a prefix for all second-level cache regions.
setCacheable(boolean) - Method in interface net.sf.hibernate.Criteria
Enable caching of this query result set
setCacheable(boolean) - Method in interface net.sf.hibernate.Query
Enable caching of this query result set.
setCacheable(boolean) - Method in class net.sf.hibernate.engine.QueryParameters
 
setCacheable(boolean) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setCacheable(boolean) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setCacheable(boolean) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setCalendar(int, Calendar) - Method in interface net.sf.hibernate.Query
 
setCalendar(String, Calendar) - Method in interface net.sf.hibernate.Query
 
setCalendar(int, Calendar) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setCalendar(String, Calendar) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setCalendarDate(int, Calendar) - Method in interface net.sf.hibernate.Query
 
setCalendarDate(String, Calendar) - Method in interface net.sf.hibernate.Query
 
setCalendarDate(int, Calendar) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setCalendarDate(String, Calendar) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setCascade(String) - Method in class net.sf.hibernate.mapping.Property
Sets the cascade.
setCharacter(int, char) - Method in interface net.sf.hibernate.Query
 
setCharacter(String, char) - Method in interface net.sf.hibernate.Query
 
setCharacter(int, char) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setCharacter(String, char) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setCharacterStream(long) - Method in class net.sf.hibernate.lob.ClobImpl
 
setCheckConstraint(String) - Method in class net.sf.hibernate.mapping.Column
 
setClassPersisterClass(Class) - Method in class net.sf.hibernate.mapping.PersistentClass
 
setClassPersisterClass(Class) - Method in class net.sf.hibernate.mapping.RootClass
 
setClassPersisterClass(Class) - Method in class net.sf.hibernate.mapping.Subclass
 
setCollectionPersisterClass(Class) - Method in class net.sf.hibernate.mapping.Collection
 
setCollectionSnapshot(CollectionSnapshot) - Method in class net.sf.hibernate.collection.PersistentCollection
Sets the collectionSnapshot.
setCollectionTable(Table) - Method in class net.sf.hibernate.mapping.Collection
 
setColumn(String) - Method in class net.sf.hibernate.sql.InFragment
 
setColumn(String, String) - Method in class net.sf.hibernate.sql.InFragment
 
setComparator(Comparator) - Method in class net.sf.hibernate.collection.SortedMap
 
setComparator(Comparator) - Method in class net.sf.hibernate.collection.SortedSet
 
setComparator(Comparator) - Method in class net.sf.hibernate.mapping.Collection
Sets the comparator.
setComponentClass(Class) - Method in class net.sf.hibernate.mapping.Component
Sets the componentClass.
setCondition(String[], String[]) - Method in class net.sf.hibernate.sql.ConditionFragment
 
setCondition(String[], String) - Method in class net.sf.hibernate.sql.ConditionFragment
 
setConfig(String) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
Set a .cfg.xml file, which will be loaded as a resource, from the classpath
setConfig(String) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaUpdateTask
Set a .cfg.xml file
setConstrained(boolean) - Method in class net.sf.hibernate.mapping.OneToOne
Sets the constrained.
setCurrentSession(SessionImplementor) - Method in class net.sf.hibernate.collection.PersistentCollection
Associate the collection with the given session.
setDatasource(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setDatasource(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the JNDI name of the datasource to use in this SessionFactory
setDatasourceJndi(String) - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
setDate(int, Date) - Method in interface net.sf.hibernate.Query
 
setDate(String, Date) - Method in interface net.sf.hibernate.Query
 
setDate(int, Date) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setDate(String, Date) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setDefaultAccess(String) - Method in class net.sf.hibernate.cfg.Mappings
sets the default access strategy
setDefaultCascade(String) - Method in class net.sf.hibernate.cfg.Mappings
Sets the defaultCascade.
setDefaultPackage(String) - Method in class net.sf.hibernate.cfg.Mappings
 
setDefaultSchema(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setDefaultSchema(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the default schema name
setDelimiter(String) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExport
Set the end of statement delimiter
setDelimiter(String) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
Set the end of statement delimiter for the generated script
setDialect(String) - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
setDialect(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setDialect(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
The name of the dialect class to use in this SessionFactory
setDirectlyAccessible(boolean) - Method in class net.sf.hibernate.collection.PersistentCollection
 
setDirty() - Method in interface net.sf.hibernate.engine.CollectionSnapshot
 
setDirty() - Method in class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
setDiscriminator(SimpleValue) - Method in class net.sf.hibernate.mapping.RootClass
 
setDiscriminatorInsertable(boolean) - Method in class net.sf.hibernate.mapping.RootClass
 
setDiscriminatorValue(String) - Method in class net.sf.hibernate.mapping.PersistentClass
Sets the discriminatorValue.
setDistinct(boolean) - Method in class net.sf.hibernate.sql.QuerySelect
 
setDouble(int, double) - Method in interface net.sf.hibernate.Query
 
setDouble(String, double) - Method in interface net.sf.hibernate.Query
 
setDouble(int, double) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setDouble(String, double) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setDrop(boolean) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "drop" mode.
setDynamic(boolean) - Method in class net.sf.hibernate.mapping.Component
 
setDynamicInsert(boolean) - Method in class net.sf.hibernate.mapping.PersistentClass
 
setDynamicUpdate(boolean) - Method in class net.sf.hibernate.mapping.PersistentClass
 
setElement(Value) - Method in class net.sf.hibernate.mapping.Collection
Sets the element.
setElementClass(Class) - Method in class net.sf.hibernate.mapping.Array
Sets the elementClass.
setEmbedded(boolean) - Method in class net.sf.hibernate.mapping.Component
Sets the embedded.
setEmbeddedIdentifier(boolean) - Method in class net.sf.hibernate.mapping.RootClass
 
setEntity(int, Object) - Method in interface net.sf.hibernate.Query
Bind an instance of a mapped persistent class to a JDBC-style query parameter.
setEntity(String, Object) - Method in interface net.sf.hibernate.Query
Bind an instance of a mapped persistent class to a named query parameter.
setEntity(int, Object) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setEntity(String, Object) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setEnum(int, Object) - Method in interface net.sf.hibernate.Query
Deprecated. Support for PersistentEnums will be removed in 2.2
setEnum(String, Object) - Method in interface net.sf.hibernate.Query
Deprecated. Support for PersistentEnums will be removed in 2.2
setEnum(int, Object) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setEnum(String, Object) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setExpectingCollectionIndex() - Method in class net.sf.hibernate.hql.FromPathExpressionParser
 
setExpectingCollectionIndex() - Method in class net.sf.hibernate.hql.PathExpressionParser
 
setExpectingCollectionIndex() - Method in class net.sf.hibernate.hql.SelectPathExpressionParser
 
setExplicitPolymorphism(boolean) - Method in class net.sf.hibernate.mapping.RootClass
 
setFactory(SessionFactoryImplementor) - Method in class net.sf.hibernate.hql.QueryTranslator
 
setFetchDirection(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
setFetchMode(String, FetchMode) - Method in interface net.sf.hibernate.Criteria
Specify an association fetching strategy for a one-to-many, many-to-one or one-to-one association, or for a collection of values.
setFetchMode(String, FetchMode) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setFetchMode(String, FetchMode) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setFetchSize(int) - Method in interface net.sf.hibernate.Criteria
Set a fetch size for the underlying JDBC query.
setFetchSize(int) - Method in interface net.sf.hibernate.Query
Set a fetch size for the underlying JDBC query.
setFetchSize(Integer) - Method in class net.sf.hibernate.engine.RowSelection
 
setFetchSize(int) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setFetchSize(int) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setFetchSize(int) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setFetchSize(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
setFirstResult(int) - Method in interface net.sf.hibernate.Criteria
Set the first result to be retrieved.
setFirstResult(int) - Method in interface net.sf.hibernate.Query
Set the first row to retrieve.
setFirstResult(int) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setFirstResult(int) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setFirstResult(int) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setFirstRow(Integer) - Method in class net.sf.hibernate.engine.RowSelection
 
setFloat(int, float) - Method in interface net.sf.hibernate.Query
 
setFloat(String, float) - Method in interface net.sf.hibernate.Query
 
setFloat(int, float) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setFloat(String, float) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setFlushMode(FlushMode) - Method in interface net.sf.hibernate.Session
Set the flush mode.
setFlushMode(FlushMode) - Method in class net.sf.hibernate.impl.SessionImpl
 
setFlushMode(FlushMode) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
setForceCacheRefresh(boolean) - Method in interface net.sf.hibernate.Query
Should the query force a refresh of the specified query cache region? This is particularly useful in cases where underlying data may have been updated via a seperate process (i.e., not modified through Hibernate) and allows the application to selectively refresh the query cache regions based on its knowledge of those events.
setForceCacheRefresh(boolean) - Method in class net.sf.hibernate.engine.QueryParameters
 
setForceCacheRefresh(boolean) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setForceDiscriminator(boolean) - Method in class net.sf.hibernate.mapping.RootClass
 
setForeignKeyName(String) - Method in class net.sf.hibernate.mapping.SimpleValue
 
setForeignKeyType(ForeignKeyDirection) - Method in class net.sf.hibernate.mapping.OneToOne
Sets the foreignKeyType.
setFormula(String) - Method in class net.sf.hibernate.mapping.Formula
 
setFormula(Formula) - Method in class net.sf.hibernate.mapping.SimpleValue
 
setFromClause(String) - Method in class net.sf.hibernate.sql.Select
Sets the fromClause.
setFromClause(String, String) - Method in class net.sf.hibernate.sql.Select
 
setGetGeneratedKeysEnabled(Boolean) - Method in class net.sf.hibernate.jmx.HibernateService
 
setGetGeneratedKeysEnabled(Boolean) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Enable/disable use of JDBC3 getGeneratedKeys()
setGroupByTokens(Iterator) - Method in class net.sf.hibernate.sql.QuerySelect
 
setHavingTokens(Iterator) - Method in class net.sf.hibernate.sql.QuerySelect
 
setHibernateProperties(String) - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
setId(Serializable) - Method in class net.sf.hibernate.odmg.Name
Sets the id.
setIdentifier(SimpleValue) - Method in class net.sf.hibernate.mapping.IdentifierCollection
 
setIdentifier(SimpleValue) - Method in class net.sf.hibernate.mapping.OneToOne
Sets the identifier.
setIdentifier(SimpleValue) - Method in class net.sf.hibernate.mapping.RootClass
 
setIdentifier(Object, Serializable) - Method in interface net.sf.hibernate.metadata.ClassMetadata
Set the identifier of an instance (or do nothing if no identifier property)
setIdentifier(Object, Serializable) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
setIdentifier(Object, Serializable) - Method in interface net.sf.hibernate.persister.ClassPersister
Set the identifier of an instance (or do nothing if no identifier property)
setIdentifier(Serializable) - Method in class net.sf.hibernate.proxy.LazyInitializer
 
setIdentifierGeneratorProperties(Properties) - Method in class net.sf.hibernate.mapping.SimpleValue
Sets the identifierGeneratorProperties.
setIdentifierGeneratorStrategy(String) - Method in class net.sf.hibernate.mapping.SimpleValue
Sets the identifierGeneratorStrategy.
setIdentifierMethod - Variable in class net.sf.hibernate.proxy.LazyInitializer
 
setIdentifierProperty(Property) - Method in class net.sf.hibernate.mapping.RootClass
 
setIdentifierType(Type) - Method in class net.sf.hibernate.mapping.Any
Sets the identifier type.
setIdentifierValue(SimpleValue) - Method in class net.sf.hibernate.mapping.Table
 
setIndex(SimpleValue) - Method in class net.sf.hibernate.mapping.IndexedCollection
 
setInitializeLazy(boolean) - Method in interface net.sf.hibernate.Databinder
Controls lazy initialization.
setInitializeLazy(boolean) - Method in class net.sf.hibernate.xml.XMLDatabinder
 
setInitialized() - Method in class net.sf.hibernate.collection.PersistentCollection
 
setInsertable(boolean) - Method in class net.sf.hibernate.mapping.Property
Sets the insertable.
setInteger(int, int) - Method in interface net.sf.hibernate.Query
 
setInteger(String, int) - Method in interface net.sf.hibernate.Query
 
setInteger(int, int) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setInteger(String, int) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setInterceptor(Interceptor) - Method in class net.sf.hibernate.cfg.Configuration
Configure an Interceptor
setInverse(boolean) - Method in class net.sf.hibernate.mapping.Collection
Sets the inverse.
setJdbcBatchSize(Integer) - Method in class net.sf.hibernate.jmx.HibernateService
 
setJdbcBatchSize(Integer) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the JDBC batch size
setJdbcBatchVersionedData(boolean) - Method in class net.sf.hibernate.cfg.Settings
 
setJdbcFetchSize(Integer) - Method in class net.sf.hibernate.jmx.HibernateService
 
setJdbcFetchSize(Integer) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the JDBC fetch size
setJndiName(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setJndiName(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
The JNDI name to bind to the SessionFactory
setKey(SimpleValue) - Method in class net.sf.hibernate.mapping.Collection
Sets the key.
setKey(SimpleValue) - Method in class net.sf.hibernate.mapping.Subclass
 
setLastCollectionElementIndexValue(String) - Method in class net.sf.hibernate.hql.PathExpressionParser
 
setLazy(boolean) - Method in class net.sf.hibernate.mapping.Collection
 
setLength(int) - Method in class net.sf.hibernate.mapping.Column
 
setLocale(int, Locale) - Method in interface net.sf.hibernate.Query
 
setLocale(String, Locale) - Method in interface net.sf.hibernate.Query
 
setLocale(int, Locale) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setLocale(String, Locale) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setLockMode(LockMode) - Method in interface net.sf.hibernate.Criteria
Set the lock mode of the current entity
setLockMode(String, LockMode) - Method in interface net.sf.hibernate.Criteria
Set the lock mode of the aliased entity
setLockMode(String, LockMode) - Method in interface net.sf.hibernate.Query
Set the lockmode for the objects idententified by the given alias that appears in the FROM clause.
setLockMode(Object, LockMode) - Method in interface net.sf.hibernate.engine.SessionImplementor
Set the lock mode of the entity to the given lock mode
setLockMode(String, LockMode) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setLockMode(LockMode) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setLockMode(String, LockMode) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setLockMode(LockMode) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setLockMode(String, LockMode) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setLockMode(Object, LockMode) - Method in class net.sf.hibernate.impl.SessionImpl
 
setLockModes(Map) - Method in class net.sf.hibernate.engine.QueryParameters
 
setLogWriter(PrintWriter) - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
setLogWriter(PrintWriter) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
setLong(int, long) - Method in interface net.sf.hibernate.Query
 
setLong(String, long) - Method in interface net.sf.hibernate.Query
 
setLong(int, long) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setLong(String, long) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setMapResources(String) - Method in class net.sf.hibernate.jca.ManagedConnectionFactoryImpl
 
setMapResources(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setMapResources(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Specify the Hibernate mapping files
setMappedClass(Class) - Method in class net.sf.hibernate.mapping.PersistentClass
Sets the persistentClass.
setMaxResults(int) - Method in interface net.sf.hibernate.Criteria
Set a limit upon the number of objects to be retrieved.
setMaxResults(int) - Method in interface net.sf.hibernate.Query
Set the maximum number of rows to retrieve.
setMaxResults(int) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setMaxResults(int) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setMaxResults(int) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setMaxRows(Integer) - Method in class net.sf.hibernate.engine.RowSelection
 
setMaximumFetchDepth(Integer) - Method in class net.sf.hibernate.jmx.HibernateService
 
setMaximumFetchDepth(Integer) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the max outer join fetch depth
setMetaAttributes(Map) - Method in class net.sf.hibernate.mapping.PersistentClass
 
setMetaAttributes(Map) - Method in class net.sf.hibernate.mapping.Property
 
setMetaType(Type) - Method in class net.sf.hibernate.mapping.Any
 
setMinimalPuts(boolean) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Enable "minimal puts" mode for this cache
setMinimalPuts(boolean) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
 
setMinimalPuts(boolean) - Method in class net.sf.hibernate.cache.ReadOnlyCache
 
setMinimalPuts(boolean) - Method in class net.sf.hibernate.cache.ReadWriteCache
 
setMinimalPuts(boolean) - Method in class net.sf.hibernate.cache.TransactionalCache
 
setMinimalPutsEnabled(boolean) - Method in class net.sf.hibernate.jmx.HibernateService
 
setMinimalPutsEnabled(boolean) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Optimize second-level cache for minimal puts
setMutable(boolean) - Method in class net.sf.hibernate.mapping.RootClass
 
setName(String) - Method in class net.sf.hibernate.mapping.Column
 
setName(String) - Method in class net.sf.hibernate.mapping.Constraint
 
setName(String) - Method in class net.sf.hibernate.mapping.Index
 
setName(String) - Method in class net.sf.hibernate.mapping.MetaAttribute
 
setName(String) - Method in class net.sf.hibernate.mapping.Property
Sets the name.
setName(String) - Method in class net.sf.hibernate.mapping.Table
 
setName(String) - Method in class net.sf.hibernate.odmg.Name
Sets the name.
setNamedParameters(Map) - Method in class net.sf.hibernate.engine.QueryParameters
 
setNamingStrategy(NamingStrategy) - Method in class net.sf.hibernate.cfg.Configuration
Set a custom naming strategy
setNamingStrategy(String) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
 
setNamingStrategy(String) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setNowaitEnabled(boolean) - Method in class net.sf.hibernate.sql.ForUpdateFragment
 
setNullValue(String) - Method in class net.sf.hibernate.mapping.SimpleValue
Sets the nullValue.
setNullable(boolean) - Method in class net.sf.hibernate.mapping.Column
 
setOp(String) - Method in class net.sf.hibernate.sql.ConditionFragment
Sets the op.
setOptimisticLockMode(int) - Method in class net.sf.hibernate.mapping.PersistentClass
 
setOrderBy(String) - Method in class net.sf.hibernate.mapping.Collection
Sets the orderBy.
setOrderBy(String) - Method in class net.sf.hibernate.sql.SimpleSelect
 
setOrderByClause(String) - Method in class net.sf.hibernate.sql.Select
Sets the orderByClause.
setOrderByTokens(Iterator) - Method in class net.sf.hibernate.sql.QuerySelect
 
setOrphanDelete(boolean) - Method in class net.sf.hibernate.mapping.Collection
 
setOuterJoinFetchSetting(int) - Method in class net.sf.hibernate.mapping.Collection
 
setOuterJoinFetchSetting(int) - Method in interface net.sf.hibernate.mapping.Fetchable
 
setOuterJoinFetchSetting(int) - Method in class net.sf.hibernate.mapping.ToOne
 
setOuterJoins(String, String) - Method in class net.sf.hibernate.sql.Select
Sets the outerJoins.
setOutput(String) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
Set the script output file
setOutputFile(String) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExport
Set an output filename.
setOwner(PersistentClass) - Method in class net.sf.hibernate.mapping.Collection
Sets the owner.
setOwner(PersistentClass) - Method in class net.sf.hibernate.mapping.Component
Sets the owner.
setParameter(int, Object, Type) - Method in interface net.sf.hibernate.Query
Bind a value to a JDBC-style query parameter.
setParameter(String, Object, Type) - Method in interface net.sf.hibernate.Query
Bind a value to a named query parameter.
setParameter(int, Object) - Method in interface net.sf.hibernate.Query
Bind a value to a JDBC-style query parameter, guessing the Hibernate type from the class of the given object.
setParameter(String, Object) - Method in interface net.sf.hibernate.Query
Bind a value to a named query parameter, guessing the Hibernate type from the class of the given object.
setParameter(int, Object, Type) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setParameter(String, Object, Type) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setParameter(int, Object) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setParameter(String, Object) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setParameterList(String, Collection, Type) - Method in interface net.sf.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Collection) - Method in interface net.sf.hibernate.Query
Bind multiple values to a named query parameter, guessing the Hibernate type from the class of the first object in the collection.
setParameterList(String, Object[], Type) - Method in interface net.sf.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Object[]) - Method in interface net.sf.hibernate.Query
Bind multiple values to a named query parameter, guessing the Hibernate type from the class of the first object in the array.
setParameterList(String, Collection, Type) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setParameterList(String, Collection) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setParameterList(String, Object[], Type) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setParameterList(String, Object[]) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setParentProperty(String) - Method in class net.sf.hibernate.mapping.Component
Sets the parentProperty.
setPassword(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setPassword(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Log into the database with this password
setPersistentClass(Class) - Method in class net.sf.hibernate.odmg.Name
Sets the persistentClass.
setPolymorphic(boolean) - Method in class net.sf.hibernate.mapping.RootClass
 
setPositionalParameterTypes(Type[]) - Method in class net.sf.hibernate.engine.QueryParameters
 
setPositionalParameterValues(Object[]) - Method in class net.sf.hibernate.engine.QueryParameters
 
setPrimaryKey(PrimaryKey) - Method in class net.sf.hibernate.mapping.Table
 
setPrimaryKeyColumnNames(String[]) - Method in class net.sf.hibernate.sql.Delete
 
setPrimaryKeyColumnNames(String[]) - Method in class net.sf.hibernate.sql.Update
 
setProperties(Object) - Method in interface net.sf.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(Properties) - Method in class net.sf.hibernate.cfg.Configuration
Specify a completely new set of properties
setProperties(Object) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setProperties(File) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
Set a properties file
setProperties(File) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaUpdateTask
Set a properties file
setProperty(String, String) - Method in class net.sf.hibernate.cfg.Configuration
Set a property
setProperty(String, boolean) - Method in class net.sf.hibernate.jmx.HibernateService
 
setProperty(String, Integer) - Method in class net.sf.hibernate.jmx.HibernateService
 
setProperty(String, String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setProperty(String, String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set a property
setPropertyAccessorName(String) - Method in class net.sf.hibernate.mapping.Property
 
setPropertySelector(Example.PropertySelector) - Method in class net.sf.hibernate.expression.Example
Set the property selector
setPropertyValue(Object, int, Object) - Method in interface net.sf.hibernate.CompositeUserType
Set the value of a property.
setPropertyValue(Object, String, Object) - Method in interface net.sf.hibernate.metadata.ClassMetadata
Set the value of a particular (named) property
setPropertyValue(Object, int, Object) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Set the value of the numbered property
setPropertyValue(Object, String, Object) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
setPropertyValue(Object, int, Object) - Method in interface net.sf.hibernate.persister.ClassPersister
Set the value of a particular property
setPropertyValues(Object, Object[]) - Method in interface net.sf.hibernate.metadata.ClassMetadata
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class net.sf.hibernate.persister.AbstractEntityPersister
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in interface net.sf.hibernate.persister.ClassPersister
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in interface net.sf.hibernate.type.AbstractComponentType
Optional operation
setPropertyValues(Object, Object[]) - Method in class net.sf.hibernate.type.ComponentType
 
setPropertyValues(Object, Object[]) - Method in class net.sf.hibernate.type.CompositeCustomType
 
setPropertyValues(Object, Object[]) - Method in class net.sf.hibernate.type.DynamicComponentType
 
setPropertyValues(Object, Object[]) - Method in class net.sf.hibernate.type.ObjectType
 
setProxyInterface(Class) - Method in class net.sf.hibernate.mapping.PersistentClass
Sets the proxyInterface.
setQueryCacheEnabled(boolean) - Method in class net.sf.hibernate.jmx.HibernateService
 
setQueryCacheEnabled(boolean) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Enable/disable the query cache
setQueryCacheFactory(QueryCacheFactory) - Method in class net.sf.hibernate.cfg.Settings
 
setQueryString(String) - Method in class net.sf.hibernate.QueryException
 
setQuerySubstitutions(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setQuerySubstitutions(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the query substitutions string
setQuiet(boolean) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "quiet" mode.
setQuiet(boolean) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaUpdateTask
Enable "quiet" mode.
setQuoted(boolean) - Method in class net.sf.hibernate.mapping.Table
 
setReference(Reference) - Method in class net.sf.hibernate.jca.JCASessionFactoryImpl
 
setReferencedClass(Class) - Method in class net.sf.hibernate.mapping.ForeignKey
 
setReferencedPropertyName(String) - Method in class net.sf.hibernate.mapping.ToOne
 
setReferencedTable(Table) - Method in class net.sf.hibernate.mapping.ForeignKey
 
setResultTransformer(ResultTransformer) - Method in interface net.sf.hibernate.Criteria
Set a strategy for handling the query results.
setResultTransformer(ResultTransformer) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setResultTransformer(ResultTransformer) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setReturnColumnName(String) - Method in class net.sf.hibernate.sql.CaseFragment
 
setReturnColumnName(String, String) - Method in class net.sf.hibernate.sql.CaseFragment
 
setRole(String) - Method in class net.sf.hibernate.mapping.Collection
Sets the role.
setRollbackOnly() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
setRollbackOnly() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 
setRowNumber(int) - Method in interface net.sf.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).
setRowNumber(int) - Method in class net.sf.hibernate.impl.ScrollableResultsImpl
 
setRowSelection(RowSelection) - Method in class net.sf.hibernate.engine.QueryParameters
 
setSchema(String) - Method in class net.sf.hibernate.mapping.Table
 
setSchemaName(String) - Method in class net.sf.hibernate.cfg.Mappings
Sets the schemaName.
setScrollMode(ScrollMode) - Method in class net.sf.hibernate.engine.QueryParameters
 
setScrollableResultSetsEnabled(Boolean) - Method in class net.sf.hibernate.jmx.HibernateService
 
setScrollableResultSetsEnabled(Boolean) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Enable/disable use of scrollable resultsets
setSelectBeforeUpdate(boolean) - Method in class net.sf.hibernate.mapping.PersistentClass
 
setSelectClause(String) - Method in class net.sf.hibernate.sql.Select
Sets the selectClause.
setSerializable(int, Serializable) - Method in interface net.sf.hibernate.Query
 
setSerializable(String, Serializable) - Method in interface net.sf.hibernate.Query
 
setSerializable(int, Serializable) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setSerializable(String, Serializable) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setSession(SessionImplementor) - Method in class net.sf.hibernate.proxy.LazyInitializer
 
setShort(int, short) - Method in interface net.sf.hibernate.Query
 
setShort(String, short) - Method in interface net.sf.hibernate.Query
 
setShort(int, short) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setShort(String, short) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setShowSql(boolean) - Method in class net.sf.hibernate.jmx.HibernateService
 
setShowSql(boolean) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Enable logging of SQL to console
setSorted(boolean) - Method in class net.sf.hibernate.mapping.Collection
Sets the sorted.
setSqlType(String) - Method in class net.sf.hibernate.mapping.Column
Sets the sqlType.
setString(int, String) - Method in interface net.sf.hibernate.Query
 
setString(String, String) - Method in interface net.sf.hibernate.Query
 
setString(int, String) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setString(String, String) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setString(long, String) - Method in class net.sf.hibernate.lob.ClobImpl
 
setString(long, String, int, int) - Method in class net.sf.hibernate.lob.ClobImpl
 
setSuffix(String) - Method in class net.sf.hibernate.sql.SelectFragment
 
setSuperclass(PersistentClass) - Method in class net.sf.hibernate.mapping.Subclass
 
setTable(Table) - Method in class net.sf.hibernate.mapping.Constraint
 
setTable(Table) - Method in class net.sf.hibernate.mapping.Index
 
setTable(Table) - Method in class net.sf.hibernate.mapping.PersistentClass
 
setTable(Table) - Method in class net.sf.hibernate.mapping.SimpleValue
 
setTable(Table) - Method in class net.sf.hibernate.mapping.Subclass
 
setTableAlias(String) - Method in class net.sf.hibernate.sql.ConditionFragment
Sets the tableAlias.
setTableName(String) - Method in class net.sf.hibernate.sql.Delete
 
setTableName(String) - Method in class net.sf.hibernate.sql.Insert
 
setTableName(String) - Method in class net.sf.hibernate.sql.SimpleSelect
 
setTableName(String) - Method in class net.sf.hibernate.sql.Update
 
setText(int, String) - Method in interface net.sf.hibernate.Query
 
setText(String, String) - Method in interface net.sf.hibernate.Query
 
setText(int, String) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setText(String, String) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setText(boolean) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "text-only" mode.
setText(boolean) - Method in class net.sf.hibernate.tool.hbm2ddl.SchemaUpdateTask
Enable "text-only" mode.
setTime(int, Date) - Method in interface net.sf.hibernate.Query
 
setTime(String, Date) - Method in interface net.sf.hibernate.Query
 
setTime(int, Date) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setTime(String, Date) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setTimeout(int) - Method in interface net.sf.hibernate.Criteria
Set a timeout for the underlying JDBC query.
setTimeout(int) - Method in interface net.sf.hibernate.Query
Set a timeout for the underlying JDBC query.
setTimeout(Integer) - Method in class net.sf.hibernate.engine.RowSelection
 
setTimeout(int) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setTimeout(int) - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
setTimeout(int) - Method in class net.sf.hibernate.impl.CriteriaImpl
 
setTimestamp(int, Date) - Method in interface net.sf.hibernate.Query
 
setTimestamp(String, Date) - Method in interface net.sf.hibernate.Query
 
setTimestamp(int, Date) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setTimestamp(String, Date) - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
setTransactionManagerLookupStrategy(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setTransactionManagerLookupStrategy(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the strategy for obtaining the JTA TransactionManager
setTransactionStrategy(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setTransactionStrategy(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the fully qualified class name of the Hibernate TransactionFactory implementation
setTransactionTimeout(int) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
setTransactionTimeout(int) - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 
setType(Type) - Method in class net.sf.hibernate.engine.TypedValue
 
setType(Type) - Method in class net.sf.hibernate.mapping.Any
 
setType(Type) - Method in class net.sf.hibernate.mapping.Column
 
setType(EntityType) - Method in class net.sf.hibernate.mapping.OneToMany
 
setType(Type) - Method in class net.sf.hibernate.mapping.SimpleValue
 
setTypeByReflection(Class, String) - Method in class net.sf.hibernate.mapping.Any
 
setTypeByReflection(Class, String) - Method in class net.sf.hibernate.mapping.Component
 
setTypeByReflection(Class, String) - Method in class net.sf.hibernate.mapping.ManyToOne
 
setTypeByReflection(Class, String) - Method in class net.sf.hibernate.mapping.OneToOne
 
setTypeByReflection(Class, String) - Method in class net.sf.hibernate.mapping.SimpleValue
 
setTypeByReflection(Class, String) - Method in class net.sf.hibernate.mapping.ToOne
 
setTypeIndex(int) - Method in class net.sf.hibernate.mapping.Column
 
setUnique(boolean) - Method in class net.sf.hibernate.mapping.Column
Sets the unique.
setUnique(boolean) - Method in class net.sf.hibernate.mapping.SimpleValue
 
setUpdateable(boolean) - Method in class net.sf.hibernate.mapping.Property
Sets the mutable.
setUsedAliases(String[]) - Method in class net.sf.hibernate.sql.SelectFragment
 
setUserName(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setUserName(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Log into the database with this name
setUserTransactionName(String) - Method in class net.sf.hibernate.jmx.HibernateService
 
setUserTransactionName(String) - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Set the JNDI name of the JTA UserTransaction object (used only by JTATransaction).
setValue(Object) - Method in class net.sf.hibernate.engine.TypedValue
 
setValue(Value) - Method in class net.sf.hibernate.mapping.Property
Sets the value.
setValue(Object) - Method in class net.sf.hibernate.util.IdentityMap.IdentityMapEntry
 
setVersion(Object[], Object, ClassPersister) - Static method in class net.sf.hibernate.engine.Versioning
Set the version number of the given instance state snapshot
setVersion(Property) - Method in class net.sf.hibernate.mapping.RootClass
 
setVersionColumnName(String) - Method in class net.sf.hibernate.sql.Delete
 
setVersionColumnName(String) - Method in class net.sf.hibernate.sql.Update
 
setWhere(String) - Method in class net.sf.hibernate.mapping.Collection
Sets the where.
setWhere(String) - Method in class net.sf.hibernate.mapping.RootClass
 
setWhere(String) - Method in class net.sf.hibernate.sql.Delete
 
setWhere(String) - Method in class net.sf.hibernate.sql.Update
 
setWhereClause(String) - Method in class net.sf.hibernate.sql.Select
Sets the whereClause.
setWhereTokens(Iterator) - Method in class net.sf.hibernate.sql.QuerySelect
 
setWrapResultSetsEnabled(boolean) - Method in class net.sf.hibernate.cfg.Settings
 
shouldOverwriteCurrentVersion(Object, Object, Object, VersionType) - Method in class net.sf.hibernate.ReplicationMode
 
size() - Method in class net.sf.hibernate.collection.Bag
 
size() - Method in class net.sf.hibernate.collection.IdentifierBag
 
size() - Method in class net.sf.hibernate.collection.List
 
size() - Method in class net.sf.hibernate.collection.Map
 
size() - Method in class net.sf.hibernate.collection.Set
 
size() - Method in class net.sf.hibernate.util.FastHashMap
Return the number of key-value mappings in this map.
size() - Method in class net.sf.hibernate.util.IdentityMap
 
slice(String[], int, int) - Static method in class net.sf.hibernate.util.ArrayHelper
 
slice(Object[], int, int) - Static method in class net.sf.hibernate.util.ArrayHelper
 
snapshot(CollectionPersister) - Method in class net.sf.hibernate.collection.ArrayHolder
 
snapshot(CollectionPersister) - Method in class net.sf.hibernate.collection.Bag
 
snapshot(CollectionPersister) - Method in class net.sf.hibernate.collection.IdentifierBag
 
snapshot(CollectionPersister) - Method in class net.sf.hibernate.collection.List
 
snapshot(CollectionPersister) - Method in class net.sf.hibernate.collection.Map
 
snapshot(CollectionPersister) - Method in class net.sf.hibernate.collection.PersistentCollection
Return a new snapshot of the current state
snapshot(CollectionPersister) - Method in class net.sf.hibernate.collection.Set
 
snapshot(BasicCollectionPersister) - Method in class net.sf.hibernate.collection.SortedMap
 
snapshot(BasicCollectionPersister) - Method in class net.sf.hibernate.collection.SortedSet
 
snapshotIsEmpty() - Method in class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
sortedMap(String, Comparator) - Static method in class net.sf.hibernate.type.TypeFactory
 
sortedSet(String, Comparator) - Static method in class net.sf.hibernate.type.TypeFactory
 
split(String, String) - Static method in class net.sf.hibernate.util.StringHelper
 
split(String, String, boolean) - Static method in class net.sf.hibernate.util.StringHelper
 
sql(String, Object[], Type[]) - Static method in class net.sf.hibernate.expression.Expression
Apply a constraint expressed in SQL, with the given JDBC parameters.
sql(String, Object, Type) - Static method in class net.sf.hibernate.expression.Expression
Apply a constraint expressed in SQL, with the given JDBC parameter.
sql(String) - Static method in class net.sf.hibernate.expression.Expression
Apply a constraint expressed in SQL.
sql - Variable in class net.sf.hibernate.loader.OuterJoinLoader
 
sqlAlterStrings(Dialect, Mapping, TableMetadata, String) - Method in class net.sf.hibernate.mapping.Table
 
sqlConstraintString(Dialect, String, String) - Method in class net.sf.hibernate.mapping.Constraint
 
sqlConstraintString(Dialect, String, String) - Method in class net.sf.hibernate.mapping.ForeignKey
 
sqlConstraintString(Dialect) - Method in class net.sf.hibernate.mapping.Index
 
sqlConstraintString(Dialect, String) - Method in class net.sf.hibernate.mapping.PrimaryKey
 
sqlConstraintString(Dialect, String, String) - Method in class net.sf.hibernate.mapping.PrimaryKey
 
sqlConstraintString(Dialect) - Method in class net.sf.hibernate.mapping.UniqueKey
 
sqlConstraintString(Dialect, String, String) - Method in class net.sf.hibernate.mapping.UniqueKey
 
sqlCreateString(Dialect, Mapping, String) - Method in class net.sf.hibernate.mapping.Constraint
 
sqlCreateString(Dialect, Mapping, String) - Method in class net.sf.hibernate.mapping.Index
 
sqlCreateString(Dialect, Mapping, String) - Method in interface net.sf.hibernate.mapping.RelationalModel
 
sqlCreateString(Dialect, Mapping, String) - Method in class net.sf.hibernate.mapping.Table
 
sqlCreateString(Dialect, Mapping, String) - Method in class net.sf.hibernate.mapping.UniqueKey
 
sqlCreateStrings(Dialect) - Method in interface net.sf.hibernate.id.PersistentIdentifierGenerator
The SQL required to create the underlying database objects.
sqlCreateStrings(Dialect) - Method in class net.sf.hibernate.id.SequenceGenerator
 
sqlCreateStrings(Dialect) - Method in class net.sf.hibernate.id.TableGenerator
 
sqlDropString(Dialect) - Method in interface net.sf.hibernate.id.PersistentIdentifierGenerator
The SQL required to remove the underlying database objects.
sqlDropString(Dialect) - Method in class net.sf.hibernate.id.SequenceGenerator
 
sqlDropString(Dialect) - Method in class net.sf.hibernate.id.TableGenerator
 
sqlDropString(Dialect, String) - Method in class net.sf.hibernate.mapping.Constraint
 
sqlDropString(Dialect, String) - Method in class net.sf.hibernate.mapping.ForeignKey
 
sqlDropString(Dialect, String) - Method in class net.sf.hibernate.mapping.Index
 
sqlDropString(Dialect, String) - Method in interface net.sf.hibernate.mapping.RelationalModel
 
sqlDropString(Dialect, String) - Method in class net.sf.hibernate.mapping.Table
 
sqlDropString(Dialect, String) - Method in class net.sf.hibernate.mapping.UniqueKey
 
sqlIdentitySelect() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
The query that returns the generated identifier for an identity column
sqlLog - Static variable in class net.sf.hibernate.impl.BatcherImpl
 
sqlType() - Method in class net.sf.hibernate.type.BigDecimalType
 
sqlType() - Method in class net.sf.hibernate.type.BinaryType
 
sqlType() - Method in class net.sf.hibernate.type.BlobType
 
sqlType() - Method in class net.sf.hibernate.type.BooleanType
 
sqlType() - Method in class net.sf.hibernate.type.ByteType
 
sqlType() - Method in class net.sf.hibernate.type.CalendarDateType
 
sqlType() - Method in class net.sf.hibernate.type.CalendarType
 
sqlType() - Method in class net.sf.hibernate.type.CharBooleanType
 
sqlType() - Method in class net.sf.hibernate.type.CharacterType
 
sqlType() - Method in class net.sf.hibernate.type.ClassType
 
sqlType() - Method in class net.sf.hibernate.type.ClobType
 
sqlType() - Method in class net.sf.hibernate.type.CurrencyType
 
sqlType() - Method in class net.sf.hibernate.type.DateType
 
sqlType() - Method in class net.sf.hibernate.type.DoubleType
 
sqlType() - Method in class net.sf.hibernate.type.FloatType
 
sqlType() - Method in class net.sf.hibernate.type.IntegerType
 
sqlType() - Method in class net.sf.hibernate.type.LocaleType
 
sqlType() - Method in class net.sf.hibernate.type.LongType
 
sqlType() - Method in class net.sf.hibernate.type.NullableType
 
sqlType() - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
sqlType() - Method in class net.sf.hibernate.type.SerializableType
 
sqlType() - Method in class net.sf.hibernate.type.ShortType
 
sqlType() - Method in class net.sf.hibernate.type.StringType
 
sqlType() - Method in class net.sf.hibernate.type.TextType
 
sqlType() - Method in class net.sf.hibernate.type.TimeType
 
sqlType() - Method in class net.sf.hibernate.type.TimeZoneType
 
sqlType() - Method in class net.sf.hibernate.type.TimestampType
 
sqlTypes() - Method in interface net.sf.hibernate.UserType
Return the SQL type codes for the columns mapped by this type.
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.ComponentType
 
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.CompositeCustomType
 
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.CustomType
 
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.DynamicComponentType
 
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.ManyToOneType
 
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.MetaType
 
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.NullableType
 
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.ObjectType
 
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.OneToOneType
 
sqlTypes(Mapping) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
sqlTypes(Mapping) - Method in interface net.sf.hibernate.type.Type
Return the SQL type codes for the columns mapped by this type.
sqlWhereString - Variable in class net.sf.hibernate.collection.AbstractCollectionPersister
 
start(Properties) - Method in interface net.sf.hibernate.cache.CacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class net.sf.hibernate.cache.EhCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class net.sf.hibernate.cache.HashtableCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class net.sf.hibernate.cache.JCSCacheProvider
Deprecated. Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class net.sf.hibernate.cache.OSCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class net.sf.hibernate.cache.SwarmCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class net.sf.hibernate.cache.TreeCacheProvider
Prepare the underlying JBossCache TreeCache instance.
start(QueryTranslator) - Method in class net.sf.hibernate.hql.ClauseParser
 
start(QueryTranslator) - Method in class net.sf.hibernate.hql.FromParser
 
start(QueryTranslator) - Method in class net.sf.hibernate.hql.GroupByParser
 
start(QueryTranslator) - Method in class net.sf.hibernate.hql.OrderByParser
 
start(QueryTranslator) - Method in interface net.sf.hibernate.hql.Parser
 
start(QueryTranslator) - Method in class net.sf.hibernate.hql.PathExpressionParser
 
start(QueryTranslator) - Method in class net.sf.hibernate.hql.PreprocessingParser
 
start(QueryTranslator) - Method in class net.sf.hibernate.hql.SelectParser
 
start(QueryTranslator) - Method in class net.sf.hibernate.hql.WhereParser
 
start(Xid, int) - Method in class net.sf.hibernate.jca.ManagedConnectionImpl
 
start() - Method in class net.sf.hibernate.jmx.HibernateService
 
start() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Create the SessionFactory and bind to the jndi name on startup
stop() - Method in interface net.sf.hibernate.cache.CacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class net.sf.hibernate.cache.EhCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class net.sf.hibernate.cache.HashtableCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class net.sf.hibernate.cache.JCSCacheProvider
Deprecated. Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class net.sf.hibernate.cache.OSCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class net.sf.hibernate.cache.SwarmCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class net.sf.hibernate.cache.TreeCacheProvider
 
stop() - Method in class net.sf.hibernate.jmx.HibernateService
 
stop() - Method in interface net.sf.hibernate.jmx.HibernateServiceMBean
Unbind the SessionFactory or stub from JNDI
stringToObject(String) - Method in class net.sf.hibernate.type.BooleanType
 
stringToObject(String) - Method in class net.sf.hibernate.type.ByteType
 
stringToObject(String) - Method in class net.sf.hibernate.type.CharBooleanType
 
stringToObject(String) - Method in class net.sf.hibernate.type.CharacterType
 
stringToObject(String) - Method in class net.sf.hibernate.type.DateType
 
stringToObject(String) - Method in interface net.sf.hibernate.type.IdentifierType
Convert the value from the mapping file to a Java object.
stringToObject(String) - Method in class net.sf.hibernate.type.IntegerType
 
stringToObject(String) - Method in class net.sf.hibernate.type.LongType
 
stringToObject(String) - Method in class net.sf.hibernate.type.ShortType
 
stringToObject(String) - Method in class net.sf.hibernate.type.StringType
 
subList(int, int) - Method in class net.sf.hibernate.collection.Bag
 
subList(int, int) - Method in class net.sf.hibernate.collection.IdentifierBag
 
subList(int, int) - Method in class net.sf.hibernate.collection.List
 
subMap(Object, Object) - Method in class net.sf.hibernate.collection.SortedMap
 
subSet(Object, Object) - Method in class net.sf.hibernate.collection.SortedSet
 
subsetOf(DSet) - Method in class net.sf.hibernate.collection.Set
 
substituteBrackets() - Method in class net.sf.hibernate.loader.SQLLoader
 
suffix(String[], String) - Static method in class net.sf.hibernate.util.StringHelper
 
suffix(String, String) - Static method in class net.sf.hibernate.util.StringHelper
 
suffixes - Variable in class net.sf.hibernate.loader.OuterJoinLoader
 
supersetOf(DSet) - Method in class net.sf.hibernate.collection.Set
 
supportsCheck() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support check constraints?
supportsCheck() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
supportsCheck() - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
supportsForUpdate() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support the FOR UPDATE syntax?
supportsForUpdate() - Method in class net.sf.hibernate.dialect.FrontBaseDialect
Does this dialect support the FOR UPDATE syntax.
supportsForUpdate() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
supportsForUpdate() - Method in class net.sf.hibernate.dialect.MckoiDialect
 
supportsForUpdate() - Method in class net.sf.hibernate.dialect.PointbaseDialect
 
supportsForUpdate() - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
supportsForUpdate() - Method in class net.sf.hibernate.dialect.SybaseDialect
 
supportsForUpdateNowait() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support the Oracle-style FOR UPDATE NOWAIT syntax?
supportsForUpdateNowait() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
supportsForUpdateNowait() - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
supportsForUpdateOf() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support FOR UPDATE OF, allowing particular rows to be locked?
supportsForUpdateOf() - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
supportsForUpdateOf() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
supportsForUpdateOf() - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
supportsIdentityColumns() - Method in class net.sf.hibernate.dialect.DB2Dialect
 
supportsIdentityColumns() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support identity column key generation?
supportsIdentityColumns() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
supportsIdentityColumns() - Method in class net.sf.hibernate.dialect.InformixDialect
 
supportsIdentityColumns() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
supportsIdentityColumns() - Method in class net.sf.hibernate.dialect.SybaseDialect
 
supportsIfExistsAfterTableName() - Method in class net.sf.hibernate.dialect.Dialect
 
supportsIfExistsAfterTableName() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
supportsIfExistsBeforeTableName() - Method in class net.sf.hibernate.dialect.Dialect
 
supportsIfExistsBeforeTableName() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.DB2390Dialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.DB2400Dialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.DB2Dialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.Dialect
Does this Dialect have some kind of LIMIT syntax?
supportsLimit() - Method in class net.sf.hibernate.dialect.HSQLDialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.InformixDialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.MySQLDialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
supportsLimit() - Method in class net.sf.hibernate.dialect.SQLServerDialect
 
supportsLimitOffset() - Method in class net.sf.hibernate.dialect.DB2390Dialect
 
supportsLimitOffset() - Method in class net.sf.hibernate.dialect.DB2400Dialect
 
supportsLimitOffset() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support an offset?
supportsLimitOffset() - Method in class net.sf.hibernate.dialect.InformixDialect
 
supportsLimitOffset() - Method in class net.sf.hibernate.dialect.SQLServerDialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.DB2390Dialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.DB2400Dialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.DB2Dialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support sequences?
supportsSequences() - Method in class net.sf.hibernate.dialect.InformixDialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.InterbaseDialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.MckoiDialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.PostgreSQLDialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.SAPDBDialect
 
supportsSequences() - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
supportsUnique() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support the UNIQUE column syntax?
supportsUnique() - Method in class net.sf.hibernate.dialect.HSQLDialect
Not supported in 1.7.1 (1.7.2 only)
supportsUnique() - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
supportsUniqueConstraintInCreateAlterTable() - Method in class net.sf.hibernate.dialect.Dialect
Does this dialect support adding Unique constraints via create and alter table ?
supportsUniqueConstraintInCreateAlterTable() - Method in class net.sf.hibernate.dialect.TimesTenDialect
 
supportsVariableLimit() - Method in class net.sf.hibernate.dialect.DB2390Dialect
 
supportsVariableLimit() - Method in class net.sf.hibernate.dialect.DB2400Dialect
 
supportsVariableLimit() - Method in class net.sf.hibernate.dialect.Dialect
 
supportsVariableLimit() - Method in class net.sf.hibernate.dialect.InformixDialect
 
supportsVariableLimit() - Method in class net.sf.hibernate.dialect.SQLServerDialect
 
suspend() - Method in class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 

T

TABLE - Static variable in interface net.sf.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table name for the generated id
TABLE - Static variable in class net.sf.hibernate.id.TableGenerator
The table parameter
TEMPLATE - Static variable in class net.sf.hibernate.sql.Template
 
TEXT - Static variable in class net.sf.hibernate.Hibernate
Hibernate text type.
TIME - Static variable in class net.sf.hibernate.Hibernate
Hibernate time type.
TIMESTAMP - Static variable in class net.sf.hibernate.Hibernate
Hibernate timestamp type.
TIMEZONE - Static variable in class net.sf.hibernate.Hibernate
Hibernate timezone type.
TRANSACTIONAL - Static variable in class net.sf.hibernate.cache.CacheFactory
 
TRANSACTION_MANAGER_STRATEGY - Static variable in class net.sf.hibernate.cfg.Environment
TransactionManagerLookup implementor to use for obtaining the TransactionManager
TRANSACTION_STRATEGY - Static variable in class net.sf.hibernate.cfg.Environment
TransactionFactory implementor to use for creating Transactions
TRUE_FALSE - Static variable in class net.sf.hibernate.Hibernate
Hibernate true_false type.
Table - class net.sf.hibernate.mapping.Table.
A relational table
Table() - Constructor for class net.sf.hibernate.mapping.Table
 
TableGenerator - class net.sf.hibernate.id.TableGenerator.
An IdentifierGenerator that uses a database table to store the last generated value.
TableGenerator() - Constructor for class net.sf.hibernate.id.TableGenerator
 
TableHiLoGenerator - class net.sf.hibernate.id.TableHiLoGenerator.
hilo

An IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm.
TableHiLoGenerator() - Constructor for class net.sf.hibernate.id.TableHiLoGenerator
 
TableMetadata - class net.sf.hibernate.tool.hbm2ddl.TableMetadata.
JDBC table metadata
Template - class net.sf.hibernate.sql.Template.
Parses SQL fragments specified in mapping documents
TemplatedViolatedConstraintNameExtracter - class net.sf.hibernate.exception.TemplatedViolatedConstraintNameExtracter.
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 net.sf.hibernate.exception.TemplatedViolatedConstraintNameExtracter
 
TextType - class net.sf.hibernate.type.TextType.
text: A type that maps an SQL CLOB to a Java String.
TextType() - Constructor for class net.sf.hibernate.type.TextType
 
TimeType - class net.sf.hibernate.type.TimeType.
time: A type that maps an SQL TIME to a Java java.util.Date or java.sql.Time.
TimeType() - Constructor for class net.sf.hibernate.type.TimeType
 
TimeZoneType - class net.sf.hibernate.type.TimeZoneType.
timezone: A type that maps an SQL VARCHAR to a java.util.TimeZone
TimeZoneType() - Constructor for class net.sf.hibernate.type.TimeZoneType
 
TimesTenDialect - class net.sf.hibernate.dialect.TimesTenDialect.
A SQL dialect for TimesTen 5.1.
TimesTenDialect() - Constructor for class net.sf.hibernate.dialect.TimesTenDialect
 
TimestampType - class net.sf.hibernate.type.TimestampType.
timestamp: A type that maps an SQL TIMESTAMP to a Java java.util.Date or java.sql.Timestamp.
TimestampType() - Constructor for class net.sf.hibernate.type.TimestampType
 
Timestamper - class net.sf.hibernate.cache.Timestamper.
Generates increasing identifiers (in a single VM only).
ToOne - class net.sf.hibernate.mapping.ToOne.
A simple-point association (ie.
ToOne(Table) - Constructor for class net.sf.hibernate.mapping.ToOne
 
Transaction - interface net.sf.hibernate.Transaction.
Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
Transaction - class net.sf.hibernate.odmg.Transaction.
Implements the ODMG Transaction API.
Transaction(Database) - Constructor for class net.sf.hibernate.odmg.Transaction
Instantiate a Transaction for the given Database.
Transaction() - Constructor for class net.sf.hibernate.odmg.Transaction
Instantiate a Transaction for a Database created by the current thread.
TransactionException - exception net.sf.hibernate.TransactionException.
Indicates that a transaction could not be begun, committed or rolled back.
TransactionException(String, Exception) - Constructor for class net.sf.hibernate.TransactionException
 
TransactionException(String) - Constructor for class net.sf.hibernate.TransactionException
 
TransactionFactory - interface net.sf.hibernate.transaction.TransactionFactory.
An abstract factory for Transaction instances.
TransactionFactoryFactory - class net.sf.hibernate.transaction.TransactionFactoryFactory.
 
TransactionManagerLookup - interface net.sf.hibernate.transaction.TransactionManagerLookup.
Concrete implementations locate and return the JTA TransactionManager.
TransactionManagerLookupFactory - class net.sf.hibernate.transaction.TransactionManagerLookupFactory.
 
TransactionalCache - class net.sf.hibernate.cache.TransactionalCache.
Support for fully transactional cache implementations like JBoss TreeCache.
TransactionalCache() - Constructor for class net.sf.hibernate.cache.TransactionalCache
 
TransientObjectException - exception net.sf.hibernate.TransientObjectException.
Throw when the user passes a transient instance to a Session method that expects a persistent instance.
TransientObjectException(String) - Constructor for class net.sf.hibernate.TransientObjectException
 
TreeCache - class net.sf.hibernate.cache.TreeCache.
 
TreeCache(TreeCache, String) - Constructor for class net.sf.hibernate.cache.TreeCache
 
TreeCacheProvider - class net.sf.hibernate.cache.TreeCacheProvider.
Support for JBoss TreeCache
TreeCacheProvider() - Constructor for class net.sf.hibernate.cache.TreeCacheProvider
 
TrueFalseType - class net.sf.hibernate.type.TrueFalseType.
true_false: A type that maps an SQL CHAR(1) to a Java Boolean.
TrueFalseType() - Constructor for class net.sf.hibernate.type.TrueFalseType
 
Type - interface net.sf.hibernate.type.Type.
Defines a mapping from a Java type to an JDBC datatype.
TypeFactory - class net.sf.hibernate.type.TypeFactory.
Used internally to obtain instances of Type.
TypeNames - class net.sf.hibernate.dialect.TypeNames.
This class maps a type to names.
TypeNames(String) - Constructor for class net.sf.hibernate.dialect.TypeNames
Constructor.
TypedValue - class net.sf.hibernate.engine.TypedValue.
An ordered pair of a value and its Hibernate type.
TypedValue(Type, Object) - Constructor for class net.sf.hibernate.engine.TypedValue
 
tableName(String) - Method in class net.sf.hibernate.cfg.DefaultNamingStrategy
Return the argument
tableName(String) - Method in class net.sf.hibernate.cfg.ImprovedNamingStrategy
Convert mixed case to underscores
tableName(String) - Method in interface net.sf.hibernate.cfg.NamingStrategy
Alter the table name given in the mapping document
tailMap(Object) - Method in class net.sf.hibernate.collection.SortedMap
 
tailSet(Object) - Method in class net.sf.hibernate.collection.SortedSet
 
target - Variable in class net.sf.hibernate.proxy.LazyInitializer
 
throwIfNull(Object, Serializable, Class) - Static method in class net.sf.hibernate.ObjectNotFoundException
 
throwIfNull(Object, Serializable, Class) - Static method in class net.sf.hibernate.UnresolvableObjectException
 
toAliasString(String) - Method in class net.sf.hibernate.sql.Alias
 
toAliasStrings(String[]) - Method in class net.sf.hibernate.sql.Alias
 
toArray() - Method in class net.sf.hibernate.collection.Bag
 
toArray(Object[]) - Method in class net.sf.hibernate.collection.Bag
 
toArray() - Method in class net.sf.hibernate.collection.IdentifierBag
 
toArray(Object[]) - Method in class net.sf.hibernate.collection.IdentifierBag
 
toArray() - Method in class net.sf.hibernate.collection.List
 
toArray(Object[]) - Method in class net.sf.hibernate.collection.List
 
toArray() - Method in class net.sf.hibernate.collection.Set
 
toArray(Object[]) - Method in class net.sf.hibernate.collection.Set
 
toBytes(int) - Static method in class net.sf.hibernate.util.BytesHelper
 
toBytes(short) - Static method in class net.sf.hibernate.util.BytesHelper
 
toColumns(String, String) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
toColumns(String, String) - Method in class net.sf.hibernate.collection.CollectionPropertyMapping
 
toColumns(String, String) - Method in class net.sf.hibernate.collection.ElementPropertyMapping
 
toColumns(String, String) - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
toColumns(String, int) - Method in class net.sf.hibernate.persister.EntityPersister
 
toColumns(String, String) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
toColumns(String, int) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
toColumns(String, int) - Method in interface net.sf.hibernate.persister.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 net.sf.hibernate.persister.PropertyMapping
Given a query alias and a property path, return the qualified column name
toDOM() - Method in interface net.sf.hibernate.Databinder
Output the custom XML representation of the bound objects as a DOM tree.
toDOM() - Method in class net.sf.hibernate.xml.XMLDatabinder
 
toFragmentString() - Method in class net.sf.hibernate.sql.ANSICaseFragment
 
toFragmentString() - Method in class net.sf.hibernate.sql.CaseFragment
 
toFragmentString() - Method in class net.sf.hibernate.sql.ConditionFragment
 
toFragmentString() - Method in class net.sf.hibernate.sql.DecodeCaseFragment
 
toFragmentString() - Method in class net.sf.hibernate.sql.DisjunctionFragment
 
toFragmentString(Dialect) - Method in class net.sf.hibernate.sql.ForUpdateFragment
 
toFragmentString() - Method in class net.sf.hibernate.sql.HSQLCaseFragment
 
toFragmentString() - Method in class net.sf.hibernate.sql.InFragment
 
toFragmentString() - Method in class net.sf.hibernate.sql.MckoiCaseFragment
 
toFragmentString() - Method in class net.sf.hibernate.sql.SelectFragment
 
toFromFragmentString() - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
toFromFragmentString() - Method in class net.sf.hibernate.sql.JoinFragment
 
toFromFragmentString() - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
toFromFragmentString() - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
toFromFragmentString() - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
toGenericDOM() - Method in interface net.sf.hibernate.Databinder
Output the generic XML representation of the bound objects as a DOM tree.
toGenericDOM() - Method in class net.sf.hibernate.xml.XMLDatabinder
 
toGenericXML() - Method in interface net.sf.hibernate.Databinder
Output the generic XML representation of the bound objects.
toGenericXML() - Method in class net.sf.hibernate.xml.XMLDatabinder
 
toInt() - Method in interface net.sf.hibernate.PersistentEnum
Deprecated.  
toInt(byte[]) - Static method in class net.sf.hibernate.util.BytesHelper
 
toIntArray(Collection) - Static method in class net.sf.hibernate.util.ArrayHelper
 
toList(Object) - Static method in class net.sf.hibernate.util.ArrayHelper
 
toList(Iterator) - Static method in class net.sf.hibernate.util.ArrayHelper
 
toLowerCase(String) - Static method in class net.sf.hibernate.util.StringHelper
 
toMap(String, String, Properties) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
toOwner(OuterJoinLoader.OuterJoinableAssociation, int, boolean) - Method in class net.sf.hibernate.loader.OuterJoinLoader
 
toQueryString() - Method in class net.sf.hibernate.sql.QuerySelect
 
toResultSetType() - Method in class net.sf.hibernate.ScrollMode
 
toShort(byte[]) - Static method in class net.sf.hibernate.util.BytesHelper
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.BetweenExpression
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in interface net.sf.hibernate.expression.Criterion
Render the SQL fragment
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.Example
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.IlikeExpression
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.InExpression
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.Junction
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.LogicalExpression
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.NotExpression
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.NotNullExpression
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.NullExpression
 
toSqlString(SessionFactoryImplementor, Class, String) - Method in class net.sf.hibernate.expression.Order
Render the SQL fragment
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.PropertyExpression
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.SQLCriterion
 
toSqlString(SessionFactoryImplementor, Class, String, Map) - Method in class net.sf.hibernate.expression.SimpleExpression
 
toStatementString() - Method in class net.sf.hibernate.sql.Delete
 
toStatementString() - Method in class net.sf.hibernate.sql.Insert
 
toStatementString() - Method in class net.sf.hibernate.sql.Select
Construct an SQL SELECT statement from the given clauses
toStatementString() - Method in class net.sf.hibernate.sql.SimpleSelect
 
toStatementString() - Method in class net.sf.hibernate.sql.Update
 
toString() - Method in class net.sf.hibernate.FetchMode
 
toString() - Method in class net.sf.hibernate.FlushMode
 
toString() - Method in class net.sf.hibernate.LockMode
 
toString() - Method in class net.sf.hibernate.ReplicationMode
 
toString() - Method in class net.sf.hibernate.ScrollMode
 
toString() - Method in class net.sf.hibernate.cache.QueryKey
 
toString() - Method in class net.sf.hibernate.cache.ReadWriteCache.Item
 
toString() - Method in class net.sf.hibernate.cache.ReadWriteCache.Lock
 
toString() - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
toString() - Method in class net.sf.hibernate.collection.Bag
 
toString() - Method in class net.sf.hibernate.collection.List
 
toString() - Method in class net.sf.hibernate.collection.Map
 
toString() - Method in class net.sf.hibernate.collection.Set
 
toString() - Method in class net.sf.hibernate.dialect.Dialect
 
toString() - Method in class net.sf.hibernate.engine.Key
 
toString() - Method in class net.sf.hibernate.engine.TypedValue
 
toString() - Method in class net.sf.hibernate.expression.AbstractCriterion
For cosmetic purposes only!
toString() - Method in class net.sf.hibernate.expression.BetweenExpression
 
toString() - Method in class net.sf.hibernate.expression.Example
 
toString() - Method in class net.sf.hibernate.expression.IlikeExpression
 
toString() - Method in class net.sf.hibernate.expression.InExpression
 
toString() - Method in class net.sf.hibernate.expression.Junction
 
toString() - Method in class net.sf.hibernate.expression.LogicalExpression
 
toString() - Method in class net.sf.hibernate.expression.MatchMode
 
toString() - Method in class net.sf.hibernate.expression.NotExpression
 
toString() - Method in class net.sf.hibernate.expression.NotNullExpression
 
toString() - Method in class net.sf.hibernate.expression.NullExpression
 
toString() - Method in class net.sf.hibernate.expression.PropertyExpression
 
toString() - Method in class net.sf.hibernate.expression.SQLCriterion
 
toString() - Method in class net.sf.hibernate.expression.SimpleExpression
 
toString() - Method in class net.sf.hibernate.hql.QueryTranslator
 
toString() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
toString(Object) - Method in class net.sf.hibernate.impl.Printer
 
toString(Type[], Object[]) - Method in class net.sf.hibernate.impl.Printer
 
toString(Map) - Method in class net.sf.hibernate.impl.Printer
 
toString(Iterator) - Method in class net.sf.hibernate.impl.Printer
 
toString() - Method in class net.sf.hibernate.loader.AbstractEntityLoader
 
toString() - Method in class net.sf.hibernate.mapping.Column
 
toString() - Method in class net.sf.hibernate.mapping.PersistentClass
 
toString() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
toString() - Method in class net.sf.hibernate.tool.hbm2ddl.ColumnMetadata
 
toString() - Method in class net.sf.hibernate.tool.hbm2ddl.DatabaseMetadata
 
toString() - Method in class net.sf.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
toString() - Method in class net.sf.hibernate.tool.hbm2ddl.IndexMetadata
 
toString() - Method in class net.sf.hibernate.tool.hbm2ddl.TableMetadata
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.ArrayType
 
toString(Object) - Method in class net.sf.hibernate.type.BigDecimalType
 
toString(Object) - Method in class net.sf.hibernate.type.BinaryType
 
toString(Object) - Method in class net.sf.hibernate.type.BlobType
 
toString(Object) - Method in class net.sf.hibernate.type.CalendarDateType
 
toString(Object) - Method in class net.sf.hibernate.type.CalendarType
 
toString(Object) - Method in class net.sf.hibernate.type.ClassType
 
toString(Object) - Method in class net.sf.hibernate.type.ClobType
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.ComponentType
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.CompositeCustomType
 
toString(Object) - Method in class net.sf.hibernate.type.CurrencyType
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.CustomType
 
toString(Object) - Method in class net.sf.hibernate.type.DateType
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.DynamicComponentType
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.EntityType
 
toString(Object) - Method in class net.sf.hibernate.type.LocaleType
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.MetaType
 
toString(Object) - Method in class net.sf.hibernate.type.NullableType
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.NullableType
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.ObjectType
 
toString(Object, SessionFactoryImplementor) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
toString() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
toString(Object) - Method in class net.sf.hibernate.type.PersistentEnumType
Deprecated.  
toString(Object) - Method in class net.sf.hibernate.type.PrimitiveType
 
toString(Object) - Method in class net.sf.hibernate.type.SerializableType
 
toString(Object) - Method in class net.sf.hibernate.type.StringType
 
toString(Object) - Method in class net.sf.hibernate.type.TextType
 
toString(Object) - Method in class net.sf.hibernate.type.TimeType
 
toString(Object) - Method in class net.sf.hibernate.type.TimeZoneType
 
toString(Object) - Method in class net.sf.hibernate.type.TimestampType
 
toString(Object, SessionFactoryImplementor) - Method in interface net.sf.hibernate.type.Type
A representation of the value to be embedded in an XML element.
toString() - Method in class net.sf.hibernate.util.FastHashMap
 
toString(Object[]) - Static method in class net.sf.hibernate.util.StringHelper
 
toStringArray(Object[]) - Static method in class net.sf.hibernate.util.ArrayHelper
 
toStringArray(Collection) - Static method in class net.sf.hibernate.util.ArrayHelper
 
toStringArray(String, String, Properties) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
toStringArray(String, String) - Static method in class net.sf.hibernate.util.PropertiesHelper
 
toType(String) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
toType(String) - Method in class net.sf.hibernate.collection.CollectionPropertyMapping
 
toType(String) - Method in class net.sf.hibernate.collection.ElementPropertyMapping
 
toType(String) - Method in class net.sf.hibernate.persister.AbstractPropertyMapping
 
toType(String) - Method in interface net.sf.hibernate.persister.PropertyMapping
Given a component path expression, get the type of the property
toUnquotedAliasString(String) - Method in class net.sf.hibernate.sql.Alias
 
toUnquotedAliasStrings(String[]) - Method in class net.sf.hibernate.sql.Alias
 
toUpperCase(String) - Static method in class net.sf.hibernate.util.StringHelper
 
toWhereClause() - Method in class net.sf.hibernate.sql.SimpleSelect
 
toWhereFragmentString() - Method in class net.sf.hibernate.sql.ANSIJoinFragment
 
toWhereFragmentString() - Method in class net.sf.hibernate.sql.JoinFragment
 
toWhereFragmentString() - Method in class net.sf.hibernate.sql.OracleJoinFragment
 
toWhereFragmentString() - Method in class net.sf.hibernate.sql.QueryJoinFragment
 
toWhereFragmentString() - Method in class net.sf.hibernate.sql.Sybase11_9_2JoinFragment
 
toXML() - Method in interface net.sf.hibernate.Databinder
Output the custom XML representation of the bound objects.
toXML() - Method in class net.sf.hibernate.xml.XMLDatabinder
 
token(String, QueryTranslator) - Method in class net.sf.hibernate.hql.ClauseParser
 
token(String, QueryTranslator) - Method in class net.sf.hibernate.hql.FromParser
 
token(String, QueryTranslator) - Method in class net.sf.hibernate.hql.GroupByParser
 
token(String, QueryTranslator) - Method in class net.sf.hibernate.hql.OrderByParser
 
token(String, QueryTranslator) - Method in interface net.sf.hibernate.hql.Parser
 
token(String, QueryTranslator) - Method in class net.sf.hibernate.hql.PathExpressionParser
 
token(String, QueryTranslator) - Method in class net.sf.hibernate.hql.PreprocessingParser
 
token(String, QueryTranslator) - Method in class net.sf.hibernate.hql.SelectParser
 
token(String, QueryTranslator) - Method in class net.sf.hibernate.hql.WhereParser
 
traceParameters(SessionFactoryImplementor) - Method in class net.sf.hibernate.engine.QueryParameters
 
transformList(List) - Method in class net.sf.hibernate.transform.AliasToEntityMapResultTransformer
 
transformList(List) - Method in class net.sf.hibernate.transform.DistinctRootEntityResultTransformer
 
transformList(List) - Method in interface net.sf.hibernate.transform.ResultTransformer
 
transformList(List) - Method in class net.sf.hibernate.transform.RootEntityResultTransformer
 
transformTuple(Object[], String[]) - Method in class net.sf.hibernate.transform.AliasToEntityMapResultTransformer
 
transformTuple(Object[], String[]) - Method in class net.sf.hibernate.transform.DistinctRootEntityResultTransformer
 
transformTuple(Object[], String[]) - Method in interface net.sf.hibernate.transform.ResultTransformer
 
transformTuple(Object[], String[]) - Method in class net.sf.hibernate.transform.RootEntityResultTransformer
 
trimStackFrames(List) - Method in class net.sf.hibernate.exception.NestableDelegate
Trims the stack frames.
truncate(long) - Method in class net.sf.hibernate.lob.BlobImpl
 
truncate(long) - Method in class net.sf.hibernate.lob.ClobImpl
 
truncate(String, int) - Static method in class net.sf.hibernate.util.StringHelper
 
tryLock(Object, int) - Method in class net.sf.hibernate.odmg.Transaction
Not implemented.
typeArray() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
typeArray() - Method in class net.sf.hibernate.impl.FilterImpl
 
typecast(Object[], Object[]) - Static method in class net.sf.hibernate.util.ArrayHelper
 

U

UNDERSCORE - Static variable in class net.sf.hibernate.util.StringHelper
 
UPGRADE - Static variable in class net.sf.hibernate.LockMode
An upgrade lock.
UPGRADE_NOWAIT - Static variable in class net.sf.hibernate.LockMode
Attempt to obtain an upgrade lock, using an Oracle-style select for update nowait.
URL - Static variable in class net.sf.hibernate.cfg.Environment
JDBC URL
USER - Static variable in class net.sf.hibernate.cfg.Environment
JDBC user
USER_TRANSACTION - Static variable in class net.sf.hibernate.cfg.Environment
JNDI name of JTA UserTransaction object
USE_GET_GENERATED_KEYS - Static variable in class net.sf.hibernate.cfg.Environment
Tells the JDBC driver to attempt to retrieve row Id with the JDBC 3.0 PreparedStatement.getGeneratedKeys() method.
USE_JDBC_BATCH - Static variable in class net.sf.hibernate.cfg.Environment
Deprecated.  
USE_MINIMAL_PUTS - Static variable in class net.sf.hibernate.cfg.Environment
Optimize the cache for mimimal puts instead of minimal gets
USE_OUTER_JOIN - Static variable in class net.sf.hibernate.cfg.Environment
Deprecated. use hibernate.max_fetch_depth=0
USE_QUERY_CACHE - Static variable in class net.sf.hibernate.cfg.Environment
Should query caching be truned on?
USE_REFLECTION_OPTIMIZER - Static variable in class net.sf.hibernate.cfg.Environment
Use CGLIB MetaClass to optimize property access
USE_SCROLLABLE_RESULTSET - Static variable in class net.sf.hibernate.cfg.Environment
Use JDBC scrollable ResultSets.
USE_STREAMS_FOR_BINARY - Static variable in class net.sf.hibernate.cfg.Environment
Use java.io streams to read / write binary data from / to JDBC
UUIDGenerator - class net.sf.hibernate.id.UUIDGenerator.
The base class for identifier generators that use a UUID algorithm.
UUIDGenerator() - Constructor for class net.sf.hibernate.id.UUIDGenerator
 
UUIDHexGenerator - class net.sf.hibernate.id.UUIDHexGenerator.
uuid.hex

A UUIDGenerator that returns a string of length 32, This string will consist of only hex digits.
UUIDHexGenerator() - Constructor for class net.sf.hibernate.id.UUIDHexGenerator
 
UUIDStringGenerator - class net.sf.hibernate.id.UUIDStringGenerator.
uuid.string

A UUIDGenerator that returns a string of length 16, This string will NOT consist of only alphanumeric characters.
UUIDStringGenerator() - Constructor for class net.sf.hibernate.id.UUIDStringGenerator
 
UniqueEntityLoader - interface net.sf.hibernate.loader.UniqueEntityLoader.
Loads entities for a ClassPersister
UniqueKey - class net.sf.hibernate.mapping.UniqueKey.
A relational unique key constraint
UniqueKey() - Constructor for class net.sf.hibernate.mapping.UniqueKey
 
UniqueKeyLoadable - interface net.sf.hibernate.persister.UniqueKeyLoadable.
 
UnresolvableObjectException - exception net.sf.hibernate.UnresolvableObjectException.
Thrown when Hibernate could not resolve an object by id, especially when loading an association.
UnresolvableObjectException(Serializable, Class) - Constructor for class net.sf.hibernate.UnresolvableObjectException
 
Update - class net.sf.hibernate.sql.Update.
An SQL UPDATE statement
Update() - Constructor for class net.sf.hibernate.sql.Update
 
UpdateTimestampsCache - class net.sf.hibernate.cache.UpdateTimestampsCache.
Tracks the timestamps of the most recent updates to particular tables.
UpdateTimestampsCache(CacheProvider, Properties) - Constructor for class net.sf.hibernate.cache.UpdateTimestampsCache
 
UserSuppliedConnectionProvider - class net.sf.hibernate.connection.UserSuppliedConnectionProvider.
An implementation of the ConnectionProvider interface that simply throws an exception when a connection is requested.
UserSuppliedConnectionProvider() - Constructor for class net.sf.hibernate.connection.UserSuppliedConnectionProvider
 
UserType - interface net.sf.hibernate.UserType.
This interface should be implemented by user-defined "types".
unbind(String) - Method in class net.sf.hibernate.odmg.Database
Unbind the given name.
union(DBag) - Method in class net.sf.hibernate.collection.Bag
 
union(DSet) - Method in class net.sf.hibernate.collection.Set
 
uniqueColumnString(Iterator) - Method in class net.sf.hibernate.mapping.Table
 
uniqueKeyPropertyName - Variable in class net.sf.hibernate.type.EntityType
 
uniqueResult() - Method in interface net.sf.hibernate.Criteria
Convenience method to return a single instance that matches the query, or null if the query returns no results.
uniqueResult() - Method in interface net.sf.hibernate.Query
Convenience method to return a single instance that matches the query, or null if the query returns no results.
uniqueResult() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
uniqueResult() - Method in class net.sf.hibernate.impl.CriteriaImpl.Subcriteria
 
uniqueResult() - Method in class net.sf.hibernate.impl.CriteriaImpl
 
unlock(Object) - Method in interface net.sf.hibernate.cache.Cache
If this is a clustered cache, unlock the item
unlock(Object) - Method in class net.sf.hibernate.cache.EhCache
Calls to this method should perform there own synchronization.
unlock(Object) - Method in class net.sf.hibernate.cache.HashtableCache
 
unlock(Object) - Method in class net.sf.hibernate.cache.JCSCache
Deprecated.  
unlock(Object) - Method in class net.sf.hibernate.cache.OSCache
 
unlock(long) - Method in class net.sf.hibernate.cache.ReadWriteCache.Lock
Decrement the lock, setting the unlock timestamp if now unlocked
unlock(Object) - Method in class net.sf.hibernate.cache.SwarmCache
If this is a clustered cache, unlock the item
unlock(Object) - Method in class net.sf.hibernate.cache.TreeCache
 
unqualify(String) - Static method in class net.sf.hibernate.util.StringHelper
 
unqualify(String, String) - Static method in class net.sf.hibernate.util.StringHelper
 
unsetSession(SessionImplementor) - Method in class net.sf.hibernate.collection.PersistentCollection
Disassociate this collection from the given session.
update(Object) - Method in interface net.sf.hibernate.Session
Update the persistent instance with the identifier of the given transient instance.
update(Object, Serializable) - Method in interface net.sf.hibernate.Session
Update the persistent state associated with the given identifier.
update(Object, Object) - Method in interface net.sf.hibernate.cache.CacheConcurrencyStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object) - Method in class net.sf.hibernate.cache.NonstrictReadWriteCache
Invalidate the item
update(Object, Object) - Method in class net.sf.hibernate.cache.ReadOnlyCache
Unsupported!
update(Object, Object) - Method in class net.sf.hibernate.cache.ReadWriteCache
Do nothing.
update(Object, Object) - Method in class net.sf.hibernate.cache.TransactionalCache
 
update(Object) - Method in class net.sf.hibernate.impl.SessionImpl
 
update(Object, Serializable) - Method in class net.sf.hibernate.impl.SessionImpl
 
update(Object) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
update(Object, Serializable) - Method in class net.sf.hibernate.jca.JCASessionImpl
 
update(Serializable, Object[], int[], Object[], Object, Object, SessionImplementor) - Method in interface net.sf.hibernate.persister.ClassPersister
Update a persistent instance
update(Serializable, Object[], int[], Object[], Object, Object, SessionImplementor) - Method in class net.sf.hibernate.persister.EntityPersister
Update an object
update(Serializable, Object[], Object[], boolean[], Object, Object, String, SessionImplementor) - Method in class net.sf.hibernate.persister.EntityPersister
 
update(Serializable, Object[], int[], Object[], Object, Object, SessionImplementor) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
Update an object
update(Serializable, Object[], boolean[], boolean[], Object, Object, String[], SessionImplementor) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
updateArray(String, Array) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateArray(int, Array) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateAsciiStream(String, InputStream, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateAsciiStream(int, InputStream, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBigDecimal(String, BigDecimal) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBigDecimal(int, BigDecimal) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBinaryStream(String, InputStream, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBinaryStream(int, InputStream, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBlob(String, Blob) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBlob(int, Blob) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBoolean(String, boolean) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBoolean(int, boolean) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateByte(String, byte) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateByte(int, byte) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBytes(String, byte[]) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateBytes(int, byte[]) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateCharacterStream(String, Reader, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateCharacterStream(int, Reader, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateClob(String, Clob) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateClob(int, Clob) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateCurrentIterator() - Method in class net.sf.hibernate.util.JoinedIterator
 
updateDate(String, Date) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateDate(int, Date) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateDouble(String, double) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateDouble(int, double) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateFloat(String, float) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateFloat(int, float) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateInt(String, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateInt(int, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateLong(String, long) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateLong(int, long) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateNull(String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateNull(int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateObject(String, Object) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateObject(String, Object, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateObject(int, Object) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateObject(int, Object, int) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateRef(String, Ref) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateRef(int, Ref) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateRow() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateRows(PersistentCollection, Serializable, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
updateRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Update the persistent state of any elements that were modified
updateShort(String, short) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateShort(int, short) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateString(String, String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateString(int, String) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateTime(String, Time) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateTime(int, Time) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateTimestamp(String, Timestamp) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
updateTimestamp(int, Timestamp) - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
upgradeLocks() - Method in class net.sf.hibernate.hql.QueryTranslator
 
upgradeLocks() - Method in class net.sf.hibernate.loader.Loader
Does this query return objects that might be already cached by the session, whose lock mode may need upgrading
useDynamicInsert() - Method in class net.sf.hibernate.mapping.PersistentClass
 
useDynamicInsert() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
useDynamicUpdate() - Method in class net.sf.hibernate.mapping.PersistentClass
 
useDynamicUpdate() - Method in class net.sf.hibernate.persister.AbstractEntityPersister
 
useMaxForLimit() - Method in class net.sf.hibernate.dialect.DB2390Dialect
 
useMaxForLimit() - Method in class net.sf.hibernate.dialect.DB2400Dialect
 
useMaxForLimit() - Method in class net.sf.hibernate.dialect.DB2Dialect
 
useMaxForLimit() - Method in class net.sf.hibernate.dialect.Dialect
Does the LIMIT clause take a "maximum" row number instead of a total number of returned rows?
useMaxForLimit() - Method in class net.sf.hibernate.dialect.InformixDialect
 
useMaxForLimit() - Method in class net.sf.hibernate.dialect.Oracle9Dialect
 
useMaxForLimit() - Method in class net.sf.hibernate.dialect.SQLServerDialect
 
usePrimaryKeyAsForeignKey() - Method in interface net.sf.hibernate.type.AssociationType
Is the foreign key the primary key of the table?
usePrimaryKeyAsForeignKey() - Method in class net.sf.hibernate.type.ManyToOneType
 
usePrimaryKeyAsForeignKey() - Method in class net.sf.hibernate.type.ObjectType
Not really relevant to ObjectType, since it cannot by "joined"!
usePrimaryKeyAsForeignKey() - Method in class net.sf.hibernate.type.OneToOneType
 
usePrimaryKeyAsForeignKey() - Method in class net.sf.hibernate.type.PersistentCollectionType
 
useReflectionOptimizer() - Static method in class net.sf.hibernate.cfg.Environment
Should we use CGLIB reflection optimizer.
useStreamsForBinary() - Static method in class net.sf.hibernate.cfg.Environment
Should we use streams to bind binary types to JDBC IN parameters.

V

VERSION - Static variable in class net.sf.hibernate.cfg.Environment
 
VERSION_NEGATIVE - Static variable in class net.sf.hibernate.engine.Cascades
Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.
VERSION_SAVE_NULL - Static variable in class net.sf.hibernate.engine.Cascades
Assume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.
VERSION_UNDEFINED - Static variable in class net.sf.hibernate.engine.Cascades
Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
VETO - Static variable in interface net.sf.hibernate.Lifecycle
Return value to veto the action (true)
Validatable - interface net.sf.hibernate.Validatable.
Implemented by persistent classes with invariants that must be checked before inserting into or updating the database.
ValidationFailure - exception net.sf.hibernate.ValidationFailure.
Thrown from Validatable.validate() when an invariant was violated.
ValidationFailure(String) - Constructor for class net.sf.hibernate.ValidationFailure
 
ValidationFailure(String, Exception) - Constructor for class net.sf.hibernate.ValidationFailure
 
ValidationFailure(Exception) - Constructor for class net.sf.hibernate.ValidationFailure
 
Value - interface net.sf.hibernate.mapping.Value.
A value is anything that is persisted by value, instead of by reference.
VersionType - interface net.sf.hibernate.type.VersionType.
A Type that may be used to version data.
Versioning - class net.sf.hibernate.engine.Versioning.
Utility methods for managing versions and timestamps
ViolatedConstraintNameExtracter - interface net.sf.hibernate.exception.ViolatedConstraintNameExtracter.
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.
validate() - Method in interface net.sf.hibernate.Validatable
Validate the state of the object before persisting it.
validate(Mapping) - Method in class net.sf.hibernate.mapping.Collection
 
validate(Mapping) - Method in class net.sf.hibernate.mapping.IdentifierCollection
 
validate(Mapping) - Method in class net.sf.hibernate.mapping.IndexedCollection
 
validate(Mapping) - Method in class net.sf.hibernate.mapping.PersistentClass
 
validate(Mapping) - Method in class net.sf.hibernate.mapping.RootClass
 
validate(Mapping) - Method in class net.sf.hibernate.mapping.Subclass
 
validateParameters() - Method in class net.sf.hibernate.engine.QueryParameters
 
valueArray() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
valueArray() - Method in class net.sf.hibernate.impl.FilterImpl
 
values() - Method in class net.sf.hibernate.collection.Map
 
values() - Method in class net.sf.hibernate.util.FastHashMap
Return a collection view of the values contained in this map.
values() - Method in class net.sf.hibernate.util.IdentityMap
 
verifyParameters() - Method in class net.sf.hibernate.impl.AbstractQueryImpl
 
verifyProperties(Properties) - Static method in class net.sf.hibernate.cfg.Environment
Issues warnings to the user when any obsolete property names are used.

W

WHITESPACE - Static variable in class net.sf.hibernate.hql.ParserHelper
 
WRAP_RESULT_SETS - Static variable in class net.sf.hibernate.cfg.Environment
Should Hibernate wrap result sets in order to speed up column name lookups.
WRITE - Static variable in class net.sf.hibernate.LockMode
A WRITE lock is obtained when an object is updated or inserted.
WebSphereExtendedJTATransactionLookup - class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.
Support for proprietary interfaces for registering synchronizations in WebSphere 5 and 6.
WebSphereExtendedJTATransactionLookup() - Constructor for class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup
 
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter - class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.
 
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter - class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter.
 
WebSphereTransactionManagerLookup - class net.sf.hibernate.transaction.WebSphereTransactionManagerLookup.
TransactionManager lookup strategy for WebSphere (versions 4, 5.0 and 5.1)
WebSphereTransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.WebSphereTransactionManagerLookup
 
WeblogicTransactionManagerLookup - class net.sf.hibernate.transaction.WeblogicTransactionManagerLookup.
TransactionManager lookup strategy for WebLogic
WeblogicTransactionManagerLookup() - Constructor for class net.sf.hibernate.transaction.WeblogicTransactionManagerLookup
 
WhereParser - class net.sf.hibernate.hql.WhereParser.
Parses the where clause of a hibernate query and translates it to an SQL where clause.
WhereParser() - Constructor for class net.sf.hibernate.hql.WhereParser
 
WrongClassException - exception net.sf.hibernate.WrongClassException.
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, Class) - Constructor for class net.sf.hibernate.WrongClassException
 
walkCollectionTree(QueryableCollection, String, SessionFactoryImplementor) - Method in class net.sf.hibernate.loader.OuterJoinLoader
For a collection role, return a list of associations to be fetched by outerjoin
walkTree(OuterJoinLoadable, String, SessionFactoryImplementor) - Method in class net.sf.hibernate.loader.OuterJoinLoader
For an entity class, return a list of associations to be fetched by outerjoin
warning(SAXParseException) - Method in class net.sf.hibernate.util.XMLHelper.ErrorLogger
 
wasCommitted() - Method in interface net.sf.hibernate.Transaction
Check if this transaction was successfully committed.
wasCommitted() - Method in class net.sf.hibernate.transaction.JDBCTransaction
 
wasCommitted() - Method in class net.sf.hibernate.transaction.JTATransaction
 
wasDereferenced() - Method in interface net.sf.hibernate.engine.CollectionSnapshot
 
wasDereferenced() - Method in class net.sf.hibernate.impl.SessionImpl.CollectionEntry
 
wasInitialized() - Method in class net.sf.hibernate.collection.PersistentCollection
Is this instance initialized?
wasLockedConcurrently() - Method in class net.sf.hibernate.cache.ReadWriteCache.Lock
Was this lock held concurrently by multiple transactions?
wasNull() - Method in class net.sf.hibernate.impl.ResultSetWrapper
 
wasRolledBack() - Method in interface net.sf.hibernate.Transaction
Was this transaction rolled back or set to rollback only?
wasRolledBack() - Method in class net.sf.hibernate.transaction.JDBCTransaction
 
wasRolledBack() - Method in class net.sf.hibernate.transaction.JTATransaction
 
whereJoinFragment(String, boolean, boolean) - Method in class net.sf.hibernate.collection.BasicCollectionPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class net.sf.hibernate.collection.OneToManyPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class net.sf.hibernate.persister.EntityPersister
 
whereJoinFragment(String, boolean, boolean) - Method in interface net.sf.hibernate.persister.Joinable
Get the where clause part of any joins (optional operation)
whereJoinFragment(String, boolean, boolean) - Method in class net.sf.hibernate.persister.NormalizedEntityPersister
 
whereString(String, String[], int) - Static method in class net.sf.hibernate.loader.OuterJoinLoader
Render the where condition for a (batch) load by identifier / collection key
wrap(SessionImplementor, Object) - Method in class net.sf.hibernate.type.ArrayType
 
wrap(SessionImplementor, Object) - Method in class net.sf.hibernate.type.BagType
 
wrap(SessionImplementor, Object) - Method in class net.sf.hibernate.type.IdentifierBagType
 
wrap(SessionImplementor, Object) - Method in class net.sf.hibernate.type.ListType
 
wrap(SessionImplementor, Object) - Method in class net.sf.hibernate.type.MapType
 
wrap(SessionImplementor, Object) - Method in class net.sf.hibernate.type.PersistentCollectionType
 
wrap(SessionImplementor, Object) - Method in class net.sf.hibernate.type.SetType
 
wrap(SessionImplementor, Object) - Method in class net.sf.hibernate.type.SortedMapType
 
wrap(SessionImplementor, Object) - Method in class net.sf.hibernate.type.SortedSetType
 
write() - Method in class net.sf.hibernate.collection.PersistentCollection
Called by any writer method of the collection interface
writeElement(PreparedStatement, Object, boolean, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
writeElement(PreparedStatement, Object, boolean, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Write the element to a JDBC PreparedStatement
writeIdentifier(PreparedStatement, Object, boolean, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
writeIdentifier(PreparedStatement, Object, boolean, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Write the identifier to a JDBC PreparedStatement
writeIndex(PreparedStatement, Object, boolean, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
writeIndex(PreparedStatement, Object, boolean, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Write the index to a JDBC PreparedStatement
writeKey(PreparedStatement, Serializable, boolean, SessionImplementor) - Method in class net.sf.hibernate.collection.AbstractCollectionPersister
 
writeKey(PreparedStatement, Serializable, boolean, SessionImplementor) - Method in interface net.sf.hibernate.collection.CollectionPersister
Write the key to a JDBC PreparedStatement
writeReplace() - Method in interface net.sf.hibernate.proxy.HibernateProxy
 
writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) - Method in class net.sf.hibernate.collection.ArrayHolder
 
writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) - Method in class net.sf.hibernate.collection.Bag
 
writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) - Method in class net.sf.hibernate.collection.IdentifierBag
 
writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) - Method in class net.sf.hibernate.collection.List
 
writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) - Method in class net.sf.hibernate.collection.Map
 
writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) - Method in class net.sf.hibernate.collection.PersistentCollection
Write a row to the JDBC prepared statement
writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) - Method in class net.sf.hibernate.collection.Set
 

X

XMLDatabinder - class net.sf.hibernate.xml.XMLDatabinder.
Implementation of the API class Databinder.
XMLDatabinder(SessionFactoryImplementor, Transformer) - Constructor for class net.sf.hibernate.xml.XMLDatabinder
 
XMLHelper - class net.sf.hibernate.util.XMLHelper.
 
XMLHelper.ErrorLogger - class net.sf.hibernate.util.XMLHelper.ErrorLogger.
 

Y

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

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