Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.action.internal |
Internals for action processing.
|
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.internal | |
org.hibernate.boot.jaxb.hbm.internal |
JAXB details.
|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.jaxb.internal.stax |
Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)
|
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.internal.hbm | |
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.internal.bytebuddy |
Byte Buddy support internals
|
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.internal |
Internal implementations and support for second-level caching.
|
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.internal |
Internal implementations and support for persistent collections
|
org.hibernate.collection.spi |
SPI definitions for persistent collections
|
org.hibernate.context |
Defines support for "current session" feature.
|
org.hibernate.context.internal |
Internal implementations and support around "current session" handling.
|
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.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.engine.jdbc.connections.internal |
Internals for accessing JDBC Connections
|
org.hibernate.engine.jdbc.dialect.internal |
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
|
org.hibernate.engine.jdbc.dialect.spi |
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
|
org.hibernate.engine.jdbc.env.internal | |
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.internal | |
org.hibernate.engine.transaction.jta.platform.spi | |
org.hibernate.engine.transaction.spi | |
org.hibernate.envers | |
org.hibernate.envers.configuration.internal.metadata | |
org.hibernate.envers.enhanced | |
org.hibernate.envers.exception | |
org.hibernate.envers.internal.entities | |
org.hibernate.envers.internal.entities.mapper.id | |
org.hibernate.envers.internal.entities.mapper.relation.lazy | |
org.hibernate.envers.internal.reader | |
org.hibernate.envers.internal.revisioninfo | |
org.hibernate.envers.internal.synchronization | |
org.hibernate.envers.internal.synchronization.work | |
org.hibernate.envers.internal.tools.query | |
org.hibernate.envers.query | |
org.hibernate.envers.query.internal.impl | |
org.hibernate.envers.strategy | |
org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
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.internal | |
org.hibernate.exception.spi | |
org.hibernate.hql.internal | |
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.internal.ast.exec | |
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util | |
org.hibernate.hql.internal.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
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.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.internal.util |
Internal utility classes.
|
org.hibernate.internal.util.beans | |
org.hibernate.internal.util.collections | |
org.hibernate.internal.util.config | |
org.hibernate.internal.util.xml | |
org.hibernate.jdbc | |
org.hibernate.jpa | |
org.hibernate.jpa.internal.util | |
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 | |
org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.build.internal.spaces |
Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
org.hibernate.loader.plan.exec.process.internal | |
org.hibernate.loader.plan.exec.process.spi | |
org.hibernate.loader.plan.exec.query.internal |
Provides the internal implementation for generating the load query for the LoadPlan.
|
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.internal | |
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.internal | |
org.hibernate.persister.spi | |
org.hibernate.persister.walking.internal | |
org.hibernate.persister.walking.spi | |
org.hibernate.procedure | |
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
org.hibernate.procedure.spi | |
org.hibernate.property.access.internal | |
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.criteria.internal.compile | |
org.hibernate.query.internal | |
org.hibernate.query.procedure | |
org.hibernate.query.procedure.spi | |
org.hibernate.query.spi | |
org.hibernate.resource.beans.container.internal | |
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.backend.jdbc.internal | |
org.hibernate.resource.transaction.backend.jta.internal | |
org.hibernate.resource.transaction.spi |
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
|
org.hibernate.result | |
org.hibernate.result.internal | |
org.hibernate.search | |
org.hibernate.search.batchindexing.impl | |
org.hibernate.search.hcore.impl | |
org.hibernate.search.hcore.util.impl | |
org.hibernate.search.impl | |
org.hibernate.search.orm.jmx.impl | |
org.hibernate.search.orm.spi | |
org.hibernate.search.query.hibernate.impl | |
org.hibernate.secure.spi | |
org.hibernate.service | |
org.hibernate.service.internal | |
org.hibernate.service.spi | |
org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
org.hibernate.sql.ordering.antlr | |
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
org.hibernate.tool.schema.extract.internal | |
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.
|
PropertyValueException
Thrown when the (illegal) value of a property can not be persisted.
|
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.
|
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 |
---|
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 . |
CustomEntityDirtinessStrategy.DirtyCheckContext
A callback to drive dirty checking.
|
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.
|
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. |
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. |
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 |
---|
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 |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
Class and Description |
---|
EntityMode
Defines the representation modes available for entities.
|
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 |
---|
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 |
---|
Cache
Provides an API for querying/managing the second level cache regions.
|
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 |
---|
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 |
---|
ConnectionReleaseMode
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
|
HibernateException
The base exception type for Hibernate exceptions.
|
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 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 |
---|
BaseSessionEventListener
A no-op implementation of SessionEventListener.
|
EntityMode
Defines the representation modes available for entities.
|
HibernateException
The base exception type for Hibernate exceptions.
|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
MappingException
An exception that occurs while reading mapping sources (xml/annotations),usually as a result of something
screwy in the O-R mappings.
|
SessionEventListener
NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be made
|
TransientObjectException
Thrown when the user passes a transient instance to a Session method that expects a persistent instance.
|
Class and Description |
---|
JDBCException
Wraps a
SQLException . |
Class and Description |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
Class and Description |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
JDBCException
Wraps a
SQLException . |
Class and Description |
---|
MultiTenancyStrategy
Describes the methods for multi-tenancy understood by Hibernate.
|
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 |
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.
|
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.
|
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.
|
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 |
---|
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 |
---|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
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.
|
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 |
---|
CacheMode
Controls how the session interacts with the second-level cache and query cache.
|
FlushMode
Represents a flushing strategy.
|
Incubating |
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.
|
Incubating |
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 |
---|
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).
|
Class and Description |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
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 |
---|
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.
|
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.
|
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 |
---|
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.
|
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.
|
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.
|
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 |
---|
CacheMode
Controls how the session interacts with the second-level cache and query cache.
|
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
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 exception type for Hibernate exceptions.
|
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.
|
Query
Deprecated.
(since 5.2) use
Query instead |
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).
|
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.
|
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.
|
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.
|
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 |
---|
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.
|
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 |
---|
Metamodel |
Query
Deprecated.
(since 5.2) use
Query instead |
Session
The main runtime interface between a Java application and Hibernate.
|
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 exception type for Hibernate exceptions.
|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
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.
|
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 |
---|
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.
|
ScrollMode
Specifies the type of JDBC scrollable result set to use underneath a
ScrollableResults . |
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.
|
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.
|
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 |
---|
EntityNameResolver
Contract for resolving an entity-name from a given entity instance.
|
MappingException
An exception that occurs while reading mapping sources (xml/annotations),usually as a result of something
screwy in the O-R mappings.
|
Metamodel |
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 |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
Class and Description |
---|
FetchMode
Represents an association fetching strategy.
|
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 |
---|
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.
|
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 |
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 |
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 |
---|
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.
|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
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 . |
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 |
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.
|
NonUniqueResultException
Thrown when the application calls Query.uniqueResult() and
the query returned more than one result.
|
Query
Deprecated.
(since 5.2) use
Query instead |
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.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.
|
SynchronizeableQuery
A unifying interface for queries which can define tables (query spaces) to synchronize on.
|
Class and Description |
---|
Incubating |
Class and Description |
---|
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 |
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 |
---|
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 |
---|
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 |
---|
JDBCException
Wraps a
SQLException . |
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.
|
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.
|
Interceptor
Allows user code to inspect and/or change property values.
|
Query
Deprecated.
(since 5.2) use
Query instead |
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.
|
SharedSessionBuilder
Specialized
SessionBuilder with access to stuff from another session. |
SharedSessionContract
Contract methods shared between
Session and StatelessSession . |
Class and Description |
---|
CacheMode
Controls how the session interacts with the second-level cache and query cache.
|
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 |
---|
SessionFactory
The main contract here is the creation of
Session instances. |
SessionFactoryObserver
Allows reaction to basic
SessionFactory occurrences. |
Class and Description |
---|
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 |
---|
Session
The main runtime interface between a Java application and Hibernate.
|
Class and Description |
---|
SessionFactory
The main contract here is the creation of
Session instances. |
Class and Description |
---|
SessionFactory
The main contract here is the creation of
Session instances. |
Class and Description |
---|
BasicQueryContract
Deprecated.
(since 5.2) use
CommonQueryContract instead. |
Criteria
Criteria is a simplified API for retrieving entities
by composing Criterion objects.
|
LockMode
Instances represent a lock mode for a row of a relational
database table.
|
LockOptions
Contains locking details (LockMode, Timeout and Scope).
|
Query
Deprecated.
(since 5.2) use
Query instead |
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 |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
Class and Description |
---|
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 |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
Class and Description |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
Class and Description |
---|
JDBCException
Wraps a
SQLException . |
Class and Description |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
Incubating |
Class and Description |
---|
HibernateException
The base exception type for Hibernate exceptions.
|
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 |
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 © 2019 JBoss by Red Hat. All rights reserved.