I am wondering is it possible to tweak the hibernate SQL logging for class level.
For instance , say I would like to have the Hibernate to log only the queries generated from methods of particular class "com.test.Foo" and not from other classes .
I am wondering is it possible to tweak the hibernate SQL logging for class level.
For instance , say I would like to have the Hibernate to log only the queries generated from methods of particular class "com.test.Foo" and not from other classes .