public interface MergeTuplesWithRepositoryProvider<T extends org.javatuples.Tuple>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
fromFactory()
Create the aggregate root tuples from their factory.
|
MergeTuplesWithRepositoryThenFactoryProvider<T> |
fromRepository()
Loads the aggregate root tuples from their repository.
|
MergeTuplesWithRepositoryThenFactoryProvider<T> fromRepository()
It uses the MatchingEntityId annotation on
the DTO to find the aggregate IDs.
List<T> fromFactory()
It uses the MatchingFactoryParameter annotation on
the DTO to find the factory method parameters.
Copyright © 2013-2016–2016 SeedStack. All rights reserved.