Class WorkflowNameHandler
- java.lang.Object
-
- org.apache.ibatis.type.TypeReference<T>
-
- org.apache.ibatis.type.BaseTypeHandler<String>
-
- org.openiam.workflow.activiti.custom.WorkflowNameHandler
-
-
Constructor Summary
Constructors Constructor Description WorkflowNameHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNullableResult(CallableStatement cs, int columnIndex)
String
getNullableResult(ResultSet rs, int columnIndex)
String
getNullableResult(ResultSet rs, String columnName)
void
setNonNullParameter(PreparedStatement ps, int i, String parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
-
-
Method Detail
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, String parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
- Specified by:
setNonNullParameter
in classorg.apache.ibatis.type.BaseTypeHandler<String>
- Throws:
SQLException
-
getNullableResult
public String getNullableResult(ResultSet rs, String columnName) throws SQLException
- Specified by:
getNullableResult
in classorg.apache.ibatis.type.BaseTypeHandler<String>
- Throws:
SQLException
-
getNullableResult
public String getNullableResult(ResultSet rs, int columnIndex) throws SQLException
- Specified by:
getNullableResult
in classorg.apache.ibatis.type.BaseTypeHandler<String>
- Throws:
SQLException
-
getNullableResult
public String getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
- Specified by:
getNullableResult
in classorg.apache.ibatis.type.BaseTypeHandler<String>
- Throws:
SQLException
-
-