what is the purpose and activity of SessionFactory in
hibernate?
Answer Posted / ankur
Configuration object is used to create a SessionFactory object which inturn configures Hibernate for the application using the supplied configuration file and allows for a Session object to be instantiated. The SessionFactory is a thread safe object and used by all the threads of an application.
The SessionFactory is is heavyweight object so usually it is created during application start up and kept for later use. You would need one SessionFactory object per database using a separate configuration file. So if you are using multiple databases then you would have to create multiple SessionFactory objects.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is basic authentication?
What are the tools in java?
whay java does not support bass by reference
What is java listener?
What is the description for expression element?
What is jta and jts?
What is the mvc on struts?
What are the different types of events in java?
What is j2ee specification?
Explain jta, jndi, and jms.
Why primitive data types in java are not objects?
What is archiving?
Define connection pooling?
Is string an object in java?
Why is java important for internet?