Package | Description |
---|---|
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalDescriptorException
Thrown if a prepared statement descriptor was refused by the storage endpoint.
|
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.
|
Copyright © 2016. All Rights Reserved.