| Package | Description |
|---|---|
| org.seedstack.business.api.domain | |
| org.seedstack.business.api.domain.annotations |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainObject
DomainObject is an interface implemented by all domain object
|
| 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 |
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 |
DomainRepositoryImpl
This annotation marks its annotated interface as a domain repository implementation for the framework.
|
interface |
DomainService
This annotation marks its annotated interface as a domain service for
the framework.
|
interface |
DomainValueObject
This annotation marks its annotated interface as a domain value object for the framework.
|
Copyright © 2013-2015–2015. All rights reserved.