Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.3
-
None
-
None
Description
Check the examples "ResultSetHandler Implementations". It should rather be
ResultSetHandler<Person> h = new BeanHandler<Person>(Person.class);
and
ResultSetHandler<List<Person>> h = new BeanListHandler<Person>(Person.class);