what is the purpose and activity of SessionFactory in
hibernate?
Answer Posted / ram nidadavolu
Application obtains session instances from Session Factory.
Only single SessionFactory for the whole application.
SessionFactory caches generate SQL statements and other
mapping metadata that Hibernate uses at runtime.
Cached data that has been read in one unit of work and may
be reused in a future unit of work.
SessionFactory sessionFactory =
Configuration.buildSessionFactory();
Is This Answer Correct ? | 29 Yes | 20 No |
Post New Answer View All Answers
I’m new to WebLogic Does anyone knows how to Deploy Application using
What is architecture neutral in java?
What is java transaction api (jta)?
What is ejb module?
Which edition of java is used for developing web application?
What is jaxr provider?
What is java actionlistener?
Why java is called robust and secure?
What is authorization constraint?
Which server is best for java?
to update a batch in a table in jdbc which method of statement object is used
Is java a tool?
Who is java developer?
i want test pattern of zylog company and some examples also
What is declaration?