If you want to see the Hibernate generated SQL statements on console, what should we do?

Submitted by: Administrator
In Hibernate configuration file set as follows:
<property name=”show_sql”>true</property>
Submitted by: Administrator

Read Online Hibernate Job Interview Questions And Answers