Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.action |
This package defines "actions" that are scheduled for
asycnchronous execution by the event listeners.
|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.entry |
This package defines formats for disassembled state
kept in the second level cache.
|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.annotations | |
org.hibernate.classic |
This package implements backward-compatibility with Hibernate 2.1
APIs now deprecated in Hibernate3.
|
org.hibernate.collection |
This package defines a framework for collection wrappers.
|
org.hibernate.connection |
This package abstracts the mechanism for obtaining
a JDBC connection.
|
org.hibernate.context | |
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.dialect.function |
A framework for defining database-specific SQL functions
that are available via the dialect.
|
org.hibernate.dialect.lock | |
org.hibernate.dialect.resolver | |
org.hibernate.ejb | |
org.hibernate.ejb.connection | |
org.hibernate.ejb.transaction | |
org.hibernate.ejb.util | |
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.engine.query | |
org.hibernate.engine.query.sql | |
org.hibernate.engine.transaction | |
org.hibernate.envers | |
org.hibernate.envers.entities | |
org.hibernate.envers.entities.mapper.id | |
org.hibernate.envers.entities.mapper.relation.lazy | |
org.hibernate.envers.entities.mapper.relation.query | |
org.hibernate.envers.exception | |
org.hibernate.envers.query | |
org.hibernate.envers.query.impl | |
org.hibernate.envers.reader | |
org.hibernate.envers.revisioninfo | |
org.hibernate.envers.strategy | |
org.hibernate.envers.synchronization | |
org.hibernate.envers.synchronization.work | |
org.hibernate.envers.tools | |
org.hibernate.envers.tools.query | |
org.hibernate.event |
This package defines an event framework for Hibernate.
|
org.hibernate.event.def |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
org.hibernate.exception |
This package is a fork of Apache commons-lang nestable exceptions.
|
org.hibernate.hql |
This package defines the interface between Hibernate and
the HQL query parser implementation (to allow switching
between the 2.x and 3.0 HQL parsers).
|
org.hibernate.hql.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.ast.exec | |
org.hibernate.hql.ast.tree | |
org.hibernate.hql.ast.util | |
org.hibernate.hql.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
org.hibernate.id.enhanced | |
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.intercept |
This package implements an interception
mechanism for lazy property fetching,
based on CGLIB bytecode instrumentation.
|
org.hibernate.jdbc |
This package abstracts the mechanism for dispatching SQL statements
to the database, and implements interaction with JDBC.
|
org.hibernate.jmx |
This package exposes a Hibernate instance via JMX.
|
org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
org.hibernate.loader.collection |
This package defines collection initializers
|
org.hibernate.loader.criteria |
This package defines the criteria query compiler and loader
|
org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
org.hibernate.loader.custom.sql | |
org.hibernate.loader.entity |
This package defines entity loaders
|
org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.metadata |
This package defines an API for accessing the Hibernate
runtime metamodel.
|
org.hibernate.persister |
A persister defines a mapping strategy for a collection
or entity.
|
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.pretty |
Classes for pretty printing things for exception
and log messages.
|
org.hibernate.property |
This package abstracts the notion of a "property" of
an entity.
|
org.hibernate.proxy |
This package defines a framework for lazy-initializing
entity proxies.
|
org.hibernate.proxy.dom4j | |
org.hibernate.proxy.map | |
org.hibernate.proxy.pojo.cglib | |
org.hibernate.proxy.pojo.javassist | |
org.hibernate.secure |
Declarative security for CRUD operations on entities.
|
org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
org.hibernate.sql.ordering.antlr | |
org.hibernate.testing.junit.functional | |
org.hibernate.testing.tm |
Defines a simplified JTA TransactionManager and transactional connection pool
designed for use in test suite and simple usage scenarios.
|
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
org.hibernate.transaction |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers.
|
org.hibernate.transaction.synchronization | |
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
org.hibernate.tuple.component | |
org.hibernate.tuple.entity | |
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
org.hibernate.type.descriptor.java | |
org.hibernate.usertype |
Interfaces for user-defined custom types.
|
org.hibernate.util |
Utility classes.
|
Class and Description |
---|
Cache
Provides an API for querying/managing the second level cache regions.
|
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
The base
Throwable type for Hibernate. |
Interceptor
Allows user code to inspect and/or change property values.
|
JDBCException
Wraps an SQLException.
|
LobHelper
A
session's helper for creating LOB data |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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.
|
Session.LockRequest
Contains locking details (LockMode, Timeout and Scope).
|
SessionFactory
The main contract here is the creation of
Session instances. |
SQLQuery
Represents a "native sql" query and allows the user to define certain aspects about its execution, such as:
result-set value mapping (see below)
Tables used via
SQLQuery.addSynchronizedQuerySpace(java.lang.String) , SQLQuery.addSynchronizedEntityName(java.lang.String) and
SQLQuery.addSynchronizedEntityClass(java.lang.Class) . |
SQLQuery.FetchReturn
Allows access to further control how join fetch returns are mapped back from result sets
|
SQLQuery.ReturnProperty
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
|
SQLQuery.RootReturn
Allows access to further control how root returns are mapped back from result sets
|
SQLQueryResultMappingBuilder.ReturnsHolder |
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.
|
Transaction
Allows the application to define units of work, while
maintaining abstraction from the underlying transaction
implementation (eg.
|
TypeHelper
Provides access to the various
Type instances associated with the SessionFactory . |
UnknownProfileException
Used to indicate a request against an unknown profile name.
|
UnresolvableObjectException
Thrown when Hibernate could not resolve an object by id, especially when
loading an association.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Interceptor
Allows user code to inspect and/or change property values.
|
Class and Description |
---|
AnnotationException
Annotation related exception.
|
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.
|
DuplicateMappingException
Raised whenever a duplicate for a certain type occurs.
|
EntityMode
Defines the representation modes available for entities.
|
FetchMode
Represents an association fetching strategy.
|
FlushMode
Represents a flushing strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
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
The main contract here is the creation of
Session instances. |
SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
Class and Description |
---|
MappingException
An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings.
|
Class and Description |
---|
CallbackException
Should be thrown by persistent objects from Lifecycle
or Interceptor callbacks.
|
HibernateException
The base
Throwable type for Hibernate. |
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
HibernateException
The base
Throwable type for Hibernate. |
Session
The main runtime interface between a Java application and Hibernate.
|
SessionFactory
The main contract here is the creation of
Session instances. |
Class and Description |
---|
Criteria
Criteria is a simplified API for retrieving entities
by composing Criterion objects.
|
FetchMode
Represents an association fetching strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
JDBCException
Wraps an SQLException.
|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
MappingException
An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings.
|
StaleObjectStateException
A StaleStateException that carries information
about a particular entity instance that was the source
of the failure.
|
Class and Description |
---|
QueryException
A problem occurred translating a Hibernate query to SQL
due to invalid query syntax, etc.
|
Class and Description |
---|
JDBCException
Wraps an SQLException.
|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
StaleObjectStateException
A StaleStateException that carries information
about a particular entity instance that was the source
of the failure.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
JDBCException
Wraps an SQLException.
|
Class and Description |
---|
CacheMode
Controls how the session interacts with the second-level
cache and query cache.
|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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.
|
Session
The main runtime interface between a Java application and Hibernate.
|
SessionFactory
The main contract here is the creation of
Session instances. |
SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
StaleStateException
Thrown when a version number or timestamp check failed, indicating that the
Session contained stale data (when using long transactions
with versioning).
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Transaction
Allows the application to define units of work, while
maintaining abstraction from the underlying transaction
implementation (eg.
|
Class and Description |
---|
CacheMode
Controls how the session interacts with the second-level
cache and query cache.
|
FlushMode
Represents a flushing strategy.
|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
Class and Description |
---|
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.
|
Filter
Type definition of Filter.
|
FlushMode
Represents a flushing strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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
The main contract here is the creation of
Session instances. |
SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
Transaction
Allows the application to define units of work, while
maintaining abstraction from the underlying transaction
implementation (eg.
|
UnknownProfileException
Used to indicate a request against an unknown profile name.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
Class and Description |
---|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
Query
An object-oriented representation of a Hibernate query.
|
Class and Description |
---|
CacheMode
Controls how the session interacts with the second-level
cache and query cache.
|
EntityMode
Defines the representation modes available for entities.
|
FlushMode
Represents a flushing strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
Interceptor
Allows user code to inspect and/or change property values.
|
Query
An object-oriented representation of a Hibernate query.
|
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
|
Transaction
Allows the application to define units of work, while
maintaining abstraction from the underlying transaction
implementation (eg.
|
Class and Description |
---|
Query
An object-oriented representation of a Hibernate query.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
CacheMode
Controls how the session interacts with the second-level
cache and query cache.
|
FlushMode
Represents a flushing strategy.
|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
Class and Description |
---|
CacheMode
Controls how the session interacts with the second-level
cache and query cache.
|
FlushMode
Represents a flushing strategy.
|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
Query
An object-oriented representation of a Hibernate query.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
Query
An object-oriented representation of a Hibernate query.
|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
Query
An object-oriented representation of a Hibernate query.
|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
ReplicationMode
Represents a replication strategy.
|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
JDBCException
Wraps an SQLException.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
QueryException
A problem occurred translating a Hibernate query to SQL
due to invalid query syntax, etc.
|
Class and Description |
---|
QueryException
A problem occurred translating a Hibernate query to SQL
due to invalid query syntax, etc.
|
Class and Description |
---|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
QueryException
A problem occurred translating a Hibernate query to SQL
due to invalid query syntax, etc.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
MappingException
An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
MappingException
An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings.
|
Class and Description |
---|
Cache
Provides an API for querying/managing the second level cache regions.
|
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.
|
EntityNameResolver
Contract for resolving an entity-name from a given entity instance.
|
FetchMode
Represents an association fetching strategy.
|
Filter
Type definition of Filter.
|
FlushMode
Represents a flushing strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
Interceptor
Allows user code to inspect and/or change property values.
|
JDBCException
Wraps an SQLException.
|
LobHelper
A
session's helper for creating LOB data |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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.
|
Session.LockRequest
Contains locking details (LockMode, Timeout and Scope).
|
SessionFactory
The main contract here is the creation of
Session instances. |
SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
SQLQuery
Represents a "native sql" query and allows the user to define certain aspects about its execution, such as:
result-set value mapping (see below)
Tables used via
SQLQuery.addSynchronizedQuerySpace(java.lang.String) , SQLQuery.addSynchronizedEntityName(java.lang.String) and
SQLQuery.addSynchronizedEntityClass(java.lang.Class) . |
SQLQuery.FetchReturn
Allows access to further control how join fetch returns are mapped back from result sets
|
SQLQuery.RootReturn
Allows access to further control how root returns are mapped back from result sets
|
StatelessSession
A command-oriented API for performing bulk operations against a database.
|
Transaction
Allows the application to define units of work, while
maintaining abstraction from the underlying transaction
implementation (eg.
|
TypeHelper
Provides access to the various
Type instances associated with the SessionFactory . |
UnknownProfileException
Used to indicate a request against an unknown profile name.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
Class and Description |
---|
Cache
Provides an API for querying/managing the second level cache regions.
|
HibernateException
The base
Throwable type for Hibernate. |
Interceptor
Allows user code to inspect and/or change property values.
|
SessionFactory
The main contract here is the creation of
Session instances. |
StatelessSession
A command-oriented API for performing bulk operations against a database.
|
TypeHelper
Provides access to the various
Type instances associated with the SessionFactory . |
Class and Description |
---|
FetchMode
Represents an association fetching strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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.
|
Class and Description |
---|
FetchMode
Represents an association fetching strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
MappingException
An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings.
|
Class and Description |
---|
Criteria
Criteria is a simplified API for retrieving entities
by composing Criterion objects.
|
FetchMode
Represents an association fetching strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
FetchMode
Represents an association fetching strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
MappingException
An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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.
|
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
FetchMode
Represents an association fetching strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
FetchMode
Represents an association fetching strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
FetchMode
Represents an association fetching strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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.
|
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
QueryException
A problem occurred translating a Hibernate query to SQL
due to invalid query syntax, etc.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Interceptor
Allows user code to inspect and/or change property values.
|
SessionFactory
The main contract here is the creation of
Session instances. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
HibernateException
The base
Throwable type for Hibernate. |
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.
|
Class and Description |
---|
Transaction
Allows the application to define units of work, while
maintaining abstraction from the underlying transaction
implementation (eg.
|
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
FetchMode
Represents an association fetching strategy.
|
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
EntityNameResolver
Contract for resolving an entity-name from a given entity instance.
|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
FetchMode
Represents an association fetching strategy.
|
HibernateException
The base
Throwable type for Hibernate. |
MappingException
An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings.
|
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
Class and Description |
---|
HibernateException
The base
Throwable type for Hibernate. |
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved