Uses of Class
org.hibernate.engine.internal.StatefulPersistenceContext
Packages that use StatefulPersistenceContext
Package
Description
Support for many of the internal workings of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of StatefulPersistenceContext in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return StatefulPersistenceContextModifier and TypeMethodDescriptionstatic StatefulPersistenceContext
StatefulPersistenceContext.deserialize
(ObjectInputStream ois, SessionImplementor session) Used by the owning session to explicitly control deserialization of the persistence context.Methods in org.hibernate.engine.internal with parameters of type StatefulPersistenceContextModifier and TypeMethodDescriptionstatic EntityEntryContext
EntityEntryContext.deserialize
(ObjectInputStream ois, StatefulPersistenceContext rtn) JDK serialization hook for deserializingConstructors in org.hibernate.engine.internal with parameters of type StatefulPersistenceContextModifierConstructorDescriptionNaturalIdResolutionsImpl
(StatefulPersistenceContext persistenceContext) Constructs a NaturalIdXrefDelegate -
Uses of StatefulPersistenceContext in org.hibernate.internal
Methods in org.hibernate.internal that return StatefulPersistenceContextModifier and TypeMethodDescriptionprotected StatefulPersistenceContext
SessionImpl.createPersistenceContext()