Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine.spi | |
org.hibernate.envers.internal.entities.mapper.relation.lazy | |
org.hibernate.event.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa | |
org.hibernate.jpa.spi | |
org.hibernate.query | |
org.hibernate.query.spi | |
org.hibernate.search |
Modifier and Type | Interface and Description |
---|---|
interface |
Session
The main runtime interface between a Java application and Hibernate.
|
interface |
SharedSessionContract
Contract methods shared between
Session and StatelessSession . |
interface |
StatelessSession
A command-oriented API for performing bulk operations against a database.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type , EntityPersister
and CollectionPersister implementations. |
interface |
SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type , EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
Modifier and Type | Class and Description |
---|---|
class |
SessionDelegatorBaseImpl
This class is meant to be extended.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegateSessionImplementor |
class |
ToOneDelegateSessionImplementor |
Modifier and Type | Interface and Description |
---|---|
interface |
EventSource |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionImpl
Functionality common to stateless and stateful sessions
|
class |
AbstractSharedSessionContract
Base class for SharedSessionContract/SharedSessionContractImplementor
implementations.
|
class |
SessionImpl
Concrete implementation of a Session.
|
class |
StatelessSessionImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateEntityManager
Deprecated.
(snce 5.2) Use Session (or SessionImplementor), as it now extends EntityManager directly
|
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateEntityManagerImplementor
Deprecated.
(since 5.2) move these methods to SessionImplementor
|
Modifier and Type | Method and Description |
---|---|
QueryProducer |
Query.getProducer()
Get the QueryProducer this Query originates from.
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueryProducerImplementor
The internal contract for QueryProducer implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FullTextSession
Extends the Hibernate
Session with fulltext search and indexing capabilities. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.