| 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 |
|---|---|
FutureList<T> |
Query.findFutureList()
Execute find list query in a background thread.
|
FutureList<T> |
ExpressionList.findFutureList()
Execute find list query in a background thread.
|
<T> FutureList<T> |
EbeanServer.findFutureList(Query<T> query,
Transaction t)
Execute find list query in a background thread.
|
| Modifier and Type | Method and Description |
|---|---|
<T> FutureList<T> |
DefaultServer.findFutureList(Query<T> query,
Transaction t) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryFutureList<T>
Default implementation for FutureList.
|
| Modifier and Type | Method and Description |
|---|---|
FutureList<T> |
LimitOffsetPage.getFutureList() |
| Modifier and Type | Method and Description |
|---|---|
FutureList<T> |
DefaultOrmQuery.findFutureList() |
| Modifier and Type | Method and Description |
|---|---|
FutureList<T> |
DefaultExpressionList.findFutureList() |
FutureList<T> |
FilterExpressionList.findFutureList() |
Copyright © 2014. All Rights Reserved.