ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

How can we see hibernate generated SQL on console?

We need to add following in hibernate configuration file to enable viewing SQL on the console for debugging purposes:

<property name="show_sql">true</property>

Related Posts Plugin for WordPress, Blogger...
Flag Counter