JPA: Java Persistence API
Posted Thursday August 2, 2007, 10:27 pm, Over one day oldThe way I use it is to first mock up a database schema with either a GUI tool or text editor then use Hibernate JPA reverse engineering tool to create POJO classes. Spring also offers JPA specific test wrappers to automatically rollback database changes after each test.
This post digest is 19% of the original post size. Uncompress
Read JPA: Java Persistence API (Links)