| 
 | ||||||||||
| 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.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. | 
| Uses of PersistenceContext in org.hibernate.engine | 
|---|
| Classes in org.hibernate.engine that implement PersistenceContext | |
|---|---|
|  class | StatefulPersistenceContextA 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 | |
|---|---|
| BatchFetchQueue(PersistenceContext context)Constructs a queue for the given context. | |
| Uses of PersistenceContext in org.hibernate.engine.loading | 
|---|
| Methods in org.hibernate.engine.loading that return PersistenceContext | |
|---|---|
|  PersistenceContext | LoadContexts.getPersistenceContext()Retrieves the persistence context to which this is bound. | 
| Constructors in org.hibernate.engine.loading with parameters of type PersistenceContext | |
|---|---|
| LoadContexts(PersistenceContext persistenceContext)Creates and binds this to the given persistence context. | |
| Uses of PersistenceContext in org.hibernate.envers.entities.mapper.relation.lazy | 
|---|
| Methods in org.hibernate.envers.entities.mapper.relation.lazy that return PersistenceContext | |
|---|---|
|  PersistenceContext | AbstractDelegateSessionImplementor.getPersistenceContext() | 
| 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 | |||||||||