public interface DocStoreQueryUpdate<T>
Executes a forEach query and updates the document store with the bean object graph returned by the query.
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Flush the changes to the document store.
|
void |
store(Object idValue,
T bean)
Process the bean storing in the document store.
|
void store(Object idValue, T bean) throws IOException
IOExceptionvoid flush() throws IOException
IOExceptionCopyright © 2019. All rights reserved.