Uses of Interface
org.hibernate.engine.spi.PersistenceContext
-
Packages that use PersistenceContext Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.sql.results.spi -
-
Uses of PersistenceContext in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return PersistenceContext Modifier and Type Method Description PersistenceContextSessionDelegatorBaseImpl. getPersistenceContext()PersistenceContextSharedSessionContractImplementor. getPersistenceContext()Get the persistence context for this session.PersistenceContextSharedSessionDelegatorBaseImpl. getPersistenceContext()PersistenceContextSessionDelegatorBaseImpl. getPersistenceContextInternal()PersistenceContextSharedSessionContractImplementor. getPersistenceContextInternal()Similar toSharedSessionContractImplementor.getPersistenceContext(), with two differences: this version performs better as it allows for inlining and probably better prediction, and it skips some checks of the current state of the session.PersistenceContextSharedSessionDelegatorBaseImpl. getPersistenceContextInternal()Methods in org.hibernate.engine.spi with parameters of type PersistenceContext Modifier and Type Method Description EntityEntryEntityEntryFactory. createEntityEntry(Status status, Object[] loadedState, Object rowId, Object id, 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. -
Uses of PersistenceContext in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi that return PersistenceContext Modifier and Type Method Description PersistenceContextLoadContexts. getPersistenceContext()Retrieves the persistence context to which this is bound.Constructors in org.hibernate.sql.results.spi with parameters of type PersistenceContext Constructor Description LoadContexts(PersistenceContext persistenceContext)
-