T - the type of the data that is subject to be written back.public interface WritableDataReader<T> extends DataReader<T>
DataReader that is capable of not only reading
entities from an external source, but also allows to write changes to an entity
back to the external source.
A DataProvider that supports writeback will first ask the client code
to create an instance of a WritableReader, and then will call the writeBack()
method in order to write the change back to the external source.
| Modifier and Type | Method and Description |
|---|---|
void |
writeBack()
Initiates the writeback call.
|
get, next