public interface PersistentContext
| Modifier and Type | Method and Description |
|---|---|
void |
addError(java.lang.Throwable cause)
Add a error to the list of errors of the context.
|
PersistenceException |
getErrors()
Get all errors collected to the moment in this context.
|
java.util.Iterator |
iterator()
Return an iterator over the states stored in this
context.
|
java.util.Iterator iterator()
void addError(java.lang.Throwable cause)
cause - PersistenceException getErrors()