Package org.apache.openjpa.enhance
Interface PCEnhancer.AuxiliaryEnhancer
- All Known Implementing Classes:
FetchStatisticsAuxEnhancer
- Enclosing class:
- PCEnhancer
public static interface PCEnhancer.AuxiliaryEnhancer
Plugin interface for additional enhancement.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(org.apache.xbean.asm9.tree.ClassNode classNode, ClassMetaData meta) boolean
skipEnhance
(org.apache.xbean.asm9.tree.MethodNode m)
-
Method Details
-
run
-
skipEnhance
boolean skipEnhance(org.apache.xbean.asm9.tree.MethodNode m)
-