Package org.apache.openjpa.enhance.stats


package org.apache.openjpa.enhance.stats
  • Classes
    Class
    Description
    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 aggregates fetch statistics and outputs the data periodically (10 minutes).