Class MapTypeHandler
-
-
Constructor Summary
Constructors Constructor Description MapTypeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getNullableResult(CallableStatement cs, int columnIndex)Map<String,Object>getNullableResult(ResultSet rs, int columnIndex)Map<String,Object>getNullableResult(ResultSet rs, String columnName)voidsetNonNullParameter(PreparedStatement ps, int i, Map<String,Object> parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
-
-
Method Detail
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, Map<String,Object> parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
- Specified by:
setNonNullParameterin classorg.apache.ibatis.type.BaseTypeHandler<Map<String,Object>>- Throws:
SQLException
-
getNullableResult
public Map<String,Object> getNullableResult(ResultSet rs, String columnName) throws SQLException
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<Map<String,Object>>- Throws:
SQLException
-
getNullableResult
public Map<String,Object> getNullableResult(ResultSet rs, int columnIndex) throws SQLException
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<Map<String,Object>>- Throws:
SQLException
-
getNullableResult
public Map<String,Object> getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<Map<String,Object>>- Throws:
SQLException
-
-