Package org.hibernate.engine.internal
Class MutableEntityEntryFactory
- java.lang.Object
-
- org.hibernate.engine.internal.MutableEntityEntryFactory
-
- All Implemented Interfaces:
Serializable
,EntityEntryFactory
public class MutableEntityEntryFactory extends Object implements EntityEntryFactory
Factory for the safe approach implementation ofEntityEntry
.Smarter implementations could store less state.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MutableEntityEntryFactory
INSTANCE
Singleton access
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityEntry
createEntityEntry(Status status, Object[] loadedState, Object rowId, Object id, Object version, LockMode lockMode, boolean existsInDatabase, EntityPersister persister, boolean disableVersionIncrement, PersistenceContext persistenceContext)
CreatesEntityEntry
.
-
-
-
Field Detail
-
INSTANCE
public static final MutableEntityEntryFactory INSTANCE
Singleton access
-
-
Method Detail
-
createEntityEntry
public EntityEntry createEntityEntry(Status status, Object[] loadedState, Object rowId, Object id, Object version, LockMode lockMode, boolean existsInDatabase, EntityPersister persister, boolean disableVersionIncrement, PersistenceContext persistenceContext)
Description copied from interface:EntityEntryFactory
CreatesEntityEntry
.- Specified by:
createEntityEntry
in interfaceEntityEntryFactory
-
-