SSM框架开发web项目系列(三) MyBatis之resultMap及关联映射 (2)

<resultMap type="person" id="personResultMap" > <id column="id" property="id" /> <result column="name" property="name" /> <result column="gender" property="gender" /> </resultMap>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpjdfz.html