|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagingList | |
---|---|
com.avaje.ebean | Core API (see Ebean and EbeanServer). |
Uses of PagingList in com.avaje.ebean |
---|
Methods in com.avaje.ebean that return PagingList | ||
---|---|---|
PagingList<T> |
Query.findPagingList(int pageSize)
Return a PagingList for this query. |
|
PagingList<T> |
ExpressionList.findPagingList(int pageSize)
Return a PagingList for this query. |
|
|
EbeanServer.findPagingList(Query<T> query,
Transaction t,
int pageSize)
|
|
PagingList<T> |
PagingList.setFetchAhead(boolean fetchAhead)
By default fetchAhead is true so use this to turn off fetchAhead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |