wind-core 3.8.3-RELEASE 发布,整合常用 ORM 更方便

栏目: 软件资讯 · 发布时间: 5年前

内容简介:新增: 清除redis缓存,用于其它orm框架执行对象写入后的缓存清除. @Resource private RedisCache redisCache; redisCache.clear(Foo.class); 新增: 字段支持使用TypeHandler注解指定类型处理器. @TypeHandle...

新增: 清除 redis 缓存,用于其它orm框架执行对象写入后的缓存清除.

@Resource private RedisCache redisCache;
redisCache.clear(Foo.class);

新增: 字段支持使用TypeHandler注解指定类型处理器.

@TypeHandler(EnumTypeHandler.class)
private Type type;

新增: 与spring-data-jpa结合示例.

更新: 类型处理器移动到handler/typehandler下.

修复: 注入顺序错误导致整合应用启动失败.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Learn Python 3 the Hard Way

Learn Python 3 the Hard Way

Zed A. Shaw / Addison / 2017-7-7 / USD 30.74

You Will Learn Python 3! Zed Shaw has perfected the world’s best system for learning Python 3. Follow it and you will succeed—just like the millions of beginners Zed has taught to date! You bring t......一起来看看 《Learn Python 3 the Hard Way》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具