码迷,mamicode.com
首页 > 数据库 > 详细

gbase整合mybatis出现: Cause: java.sql.SQLException: Can't convert to: binary stream

时间:2019-09-18 11:18:30      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:class   jdb   hand   地址   参考   targe   handle   global   can   

参考地址:http://mybatis-user.963551.n3.nabble.com/Map-SQL-Type-LVARCHAR-x-to-JDBC-Type-VARCHAR-globally-td4029691.html

这主要是数据库中字段类型为LVARCHAR转换出现的问题,可以在mybatis-config.xml中添加如下配置:

    <typeHandlers>
        <typeHandler handler="org.apache.ibatis.type.StringTypeHandler" jdbcType="LONGVARCHAR" javaType="string"/>
    </typeHandlers>

 

gbase整合mybatis出现: Cause: java.sql.SQLException: Can't convert to: binary stream

标签:class   jdb   hand   地址   参考   targe   handle   global   can   

原文地址:https://www.cnblogs.com/cq-yangzhou/p/11540038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!