Class ColumnMappingFactory
- java.lang.Object
-
- org.datanucleus.store.rdbms.mapping.column.ColumnMappingFactory
-
public final class ColumnMappingFactory extends Object
Factory class for creating ColumnMapping instances.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ColumnMappingcreateMapping(Class<? extends ColumnMapping> mappingClass, JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column column)Get a new instance of the ColumnMapping using the mapping, StoreManager and column.
-
-
-
Method Detail
-
createMapping
public static ColumnMapping createMapping(Class<? extends ColumnMapping> mappingClass, JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column column)
Get a new instance of the ColumnMapping using the mapping, StoreManager and column.- Parameters:
mappingClass- the Mapping class to be createdmapping- The java mapping typestoreMgr- The Store Managercolumn- The column to map- Returns:
- The ColumnMapping
-
-