为什么棋牌室开着开着就倒闭了?
Hibernate 团队对外宣布了一个新的家族成员,Hibernate OGM, OGM 是 Object Grid Mapping的缩写,它的目标是试图使用 JPA 来操作 NoSQL数据库。
Hibernate OGM 4.1.2 发布!此版本是个维护版本,修复了一些关于 JP-QL ,在 SaaS 环境中使用 Hibernate OGM 和 CouchDB 中映射 byte[] properties 方面的 bug 修复。同时还修正了手册教程。
此版本现已提供下载:SourceForge 或者使用 GAV coordinates 选择构建工具:
- org.hibernate.ogm:hibernate-ogm-core:4.1.2.Final for the Hibernate OGM engine and
- org.hibernate.ogm:hibernate-ogm-<%DATASTORE%>:4.1.2.Final, depending on the backend you want to use.
同时还准备继续解决 OGM 4.1 的问题,同时开发 OGM 4.2。用户期望能改进 JP-QL 查询改进;支持自定义类型等,OGM 4.2 Alpha 版本将会很快发布!
相关链接
更多内容请看发行说明。