simple persistence for java 框架发布了1.1.0 版本。
simple persistence是一个o/r映射框架。它使用简单,没有xml映射文件、不需要创建表格(将自动创建)、不用生成id、不用理会关键字,只需把它指向数据库,就可以实现新增、修改、删除、查询操作。simple persistence支持事务,有自己的简单查询语言(类似于hibernate的hql),并能够处理对象关联,lists和maps.
新版本主要新特性是:支持mysql5
官方提到:
"full mysql support was added. the persistence layer requires innodb support for transactions, and was tested with mysql 5 on debian. map handling (referencing a map object with name) was fixed"
官方站点:http://netmind.hu/
闽公网安备 35060202000074号