Java Cookbook Recipe 20.15 - Database Via Hibernate

Problem

You want to load and save data without all the low-level detail of JDBC.

Solution

Use Hibernate, the open-source persistence layer.

Discussion

... details ...