Downloadliste

Projektbeschreibung

persistence4j is a small and lightweight Java object persister that uses JDBC to persist data into a relational database. The library frees you from writing the Data transfer objects - just
create a POJO and simply save it. Transactional and non-transactional connections are supported and can be configured from the simple properties file.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-01-03 18:32
1.6.1

Ein Problem in dem man viele Beziehungen arbeiteten, wurde behoben.
Tags: Minor
A problem in which one to many relationships were working was fixed.

2010-12-06 22:51
1.6

H2 Database Unterstützung wurde in dieser Veröffentlichung aufgenommen.
Tags: Major
H2 Database support was added in this release.

2010-09-22 01:09
1.5

Die Lizenz wurde für Apache 2.0 aus der LGPL geändert. Keine Features wurden in dieser Veröffentlichung aufgenommen.
Tags: Minor
The license was changed to Apache 2.0 from the LGPL. No features were added in this release.

2010-09-11 20:46
1.2

Das Maintenance-Release behebt einige kleinere Probleme und ein großes Refactoring, dass die Codebasis verbessert. JOTM ist jetzt nicht unterstützte für Transaktionen. Nur Atomikos ist für JTA unterstützt. HSQLDB Unterstützung wurde hinzugefügt.
Tags: Minor
This maintenance release fixes some minor issues and a huge refactoring that improved the codebase. JOTM is now unsupported for transactions. Only Atomikos is supported for JTA. HSQLDB support was added.

2010-09-06 01:11
1.1

Dies ist im Grunde ein Maintenance Release, die einen großen Fehler und behebt einige kleinere Probleme. Die SaveOrUpdate Methode ist jetzt ordnungsgemäß.
Tags: Minor
This is basically a maintenance release that fixes one major bug and some minor issues. The SaveOrUpdate method is now working properly.

Project Resources