Uses of Interface
org.seedstack.business.pagination.Page
-
Packages that use Page Package Description org.seedstack.business.assembler.dsl Provides a fluent DSL to do advanced domain-object/DTO mapping operations.org.seedstack.business.pagination.dsl Provides a fluent DSL to paginate domain objects. -
-
Uses of Page in org.seedstack.business.assembler.dsl
Methods in org.seedstack.business.assembler.dsl that return Page Modifier and Type Method Description <D> Page<D>AssemblePage. toPageOf(Class<D> dtoClass)Assembles to aPageof DTO.Methods in org.seedstack.business.assembler.dsl with parameters of type Page Modifier and Type Method Description <A extends AggregateRoot<I>,I>
AssemblePageWithQualifierFluentAssembler. assemble(Page<A> page)Assembles a page of aggregates.<T extends org.javatuples.Tuple>
AssemblePageWithQualifierFluentAssembler. assembleTuples(Page<T> page)Assembles a page of tuple of aggregates. -
Uses of Page in org.seedstack.business.pagination.dsl
Methods in org.seedstack.business.pagination.dsl that return types with arguments of type Page Modifier and Type Method Description default SpecificationPicker<Page<T>,T>SizePicker. ofSize(long size)Specify the size of the page.
-