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"
标签: