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 |
Which one should we prefer while using bean ? managed bean annotation or faces-config
What are the most important topics in java?
What are j2ee technologies?
Is java procedural or object oriented?
How do you make a class immutable in java?
Is string a primitive data type in java?
What is jetty in java?
Is java gui dead?
What is difference between j2ee and java?
What are the components of J2EE application?
What is wildfly java?
Which java ide is best?