JPOX-Enhancer 1.2-SNAPSHOT API

JPOX runtime operates on classes that implement the PersistenceCapable interface.

See:
          Description

Packages
org.jpox.enhancer JPOX ByteCode enhancer.
org.jpox.enhancer.asm Class Enhancer using ObjectWeb ASM (http://asm.objectweb.org).
org.jpox.enhancer.asm.method Enhancement method representations for use with the ASM ClassEnhancer.
org.jpox.enhancer.bcel Class Enhancer using Apache BCEL (http://jakarta.apache.org/bcel).
org.jpox.enhancer.bcel.metadata Versions of the principal MetaData files with added BCEL information for use with the BCEL ClassEnhancer.
org.jpox.enhancer.bcel.method Enhancement method representations for use with the BCEL ClassEnhancer.
org.jpox.enhancer.tools Utilities to aid use of the Enhancer.

 

JPOX runtime operates on classes that implement the PersistenceCapable interface. To achieve ths in a convenient way JPOX provides a byte-code enhancer to add in the necessary PersistenceCapable methods. JPOX's enhancer relies on JPOX Core providing the MetaData definition handling capabilities for the classes to be enhanced. To enhance each class, the enhancer requires a "ClassEnhancer". JPOX currently provides 2 ClassEnhancers.



Copyright © -2008 . All Rights Reserved.