public final class DatastoreMappingFactory extends Object
Modifier and Type | Method and Description |
---|---|
static DatastoreMapping |
createMapping(Class mappingClass,
JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column column)
Get a new instance of the DatastoreMapping using the mapping, StoreManager and column.
|
public static DatastoreMapping createMapping(Class 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 © 2023. All rights reserved.