You want to load and save data without all the low-level detail of JDBC.
Use JPA (Java Persistence API), the persistence layer of EJB3/Java EE 5.
... details ...