-
- All Implemented Interfaces:
public interface AggregateRepositoryProviderRepresents a provider to provide the aggregate repository.
-
-
Method Summary
Modifier and Type Method Description abstract AggregateRepositoryProxygetRepository(Class<out AggregateRoot>Â aggregateRootType)Get the aggregateRepository for the given aggregate type. -
-
Method Detail
-
getRepository
abstract AggregateRepositoryProxy getRepository(Class<out AggregateRoot>Â aggregateRootType)
Get the aggregateRepository for the given aggregate type.
-
-
-
-