Package | Description |
---|---|
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
com.redhat.thermostat.storage.dao | |
com.redhat.thermostat.storage.model |
Modifier and Type | Class and Description |
---|---|
class |
BasicBatchCursor<T extends Pojo> |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
Query.execute() |
Cursor<T> |
PreparedStatement.executeQuery()
Executes a predefined
Query . |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
AbstractDaoQuery.execute(PreparedStatement<T> preparedStatement) |
Cursor<T> |
DaoQuery.execute(PreparedStatement<T> preparedStatement) |
protected static <T extends Pojo> |
AbstractDao.getEmptyResultCursor() |
Constructor and Description |
---|
QueryResult(Cursor<T> cursor) |
Modifier and Type | Method and Description |
---|---|
<T extends Pojo> |
AggregateCount.getCursor() |
<T extends Pojo> |
DistinctResult.getCursor() |
Copyright © 2017. All rights reserved.