buildRepositories abstract method

List<EntityRepository<Object>> buildRepositories(
  1. A adapter
)

Builds the EntityRepository, called by initialize. See extraDependencies.

Implementation

List<EntityRepository> buildRepositories(A adapter);