| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| Modifier and Type | Method and Description |
|---|---|
FutureIds<T> |
Query.findFutureIds()
Execute find Id's query in a background thread.
|
FutureIds<T> |
ExpressionList.findFutureIds()
Execute find Id's query in a background thread.
|
<T> FutureIds<T> |
EbeanServer.findFutureIds(Query<T> query,
Transaction transaction)
Execute find Id's query in a background thread.
|
Copyright © 2016. All rights reserved.