| Package | Description |
|---|---|
| io.ebean | |
| io.ebeanservice.docstore.none |
"No op" implementation of document store.
|
| Modifier and Type | Method and Description |
|---|---|
PagedList<T> |
Query.findPagedList()
Return a PagedList for this query using firstRow and maxRows.
|
PagedList<T> |
ExpressionList.findPagedList()
Return a PagedList for this query using firstRow and maxRows.
|
<T> PagedList<T> |
DocumentStore.findPagedList(DocQueryRequest<T> request)
Execute the query against the document store returning the paged list.
|
<T> PagedList<T> |
ExtendedServer.findPagedList(Query<T> query,
Transaction transaction)
Return a PagedList for this query using firstRow and maxRows.
|
| Modifier and Type | Method and Description |
|---|---|
<T> PagedList<T> |
NoneDocStore.findPagedList(DocQueryRequest<T> request) |
Copyright © 2019. All rights reserved.