org.datanucleus.enhancer.asm
Class ASMImplementationCreator
java.lang.Object
org.datanucleus.enhancer.AbstractImplementationCreator
org.datanucleus.enhancer.asm.ASMImplementationCreator
- All Implemented Interfaces:
- Serializable, org.datanucleus.ImplementationCreator
public class ASMImplementationCreator
- extends AbstractImplementationCreator
- implements Serializable
Creator of persistable objects using the ASM bytecode manipulation library.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASMImplementationCreator
public ASMImplementationCreator(org.datanucleus.metadata.MetaDataManager mmgr)
getGenerator
protected AbstractImplementationGenerator getGenerator(org.datanucleus.metadata.AbstractClassMetaData acmd,
String implClassName)
- Method to return the generator for the implementation.
- Specified by:
getGenerator in class AbstractImplementationCreator
- Parameters:
acmd - MetaData for the interface or abstract classimplClassName - Name of the implementation class to create
- Returns:
- The implementation generator
Copyright © 2012. All Rights Reserved.