what is the purpose and activity of SessionFactory in
hibernate?

Answers were Sorted based on User's Feedback



what is the purpose and activity of SessionFactory in hibernate?..

Answer / shoshmi

Configuration().configure().buildSessionfactory();


what is the work of this above code..plz explain briefly

Is This Answer Correct ?    3 Yes 7 No

what is the purpose and activity of SessionFactory in hibernate?..

Answer / sk.bilal ahmed

The behaviour of a SessionFactory is controlled by
properties supplied at configuration time. These properties
are defined on Environment. Threads servicing client
requests obtain Sessions from the factory.Implementors must
be threadsafe.

Is This Answer Correct ?    7 Yes 12 No

what is the purpose and activity of SessionFactory in hibernate?..

Answer / madhusudhan reddy

What does Configure() will do here

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More J2EE Interview Questions

What is jta and jts?

0 Answers  


How java is reliable?

0 Answers  


What is java j2ee developer?

0 Answers  


Is j2ee and jee same?

0 Answers  


What is j2ee application?

0 Answers  






Is j2ee a programming language?

0 Answers  


What is platform independent in java?

0 Answers  


What is java secure socket extension (jsse)?

0 Answers  


What do you understand by a thin client?

0 Answers  


What is java mobile?

0 Answers  


What will happen when you compile and run the following code?

0 Answers  


How does event listener work in java?

0 Answers  


Categories