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