com.ibatis.sqlmap.engine.type
public class CustomTypeHandler extends BaseTypeHandler implements TypeHandler
| Constructor Summary | |
|---|---|
| CustomTypeHandler(TypeHandlerCallback callback)
Constructor to provide a TypeHandlerCallback instance
| |
| Method Summary | |
|---|---|
| Object | getResult(ResultSet rs, String columnName) |
| Object | getResult(ResultSet rs, int columnIndex) |
| Object | getResult(CallableStatement cs, int columnIndex) |
| void | setParameter(PreparedStatement ps, int i, Object parameter, String jdbcType) |
| Object | valueOf(String s) |
Parameters: callback - the TypeHandlerCallback instance