|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.enhancer.AbstractImplementationCreator
org.datanucleus.enhancer.asm.ASMImplementationCreator
public class ASMImplementationCreator
Creator of persistable objects using the ASM bytecode manipulation library.
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.enhancer.AbstractImplementationCreator |
|---|
loader, LOCALISER, metaDataMgr |
| Constructor Summary | |
|---|---|
ASMImplementationCreator(org.datanucleus.metadata.MetaDataManager mmgr)
|
|
| Method Summary | |
|---|---|
protected AbstractImplementationGenerator |
getGenerator(org.datanucleus.metadata.AbstractClassMetaData acmd,
java.lang.String implClassName)
Method to return the generator for the implementation. |
| Methods inherited from class org.datanucleus.enhancer.AbstractImplementationCreator |
|---|
getClassLoader, newInstance, newInstance, newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASMImplementationCreator(org.datanucleus.metadata.MetaDataManager mmgr)
| Method Detail |
|---|
protected AbstractImplementationGenerator getGenerator(org.datanucleus.metadata.AbstractClassMetaData acmd,
java.lang.String implClassName)
getGenerator in class AbstractImplementationCreatoracmd - MetaData for the interface or abstract classimplClassName - Name of the implementation class to create
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||