SpringBoot+SpringDataJPA项目中使用EntityManager执行自定义复杂SQL的方法

时间:2019-02-18 18:07:48   收藏:0   阅读:3717
import javax.annotation.Resource;
import javax.persistence.EntityManager;

    @Resource
    private EntityManager entityManager;

笔记参考。

原文:https://www.cnblogs.com/songxingzhu/p/10397042.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!