Java/Hibernate / JPA
[Hibernate] Configuration-Logging
뚱2
2014. 8. 8. 17:28
링크: http://docs.jboss.org/hibernate/core/4.3/manual/en-US/html/ch03.html#configuration-logging
When developing applications with Hibernate, you should almost always work with debug
enabled for the category org.hibernate.SQL
, or, alternatively, the property hibernate.show_sql
enabled.