mybatis association 懒加载实现原理

前言 mybatis的association 标签能够设置关联对象,加载方式;以下的user关联dept,加载方式fetchType=”eager”java <resultMap id="BaseResultMap" type="testmaven.entity.User"> <id column="id" jdbcType="INTEGER" property="id" /> <
相关文章
相关标签/搜索