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