| org.seedstack.business |
Provides general purpose classes, interfaces and annotations.
|
| org.seedstack.business.assembler |
Provides classes, interfaces and annotations to map the domain layer to Data Transfer Objects
(DTO) and back.
|
| org.seedstack.business.assembler.dsl |
Provides a fluent DSL to do advanced domain-object/DTO mapping operations.
|
| org.seedstack.business.data |
|
| org.seedstack.business.domain |
Provides classes, interfaces and annotations for building the domain layer.
|
| org.seedstack.business.pagination |
Provides classes, interfaces and annotations to paginate domain objects.
|
| org.seedstack.business.pagination.dsl |
Provides a fluent DSL to paginate domain objects.
|
| org.seedstack.business.specification |
Provides classes, interfaces and annotations to create composite specifications.
|
| org.seedstack.business.specification.dsl |
Provides a fluent DSL that facilitates the creation of complex composite specifications.
|
| org.seedstack.business.spi |
Provides classes, interfaces and annotations to extend the business framework.
|