how EntityManagerFactory.createEntityManager() 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 6:12 UTC
Read the original article Hit count: 187

Filed under:

Does executing EntityManagerFactory.createEntityManager() 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