| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.query | |
| com.avaje.ebeaninternal.server.querydefn | |
| com.avaje.ebeaninternal.util |
Utility objects
|
| Modifier and Type | Method and Description |
|---|---|
PagingList<T> |
Query.findPagingList(int pageSize)
Return a PagingList for this query.
|
PagingList<T> |
ExpressionList.findPagingList(int pageSize)
Return a PagingList for this query.
|
<T> PagingList<T> |
EbeanServer.findPagingList(Query<T> query,
Transaction t,
int pageSize)
Find using a PagingList with explicit transaction and pageSize.
|
PagingList<T> |
PagingList.setFetchAhead(boolean fetchAhead)
By default fetchAhead is true so use this to turn off fetchAhead.
|
| Modifier and Type | Method and Description |
|---|---|
<T> PagingList<T> |
DefaultServer.findPagingList(Query<T> query,
Transaction t,
int pageSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
LimitOffsetPagingQuery<T> |
| Modifier and Type | Method and Description |
|---|---|
PagingList<T> |
LimitOffsetPagingQuery.setFetchAhead(boolean fetchAhead) |
| Modifier and Type | Method and Description |
|---|---|
PagingList<T> |
DefaultOrmQuery.findPagingList(int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
PagingList<T> |
DefaultExpressionList.findPagingList(int pageSize) |
PagingList<T> |
FilterExpressionList.findPagingList(int pageSize) |
Copyright © 2014. All Rights Reserved.