Hibernate Interview Questions
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>