|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SharedSessionContract | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. |
| org.hibernate.engine.spi | |
| org.hibernate.envers.entities.mapper.relation.lazy | |
| org.hibernate.event.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
| Uses of SharedSessionContract in org.hibernate |
|---|
| Subinterfaces of SharedSessionContract in org.hibernate | |
|---|---|
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. |
| Uses of SharedSessionContract in org.hibernate.engine.spi |
|---|
| Classes in org.hibernate.engine.spi that implement SharedSessionContract | |
|---|---|
class |
SessionDelegatorBaseImpl
This class is meant to be extended. |
| Uses of SharedSessionContract in org.hibernate.envers.entities.mapper.relation.lazy |
|---|
| Classes in org.hibernate.envers.entities.mapper.relation.lazy that implement SharedSessionContract | |
|---|---|
class |
AbstractDelegateSessionImplementor
|
class |
ToOneDelegateSessionImplementor
|
| Uses of SharedSessionContract in org.hibernate.event.spi |
|---|
| Subinterfaces of SharedSessionContract in org.hibernate.event.spi | |
|---|---|
interface |
EventSource
|
| Uses of SharedSessionContract in org.hibernate.internal |
|---|
| Classes in org.hibernate.internal that implement SharedSessionContract | |
|---|---|
class |
AbstractSessionImpl
Functionality common to stateless and stateful sessions |
class |
SessionImpl
Concrete implementation of a Session. |
class |
StatelessSessionImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||