klyn.data.memory.MemoryConfiguration.repositoryTypes
property
public readonly property repositoryTypes as IList<Type>:
Description

Immutable entity types represented by the configured repositories.

This provider-specific inventory is validated against the authoritative entity list supplied to EntityManagerFactory.

Returns

Every repository entity type.

Example
assert configuration.repositoryTypes[0] == User.type