public interface DeletionListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onDeletionComplete(Collection<T> entities) |
void |
onException(Exception x)
Called if an exception is raised while getting or converting the
ResultSet. |
void onDeletionComplete(Collection<T> entities)
void onException(Exception x)
ResultSet.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.