| Package | Description |
|---|---|
| org.seedstack.business.domain |
Provides classes, interfaces and annotations for building the domain layer.
|
| org.seedstack.business.pagination.dsl |
Provides a fluent DSL to paginate domain objects.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<A> |
Repository.get(Specification<A> specification,
Repository.Option... options)
Finds all aggregates in the repository satisfying the given specification.
|
| Modifier and Type | Method and Description |
|---|---|
PaginationTypePicker<A> |
RepositoryOptionsPicker.withOptions(Repository.Option... options)
Allows to specify the repository options used when invoking the repository
Repository.get(org.seedstack.business.specification.Specification, Repository.Option...)
method. |
Copyright © 2013-2017–2017 SeedStack. All rights reserved.