Download List

项目描述

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.

系统要求

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-01-03 18:32
1.6.1

一个问题,即一对多的关系进行了工作是固定的。
标签: Minor
A problem in which one to many relationships were working was fixed.

2010-12-06 22:51
1.6

H2的数据库中添加了支持这个版本。
标签: Major
H2 Database support was added in this release.

2010-09-22 01:09
1.5

该牌照是改变到Apache 2.0 LGPL的。没有任何功能被添加在此版本。
标签: 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

这个维护版本修正了一些小问题和巨大的重构,改进的代码库。 JOTM现交易不支持。只有Atomikos为JTA支持。 HSQLDB的支持加入。
标签: 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

这基本上是一个维护版本,修复了一个大错误和一些小问题。该SaveOrUpdate方法现在工作正常。
标签: 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