how EntityManagerFactory.getEntityManager() works?

Posted by Digambar Daund on Stack Overflow See other posts from Stack Overflow or by Digambar Daund
Published on 2010-06-10T05:20:47Z Indexed on 2010/06/10 5:22 UTC
Read the original article Hit count: 181

Filed under:

Does executing EntityManagerFactory.creatEntityManager() reutrn new instance each time? or it returns the cached copy of the same EntityManager each time?

© Stack Overflow or respective owner

Related posts about jpa