Sunday, 17 April 2011

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

In Hibernate configuration file set as follows:
<property name="show_sql">true</property>

No comments:

Post a Comment