| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| com.avaje.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> |
EbeanServer.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 © 2016. All rights reserved.