Uses of Interface
org.seedstack.business.pagination.dsl.PaginationTypePicker
-
Packages that use PaginationTypePicker Package Description org.seedstack.business.pagination.dsl Provides a fluent DSL to paginate domain objects. -
-
Uses of PaginationTypePicker in org.seedstack.business.pagination.dsl
Subinterfaces of PaginationTypePicker in org.seedstack.business.pagination.dsl Modifier and Type Interface Description interfaceRepositoryOptionsPicker<A extends AggregateRoot<I>,I>An element of thePaginatorDSL allowing to specify repository options.Methods in org.seedstack.business.pagination.dsl that return PaginationTypePicker Modifier and Type Method Description PaginationTypePicker<A>RepositoryOptionsPicker. withOptions(Repository.Option... options)Allows to specify the repository options used when invoking the repositoryRepository.get(org.seedstack.business.specification.Specification, Repository.Option...)method.
-