资 源 简 介
ResultSetBinder is a small library that helps to bind Java objects with values from JDBC ResultSets.
It is similar to Commons DBUtil, but it uses java 5 generics making it more convenient to use in new projects.
Key features:
* Type safeness
* Speed
* Ability to bind to constructors without any configuration
* Binding to complex nested structures