Quantcast
Viewing all articles
Browse latest Browse all 11

JPA EntityManagerFactory Vs Hibernate’s SessionFactory

Connect to us ( @twitter | @facebook )

If you are using the JPA’s standard specification implementation (Read : Introduction to JPA), then you would use EntityManagerFactory for opening the session. But, if you are using the hibernate implementation, you have hibernate specific SessionFactory for managing the sessions. Here there is lot of confusion between developers like which one is the best approach. […]


Viewing all articles
Browse latest Browse all 11

Trending Articles