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