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...
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.
Ads