OnJava.com have an overview of iBatis SQL Maps on their site – a framework for simplifying use of JDBC and provides simple object/relational mapping support.
iBatis is not nearly as rich as the ORM solution offered by Hibernate, but in many cases may be sufficient for data access for simpler applications.