Projects / Easy Java Persistence

Easy Java Persistence

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

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  22 Dec 2011 21:49

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

  •  21 Dec 2011 22:52

Release Notes: This release adds loadObject and loadObjects to ejp.Database. It also has further refinements to examples.

Release Notes: 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.

  •  05 Dec 2011 22:22

Release Notes: 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.

  •  01 Dec 2011 22:10

Release Notes: 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.

Screenshot

Project Spotlight

Wireshark

A network protocol analyzer.

Screenshot

Project Spotlight

Systems of Ordinary Differential Equations

A differental equations solver.