Class ResourceRefTypeHandler
- java.lang.Object
-
- org.apache.ibatis.type.TypeReference<ResourceRef>
-
- org.flowable.form.engine.impl.persistence.ResourceRefTypeHandler
-
- All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler<ResourceRef>
public class ResourceRefTypeHandler extends org.apache.ibatis.type.TypeReference<ResourceRef> implements org.apache.ibatis.type.TypeHandler<ResourceRef>
MyBatis TypeHandler forResourceRef.- Author:
- Marcus Klimstra (CGI)
-
-
Constructor Summary
Constructors Constructor Description ResourceRefTypeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceRefgetResult(CallableStatement cs, int columnIndex)ResourceRefgetResult(ResultSet rs, int columnIndex)ResourceRefgetResult(ResultSet rs, String columnName)voidsetParameter(PreparedStatement ps, int i, ResourceRef parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
-
-
Method Detail
-
setParameter
public void setParameter(PreparedStatement ps, int i, ResourceRef parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
- Specified by:
setParameterin interfaceorg.apache.ibatis.type.TypeHandler<ResourceRef>- Throws:
SQLException
-
getResult
public ResourceRef getResult(ResultSet rs, String columnName) throws SQLException
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<ResourceRef>- Throws:
SQLException
-
getResult
public ResourceRef getResult(ResultSet rs, int columnIndex) throws SQLException
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<ResourceRef>- Throws:
SQLException
-
getResult
public ResourceRef getResult(CallableStatement cs, int columnIndex) throws SQLException
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<ResourceRef>- Throws:
SQLException
-
-