| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| 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 transaction)
Execute find list query in a background thread returning a FutureList object.
|
Copyright © 2016. All rights reserved.