You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/17 06:43:34 UTC

[Cocoon Wiki] Trivial Update of "GettingStartedWithCocoonAndHibernate" by JohnSchult

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: