Class FetchStatisticsAuxEnhancer

java.lang.Object
org.apache.openjpa.enhance.stats.FetchStatisticsAuxEnhancer
All Implemented Interfaces:
PCEnhancer.AuxiliaryEnhancer

public class FetchStatisticsAuxEnhancer extends Object implements PCEnhancer.AuxiliaryEnhancer
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.