Package | Description |
---|---|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.engine.loading | |
org.hibernate.envers.entities.mapper.relation.lazy | |
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulPersistenceContext
A PersistenceContext represents the state of persistent "stuff" which
Hibernate is tracking.
|
Modifier and Type | Method and Description |
---|---|
PersistenceContext |
SessionImplementor.getPersistenceContext()
Get the persistence context for this session
|
Constructor and Description |
---|
BatchFetchQueue(PersistenceContext context)
Constructs a queue for the given context.
|
Modifier and Type | Method and Description |
---|---|
PersistenceContext |
LoadContexts.getPersistenceContext()
Retrieves the persistence context to which this is bound.
|
Constructor and Description |
---|
LoadContexts(PersistenceContext persistenceContext)
Creates and binds this to the given persistence context.
|
Modifier and Type | Method and Description |
---|---|
PersistenceContext |
AbstractDelegateSessionImplementor.getPersistenceContext() |
Modifier and Type | Method and Description |
---|---|
PersistenceContext |
SessionImpl.getPersistenceContext() |
PersistenceContext |
StatelessSessionImpl.getPersistenceContext() |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved