Enabling Hibernate SQL Statement logging in application source code

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 395

This topic has not yet been written. The content below is from the topic description.
The first way is to explicitly enable it in your code. SessionFactory sf = new Configuration() .setProperty("hibernate.show_sql", "true") // ... .buildSessionFactory();