public class PlatformJavaSqlTypeMapper extends AbstractGenericJavaSqlTypeMapper<cn.featherfly.common.model.app.Platform>
| 构造器和说明 |
|---|
PlatformJavaSqlTypeMapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
cn.featherfly.common.model.app.Platform |
get(java.sql.ResultSet rs,
int columnIndex)
Gets the.
|
java.lang.Class<cn.featherfly.common.model.app.Platform> |
getJavaType(java.sql.SQLType sqlType)
Gets the java type.
|
java.sql.SQLType |
getSqlType(cn.featherfly.common.lang.GenericType<cn.featherfly.common.model.app.Platform> javaType)
Gets the sql type.
|
void |
set(java.sql.PreparedStatement prep,
int parameterIndex,
cn.featherfly.common.model.app.Platform value)
Sets the value.
|
boolean |
support(cn.featherfly.common.lang.GenericType<cn.featherfly.common.model.app.Platform> type)
Support.
|
protected boolean |
support(java.sql.SQLType sqlType)
Support.
|
addAllow, addDeny, getGenericType, getJavaType, setGenericType, supportprotected boolean support(java.sql.SQLType sqlType)
support 在类中 AbstractJavaSqlTypeMapper<cn.featherfly.common.model.app.Platform>sqlType - the sql typepublic boolean support(cn.featherfly.common.lang.GenericType<cn.featherfly.common.model.app.Platform> type)
AbstractJavaSqlTypeMappersupport 在接口中 JavaSqlTypeMapper<cn.featherfly.common.model.app.Platform>support 在类中 AbstractJavaSqlTypeMapper<cn.featherfly.common.model.app.Platform>type - the typepublic java.lang.Class<cn.featherfly.common.model.app.Platform> getJavaType(java.sql.SQLType sqlType)
getJavaType 在接口中 JavaSqlTypeMapper<cn.featherfly.common.model.app.Platform>getJavaType 在类中 AbstractJavaSqlTypeMapper<cn.featherfly.common.model.app.Platform>sqlType - the sql typepublic java.sql.SQLType getSqlType(cn.featherfly.common.lang.GenericType<cn.featherfly.common.model.app.Platform> javaType)
javaType - the java typepublic void set(java.sql.PreparedStatement prep,
int parameterIndex,
cn.featherfly.common.model.app.Platform value)
prep - the prepparameterIndex - the parameter indexvalue - the valuepublic cn.featherfly.common.model.app.Platform get(java.sql.ResultSet rs,
int columnIndex)
rs - the rscolumnIndex - the column index