Uses of Interface
org.apache.openjpa.util.asm.BytecodeWriter
Packages that use BytecodeWriter
-
Uses of BytecodeWriter in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance that return BytecodeWriterModifier and TypeMethodDescriptionPCEnhancer.getBytecodeWriter()Return the currentBytecodeWriterto write to or null if none.Methods in org.apache.openjpa.enhance with parameters of type BytecodeWriterModifier and TypeMethodDescriptionstatic booleanPCEnhancer.run(OpenJPAConfiguration conf, String[] args, PCEnhancer.Flags flags, MetaDataRepository repos, BytecodeWriter writer, ClassLoader loader) Enhance the given classes.voidPCEnhancer.setBytecodeWriter(BytecodeWriter writer) Set theBytecodeWriterto write the bytecode to or null if none.