-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: How to log the queries generated bu Hibernation ?
PostPosted: Wed Sep 05, 2007 9:03 pm 
Newbie

Joined: Thu Aug 23, 2007 9:52 pm
Posts: 9
I am using Hibernation 3.0.2 with annotations thus no *.cfg.xml file. I am wondering how could I log the sql queries generated by hibernate


Top
 Profile  
 
 Post subject: Re: How to log the queries generated bu Hibernation ?
PostPosted: Wed Sep 05, 2007 10:36 pm 
Expert
Expert

Joined: Wed Apr 11, 2007 11:39 am
Posts: 735
Location: Montreal, QC
You can use p6spy to log sql commands. In addition, you can configure hibernate to print out hql commands. Refer to Table 3.3. Hibernate Configuration Properties section in hibernate documentation for a full list of properties.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 06, 2007 2:06 am 
Beginner
Beginner

Joined: Thu Apr 12, 2007 3:26 am
Posts: 35
Location: Germany
The properties you'll need are:
hibernate.show_sql
hibernate.format_sql

You can set both in the persistence.xml and in the hibernate specific configuration file (don't know the name, I use always the persistence.xml file).

Examples will you find here:
Code:
http://www.hibernate.org/hib_docs/reference/en/html/session-configuration.html


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 06, 2007 2:06 am 
Beginner
Beginner

Joined: Thu Apr 12, 2007 3:26 am
Posts: 35
Location: Germany
The properties you'll need are:
hibernate.show_sql
hibernate.format_sql

You can set both in the persistence.xml and in the hibernate specific configuration file (don't know the name, I use always the persistence.xml file).

Examples will you find here:
http://www.hibernate.org/hib_docs/refer ... ation.html


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.