klyn.data.internal.EntityEntry.EntityEntry
constructor
public EntityEntry(
entity as Object,
mapping as SQLMappedEntity,
state as EntityTrackingState
):
Description

Creates one tracking entry.

Parameters
ParameterDescription
entityExact mapped instance.
mappingFactory-cached mapping.
stateInitial lifecycle state.
Example
entry = EntityEntry(user, mapping, EntityTrackingState.MANAGED)