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