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 api in j2ee?
What is j2ee called now?
Is java 100 percent pure object oriented?
where our package shoud be kept in the application whenwe want to import that package in the jsp application?
What is application assembler?
What is container-managed sign-on?
What is mean by connection pooling?
What are web technologies in java?
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?
How many types of objects are there in java?
What is gridlayout in java?
How can we serialize a jsp page.