What is the purpose of org.hibernate.SessionFactory?

Hello,

I have just started learning Hibernate and i came across org.hibernate.SessionFactory and i didn't understand its purpose. Can you explain it to me?

Thanks...

View Answers

January 27, 2014 at 6:28 PM

Hello Friend,

org.hibernate.SessionFactory is used to get org.hibernate.Session instances. You can read more about it here

*org.hibernate.SessionFactory and here

Thanks.









Related Tutorials/Questions & Answers:
Advertisements