| Package | Description |
|---|---|
| org.seedstack.business.domain |
Provides classes for the domain layer.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Factory<A>,A extends DomainObject & Producible> |
DomainRegistry.getFactory(org.seedstack.seed.TypeOf<T> typeOf)
Get a
Factory from the domain. |
<T extends Factory<A>,A extends DomainObject & Producible> |
DomainRegistry.getFactory(org.seedstack.seed.TypeOf<T> typeOf,
Class<? extends Annotation> qualifier)
Get a
Factory from the domain. |
<T extends Factory<A>,A extends DomainObject & Producible> |
DomainRegistry.getFactory(org.seedstack.seed.TypeOf<T> typeOf,
String qualifier)
Get a
Factory from the domain. |
| Modifier and Type | Method and Description |
|---|---|
<T extends DomainObject & Producible> |
DomainRegistry.getFactory(Class<T> aggregateRoot)
Get the
Factory for an aggregate root. |
<T extends DomainObject & Producible> |
DomainRegistry.getFactory(Class<T> aggregateRoot,
Class<? extends Annotation> qualifier)
Get the
Factory with a qualifier for an aggregate root. |
<T extends DomainObject & Producible> |
DomainRegistry.getFactory(Class<T> aggregateRoot,
String qualifier)
Get the
Factory with a qualifier for an aggregate root. |
Copyright © 2013-2016–2016 SeedStack. All rights reserved.