Class ByteArrayRefTypeHandler
java.lang.Object
org.apache.ibatis.type.TypeReference<ByteArrayRef>
org.flowable.common.engine.impl.persistence.entity.ByteArrayRefTypeHandler
- All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler<ByteArrayRef>
public class ByteArrayRefTypeHandler
extends org.apache.ibatis.type.TypeReference<ByteArrayRef>
implements org.apache.ibatis.type.TypeHandler<ByteArrayRef>
MyBatis TypeHandler for
ByteArrayRef.- Author:
- Marcus Klimstra (CGI)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ByteArrayRefprotected CommandExecutorgetResult(CallableStatement cs, int columnIndex) voidsetParameter(PreparedStatement ps, int i, ByteArrayRef parameter, org.apache.ibatis.type.JdbcType jdbcType) Methods inherited from class org.apache.ibatis.type.TypeReference
getRawType, toString
-
Constructor Details
-
ByteArrayRefTypeHandler
public ByteArrayRefTypeHandler()
-
-
Method Details
-
setParameter
public void setParameter(PreparedStatement ps, int i, ByteArrayRef parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException - Specified by:
setParameterin interfaceorg.apache.ibatis.type.TypeHandler<ByteArrayRef>- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<ByteArrayRef>- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<ByteArrayRef>- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<ByteArrayRef>- Throws:
SQLException
-
createVariableByteArrayRef
-
getCommandExecutor
-