| Modifier and Type | Class and Description |
|---|---|
class |
PaginatedResult<T,P extends Paging>
This class define a protocol for you to access the data page by page.
|
interface |
PaginatedResultDelegate<T,P extends Paging>
This interface define the protocol of how to fetch data.
|
interface |
PagingDelegate<P extends Paging>
This interface defines the protocol related paging logics.
|
class |
ResultFetchRequest<P extends Paging>
This class encapsulate all parameters which are required to fetch data
from persistence systems, like database, file system etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CursorPaging
This class represents cursor based paging parameter.
|
class |
OffsetPaging
This class represents offset (index) based paging parameter.
|
Copyright © 2020 CodingZero. All rights reserved.