Answers

Question and Answer:

  Home  Hibernate

⟩ 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>

 114 views

More Questions for you: