|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.mapped.mapping.MappingFactory
public final class MappingFactory
Factory class for creating Mapping instances. This is called to generate field mappings for the classes to be persisted.
| Method Summary | |
|---|---|
static JavaTypeMapping |
createMapping(java.lang.Class mappingClass,
DatastoreAdapter dba,
AbstractMemberMetaData mmd,
int roleForField,
DatastoreContainerObject datastoreContainer,
ClassLoaderResolver clr)
Get a new instance of the Mapping providing full field/property details and the role of this mapping within that field. |
protected static JavaTypeMapping |
createMapping(java.lang.Class mappingClass,
MappedStoreManager storeMgr,
java.lang.String type)
Get a new instance of the Mapping using the StoreManager and type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static JavaTypeMapping createMapping(java.lang.Class mappingClass,
MappedStoreManager storeMgr,
java.lang.String type)
mappingClass - the Mapping class to be createdstoreMgr - The StoreManagertype - The type
public static JavaTypeMapping createMapping(java.lang.Class mappingClass,
DatastoreAdapter dba,
AbstractMemberMetaData mmd,
int roleForField,
DatastoreContainerObject datastoreContainer,
ClassLoaderResolver clr)
mappingClass - the Mapping class to be createddba - Datastore Adaptermmd - MetaData for the field/property to be mappeddatastoreContainer - The Tableclr - The ClassLoaderResolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||