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 |
What is java transaction api (jta)?
What is j2ee stand for?
what is a servlet? and explain its lifecycle methods?
What is j2ee api?
What is repaint in java?
What is component in java with example?
What is java developer job description?
What is jradiobutton in java?
Which implicit object in jsp is synchronized?
Why is java considered dynamic?
What is element?
What are the main components of the j2ee application?