| 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.
|
| CustomEntityDirtinessStrategy.AttributeChecker
Responsible for identifying when attributes are dirty.
|
| CustomEntityDirtinessStrategy.AttributeInformation
Provides
CustomEntityDirtinessStrategy.AttributeChecker with meta information about the attributes being checked. |
| CustomEntityDirtinessStrategy.DirtyCheckContext
A callback to drive dirty checking.
|
| DuplicateMappingException.Type |
| 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. |
| IdentifierLoadAccess
Loads an entity by its primary identifier
|
| 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.
|
| MultiTenancyStrategy
Describes the methods for multi-tenancy understood by Hibernate.
|
| NaturalIdLoadAccess
Loads an entity by its natural identifier
|
| 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).
|
| SessionBuilder
Represents a consolidation of all session creation options into a builder style delegate.
|
| SessionFactory
The main contract here is the creation of
Session instances. |
| SessionFactory.SessionFactoryOptions |
| SharedSessionBuilder
Specialized
SessionBuilder with access to stuff from another session |
| SharedSessionContract
Contract methods shared between
Session and StatelessSession |
| SimpleNaturalIdLoadAccess
Loads an entity by its natural identifier
|
| 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.
|
| StatelessSessionBuilder
Represents a consolidation of all stateless session creation options into a builder style delegate.
|
| Transaction
Defines the contract for abstracting applications from the configured underlying means of transaction management.
|
| TransientObjectException
Thrown when the user passes a transient instance to a Session
method that expects a persistent instance.
|
| 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. |
| PropertyValueException
Thrown when the (illegal) value of a property can not be persisted.
|
| 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 |
|---|
| Filter
Type definition of Filter.
|
| 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. |
| 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.
|
| MultiTenancyStrategy
Describes the methods for multi-tenancy understood by Hibernate.
|
| 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.
|
| 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 |
|---|
| 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 |
|---|
| HibernateException
The base
Throwable type for Hibernate. |
| Session
The main runtime interface between a Java application and Hibernate.
|
| SessionBuilder
Represents a consolidation of all session creation options into a builder style delegate.
|
| 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 |
|---|
| 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.
|
| StaleObjectStateException
A StaleStateException that carries information
about a particular entity instance that was the source
of the failure.
|
| Class and Description |
|---|
| 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. |
| 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 |
|---|
| JDBCException
Wraps an SQLException.
|
| Class and Description |
|---|
| HibernateException
The base
Throwable type for Hibernate. |
| 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.
|
| Class and Description |
|---|
| ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
| 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.
|
| JDBCException
Wraps an SQLException.
|
| ScrollMode
Specifies the type of JDBC scrollable result set to use
underneath a ScrollableResults
|
| 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 |
|---|
| CacheMode
Controls how the session interacts with the second-level
cache and query cache.
|
| CustomEntityDirtinessStrategy
During a flush cycle, Hibernate needs to determine which of the entities associated with a
Session. |
| 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.
|
| 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
|
| 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. |
| 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. |
| Transaction
Defines the contract for abstracting applications from the configured underlying means of transaction management.
|
| TransactionException
Indicates that a transaction could not be begun, committed
or rolled back.
|
| 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
Defines the contract for abstracting applications from the configured underlying means of transaction management.
|
| TransactionException
Indicates that a transaction could not be begun, committed
or rolled back.
|
| 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
Defines the contract for abstracting applications from the configured underlying means of transaction management.
|
| 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.
|
| 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
|
| 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 |
|---|
| 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 |
|---|
| Criteria
Criteria is a simplified API for retrieving entities
by composing Criterion objects.
|
| 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).
|
| 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).
|
| ReplicationMode
Represents a replication strategy.
|
| Session
The main runtime interface between a Java application and Hibernate.
|
| SharedSessionContract
Contract methods shared between
Session and StatelessSession |
| Class and Description |
|---|
| HibernateException
The base
Throwable type for Hibernate. |
| JDBCException
Wraps an SQLException.
|
| Class and Description |
|---|
| JDBCException
Wraps an SQLException.
|
| 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.
|
| Class and Description |
|---|
| HibernateException
The base
Throwable type for Hibernate. |
| 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 |
|---|
| 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 |
|---|
| 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 |
|---|
| 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.
|
| 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.
|
| CustomEntityDirtinessStrategy
During a flush cycle, Hibernate needs to determine which of the entities associated with a
Session. |
| 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.
|
| NaturalIdLoadAccess
Loads an entity by its natural identifier
|
| 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).
|
| SessionBuilder
Represents a consolidation of all session creation options into a builder style delegate.
|
| SessionFactory
The main contract here is the creation of
Session instances. |
| SessionFactory.SessionFactoryOptions |
| SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
| SharedSessionBuilder
Specialized
SessionBuilder with access to stuff from another session |
| SharedSessionContract
Contract methods shared between
Session and StatelessSession |
| SimpleNaturalIdLoadAccess
Loads an entity by its natural identifier
|
| 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.
|
| StatelessSessionBuilder
Represents a consolidation of all stateless session creation options into a builder style delegate.
|
| Transaction
Defines the contract for abstracting applications from the configured underlying means of transaction management.
|
| 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. |
| 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 |
|---|
| 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. |
| Class and Description |
|---|
| HibernateException
The base
Throwable type for Hibernate. |
| Class and Description |
|---|
| Cache
Provides an API for querying/managing the second level cache regions.
|
| HibernateException
The base
Throwable type for Hibernate. |
| Session
The main runtime interface between a Java application and Hibernate.
|
| SessionBuilder
Represents a consolidation of all session creation options into a builder style delegate.
|
| SessionFactory
The main contract here is the creation of
Session instances. |
| SessionFactory.SessionFactoryOptions |
| StatelessSession
A command-oriented API for performing bulk operations against a database.
|
| StatelessSessionBuilder
Represents a consolidation of all stateless session creation options into a builder style delegate.
|
| 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 |
|---|
| 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 |
|---|
| EntityMode
Defines the representation modes available for entities.
|
| FetchMode
Represents an association fetching strategy.
|
| 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. |
| Class and Description |
|---|
| AssertionFailure
Indicates failure of an assertion: a possible bug in Hibernate.
|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base
Throwable type for Hibernate. |
| Class and Description |
|---|
| FetchMode
Represents an association fetching strategy.
|
| Class and Description |
|---|
| EntityMode
Defines the representation modes available for entities.
|
| 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.
|
| FetchMode
Represents an association fetching strategy.
|
| Class and Description |
|---|
| 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. |
| 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 |
|---|
| HibernateException
The base
Throwable type for Hibernate. |
| 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. |
| 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 |
|---|
| 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 |
|---|
| 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. |
| Class and Description |
|---|
| 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.
|
| 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. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.