Package org.hibernate.engine.internal
Class TwoPhaseLoad
- java.lang.Object
-
- org.hibernate.engine.internal.TwoPhaseLoad
-
public final class TwoPhaseLoad extends Object
Functionality relating to the Hibernate two-phase loading process, that may be reused by persisters that do not use the Loader framework
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addUninitializedCachedEntity(EntityKey key, Object object, EntityPersister persister, LockMode lockMode, Object version, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
addUninitializedCachedEntity
public static void addUninitializedCachedEntity(EntityKey key, Object object, EntityPersister persister, LockMode lockMode, Object version, SharedSessionContractImplementor session)
- Parameters:
key
- The entity keyobject
- The entity instancepersister
- The entity persisterlockMode
- The lock modeversion
- The versionsession
- The Session
-
-