java struts spring mybatis 实体类映射关系 映射list
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java struts spring mybatis 实体类映射关系 映射list相关的知识,希望对你有一定的参考价值。
<select id="selectList" resultMap="BASE_RESULT_MAP"parameterType="java.util.Map">
SELECT
<include refid="BASE_COLUMN_LIST" />
FROM
<include refid="TABLE_NAME" />
<where>
<include refid="BASE_SELECT_PARAMS" />
</where>
</select>
##mapper.xml 参考技术A 不明确问题.
以上是关于java struts spring mybatis 实体类映射关系 映射list的主要内容,如果未能解决你的问题,请参考以下文章
java struts spring mybatis 实体类映射关系 映射list