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)

构造方法摘要
ByteArrayRefTypeHandler()
           
 
方法摘要
 ByteArrayRef getResult(CallableStatement cs, int columnIndex)
           
 ByteArrayRef getResult(ResultSet rs, int columnIndex)
           
 ByteArrayRef getResult(ResultSet rs, String columnName)
           
 void setParameter(PreparedStatement ps, int i, ByteArrayRef parameter, org.apache.ibatis.type.JdbcType jdbcType)
           
 
从类 org.apache.ibatis.type.TypeReference 继承的方法
getRawType, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.