org.activiti.engine.impl.persistence
类 ByteArrayRefTypeHandler
java.lang.Object
org.apache.ibatis.type.TypeReference<ByteArrayRef>
org.activiti.engine.impl.persistence.ByteArrayRefTypeHandler
- 所有已实现的接口:
- 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
.
- 作者:
- Marcus Klimstra (CGI)
从类 org.apache.ibatis.type.TypeReference 继承的方法 |
getRawType, toString |
ByteArrayRefTypeHandler
public ByteArrayRefTypeHandler()
setParameter
public void setParameter(PreparedStatement ps,
int i,
ByteArrayRef parameter,
org.apache.ibatis.type.JdbcType jdbcType)
throws SQLException
- 指定者:
- 接口
org.apache.ibatis.type.TypeHandler<ByteArrayRef>
中的 setParameter
- 抛出:
SQLException
getResult
public ByteArrayRef getResult(ResultSet rs,
String columnName)
throws SQLException
- 指定者:
- 接口
org.apache.ibatis.type.TypeHandler<ByteArrayRef>
中的 getResult
- 抛出:
SQLException
getResult
public ByteArrayRef getResult(ResultSet rs,
int columnIndex)
throws SQLException
- 指定者:
- 接口
org.apache.ibatis.type.TypeHandler<ByteArrayRef>
中的 getResult
- 抛出:
SQLException
getResult
public ByteArrayRef getResult(CallableStatement cs,
int columnIndex)
throws SQLException
- 指定者:
- 接口
org.apache.ibatis.type.TypeHandler<ByteArrayRef>
中的 getResult
- 抛出:
SQLException
Copyright © 2013 Alfresco. All rights reserved.