2015年6月15日

mybatis foreach where test用法

摘要: 阅读全文

posted @ 2015-06-15 14:40 颓废的悠然 阅读(773) 评论(0) 推荐(0)

mabatis mapper开发规范

摘要: 定义一个mapper接口package mapper;import pojo.User;public interface UserMapper { public User getUser(int id) throws Exception; public void insertUser(U... 阅读全文

posted @ 2015-06-15 10:20 颓废的悠然 阅读(733) 评论(0) 推荐(0)

导航