Download List

Project Description

Easy Java Persistence (EJP) is annotation and configuration-free Java persistence with automatic object/relational mapping (A-O/RM), associations, and persistence tracking.

System Requirements

System requirement is not defined
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.

2011-12-23 06:49
3.6.5

This release changes ejp.Result next/previous handling in order to support the result returned by Oracle stored procedures.
Tags: minor changes

2011-12-22 07:52
3.6

This release adds loadObject and loadObjects to ejp.Database. It also has further refinements to examples.
Tags: Minor Enhancements

2011-12-19 23:50
3.5

This release fixes all known issues. All functionality/features have been thoroughly tested on every major database platform (Oracle, DB2, PostgreSql, Mysql, SQL Server, HSQL, H2, and Derby).
This release features more than a dozen new examples which show how to do just about everything that's possible with a database, from handling blobs to working with transactions. This release also adds support for stored procedures and dealing with multiple results.
Tags: major release, Major enhancement, Major fixes

2011-12-06 07:22
3.2

This release fixes a bug where metadata was leaking through uninitialized under heavy multi-threaded loads. It also adds support for stored procedures. See StoredProcedureExample.java.
Tags: Major enhancement, Major fixes

2011-12-02 07:10
3.1

This release has a minor bugfix regarding parameters to a couple of methods (executeQuery and parameterizedQuery) added in 2.9 whose parameters are out of order.
Tags: minor bugfix

Project Resources