Uses of Class
org.jpox.enhancer.AbstractImplementationCreator

Packages that use AbstractImplementationCreator
org.jpox.enhancer.asm Class Enhancer using ObjectWeb ASM (http://asm.objectweb.org). 
org.jpox.enhancer.bcel Class Enhancer using Apache BCEL (http://jakarta.apache.org/bcel). 
 

Uses of AbstractImplementationCreator in org.jpox.enhancer.asm
 

Subclasses of AbstractImplementationCreator in org.jpox.enhancer.asm
 class ASMImplementationCreator
          Creator of persistable objects using the ASM bytecode manipulation library.
 

Uses of AbstractImplementationCreator in org.jpox.enhancer.bcel
 

Subclasses of AbstractImplementationCreator in org.jpox.enhancer.bcel
 class BCELImplementationCreator
          Creator of persistable objects using the BCEL bytecode manipulation library.
 



Copyright © -2008 . All Rights Reserved.