mybatis中一对一、一对多、多对多的实现方式

链接地址:http://www.oschina.net/code/snippet_151109_9167

使用xml文件的配置,使用<collection>相关标签,来进行处理

你可能感兴趣的:(mybatis)