What should SessionFactory be placed so that it can be easily accessed?

Submitted by: Administrator
As far as it is compared to J2EE environment, if the SessionFactory is placed in JNDI then it can be easily accessed and shared between different threads and various components that are hibernate aware. You can set the SessionFactory to a JNDI by configuring a property hibernate.session_factory_name in the hibernate.properties file.
Submitted by: Administrator

Read Online Hibernate Job Interview Questions And Answers