public class StatisticsUtility
extends Object
A utility to track down how many round trips hibernate may be doing for a given set of code.
This just tracks the difference in raw connect counts and can be thrown off by connections
made in other threads
- Author:
- Greg Hinkle