Joined: Thu Aug 25, 2011 4:52 am Posts: 5
|
Hi,
I implemented a user type and noticed the SQL parameters of this type are not logged when SQL parameter logging is enabled (<logger name="org.hibernate.type"><level value="TRACE"/>...).
How can I log the parameters from my user type so that their logging conforms to the format and log4j configuration of the built-in types? Is there a global logging class or method in hibernate I can call? I didn't find a logging method in the user type interface org.hibernate.usertype.UserType!
Thomas
|
|