tags:

views:

22

answers:

0

I've tried to use Hibernate Statistics to collect information like "query count, transactions, etc." to monitor my app's performance parameters.

With Query count, on select queries, it gives right numbers, but the queries fired for update and delete are not reflected on the query count.

Would like to know if anyone faced this issue.. and resolutions if possible.