iBATIS读写CLOB数据浅析

  • iBATIS读写CLOB数据浅析

     

     

     

     http://www.srcsky.com/tech/arts/175275.html

     

    实践:

     

    ibatis+spring+java

     

    dao:要求clob字段inOutContent,是String类型

    ibatis:要求<result property="inOutContent" column="IN_OUT_CONTENT" javaType="java.lang.String" jdbcType="CLOB"/>

                 自动实现string和CLOB转换

    spring:实现注入和事务控制

     

     

  • 你可能感兴趣的:(iBATIS读写CLOB数据浅析)