Uses of Interface
org.hibernate.engine.spi.PersistenceContext
-
Packages that use PersistenceContext Package Description org.hibernate.engine.spi org.hibernate.sql.results.graph.entity 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.PersistenceContextSessionDelegatorBaseImpl. getPersistenceContextInternal()PersistenceContextSharedSessionContractImplementor. getPersistenceContextInternal()This is similar toSharedSessionContractImplementor.getPersistenceContext(), with two main differences: a) this version performs better as it allows for inlining and probably better prediction b) see SessionImplSharedSessionContractImplementor.getPersistenceContext(): it does some checks on the current state of the Session.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.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type PersistenceContext Modifier and Type Method Description protected ObjectAbstractEntityInitializer. getProxy(PersistenceContext persistenceContext) -
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)
-