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)