print query string in hibernate with parameter values
- by Umar
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