Uses of Interface
org.apache.openjpa.util.asm.BytecodeWriter
-
Uses of BytecodeWriter in org.apache.openjpa.enhance
Modifier and TypeMethodDescriptionPCEnhancer.getBytecodeWriter()
Return the currentBytecodeWriter
to write to or null if none.Modifier 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.