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