See: Description
Interface | Description |
---|---|
DomainProvider |
Plugin facet that can be used to retrieve domain objects.
|
DtoInfoResolver |
Interface for classes implementing the ability to instantiate corresponding aggregates and
identifiers from a DTO.
|
SpecificationConverter<S extends Specification<?>,C,T> |
Interface for classes implementing conversion from a particular
Specification type to a
target object representing this specification. |
SpecificationTranslator<C,T> |
Translates a
Specification into a target object by invoking the relevant SpecificationConverter s. |
Class | Description |
---|---|
BaseDtoInfoResolver |
An helper base class that can be extended to create an implementation of
DtoInfoResolver . |
BaseSpecificationTranslator<C,T> |
An helper base class that can be extended for implementing
SpecificationTranslator s. |
DtoInfoResolverPriority |
Class holding priorities used by
FluentAssembler to
invoke the DtoInfoResolver s. |
Annotation Type | Description |
---|---|
GenericImplementation |
This annotation can be used on an implementation of a
Repository
or an Assembler to declare it as a generic
implementation. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.