ZenTrackerTroubleshooting and development tool allowing to transparently monitor Hibernate activity, in order to gather sufficient information to start an optimization process :
Entity statistics
... [More]
(select, insert, update, delete) sorted by type Collection modifications, logging the add and removal of entities Logging the dirty properties (entity, property, previous and new values) Tracking execution times of SQL queries (max, min and average) without any third-party JDBC tool Version 1.xThe version 1.x of ZenTracker has the following new features :
Spring integration : Making ZenTracker work is as simple as adding a bean definition in the applicationContext.xml JMX Integration out of the box for gathering the statistics No need to modify an existing Hibernate interceptor On web environm [Less]