Class FetchStatisticsAuxEnhancer

  • All Implemented Interfaces:
    PCEnhancer.AuxiliaryEnhancer

    public class FetchStatisticsAuxEnhancer
    extends java.lang.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(org.apache.xbean.asm9.tree.ClassNode classNode, ClassMetaData cmd)  
      boolean skipEnhance​(org.apache.xbean.asm9.tree.MethodNode m)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait