| Package | Description |
|---|---|
| org.seedstack.business.assembler.dsl |
Provides classes specific to the assembler DSL.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
MergeTuplesWithRepositoryThenFactoryProvider.orFail()
Returns the aggregate root tuples or throws an
AggregateNotFoundException
if the one of the aggregate roots cannot be loaded from their repository. |
T |
MergeTupleWithRepositoryThenFactoryProvider.orFail()
Returns the aggregate root tuple or throws an
AggregateNotFoundException
if the one of the aggregate roots cannot be loaded from their repository. |
List<A> |
MergeAggregatesWithRepoThenFactProvider.orFail()
Returns the aggregate roots or throws an
AggregateNotFoundException
if one of the aggregate roots cannot be loaded from their repository. |
A |
MergeAggregateWithRepositoryThenFactoryProvider.orFail()
Returns the aggregate root or throws an
AggregateNotFoundException
if the aggregate root cannot be loaded from the repository. |
Copyright © 2013-2016–2016 SeedStack. All rights reserved.