mybatis多表查询

时间:2024-11-20 07:51:53
<resultMap id="BaseResultMap" type=""> <id column="blog_ID" jdbcType="INTEGER" property="blogId" /> ... <association property="adminInfo" javaType="" column="author" select=""> </association> <association property="provenanceInfo" javaType="" column="provenance" select=""> </association> <collection property="typeInfo" ofType="" column="type" select=""> </collection> </resultMap>