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 java transaction api (jta)?

0 Answers  


What is j2ee stand for?

0 Answers  


what is a servlet? and explain its lifecycle methods?

7 Answers  


What is j2ee api?

0 Answers  


What is repaint in java?

0 Answers  






What is component in java with example?

0 Answers  


What is java developer job description?

0 Answers  


What is jradiobutton in java?

0 Answers  


Which implicit object in jsp is synchronized?

5 Answers  


Why is java considered dynamic?

0 Answers  


What is element?

0 Answers  


What are the main components of the j2ee application?

0 Answers  


Categories