org.datanucleus.state
Class ObjectProviderFactory.Initialization
java.lang.Object
org.datanucleus.state.ObjectProviderFactory.Initialization
- Enclosing class:
- ObjectProviderFactory
protected static class ObjectProviderFactory.Initialization
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pcClass
protected java.lang.Class pcClass
- Class of the object being managed. This is only stored for some initialise methods that also need the class.
cmd
protected AbstractClassMetaData cmd
- the metadata for the class.
ObjectProviderFactory.Initialization
protected ObjectProviderFactory.Initialization(ClassLoaderResolver clr,
MetaDataManager mmgr,
java.lang.Class pcClass)
- Constructor.
- Parameters:
clr - ClassLoader resolvermmgr - Metadata managerpcClass - The class of the object that this will manage the state for
getPCClass
protected java.lang.Class getPCClass()
getClassMetaData
protected AbstractClassMetaData getClassMetaData()
Copyright © 2011. All Rights Reserved.