Class ResourceRefTypeHandler
java.lang.Object
org.apache.ibatis.type.TypeReference<ResourceRef>
org.flowable.eventregistry.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 for
ResourceRef.- Author:
- Marcus Klimstra (CGI)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResult(CallableStatement cs, int columnIndex) voidsetParameter(PreparedStatement ps, int i, ResourceRef parameter, org.apache.ibatis.type.JdbcType jdbcType) Methods inherited from class org.apache.ibatis.type.TypeReference
getRawType, toString
-
Constructor Details
-
ResourceRefTypeHandler
public ResourceRefTypeHandler()
-
-
Method Details
-
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
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<ResourceRef>- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<ResourceRef>- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<ResourceRef>- Throws:
SQLException
-