06.07.2020
RS Mapper ORM
RS Mapper is a Java library to provide JDBC operations just like complex ORMs like Hibernate. But in much simplier way. It's also alternative for Spring JdbcTemplate but RS Mapper is a bit richer because JDBC operations can construct populated entity objects without need to construct ResultSet.getObject or PreparedStatement.setObject calls.
Best way to start is the Bitbucket site rs-mapper or directly the RS Mapper Demo application, which is an application made using Spring Boot framework.