Hibernate (Java) Question:

Download Job Interview Questions and Answers PDF

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

Hibernate Interview Question
Hibernate Interview Question

Answer:

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.

Download Hibernate Interview Questions And Answers PDF

Previous QuestionNext Question
What are Callback interfaces?What are POJOs?