| Package | Description |
|---|---|
| org.seedstack.business.domain |
Provides classes for the domain layer.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
DomainAggregateRoot
This annotation tells the Framework that the current class is candidate to be
an aggregate root.
|
interface |
DomainEntity
This annotation tells the Business Framework that the current class is candidate to be an entity from DDD approach.
|
interface |
DomainFactory
This annotation is a marker for
GenericFactory. |
interface |
DomainObject
DomainObject is an interface implemented by all domain object
|
interface |
DomainPolicy
This annotation is a marker for a domain policy interface.
|
interface |
DomainRepository
This annotation marks its annotated interface as a domain repository for the framework.
|
interface |
DomainValueObject
This annotation marks its annotated interface as a domain value object for the framework.
|
Copyright © 2013-2016–2016 SeedStack. All rights reserved.