jdbi
jdbi is designed to provide convenient tabular data access in Java
...Jdbi improves JDBC’s rough interface, providing a more natural Java database interface that is easy to bind to your domain data types. Unlike an ORM, we do not aim to provide a complete object-relational mapping framework - instead of that hidden complexity, we provide building blocks that allow you to construct the mapping between relations and objects as appropriate for your application. The Core API provides a fluent, imperative interface. Use Builder style objects to wire up your SQL to rich Java data types.