Mybatis中BLOB类型怎么查询 - ITeye问答
2014年3月10日 - Mybatis中BLOB类型怎么查询15 情况是这样的,数据库是MYSQL的,a表,b表,a表中有外键(fk_b_id) 通过select (group_concat(b.id)) from b group by xxx,这...
Mybatis中BLOB类型怎么查询_百度知道
关于Mybatis3对Clob,Blob的处理博客分类:Mybatis3mybatisclobblob 使用Mybatis时,关于字段为Blob时,首先你的pojo/domian/to,就是与数据库对应的对象Class中 属性肯定...