| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| Modifier and Type | Method and Description |
|---|---|
FutureRowCount<T> |
Model.Find.findFutureRowCount()
Executes a find row count query in a background thread.
|
FutureRowCount<T> |
Query.findFutureRowCount()
Execute find row count query in a background thread.
|
FutureRowCount<T> |
ExpressionList.findFutureRowCount()
Execute find row count query in a background thread.
|
<T> FutureRowCount<T> |
EbeanServer.findFutureRowCount(Query<T> query,
Transaction transaction)
Execute find row count query in a background thread.
|
Copyright © 2015. All rights reserved.