public interface MemoryIdentityLookup<T, TId>:
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.
| Modifier and Type | Member | Description |
|---|---|---|
| public | findIdentityfindIdentity(id as TId) as T |
Returns the entity matching id, or null when no entity matches. |