| Package | Description | 
|---|---|
| org.hibernate.engine.internal | 
 Support for many of the internal workings of Hibernate. 
 | 
| org.hibernate.engine.loading.internal | 
 Internal classes used to track loading of data, potentially across multiple ResultSets 
 | 
| org.hibernate.engine.spi | |
| org.hibernate.internal | 
 
    An internal package containing mostly implementations of central Hibernate APIs. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StatefulPersistenceContext
A stateful implementation of the  
PersistenceContext contract meaning that we maintain this
 state throughout the life of the persistence 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 | 
SessionDelegatorBaseImpl.getPersistenceContext()  | 
PersistenceContext | 
SessionImplementor.getPersistenceContext()
Get the persistence context for this session 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EntityEntry | 
EntityEntry.deserialize(ObjectInputStream ois,
           PersistenceContext persistenceContext)
Custom deserialization routine used during deserialization of a
 Session/PersistenceContext for increased performance. 
 | 
| Constructor and Description | 
|---|
BatchFetchQueue(PersistenceContext context)
Constructs a queue for the given context. 
 | 
EntityEntry(Status status,
           Object[] loadedState,
           Object rowId,
           Serializable id,
           Object version,
           LockMode lockMode,
           boolean existsInDatabase,
           EntityPersister persister,
           boolean disableVersionIncrement,
           boolean lazyPropertiesAreUnfetched,
           PersistenceContext persistenceContext)  | 
EntityEntry(Status status,
           Object[] loadedState,
           Object rowId,
           Serializable id,
           Object version,
           LockMode lockMode,
           boolean existsInDatabase,
           EntityPersister persister,
           EntityMode entityMode,
           String tenantId,
           boolean disableVersionIncrement,
           boolean lazyPropertiesAreUnfetched,
           PersistenceContext persistenceContext)
Deprecated. 
 
the tenantId and entityMode parameters where removed: this constructor accepts but ignores them.
 Use the other constructor! 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PersistenceContext | 
SessionImpl.getPersistenceContext()  | 
PersistenceContext | 
StatelessSessionImpl.getPersistenceContext()  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.