setObjectRepository<T extends ISyncableObject> abstract method
void
setObjectRepository<T extends ISyncableObject>(
- String entityType,
- ISyncableRepository<
T> repository
Implementation
void setObjectRepository<T extends ISyncableObject>(
String entityType, ISyncableRepository<T> repository);