Easy Java Persistence (EJP) is annotation and configuration-free Java persistence with automatic object/relational mapping (A-O/RM), associations, and persistence tracking.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
A major feature enhancement was made for dealing with primary and foreign keys automatically and behind the scenes, so that they need only be defined in code where needed. This release also fixes batch saves where objects were trying to persist and should not.