- Named parameters, just like JdbcTemplate from Spring
- XML configuration for JDBC connection settings
- XML configuration for queries. Something like Hibernate
<sql-query>. See Named SQL queries for an example
I’m thinking of trying to build my own, but I thought I’d ask here, maybe it’s already been done.
Obviously I don’t want to use neither an ORM nor JdbcTemplate.
What about MyBatis?
(source: mybatis.org)