You want to load and save data without all the low-level detail of JDBC.
Use Hibernate, the open-source persistence layer.
... details ...