| 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. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Session
The main runtime interface between a Java application and Hibernate. 
 | 
interface  | 
StatelessSession
A command-oriented API for performing bulk operations against a database. 
 | 
| 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  | 
SessionImpl
Concrete implementation of a Session. 
 | 
class  | 
StatelessSessionImpl  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.