Package | Description |
---|---|
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Add<T extends Pojo>
Write operation to be used for adding new records into
storage.
|
interface |
Remove<T extends Pojo>
Write operation to be used for removing records from storage.
|
interface |
Replace<T extends Pojo>
Write operation which should be used if any existing record should get
updated with new values.
|
interface |
Update<T extends Pojo>
Updates properties of a record in storage.
|
Copyright © 2016. All Rights Reserved.