Uses of Interface
org.apache.openjpa.lib.util.BytecodeWriter

Packages that use BytecodeWriter
org.apache.openjpa.enhance OpenJPA Enhancer 
 

Uses of BytecodeWriter in org.apache.openjpa.enhance
 

Methods in org.apache.openjpa.enhance that return BytecodeWriter
 BytecodeWriter PCEnhancer.getBytecodeWriter()
          Return the current BytecodeWriter to write to or null if none.
 

Methods in org.apache.openjpa.enhance with parameters of type BytecodeWriter
static boolean PCEnhancer.run(OpenJPAConfiguration conf, String[] args, PCEnhancer.Flags flags, MetaDataRepository repos, BytecodeWriter writer, ClassLoader loader)
          Enhance the given classes.
 void PCEnhancer.setBytecodeWriter(BytecodeWriter writer)
          Set the BytecodeWriter to write the bytecode to or null if none.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.