tags:

views:

9

answers:

0

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 .