Uses of Package
org.hibernate

Packages that use org.hibernate
org.hibernate   
org.hibernate.action   
org.hibernate.cache   
org.hibernate.cache.entry   
org.hibernate.cfg   
org.hibernate.classic   
org.hibernate.collection   
org.hibernate.connection   
org.hibernate.context   
org.hibernate.criterion   
org.hibernate.dialect   
org.hibernate.dialect.function   
org.hibernate.engine   
org.hibernate.engine.query   
org.hibernate.engine.transaction   
org.hibernate.event   
org.hibernate.event.def   
org.hibernate.exception   
org.hibernate.hql   
org.hibernate.hql.ast   
org.hibernate.hql.ast.exec   
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
org.hibernate.hql.classic   
org.hibernate.id   
org.hibernate.impl   
org.hibernate.intercept   
org.hibernate.jdbc   
org.hibernate.jmx   
org.hibernate.loader   
org.hibernate.loader.collection   
org.hibernate.loader.criteria   
org.hibernate.loader.custom   
org.hibernate.loader.entity   
org.hibernate.loader.hql   
org.hibernate.mapping   
org.hibernate.metadata   
org.hibernate.persister   
org.hibernate.persister.collection   
org.hibernate.persister.entity   
org.hibernate.pretty   
org.hibernate.property   
org.hibernate.proxy   
org.hibernate.secure   
org.hibernate.sql   
org.hibernate.tool.hbm2ddl   
org.hibernate.transaction   
org.hibernate.tuple   
org.hibernate.type   
org.hibernate.usertype   
org.hibernate.util   
 

Classes in org.hibernate used by org.hibernate
CacheMode
          Controls how the session interacts with the second-level cache and query cache.
CallbackException
          Should be thrown by persistent objects from Lifecycle or Interceptor callbacks.
ConnectionReleaseMode
          Defines the various policies by which Hibernate might release its underlying JDBC connection.
Criteria
          Criteria is a simplified API for retrieving entities by composing Criterion objects.
EntityMode
          Defines the representation modes available for entities.
FetchMode
          Represents an association fetching strategy.
Filter
          Type definition of Filter.
FlushMode
          Represents a flushing strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
ObjectNotFoundException
          Thrown when Session.load() fails to select a row with the given primary key (identifier value).
Query
          An object-oriented representation of a Hibernate query.
ReplicationMode
          Represents a replication strategy.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
ScrollMode
          Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
SessionFactory
          Creates Sessions.
SQLQuery
          Allows the user to declare the types and select list injection points of all entities returned by the query.
StaleStateException
          Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning).
StatelessSession
          A command-oriented API for performing bulk operations against a database.

A stateless session does not implement a first-level cache nor interact with any second-level cache, nor does it implement transactional write-behind or automatic dirty checking, nor do operations cascade to associated instances.
Transaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
UnresolvableObjectException
          Thrown when Hibernate could not resolve an object by id, especially when loading an association.
 

Classes in org.hibernate used by org.hibernate.action
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.cache
EntityMode
          Defines the representation modes available for entities.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.cache.entry
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
 

Classes in org.hibernate used by org.hibernate.cfg
CacheMode
          Controls how the session interacts with the second-level cache and query cache.
ConnectionReleaseMode
          Defines the various policies by which Hibernate might release its underlying JDBC connection.
EntityMode
          Defines the representation modes available for entities.
FlushMode
          Represents a flushing strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
SessionFactory
          Creates Sessions.
 

Classes in org.hibernate used by org.hibernate.classic
CallbackException
          Should be thrown by persistent objects from Lifecycle or Interceptor callbacks.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Session
          The main runtime interface between a Java application and Hibernate.
 

Classes in org.hibernate used by org.hibernate.collection
EntityMode
          Defines the representation modes available for entities.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.connection
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.context
ConnectionReleaseMode
          Defines the various policies by which Hibernate might release its underlying JDBC connection.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Session
          The main runtime interface between a Java application and Hibernate.
SessionFactory
          Creates Sessions.
 

Classes in org.hibernate used by org.hibernate.criterion
Criteria
          Criteria is a simplified API for retrieving entities by composing Criterion objects.
FetchMode
          Represents an association fetching strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Session
          The main runtime interface between a Java application and Hibernate.
 

Classes in org.hibernate used by org.hibernate.dialect
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in org.hibernate used by org.hibernate.dialect.function
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in org.hibernate used by org.hibernate.engine
CacheMode
          Controls how the session interacts with the second-level cache and query cache.
ConnectionReleaseMode
          Defines the various policies by which Hibernate might release its underlying JDBC connection.
EntityMode
          Defines the representation modes available for entities.
FlushMode
          Represents a flushing strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
JDBCException
          Wraps an SQLException.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
PropertyValueException
          Thrown when the (illegal) value of a property can not be persisted.
Query
          An object-oriented representation of a Hibernate query.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
ScrollMode
          Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
SessionFactory
          Creates Sessions.
Transaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
 

Classes in org.hibernate used by org.hibernate.engine.query
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
 

Classes in org.hibernate used by org.hibernate.engine.transaction
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.event
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
ReplicationMode
          Represents a replication strategy.
Session
          The main runtime interface between a Java application and Hibernate.
 

