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.search |
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
FullTextSession
Extends the Hibernate
Session with fulltext search and indexing capabilities. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.