Uses of Class
org.hibernate.engine.internal.StatefulPersistenceContext
-
Packages that use StatefulPersistenceContext Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate. -
-
Uses of StatefulPersistenceContext in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return StatefulPersistenceContext Modifier and Type Method Description static StatefulPersistenceContextStatefulPersistenceContext. 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 StatefulPersistenceContext Modifier and Type Method Description static EntityEntryContextEntityEntryContext. deserialize(ObjectInputStream ois, StatefulPersistenceContext rtn)JDK serialization hook for deserializingConstructors in org.hibernate.engine.internal with parameters of type StatefulPersistenceContext Constructor Description NaturalIdResolutionsImpl(StatefulPersistenceContext persistenceContext)Constructs a NaturalIdXrefDelegate -
Uses of StatefulPersistenceContext in org.hibernate.internal
Methods in org.hibernate.internal that return StatefulPersistenceContext Modifier and Type Method Description protected StatefulPersistenceContextSessionImpl. createPersistenceContext()
-