| Class and Description |
|---|
| CursorPaging
This class represents cursor based paging parameter.
|
| FieldSort
This class represents the sorting parameter related to one field.
|
| FieldSort.Order |
| OffsetPaging
This class represents offset (index) based paging parameter.
|
| PaginatedResult
This class define a protocol for you to access the data page by page.
|
| PaginatedResultDelegate
This interface define the protocol of how to fetch data.
|
| Paging
This abstract class encapsulates paging related parameters.
|
| PagingDelegate
This interface defines the protocol related paging logics.
|
| ResultCountDelegate
This interface define the protocol of counting of the total number of result.
|
| ResultCountTotalRequest
This class encapsulate all parameters which can be used to calculate total number of result
from persistence systems, like database, file system etc.
|
| ResultFetchRequest
This class encapsulate all parameters which are required to fetch data
from persistence systems, like database, file system etc.
|
Copyright © 2021 CodingZero. All rights reserved.