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 |
Modifier and Type | Method and Description |
---|---|
static <T extends Pojo> |
PreparedStatementFactory.getInstance(BackingStorage storage,
StatementDescriptor<T> desc) |
<T extends Pojo> |
QueuedStorage.prepareStatement(StatementDescriptor<T> desc) |
<T extends Pojo> |
Storage.prepareStatement(StatementDescriptor<T> desc)
Prepares the given statement for execution.
|
Modifier and Type | Method and Description |
---|---|
PreparedStatement<T> |
DaoOperation.customize(PreparedStatement<T> preparedStatement) |
PreparedStatement<T> |
SimpleDaoStatement.customize(PreparedStatement<T> preparedStatement) |
PreparedStatement<T> |
SimpleDaoQuery.customize(PreparedStatement<T> preparedStatement) |
Modifier and Type | Method and Description |
---|---|
PreparedStatement<T> |
DaoOperation.customize(PreparedStatement<T> preparedStatement) |
PreparedStatement<T> |
SimpleDaoStatement.customize(PreparedStatement<T> preparedStatement) |
PreparedStatement<T> |
SimpleDaoQuery.customize(PreparedStatement<T> preparedStatement) |
void |
DaoStatement.execute(PreparedStatement<T> preparedStatement) |
void |
AbstractDaoStatement.execute(PreparedStatement<T> preparedStatement) |
Cursor<T> |
AbstractDaoQuery.execute(PreparedStatement<T> preparedStatement) |
Cursor<T> |
DaoQuery.execute(PreparedStatement<T> preparedStatement) |
Copyright © 2017. All rights reserved.