setObjectRepository<T extends ISyncableObject> abstract method

void setObjectRepository<T extends ISyncableObject>(
  1. String entityType,
  2. ISyncableRepository<T> repository
)

Implementation

void setObjectRepository<T extends ISyncableObject>(
    String entityType, ISyncableRepository<T> repository);