Mohan's HibernateBook
Hibernate Interview Questions
ContactUs
Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What is isConnected method ?
isConnected : check if the session is currently connected or not.(here it checks connection).
if(session.isConnected()){}
Newer Post
Older Post
Home