what is the purpose and activity of SessionFactory in
hibernate?
Answers were Sorted based on User's Feedback
Answer / shoshmi
Configuration().configure().buildSessionfactory();
what is the work of this above code..plz explain briefly
| Is This Answer Correct ? | 3 Yes | 7 No |
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 |
Is java a high level language?
Can I run seam in a j2ee environment?
What is pure java?
What is authorization constraint?
what is defect. Is it runtime exception or comiletime exception
What is cmp in j2ee?
Is j2ee a framework?
What is source file in java?
Is java is fully object oriented?
What is j2ee server?
what is direct link to download swing ebook,applet,ejb,core java
Every field has setter and getter methods.what is happening in this methods.