Do we need to close EntityManager resources on a select call

前端 未结 4 574
刺人心
刺人心 2021-01-26 06:42
  1. Select call leaking connections
EntityManagerFactory emf = Persistence.createEntityManagerFactory(\"foo\");
EntityManager em = emf.crea         


        
4条回答
提交回复
热议问题