public interface Paginator
Repository into
Slices or
Pages.
It supports offset-based and key-based pagination.| Modifier and Type | Method and Description |
|---|---|
<A extends AggregateRoot<I>,I> |
paginate(Repository<A,I> repository)
Initiate a pagination operation using the specified repository.
|
<A extends AggregateRoot<I>,I> RepositoryOptionsPicker<A,I> paginate(Repository<A,I> repository)
A - the aggregate root type that is paginated.I - the aggregate root identifier type.repository - the repository where the domain objects come from.Copyright © 2013-2017–2017 SeedStack. All rights reserved.