Package org.apache.openjpa.enhance.stats
-
Class Summary Class Description FetchStatisticsAuxEnhancer FetchStatisticsAuxEnhancer adds the call back function to each persistent fields in the persistent entity which will invoke the hit method from FetchStatsCollector whenever the field is fetched at runtime.FetchStatsCollector FetchStatsCollector aggregates fetch statistics and outputs the data periodically (10 minutes).