klyn.data.memory.MemoryRepositoryRegistration.repositoryObject
method
public repositoryObject() as Object
Description

Returns the concrete repository while crossing the heterogeneous registry boundary.

MemoryConfiguration.resolve<T, TId>() immediately restores the exact static type before exposing the repository to application code.

Returns

Concrete registered repository.

Example
repository = registration.repositoryObject()