Uses of Interface
org.apache.openjpa.enhance.PCEnhancer.AuxiliaryEnhancer
-
Packages that use PCEnhancer.AuxiliaryEnhancer Package Description org.apache.openjpa.enhance OpenJPA Enhancerorg.apache.openjpa.enhance.stats -
-
Uses of PCEnhancer.AuxiliaryEnhancer in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance that return PCEnhancer.AuxiliaryEnhancer Modifier and Type Method Description PCEnhancer.AuxiliaryEnhancer[]
PCEnhancer. 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.AuxiliaryEnhancer Modifier and Type Class Description class
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.
-