hi,
What is the use of of Hibernate Sessionfactory close() method?
Thanks..
Hello,
Close() method of Hibernate Sessionfactory destroys the SessionFactory and release all resources (caches, connection pools, etc).
You can read more at
Thanks..
Ads