DataNucleus主页:http://www.datanucleus.org/index.html

简介:

DataNucleus项目为Java运行环境中的应用数据提供了管理,它提供了标准的接口(JDO, JPA)来访问各种类型的数据库资源,如RDBMS, ODBMS, Map-based, Web-based, 
documents, graph-based等等,并且你可以利用同样的API来操作所有你的数据,示图如下:

可见,对于HBase这样的NoSQL数据库也提供了JDO/JPA的接口。

最新版本3.2的信息如下:

January 1st 2013- DataNucleus Access Platform 3.2 ("Copernicus") Milestone 2 is released. DataNucleus Access Platform provides persistence and retrieval of Java objects to/from a wide range of datastores including relational, web-based, map-based, and documents. Version 3.2 Milestone 2 includes the following changes

  • JDO : ability to mark all classes as detachable, overriding metadata
  • JDO : add convenience accessor for "detachedState" of an object
  • JDO : provide access to the native query performed by JDOQL
  • JPA : add convenience accessor for "detachedState" of an object
  • JPA : provide access to the native query performed by JPQL
  • JPA : support surrogate version on a class
  • JPA : fix to exception throwing when using JTA in a JavaEE environment
  • JPA : support for JPA2.1 "Generate Schema" feature
  • JPA : improved logix for finding a persistence-unit with a name, and flag duplicate units with the same name
  • JPA : default to not add classTransformer in JavaEE environment (so user has to enable it)
  • Update to JMX beans definitions for compliance
  • Bundle (repackaged) ASM into datanucleus-core for cleaner usage
  • Fix missing "PreMainClass" for enhancer so runtime enhancement works
  • Moved "mapped datastores" code into RDBMS plugin (from datanucleus-core) since only used there
  • Add pooling for ExecutionContext and ObjectProvider objects for performance.
  • Fix to persist of N-1 relation with detached owner so we don't get multiple element objects
  • Fix to ClassLoaderImpl/MetaDataUtils to preserve ordering whilst removing dups
  • Provide access to native query being invoked by a JDOQL/JPQL query
  • RDBMS : fix to use of named parameters in range clause of query
  • RDBMS : add statement batching to shifting process for elements in a List
  • RDBMS : fix to schema generation when we have "subclass-table" part way down an inheritance tree
  • MongoDB : improvement for polymorphic queries to make use of discriminator column and handle all in single query
  • MongoDB : improvement to deletion process to not reload same fields multiple times
  • HBase : support for Bloom filters, in-memory and various other options (Nicolas Seyvet)
  • Excel : make "poi-ooxml" dependency optional since not needed with XLS
  • Various minor bug fixes and improvements

This release is downloadable under an Apache 2 license from the DataNucleus community site.

最新文章

  1. Qtablevies获取内容
  2. Web APi之控制器创建过程及原理解析(八)
  3. 从头开始db-oracle
  4. easy-ui 小白进阶史(二):操作数据,easy-ui操作
  5. 安装配置php5.4 win2003
  6. 斯坦福第六课:逻辑回归(Logistic Regression)
  7. ThinkPHP之中的验证码的小示例
  8. oracle 密码忘记 找回密码
  9. 在线程中建立Form遇到的问题
  10. 用Eclipse 统计代码行数小技巧
  11. 生日蛋糕(DFS)
  12. 201521123042《Java程序》第二周总结
  13. 完美解决phpstudy安装后mysql无法启动(无需删除原数据库,无需更改任何配置,无需更改端口)直接共存
  14. Druid 数据库连接池
  15. 移动前端开发和 Web 前端开发的区别
  16. 商品批量删除(mybatis中集合的使用)
  17. ArrayList方法综合练习
  18. HDU 4614 Vases and Flowers(二分+线段树区间查询修改)
  19. 浅谈Android View的定位
  20. [转]ASP.NET cache缓存的用法

热门文章

  1. WCF分布式开发步步为赢(14):WCF安全编程--基本概念
  2. HDU3038:How Many Answers Are Wrong(带权并查集)
  3. Windows2008 – Task Scheduler – ‘Action “C:\Windows\SYSTEM32\cmd.exe” with return code 1’
  4. oracle有关游标的知识
  5. 【洛谷 P1666】 前缀单词 (Trie)
  6. Raspberry Pi 3b+ 配置摄像头
  7. python3 内置函数(转)
  8. efi转bios详细说明
  9. bootstrap,ECMA
  10. 时间戳 JS PHP MYSQL