Classes in org.hibernate used by org.hibernate.event.def
EntityMode
          Defines the representation modes available for entities.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
 

Classes in org.hibernate used by org.hibernate.exception
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
JDBCException
          Wraps an SQLException.
 

Classes in org.hibernate used by org.hibernate.hql
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
 

Classes in org.hibernate used by org.hibernate.hql.ast
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
 

Classes in org.hibernate used by org.hibernate.hql.ast.exec
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.hql.ast.tree
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in org.hibernate used by org.hibernate.hql.ast.util
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in org.hibernate used by org.hibernate.hql.classic
LockMode
          Instances represent a lock mode for a row of a relational database table.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in org.hibernate used by org.hibernate.id
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
 

Classes in org.hibernate used by org.hibernate.impl
CacheMode
          Controls how the session interacts with the second-level cache and query cache.
ConnectionReleaseMode
          Defines the various policies by which Hibernate might release its underlying JDBC connection.
Criteria
          Criteria is a simplified API for retrieving entities by composing Criterion objects.
EntityMode
          Defines the representation modes available for entities.
FetchMode
          Represents an association fetching strategy.
Filter
          Type definition of Filter.
FlushMode
          Represents a flushing strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
JDBCException
          Wraps an SQLException.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
Query
          An object-oriented representation of a Hibernate query.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ReplicationMode
          Represents a replication strategy.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
ScrollMode
          Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
Session
          The main runtime interface between a Java application and Hibernate.
SessionFactory
          Creates Sessions.
SQLQuery
          Allows the user to declare the types and select list injection points of all entities returned by the query.
StatelessSession
          A command-oriented API for performing bulk operations against a database.

A stateless session does not implement a first-level cache nor interact with any second-level cache, nor does it implement transactional write-behind or automatic dirty checking, nor do operations cascade to associated instances.
Transaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
 

Classes in org.hibernate used by org.hibernate.intercept
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.jdbc
ConnectionReleaseMode
          Defines the various policies by which Hibernate might release its underlying JDBC connection.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
ScrollMode
          Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
Transaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
 

Classes in org.hibernate used by org.hibernate.jmx
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Interceptor
          Allows user code to inspect and/or change property values.
SessionFactory
          Creates Sessions.
StatelessSession
          A command-oriented API for performing bulk operations against a database.

A stateless session does not implement a first-level cache nor interact with any second-level cache, nor does it implement transactional write-behind or automatic dirty checking, nor do operations cascade to associated instances.
 

Classes in org.hibernate used by org.hibernate.loader
FetchMode
          Represents an association fetching strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
 

Classes in org.hibernate used by org.hibernate.loader.collection
FetchMode
          Represents an association fetching strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
 

Classes in org.hibernate used by org.hibernate.loader.criteria
Criteria
          Criteria is a simplified API for retrieving entities by composing Criterion objects.
FetchMode
          Represents an association fetching strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
ScrollMode
          Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
 

Classes in org.hibernate used by org.hibernate.loader.custom
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
 

Classes in org.hibernate used by org.hibernate.loader.entity
FetchMode
          Represents an association fetching strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
 

Classes in org.hibernate used by org.hibernate.loader.hql
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
ScrollableResults
          A result iterator that allows moving around within the results by arbitrary increments.
 

Classes in org.hibernate used by org.hibernate.mapping
EntityMode
          Defines the representation modes available for entities.
FetchMode
          Represents an association fetching strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
PropertyNotFoundException
          Indicates that an expected getter or setter method could not be found on a class.
 

Classes in org.hibernate used by org.hibernate.metadata
EntityMode
          Defines the representation modes available for entities.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.persister
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.persister.collection
FetchMode
          Represents an association fetching strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in org.hibernate used by org.hibernate.persister.entity
EntityMode
          Defines the representation modes available for entities.
FetchMode
          Represents an association fetching strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in org.hibernate used by org.hibernate.pretty
EntityMode
          Defines the representation modes available for entities.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.property
EntityMode
          Defines the representation modes available for entities.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
PropertyNotFoundException
          Indicates that an expected getter or setter method could not be found on a class.
 

Classes in org.hibernate used by org.hibernate.proxy
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.secure
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.sql
LockMode
          Instances represent a lock mode for a row of a relational database table.
QueryException
          A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
 

Classes in org.hibernate used by org.hibernate.tool.hbm2ddl
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.transaction
ConnectionReleaseMode
          Defines the various policies by which Hibernate might release its underlying JDBC connection.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
Transaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
TransactionException
          Indicates that a transaction could not be begun, committed or rolled back.
 

Classes in org.hibernate used by org.hibernate.tuple
EntityMode
          Defines the representation modes available for entities.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.type
EntityMode
          Defines the representation modes available for entities.
FetchMode
          Represents an association fetching strategy.
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
 

Classes in org.hibernate used by org.hibernate.usertype
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
 

Classes in org.hibernate used by org.hibernate.util
HibernateException
          Any exception that occurs inside the persistence layer or JDBC driver.
LockMode
          Instances represent a lock mode for a row of a relational database table.
MappingException
          An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
PropertyNotFoundException
          Indicates that an expected getter or setter method could not be found on a class.