All posts by Nix.Huang

Mybatis使用Map代替Entity封装数据

8月 21, 2014 |

有时我们厌倦了写entity来封装从数据库查询出来的记录,比如一个关联查询,我们不想为这个查询写一个entit […more]

Mybatis Order by 没有生效

8月 21, 2014 |

select * from student t order by #{orderString} 传值如下:or […more]

mybatis 将concat 结果映射为byte数组?

8月 21, 2014 |

今天写了一个类似这样的SQL SELECT CONCAT(id,’||’, type) as dataId 在 […more]