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 servlet container?
What is a java application server?
What is java full stack developer?
What is java transaction api (jta)?
can someone tell me how does preparedstatement works? its an interface and where is the implementation?
Give some advantages of orm (object-relational mapping)?
Why primitive data types in java are not objects?
Which framework is best for java?
What is home handle?
What is java naming and directory service?
What is j2ee application?
What is java mobile?