| 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 |
|---|---|
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 t)
Execute find row count query in a background thread.
|
| Modifier and Type | Method and Description |
|---|---|
<T> FutureRowCount<T> |
DefaultServer.findFutureRowCount(Query<T> q,
Transaction t) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryFutureRowCount<T>
Future implementation for the row count query.
|
| Modifier and Type | Method and Description |
|---|---|
FutureRowCount<T> |
DefaultOrmQuery.findFutureRowCount() |
| Modifier and Type | Method and Description |
|---|---|
FutureRowCount<T> |
DefaultExpressionList.findFutureRowCount() |
FutureRowCount<T> |
FilterExpressionList.findFutureRowCount() |
Copyright © 2014. All Rights Reserved.