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