public final class ColumnMappingFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static ColumnMapping createMapping(Class<? extends ColumnMapping> mappingClass, JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column column)
mappingClass - the Mapping class to be createdmapping - The java mapping typestoreMgr - The Store Managercolumn - The column to mapCopyright © 2020. All rights reserved.