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