@MappedTypes(value=ExtendObj.class) @MappedJdbcTypes(value=VARCHAR) public class ExtendObjJsonTypeHandler extends org.apache.ibatis.type.BaseTypeHandler<ExtendObj>
| 构造器和说明 |
|---|
ExtendObjJsonTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
ExtendObj |
getNullableResult(CallableStatement cs,
int columnIndex) |
ExtendObj |
getNullableResult(ResultSet rs,
int columnIndex) |
ExtendObj |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
ExtendObj parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, ExtendObj parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<ExtendObj>SQLExceptionpublic ExtendObj getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<ExtendObj>SQLExceptionpublic ExtendObj getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<ExtendObj>SQLExceptionpublic ExtendObj getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<ExtendObj>SQLExceptionCopyright © 2023. All rights reserved.