Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change 
notification.

The following page has been changed by JohnSchult:
http://wiki.apache.org/cocoon/GettingStartedWithCocoonAndHibernate

The comment on the change is:
Added Hibernate config line to enable SQL output

------------------------------------------------------------------------------
  
  == Random query monitoring tool ==
  
- It is useful to see what queries your mapping tool is actually generating 
under the hood. With Hibernate you can configure this in the configuration 
file. This is done as follows:
+ It is useful to see what queries your mapping tool is actually generating 
under the hood. With Hibernate you can configure this in the configuration 
file. The SQL generated will then be displayed in STDOUT.  This is done as 
follows:
  
  {{{
- Please fill me in!
+ hibernate.show_sql=true
  }}}
  
  Alternatively most databases also offer query logging. See, for example: