org.datanucleus.store.mapped.mapping
Class DatastoreMappingFactory
java.lang.Object
org.datanucleus.store.mapped.mapping.DatastoreMappingFactory
public final class DatastoreMappingFactory
- extends Object
Factory class for creating Mapping instances.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createMapping
public static DatastoreMapping createMapping(Class mappingClass,
JavaTypeMapping mapping,
MappedStoreManager storeMgr,
DatastoreField column)
- Get a new instance of the Mapping using the Store Manager, type and field.
- Parameters:
mappingClass - the Mapping class to be createdmapping - The java mapping typestoreMgr - The Store Managercolumn - The column to map
- Returns:
- The Mapping
Copyright © 2012. All Rights Reserved.