public interface JavaTypeResolver
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigurationProperties(Map<String,Object> properties)
Adds properties for this instance from any properties configured in the
JavaTypeResolverConfiguration.
|
FullyQualifiedJavaType |
calculateJavaType(Column column)
Calculates and returns the Java type that should be associated with this
column based on the jdbc type, length, and scale of the column.
|
String |
calculateJdbcTypeName(Column column)
Calculates and returns the JDBC type name that should be associated with
this column based on the jdbc type, length, and scale of the column.
|
void addConfigurationProperties(Map<String,Object> properties)
This method will be called before any of the get methods.
properties - All properties from the configurationFullyQualifiedJavaType calculateJavaType(Column column)
column - the column whose Java type needs to be calculatedString calculateJdbcTypeName(Column column)
column - the column whose Java type needs to be calculatedCopyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.