grails - Hibernate with parameter values -


i using grails 1.3.9 , in log4j file have set following properties:

debug 'org.hibernate.sql' trace 'org.hibernate.type'  

but still not getting parameter values sql queries question marks in console? missing something?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -