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 ear file?

0 Answers  


What is j2ee api?

0 Answers  


What are the advantages of object-relational mapping (orm)?

0 Answers  


What is the difference between load() and get()?

0 Answers  


How long does it take to master java?

0 Answers  






What is tomcat in j2ee?

0 Answers  


How many java languages are there?

0 Answers  


How does javac compiler work?

0 Answers  


What are the modules of j2ee?

0 Answers  


What is group?

0 Answers  


what is the difference between servlets and jsp?

2 Answers   Cegonsoft,


What does j2ee stand for?

0 Answers  


Categories