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 ApproveStepsStoregetNullableResult(CallableStatement cs, int columnIndex)ApproveStepsStoregetNullableResult(ResultSet rs, int columnIndex)ApproveStepsStoregetNullableResult(ResultSet rs, String columnName)voidsetNonNullParameter(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:
setNonNullParameterin classorg.apache.ibatis.type.BaseTypeHandler<ApproveStepsStore>- Throws:
SQLException
-
getNullableResult
public ApproveStepsStore getNullableResult(ResultSet rs, String columnName) throws SQLException
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<ApproveStepsStore>- Throws:
SQLException
-
getNullableResult
public ApproveStepsStore getNullableResult(ResultSet rs, int columnIndex) throws SQLException
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<ApproveStepsStore>- Throws:
SQLException
-
getNullableResult
public ApproveStepsStore getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<ApproveStepsStore>- Throws:
SQLException
-
-