what is the purpose and activity of SessionFactory in
hibernate?
Answer Posted / rajan
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 ? | 8 Yes | 7 No |
Post New Answer View All Answers
What is j2ee technology?
Which server is best for java?
What is difference between javac and java?
What is cascade delete?
What is commit?
What is asant?
How many types of component events are in java?
What is java gui?
Is j2ee a programming language?
Is string a primitive data type in java?
What is j2ee product?
Is java is a technology?
What is a web container j2ee?
Which java technology is in demand?
How do you compile java?