-->
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.  [ 1 post ] 
Author Message
 Post subject: Collect executed SQL statement with parameters
PostPosted: Tue Jun 30, 2009 11:34 am 
Beginner
Beginner

Joined: Mon Mar 31, 2008 10:05 am
Posts: 20
Hi,

Does anyone know if there is a hook/extension point in Hibernate that would allow me to record all executed SQL with parameters in a convenient way? I know of the usual show sql options. I followed instructions in this blog post http://www.javalobby.org/java/forums/t44119.html but it logs parameter values in separate log entries. What I need is everything in the same log entry and the parameter values replacing the '?'s in the PreparedStatement.

I found p6spy library but it acts at a very low level intercepting the JDBC connection. A solution at hibernate level would be preferable.

Any advice appreciated,
-Guillaume


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

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.