发布于 2016-03-20 23:53:49 | 109 次阅读 | 评论: 0 | 来源: 网友投递
Spring Data 基于Spring框架的数据访问计数
Spring Data 项目的目的是为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。
Spring Data Commons 1.12.0 RC1 发布了,
改进记录:
* 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.
下载地址: