print query string in hibernate with parameter values

Posted by Umar on Stack Overflow See other posts from Stack Overflow or by Umar
Published on 2009-11-10T19:17:59Z Indexed on 2010/04/30 19:47 UTC
Read the original article Hit count: 420

Filed under:
|
|
|

Hi

Is it possible in hibernate to print generated sql queries with real values instead of question marks?

How would you suggest to print queries with real values if its not possible with hibernate api?

Umar

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about java