标签:tar mybatis result sel ppi use lock efi end
定义
<sql id="userColumns">复用的sql语句</sql>
使用
<!--sql语句中--> <include refid = "引用包.userColumns"></include>
select / 投影
mybatis -> resultMap -> id -> jdbcType = "INTEGER"
resultMap 自动映射 autoMapping= "true" (默认为fals
) ;sql名字与对象名相同
标签:tar mybatis result sel ppi use lock efi end
原文地址:https://www.cnblogs.com/-Archenemy-/p/12913063.html