import javax.annotation.Resource; import javax.persistence.EntityManager; @Resource private EntityManager entityManager;
笔记参考。