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 currentBytecodeWriter
to write to or null if none.Methods in org.apache.openjpa.enhance with parameters of type BytecodeWriterModifier and TypeMethodDescriptionstatic 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 theBytecodeWriter
to write the bytecode to or null if none.