|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.enhancer.ImplementationCreatorImpl
Creates instances of PersistenceCapable objects
Nested Class Summary | |
static class |
ImplementationCreatorImpl.ImplementationCreatorClassLoader
ClassLoader for newly defined classes |
Field Summary | |
protected static org.jpox.util.Localiser |
LOCALISER
Message resource |
Constructor Summary | |
ImplementationCreatorImpl()
Constructor |
Method Summary | |
java.lang.ClassLoader |
getClassLoader()
Accessor for the ClassLoader |
java.lang.Object |
newInstance(java.lang.Class persistenceCapable,
org.jpox.metadata.MetaDataManager mm,
org.jpox.ClassLoaderResolver clr)
Method to generate an instance of an interface, abstract class, or concrete PC class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.jpox.util.Localiser LOCALISER
Constructor Detail |
public ImplementationCreatorImpl()
Method Detail |
public java.lang.Object newInstance(java.lang.Class persistenceCapable, org.jpox.metadata.MetaDataManager mm, org.jpox.ClassLoaderResolver clr)
newInstance
in interface org.jpox.ImplementationCreator
persistenceCapable
- The class of the interface or abstract class, or concrete class defined in MetaData
public java.lang.ClassLoader getClassLoader()
getClassLoader
in interface org.jpox.ImplementationCreator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |