JPOX
JPOX
 Project  |  Ver 1.1  |  Ver 1.2  |  JDO  |  JPA  |  Guides  |  Tools
1.2 | Persistence | JDO ORM | JPA ORM | Runtime | JDO Runtime | JPA Runtime | Extensions | Developer
Extensions
Plugins : Implementation Creator

Implementation Creator is an extension point that allows the persistence of interfaces. It is responsible for constructing persistent classes out of interfaces at runtime. The JPOX Enhancer plug-in has two ImplementationCreator implementations one using BCEL and the other using ASM. You must have the JPOX Enhancer plugin in the CLASSPATH together with either BCEL or ASM whichever you select. The ImplementationCreator is declared via the extension point org.jpox.implementation_creator and you can use the PMF setting org.jpox.implementationCreatorName to select which one you want to use. You can extend JPOX's capabilities using the plugin extension org.jpox.implementation_creator.

Plugin extension-pointKeyDescriptionLocation
org.jpox.implementation_creatorasmImplementation Creator using ASMjpox-enhancer
org.jpox.implementation_creatorbcelImplementation Creator using BCELjpox-enhancer