init(SqlDriver sqlDriver, List dsTypeMappings, List dsJavaTypeMappings) Merge mappings from the sqlDriver and the datastore into a
combined array of type mappings.
public void
registerStoreTypes(MetaDataUtils mdutils) Register any enabled store specific types with the mdutils so fields of
those types will be considered persistent.
If fm has a jdbcType set then use this type to fill in the other
fields of fm that do not have values. Otherwise do nothing. This
is used when the mapping is going to be used to modify a copy of
another column.
Merge mappings from the sqlDriver and the datastore into a
combined array of type mappings. This is used to map JDBC
type codes from java.sql.Types to column properties.
Resolve the mapping for fieldName using the fieldMapping provided
and our mapping tables. The returned mapping will be complete and
can be used to create a JdbcColumn.