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 ee technologies?

0 Answers  


What is java servlet container?

0 Answers  


Why do we use j2ee?

0 Answers  


Is java a web technology?

0 Answers  


What is a gui in java?

0 Answers  






Hello frds .recently I've got a call for the test in infosys .iam having 1.5 yr exp in java pltfrm.plz can anyone tell the main process( in detail) for infosys experienced professionals

1 Answers  


What is java application server?

0 Answers  


How can I be good in java?

0 Answers  


What is application component provider?

0 Answers  


What is the description for expression element?

0 Answers  


Write a program to display numeric value in reverse order. Ex: I have given a number like 7584, It should display in reverse order like 4857.

6 Answers  


Differentiate between .ear, .jar and .war files.

0 Answers  


Categories