what is the purpose and activity of SessionFactory in
hibernate?
Answer Posted / yograj pandey
SessionFactory is Hibernate's concept of a single datastore
and is threadsafe so that many threads can access it
concurrently and request for sessions and immutable cache of
compiled mappings for a single database. A SessionFactory is
usually only built once at startup. SessionFactory should be
wrapped in some kind of singleton so that it can be easily
accessed in an application code.
SessionFactory sessionFactory = new
Configuration().configure().buildSessionfactory();
| Is This Answer Correct ? | 28 Yes | 6 No |
Post New Answer View All Answers
What is form-based authentication?
What is j2ee stack?
What is iso 3166?
Where is java used?
What are the components of awt in java?
What is the name of java compiler?
Why is java considered dynamic?
How many types of constructors are there in java?
What is the best java course?
Difference between save and saveorupdate?
What is included in j2ee?
What is connector?
What is a jbutton in java?
Is java procedural or object oriented?
What is repaint in java?