I was looking for setup hibernate or log4j to show me, how long are executed queries in hibernate, which are invoked by hql.
Till now i didn\'t found anything intere
To log queries with its execution time to log file you may try Craftsman Spy JDBC Driver which do exactly same things and has simple integration with Spring.
Another way is to using Spring Insight which shows JDBC/Hibernate calls and many more details.
Related links: