|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PersistenceContext | |
| org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
| org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
| Uses of PersistenceContext in org.hibernate.engine |
| Classes in org.hibernate.engine that implement PersistenceContext | |
class |
StatefulPersistenceContext
A PersistenceContext represents the state of persistent "stuff" which Hibernate is tracking. |
| Methods in org.hibernate.engine that return PersistenceContext | |
PersistenceContext |
SessionImplementor.getPersistenceContext()
Get the persistence context for this session |
| Constructors in org.hibernate.engine with parameters of type PersistenceContext | |
CollectionLoadContext(PersistenceContext context)
|
|
BatchFetchQueue(PersistenceContext context)
|
|
| Uses of PersistenceContext in org.hibernate.impl |
| Methods in org.hibernate.impl that return PersistenceContext | |
PersistenceContext |
StatelessSessionImpl.getPersistenceContext()
|
PersistenceContext |
SessionImpl.getPersistenceContext()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||