Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Spring Data Commons 1.12.0 RC1 发布

$
0
0

Spring Data Commons 1.12.0 RC1 发布了,Spring Data 项目的目的是为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。Spring Data 包含多个子项目:

  • Commons - 提供共享的基础框架,适合各个子项目使用,支持跨数据库持久化

  • Hadoop - 基于 Spring 的 Hadoop 作业配置和一个 POJO 编程模型的 MapReduce 作业

  • Key-Value  - 集成了 RedisRiak ,提供多个常用场景下的简单封装

  • Document - 集成文档数据库:CouchDBMongoDB 并提供基本的配置映射和资料库支持

  • Graph - 集成 Neo4j 提供强大的基于 POJO 的编程模型

  • Graph Roo AddOn - Roo support for Neo4j

  • JDBC Extensions - 支持 Oracle RAD、高级队列和高级数据类型

  • JPA - 简化创建 JPA 数据访问层和跨存储的持久层功能

  • Mapping - 基于 Grails 的提供对象映射框架,支持不同的数据库

  • Examples - 示例程序、文档和图数据库

  • Guidance - 高级文档

改进记录:

* DATACMNS-829 - Projecting a Map with a null value causes an exception.
* DATACMNS-828 - Potential NullPointerException in ResultProcessor.
* DATACMNS-827 - Fix Travis build setup after Spring 4.2 upgrade.
* DATACMNS-826 - JavaDoc of GeoModule class broken.
* DATACMNS-825 - Allow usage of composed annotations on PersistentEntity and PersistentProperty using @AliasFor.
* DATACMNS-823 - Release 1.12 RC1 (Hopper).
* DATACMNS-821 - Enable type prediction for JndiObjectFactoryBean.
* DATACMNS-820 - Allow setter invocations in projections backed by beans.
* DATACMNS-818 - Rename Tuple value type to Pair.
* DATACMNS-812 - Confusing message generated by  PageImpl.toString().
* DATACMNS-810 - Add core types for Query By Example support.

下载地址:


Viewing all articles
Browse latest Browse all 44787

Trending Articles