-
- All Implemented Interfaces:
public interface RepositoryFactory.ProviderInterface to delegate creation of RepositoryFactory.
-
-
Method Summary
Modifier and Type Method Description abstract RepositoryFactorycreateRepositoryFactory(User user)Create a RepositoryFactory for the given User. -
-
Method Detail
-
createRepositoryFactory
abstract RepositoryFactory createRepositoryFactory(User user)
Create a RepositoryFactory for the given User.
-
-
-
-