Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.ejb | |
org.hibernate.engine.spi | |
org.hibernate.event.spi | |
org.hibernate.jpa.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
Session
The main runtime interface between a Java application and Hibernate.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateEntityManager
Deprecated.
Use
HibernateEntityManager instead |
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. |
Modifier and Type | Class and Description |
---|---|
class |
SessionDelegatorBaseImpl
This class is meant to be extended.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventSource |
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateEntityManagerImplementor
Deprecated.
(since 5.2) move these methods to SessionImplementor
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.