MemoryIdentityLookup
interfacein packageklyn.data.memory.internal
public interface MemoryIdentityLookup<T, TId>:
MemoryIdentityLookup

Internal typed key lookup used by EntityManager.find().

Keyed access deliberately stays outside the public Repository contract so applications have one lifecycle API regardless of the selected provider.

Methods
Modifier and Type Member Description
public findIdentity
findIdentity(id as TId) as T
Returns the entity matching id, or null when no entity matches.