Saturday, 5 September 2015

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