Uses of Interface
org.apache.openjpa.enhance.PCEnhancer.AuxiliaryEnhancer
Packages that use PCEnhancer.AuxiliaryEnhancer
-
Uses of PCEnhancer.AuxiliaryEnhancer in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance that return PCEnhancer.AuxiliaryEnhancerModifier and TypeMethodDescriptionPCEnhancer.getAuxiliaryEnhancers()Gets the auxiliary enhancers registered asservices. -
Uses of PCEnhancer.AuxiliaryEnhancer in org.apache.openjpa.enhance.stats
Classes in org.apache.openjpa.enhance.stats that implement PCEnhancer.AuxiliaryEnhancerModifier and TypeClassDescriptionclassFetchStatisticsAuxEnhancer 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.