| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.action.spi |
Defines SPI hooks into the
ActionQueue. |
| org.hibernate.annotations |
Package containing all the Hibernate specific annotations.
|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.archive.spi |
Defines the SPI for support of "scanning" of "archives".
|
| org.hibernate.boot.jaxb.hbm.spi | |
| org.hibernate.boot.model.naming |
Represents a proposed new approach to allowing hooks into the process of determining
the name of database objects (tables, columns, constraints, etc).
|
| org.hibernate.boot.model.source.spi | |
| org.hibernate.boot.registry.classloading.spi |
The class loading service SPI.
|
| org.hibernate.boot.registry.selector.spi |
Defines actual contract used for strategy selection :
StrategySelector. |
| org.hibernate.boot.spi | |
| org.hibernate.bytecode.enhance.spi |
package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.bytecode.enhance.spi.interceptor |
interceptor implementations
|
| org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.cache |
This package defines API of the Hibernate second level cache service.
|
| org.hibernate.cache.spi |
Defines the integration aspect of Hibernate's second-level
caching allowing "caching back ends" to be plugged in as
a caching provider.
|
| org.hibernate.cache.spi.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
| org.hibernate.cache.spi.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.spi |
SPI definitions for persistent collections
|
| org.hibernate.context |
Defines support for "current session" feature.
|
| org.hibernate.context.spi |
SPI level contracts around "current session" support.
|
| 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.identity | |
| org.hibernate.dialect.lock |
Support for Dialect-specific locking strategies
|
| org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
| org.hibernate.engine.jdbc.dialect.spi |
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
|
| org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
| org.hibernate.engine.jndi |
Support for JNDI within Hibernate
|
| org.hibernate.engine.query | |
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.engine.query.spi.sql | |
| org.hibernate.engine.spi | |
| org.hibernate.engine.transaction.jta.platform.spi | |
| org.hibernate.engine.transaction.spi | |
| org.hibernate.envers | |
| org.hibernate.envers.boot.spi | |
| org.hibernate.envers.enhanced | |
| org.hibernate.envers.exception | |
| org.hibernate.envers.query | |
| org.hibernate.envers.strategy.spi | |
| org.hibernate.event.service.spi | |
| org.hibernate.event.spi | |
| org.hibernate.exception |
This package is a fork of Apache commons-lang nestable exceptions.
|
| org.hibernate.exception.spi | |
| org.hibernate.graph |
Hibernate's (extended) support for JPA's entity graphs
|
| org.hibernate.hql.spi | |
| org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
| org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
| org.hibernate.id.enhanced |
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
configuration
|
| org.hibernate.jdbc | |
| org.hibernate.jpa | |
| org.hibernate.jpa.spi | |
| 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.collection.plan | |
| 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.entity.plan |
Support for entity loaders built on top of the
org.hibernate.loader.plan
API to apply entity-graphs |
| org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
| org.hibernate.loader.plan.exec.process.spi | |
| org.hibernate.loader.plan.exec.query.spi |
Defines the SPI for obtaining values for options that impact the load query.
|
| org.hibernate.loader.plan.exec.spi |
Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.
|
| org.hibernate.loader.plan.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
| 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.metamodel.model.domain | |
| org.hibernate.metamodel.spi | |
| 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.persister.spi | |
| org.hibernate.persister.walking.spi | |
| org.hibernate.procedure | |
| org.hibernate.procedure.spi | |
| org.hibernate.property.access.spi |
Defines strategies for accessing the persistent properties of an entity or composite.
|
| org.hibernate.proxy |
This package defines a framework for lazy-initializing
entity proxies.
|
| org.hibernate.proxy.map | |
| org.hibernate.proxy.pojo.bytebuddy | |
| org.hibernate.proxy.pojo.javassist | |
| org.hibernate.query | |
| org.hibernate.query.procedure | |
| org.hibernate.query.procedure.spi | |
| org.hibernate.query.spi | |
| org.hibernate.resource.jdbc.spi | |
| org.hibernate.resource.transaction |
Defines the resource-level transaction capabilities of Hibernate, which revolves around the
TransactionCoordinator contract. |
| org.hibernate.resource.transaction.spi |
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
|
| org.hibernate.result | |
| org.hibernate.secure.spi | |
| org.hibernate.service | |
| org.hibernate.service.spi | |
| org.hibernate.spatial.criterion |
This extends the criterion API with spatial query expressions.
|
| org.hibernate.spatial.dialect.db2 | |
| org.hibernate.spatial.dialect.mysql |
This package contains the spatial extensions for the MySQL dialect.
|
| org.hibernate.spatial.dialect.oracle.criterion |
A criterion API for Oracle Spatial (10g and later) using SDOGeometry.
|
| org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
| org.hibernate.sql.ast | |
| org.hibernate.sql.ordering.antlr | |
| org.hibernate.stat |
This package exposes statistics about a running Hibernate instance to the application.
|
| org.hibernate.testing.junit4 | |
| org.hibernate.testing.transaction | |
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| org.hibernate.tool.schema.ast | |
| org.hibernate.tool.schema.extract.spi | |
| org.hibernate.tool.schema.spi | |
| 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.type.spi | |
| org.hibernate.usertype |
Interfaces for user-defined custom types.
|
| Class and Description |
|---|
| BasicQueryContract
Deprecated.
(since 5.2) use
CommonQueryContract instead. |
| 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
Intended to be thrown from
Lifecycle and Interceptor callbacks. |
| ConnectionAcquisitionMode
Indicates the manner in which JDBC Connections should be acquired.
|
| 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
Enumeration of the types of things that can be duplicated.
|
| 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 exception type for Hibernate exceptions.
|
| IdentifierLoadAccess
Loads an entity by its primary identifier.
|
| Interceptor
Allows user code to inspect and/or change property values.
|
| JDBCException
Wraps a
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 occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| MultiIdentifierLoadAccess
Loads multiple entities at once by identifiers, ultimately via one of the
MultiIdentifierLoadAccess.multiLoad(K...) methods, using the various options specified (if any) |
| MultiTenancyStrategy
Describes the methods for multi-tenancy understood by Hibernate.
|
| NaturalIdLoadAccess
Loads an entity by its natural identifier.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| PropertyAccessException
A problem occurred accessing a property of an instance of a
persistent class by reflection, or via enhanced entities.
|
| Query
Deprecated.
(since 5.2) use
Query instead |
| 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.
|
| SessionEventListener
NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be made
|
| SessionFactory
The main contract here is the creation of
Session instances. |
| 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
Deprecated.
(since 5.2) use
NativeQuery instead. |
| SQLQuery.FetchReturn
Deprecated.
Allows access to further control how join fetch returns are mapped back from result sets.
|
| SQLQuery.ReturnProperty
Deprecated.
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
|
| SQLQuery.RootReturn
Deprecated.
Allows access to further control how root returns are mapped back from result sets.
|
| 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.
|
| SynchronizeableQuery
A unifying interface for queries which can define tables (query spaces) to synchronize on.
|
| 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 exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| CacheMode
Controls how the session interacts with the second-level cache and query cache.
|
| Class and Description |
|---|
| ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
| 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.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Interceptor
Allows user code to inspect and/or change property values.
|
| InvalidMappingException
Thrown when a mapping is found to be invalid.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| MultiTenancyStrategy
Describes the methods for multi-tenancy understood by Hibernate.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SessionFactory
The main contract here is the creation of
Session instances. |
| SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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.
|
| LockMode
Instances represent a lock mode for a row of a relational
database table.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| EntityMode
Defines the representation modes available for entities.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
| CustomEntityDirtinessStrategy
During a flush cycle, Hibernate needs to determine which of the entities associated with a
Session. |
| DuplicateMappingException
Raised whenever a duplicate for a certain type occurs.
|
| EntityMode
Defines the representation modes available for entities.
|
| EntityNameResolver
Contract for resolving an entity-name from a given entity instance.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Interceptor
Allows user code to inspect and/or change property values.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| MultiTenancyStrategy
Describes the methods for multi-tenancy understood by Hibernate.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SessionFactory
The main contract here is the creation of
Session instances. |
| SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| Cache
Provides an API for querying/managing the second level cache regions.
|
| Filter
Type definition of Filter.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Interceptor
Allows user code to inspect and/or change property values.
|
| Class and Description |
|---|
| AnnotationException
Annotation related exception.
|
| ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
| EntityMode
Defines the representation modes available for entities.
|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Interceptor
Allows user code to inspect and/or change property values.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| MultiTenancyStrategy
Describes the methods for multi-tenancy understood by Hibernate.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SessionEventListener
NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be made
|
| SessionFactory
The main contract here is the creation of
Session instances. |
| SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
| 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).
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Class and Description |
|---|
| CallbackException
Intended to be thrown from
Lifecycle and Interceptor callbacks. |
| Session
The main runtime interface between a Java application and Hibernate.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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 exception type for Hibernate exceptions.
|
| LockMode
Instances represent a lock mode for a row of a relational
database table.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| Session
The main runtime interface between a Java application and Hibernate.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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 occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| ScrollMode
Specifies the type of JDBC scrollable result set to use underneath a
ScrollableResults. |
| Class and Description |
|---|
| QueryException
A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
|
| Class and Description |
|---|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| JDBCException
Wraps a
SQLException. |
| LockMode
Instances represent a lock mode for a row of a relational
database table.
|
| StaleObjectStateException
A specialized StaleStateException that carries information about the particular entity
instance that was the source of the failure.
|
| Class and Description |
|---|
| JDBCException
Wraps a
SQLException. |
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| JDBCException
Wraps a
SQLException. |
| Class and Description |
|---|
| ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
| JDBCException
Wraps a
SQLException. |
| ScrollMode
Specifies the type of JDBC scrollable result set to use underneath a
ScrollableResults. |
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| Filter
Type definition of Filter.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually 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 |
|---|
| 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.
|
| 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.
|
| Filter
Type definition of Filter.
|
| FlushMode
Represents a flushing strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| IdentifierLoadAccess
Loads an entity by its primary identifier.
|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Interceptor
Allows user code to inspect and/or change property values.
|
| JDBCException
Wraps a
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 occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| MultiIdentifierLoadAccess
Loads multiple entities at once by identifiers, ultimately via one of the
MultiIdentifierLoadAccess.multiLoad(K...) methods, using the various options specified (if any) |
| NaturalIdLoadAccess
Loads an entity by its natural identifier.
|
| PropertyValueException
Thrown when the (illegal) value of a property can not be persisted.
|
| Query
Deprecated.
(since 5.2) use
Query instead |
| QueryException
A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
|
| ReplicationMode
Represents a replication strategy.
|
| 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.
|
| SessionEventListener
NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be made
|
| SessionFactory
The main contract here is the creation of
Session instances. |
| 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.
|
| 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 exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Transaction
Defines the contract for abstracting applications from the configured underlying means of transaction management.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Session
The main runtime interface between a Java application and Hibernate.
|
| Class and Description |
|---|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| CacheMode
Controls how the session interacts with the second-level cache and query cache.
|
| FlushMode
Represents a flushing strategy.
|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| LockMode
Instances represent a lock mode for a row of a relational
database table.
|
| Class and Description |
|---|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Session
The main runtime interface between a Java application and Hibernate.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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 exception type for Hibernate exceptions.
|
| JDBCException
Wraps a
SQLException. |
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| JDBCException
Wraps a
SQLException. |
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Session
The main runtime interface between a Java application and Hibernate.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually 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 |
|---|
| JDBCException
Wraps a
SQLException. |
| Class and Description |
|---|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| Metamodel |
| Query
Deprecated.
(since 5.2) use
Query instead |
| Session
The main runtime interface between a Java application and Hibernate.
|
| Class and Description |
|---|
| LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
| Query
Deprecated.
(since 5.2) use
Query instead |
| Class and Description |
|---|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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 occurs while reading mapping sources (xml/annotations), usually 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 |
|---|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually 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 exception type for Hibernate exceptions.
|
| 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 occurs while reading mapping sources (xml/annotations), usually 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.
|
| ScrollMode
Specifies the type of JDBC scrollable result set to use underneath a
ScrollableResults. |
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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 exception type for Hibernate exceptions.
|
| QueryException
A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
|
| Class and Description |
|---|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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 occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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 exception type for Hibernate exceptions.
|
| 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 |
|---|
| LockMode
Instances represent a lock mode for a row of a relational
database table.
|
| 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 |
|---|
| LockMode
Instances represent a lock mode for a row of a relational
database table.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| EntityMode
Defines the representation modes available for entities.
|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually 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 exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| EntityNameResolver
Contract for resolving an entity-name from a given entity instance.
|
| Metamodel |
| Class and Description |
|---|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually 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 exception type for Hibernate exceptions.
|
| 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 occurs while reading mapping sources (xml/annotations), usually 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 exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateError
Marks a group of exceptions that generally indicate an internal Hibernate error or bug.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| BasicQueryContract
Deprecated.
(since 5.2) use
CommonQueryContract instead. |
| HibernateException
The base exception type for Hibernate exceptions.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Session
The main runtime interface between a Java application and Hibernate.
|
| SynchronizeableQuery
A unifying interface for queries which can define tables (query spaces) to synchronize on.
|
| Class and Description |
|---|
| BasicQueryContract
Deprecated.
(since 5.2) use
CommonQueryContract instead. |
| Query
Deprecated.
(since 5.2) use
Query instead |
| SynchronizeableQuery
A unifying interface for queries which can define tables (query spaces) to synchronize on.
|
| Class and Description |
|---|
| EntityMode
Defines the representation modes available for entities.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| BasicQueryContract
Deprecated.
(since 5.2) use
CommonQueryContract instead. |
| CacheMode
Controls how the session interacts with the second-level cache and query cache.
|
| FlushMode
Represents a flushing strategy.
|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| 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 occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Query
Deprecated.
(since 5.2) use
Query instead |
| 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. |
| SQLQuery
Deprecated.
(since 5.2) use
NativeQuery instead. |
| SQLQuery.FetchReturn
Deprecated.
Allows access to further control how join fetch returns are mapped back from result sets.
|
| SQLQuery.RootReturn
Deprecated.
Allows access to further control how root returns are mapped back from result sets.
|
| SynchronizeableQuery
A unifying interface for queries which can define tables (query spaces) to synchronize on.
|
| Class and Description |
|---|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Class and Description |
|---|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Class and Description |
|---|
| BasicQueryContract
Deprecated.
(since 5.2) use
CommonQueryContract instead. |
| CacheMode
Controls how the session interacts with the second-level cache and query cache.
|
| FlushMode
Represents a flushing strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| 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 occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Query
Deprecated.
(since 5.2) use
Query instead |
| ScrollableResults
A result iterator that allows moving around within the results
by arbitrary increments.
|
| SQLQuery
Deprecated.
(since 5.2) use
NativeQuery instead. |
| SQLQuery.RootReturn
Deprecated.
Allows access to further control how root returns are mapped back from result sets.
|
| SynchronizeableQuery
A unifying interface for queries which can define tables (query spaces) to synchronize on.
|
| Class and Description |
|---|
| ConnectionAcquisitionMode
Indicates the manner in which JDBC Connections should be acquired.
|
| ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| ConnectionAcquisitionMode
Indicates the manner in which JDBC Connections should be acquired.
|
| ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| Criteria
Criteria is a simplified API for retrieving entities
by composing Criterion objects.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| Criteria
Criteria is a simplified API for retrieving entities
by composing Criterion objects.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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 |
|---|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| SessionFactory
The main contract here is the creation of
Session instances. |
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Interceptor
Allows user code to inspect and/or change property values.
|
| Session
The main runtime interface between a Java application and Hibernate.
|
| StatelessSession
A command-oriented API for performing bulk operations against a database.
|
| Class and Description |
|---|
| 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. |
| StatelessSession
A command-oriented API for performing bulk operations against a database.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| Class and Description |
|---|
| FetchMode
Represents an association fetching strategy.
|
| Session
The main runtime interface between a Java application and Hibernate.
|
| Class and Description |
|---|
| EntityMode
Defines the representation modes available for entities.
|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| 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 exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| EntityMode
Defines the representation modes available for entities.
|
| FetchMode
Represents an association fetching strategy.
|
| HibernateException
The base exception type for Hibernate exceptions.
|
| MappingException
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something
screwy in the O-R mappings.
|
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
| Class and Description |
|---|
| Incubating
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
|
| SessionFactory
The main contract here is the creation of
Session instances. |
| SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
| Class and Description |
|---|
| HibernateException
The base exception type for Hibernate exceptions.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.