Package org.hibernate.engine.internal
Class TwoPhaseLoad
java.lang.Object
org.hibernate.engine.internal.TwoPhaseLoad
Functionality relating to the Hibernate two-phase loading process, that may be reused by persisters
that do not use the Loader framework
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addUninitializedCachedEntity
(EntityKey key, Object object, EntityPersister persister, LockMode lockMode, Object version, SharedSessionContractImplementor session)
-
Method Details