| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.query | |
| com.avaje.ebeaninternal.server.querydefn |
| Modifier and Type | Method and Description |
|---|---|
void |
SpiQuery.setCancelableQuery(CancelableQuery cancelableQuery)
Set the underlying cancelable query (with the PreparedStatement).
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrmQueryRequest.setCancelableQuery(CancelableQuery cancelableQuery)
Set an Query object that owns the PreparedStatement that can be cancelled.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CQuery<T>
An object that represents a SqlSelect statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrmQuery.setCancelableQuery(CancelableQuery cancelableQuery) |
Copyright © 2014. All Rights Reserved.