| Package | Description |
|---|---|
| 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.query.criteria.internal.compile | |
| org.hibernate.query.spi |
| 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 | Method and Description |
|---|---|
QueryProducerImplementor |
CriteriaQueryTypeQueryAdapter.getProducer() |
| Modifier and Type | Method and Description |
|---|---|
QueryProducerImplementor |
QueryImplementor.getProducer() |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.