public interface WriteListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onException(Exception x)
Called if an exception is raised while getting or converting the
ResultSet. |
void |
onWriteComplete(Collection<T> entities)
Called upon completion of the asynchronous insert or update.
|
void onWriteComplete(Collection<T> entities)
entities - The entities inserted or updated.void onException(Exception x)
ResultSet.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.