Home Answers Viewqa Hibernate-Interview-Questions Why to use Session interface in Hibernate?

 
 


ratna rathor
Why to use Session interface in Hibernate?
1 Answer(s)      11 months ago
Posted in : Hibernate Interview Questions

Why to use Session interface in Hibernate?

View Answers

June 11, 2012 at 5:29 PM


Session interface is defined in org.hibernate.Session. It is a single-threaded, short-lived object representing a conversation between the application and the persistent store. It wraps the JDBC connection and also allows you to create query objects to retrieve persistent objects.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.