what is the use of Hibernate Sessionfactory close() method?

what is the use of Hibernate Sessionfactory close() method?

hi,

What is the use of of Hibernate Sessionfactory close() method?

Thanks..

View Answers

January 28, 2014 at 11:41 AM

Hello,

Close() method of Hibernate Sessionfactory destroys the SessionFactory and release all resources (caches, connection pools, etc).

You can read more at

Thanks..









Related Tutorials/Questions & Answers:

Ads