Uses of Interface
org.hibernate.engine.spi.PersistenceContext
-
Packages that use PersistenceContext Package Description org.hibernate.engine.spi -
-
Uses of PersistenceContext in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return PersistenceContext Modifier and Type Method Description PersistenceContext
SessionDelegatorBaseImpl. getPersistenceContext()
PersistenceContext
SharedSessionContractImplementor. getPersistenceContext()
Get the persistence context for this sessionMethods in org.hibernate.engine.spi with parameters of type PersistenceContext Modifier and Type Method Description EntityEntry
EntityEntryFactory. createEntityEntry(Status status, java.lang.Object[] loadedState, java.lang.Object rowId, java.io.Serializable id, java.lang.Object version, LockMode lockMode, boolean existsInDatabase, EntityPersister persister, boolean disableVersionIncrement, PersistenceContext persistenceContext)
CreatesEntityEntry
.Constructors in org.hibernate.engine.spi with parameters of type PersistenceContext Constructor Description BatchFetchQueue(PersistenceContext context)
Constructs a queue for the given context.
-