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.
Esta versión soluciona todos los problemas conocidos. Funcionalidades todos han sido probadas exhaustivamente en todas las plataformas principales de bases de datos (Oracle, DB2, PostgreSql, Mysql, SQL Server, HSQL, H2 y Derby).
Esta versión incluye más de una docena nuevos ejemplos que muestran cómo hacer casi todo lo que es posible con una base de datos, del manejo de BLOB a trabajar con transacciones. Esta versión también agrega soporte para procedimientos almacenados y tratar con varios resultados.
Tags:
major release, Major enhancement, Major fixes
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.
Esta versión corrige un error donde fue fugas a través de metadatos sin inicializar bajo cargas pesadas de subprocesos múltiples. También agrega soporte para los procedimientos almacenados. Véase StoredProcedureExample.java.
Tags:
Major enhancement, Major fixes
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.
Esta versión tiene un bugfix menor con respecto a los parámetros para un par de métodos (executeQuery y parameterizedQuery) agregados en 2,9 cuyos parámetros están fuera de orden.
Tags:
minor bugfix
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.