A
- the aggregate root type that is paginated.I
- the aggregate root identifier type.public interface RepositoryOptionsPicker<A extends AggregateRoot<I>,I> extends PaginationTypePicker<A>
Paginator
DSL allowing to specify repository options.Modifier and Type | Method and Description |
---|---|
PaginationTypePicker<A> |
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. |
byPage
byAttribute, byOffset
PaginationTypePicker<A> withOptions(Repository.Option... options)
Repository.get(org.seedstack.business.specification.Specification, Repository.Option...)
method.options
- the options to use.Copyright © 2013-2018–2019 SeedStack. All rights reserved.