Class EntityTableDataCoordinator<TFields>

Responsible for orchestrating fetching and caching of entity data from a table. Note that one instance is shared amongst all entities that read from the table to ensure cross-entity data consistency.

Type Parameters

  • TFields extends Record<string, any>

Constructors

Properties

databaseAdapter: EntityDatabaseAdapter<TFields>
entityConfiguration: EntityConfiguration<TFields>

Methods