what is the purpose and activity of SessionFactory in
hibernate?
Answer Posted / srikanth
To Create Session object to use hibernate in an
application SessionFactory is required.
When buildSessionFactory()method is called hibernate
decides about various sql statements,that has to be used to
access various tables and creates SeessionFactory object.
This operation is expensive and it should be used only once.
| Is This Answer Correct ? | 54 Yes | 20 No |
Post New Answer View All Answers
J2ee is a container centric architecture. Explain.
What are the four types of J2EE modules?
What is commit?
What is home interface?
Why java is called robust and secure?
What are web technologies in java?
What is filter chain?
What do you understand by business logic?
What is application client container?
What are the components of j2ee?
What are the component of java?
What is javac written?
What are the components of J2EE application?
Why do we use j2ee?
What are defined as web components?