T - the type of the callback argumentpublic final class ListHandler<T> extends Object implements RowHandler<T>
RowHandler that collect all the value into a list.
Equivalent to a Collectors.toList().
| Constructor and Description |
|---|
ListHandler() |
Copyright © 2015. All rights reserved.