public interface MergeAggregatesWithRepoProvider<A extends AggregateRoot<?>>
| Modifier and Type | Method and Description |
|---|---|
List<A> |
fromFactory()
Create the aggregates from their factory.
|
MergeAggregatesWithRepoThenFactProvider<A> |
fromRepository()
Loads the aggregates from their repository.
|
MergeAggregatesWithRepoThenFactProvider<A> fromRepository()
It uses the MatchingEntityId annotation on
the DTO to find the aggregate IDs.
List<A> fromFactory()
It uses the MatchingFactoryParameter annotation on
the DTO to find the factory method parameters.
Copyright © 2013-2016–2016 SeedStack. All rights reserved.