
mybatis
文章平均质量分 86
ugly_birds
没有梦想和咸鱼有什么区别呢
展开
-
Mybatis
回顾jdbcpublic class FindByJdbc { public static void main(String[] args) { Connection connection = null; PreparedStatement statement = null; ResultSet set = null; tr...原创 2018-03-19 11:44:40 · 164 阅读 · 0 评论 -
Mybatis(2)
高级结果映射数据模型一对一association分为:镶嵌查询、镶套结果镶嵌查询 <resultMap id="findSaler" type="xx.xx.saler"> <id column="saler_id" property="salerid"></id> &a原创 2018-03-20 23:02:53 · 169 阅读 · 0 评论