-
- All Implemented Interfaces:
-
org.enodeframework.domain.AggregateRepositoryProvider,org.enodeframework.infrastructure.AssemblyInitializer
public final class DefaultAggregateRepositoryProvider implements AggregateRepositoryProvider, AssemblyInitializer
-
-
Constructor Summary
Constructors Constructor Description DefaultAggregateRepositoryProvider()
-
Method Summary
Modifier and Type Method Description AggregateRepositoryProxygetRepository(Class<out AggregateRoot> aggregateRootType)Get the aggregateRepository for the given aggregate type. Unitinitialize(Set<Class<?>> componentTypes)-
-
Method Detail
-
getRepository
AggregateRepositoryProxy getRepository(Class<out AggregateRoot> aggregateRootType)
Get the aggregateRepository for the given aggregate type.
-
initialize
Unit initialize(Set<Class<?>> componentTypes)
-
-
-
-