public interface DaoOperationResult<T extends Pojo> extends Iterable<T>
Modifier and Type | Method and Description |
---|---|
void |
addException(Exception e) |
void |
addExceptions(Iterable<Exception> exceptions) |
List<Exception> |
getExceptions() |
boolean |
hasExceptions() |
forEach, iterator, spliterator
Copyright © 2017. All rights reserved.