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
 void run(serp.bytecode.BCClass bc, ClassMetaData meta)
           
 boolean skipEnhance(serp.bytecode.BCMethod m)
           
 

Method Detail

run

void run(serp.bytecode.BCClass bc,
         ClassMetaData meta)

skipEnhance

boolean skipEnhance(serp.bytecode.BCMethod m)


Copyright © 2006–2013 Apache Software Foundation. All rights reserved.