JPA 已作废的SQLQuery.class、setResultTransformer方法替换

jpa可以使用setResultTransformer,将查询结果以map返回,key为字段名全大写。

hibernate 5.2 之后,SQLQuery.class、setResultTransformer方法已作废,其用法如下:

Query query = entityManager.createNativeQuery(sql, clazz);
query.unwrap(SQLQuery.class).setResultTransformer(Transformers.ALIAS_TO_ENTITY_MAP);

替换后为:

Query query = entityManager.createNativeQuery(sql, clazz);
query.unwrap(NativeQueryImpl.class).setResultTransformer(Transformers.ALIAS_TO_ENTITY_MAP);

 

  • 5
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 8
    评论
【资源说明】 1、基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 2、该资源包括项目的全部源码,下载可以直接使用! 3、本项目适合作为计算机、数学、电子信息等专业的课程设计、期末大作业和毕设项目,作为参考资料学习借鉴。 4、本资源作为“参考资料”如果需要实现其他功能,需要能看懂代码,并且热爱钻研,自行调试。 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip 基于SpringBoot+Thymeleaf+JPA的博客系统源码.zip

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 8
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值