MyBatis中 collection 的两种使用方法,及效率比较
方案一 <resultMap type="Student" id="StudentMap"> <id column="id" property="id" /> <result column=&q