public class ResultSet<T> extends TransactionCloseable implements TXNal<T>
A transactional object used to inspect or modify elements when using the query, queryForUpdate, or transaction methods.
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canRead(T elem) | 
| boolean | canWrite(T elem) | 
| Set<ElementUpdater<T>> | getResultForUpdate()Returns  ElementUpdaterobjects used to modify the elements which may be read or modified. | 
| Set<T> | getResultReadOnly()Returns the elements which may only be read. | 
closepublic Set<T> getResultReadOnly()
Returns the elements which may only be read.
public Set<ElementUpdater<T>> getResultForUpdate()
Returns ElementUpdater objects used to modify the elements which may be read or modified.
ElementUpdater objects used to modify the elements which may be read or modified.