See: Description
| Interface | Description |
|---|---|
| AssembleDtoProvider | |
| AssembleDtosProvider | |
| AssembleDtosWithQualifierProvider | |
| AssembleDtoWithQualifierProvider | |
| MergeAggregateOrTupleProvider<D> |
Specifies the target aggregate to merge.
|
| MergeAggregateOrTupleWithQualifierProvider<D> | |
| MergeAggregatesOrTuplesProvider<D> | |
| MergeAggregatesOrTuplesWithQualifierProvider<D> | |
| MergeAggregatesWithRepoProvider<A extends AggregateRoot<?>> |
Specifies whether the aggregate roots should be retrieved from a repository or created from a factory.
|
| MergeAggregatesWithRepoThenFactProvider<A extends AggregateRoot<?>> |
Specifies the behavior in the case where the aggregates cannot be loaded from the repository.
|
| MergeAggregateWithRepositoryProvider<A extends AggregateRoot<?>> |
Specifies whether the aggregate root should be retrieved from a repository or created from a factory.
|
| MergeAggregateWithRepositoryThenFactoryProvider<A extends AggregateRoot<?>> |
Specifies the behavior in the case where the aggregate cannot be loaded from the repository.
|
| MergeTuplesWithRepositoryProvider<T extends org.javatuples.Tuple> |
Specifies whether the aggregate root tuples should be retrieved from a repository or created from a factory.
|
| MergeTuplesWithRepositoryThenFactoryProvider<T extends org.javatuples.Tuple> |
Specifies the behavior in the case where the aggregate tuples cannot be loaded from the repository.
|
| MergeTupleWithRepositoryProvider<T extends org.javatuples.Tuple> |
Specifies whether the aggregate root tuple should be retrieved from a repository or created from a factory.
|
| MergeTupleWithRepositoryThenFactoryProvider<T extends org.javatuples.Tuple> |
Specifies the behavior in the case where the aggregate tuple cannot be loaded from the repository.
|
| QualifierProvider<T> |
| Exception | Description |
|---|---|
| AggregateNotFoundException |
Indicates that a repository can't find an aggregate root.
|
Copyright © 2013-2016–2016 SeedStack. All rights reserved.