mybatis xml 映射文件 sql include 的用法

mybatis xml 文件中對於重複出現的sql 片斷可使用標籤提取出來,在使用的地方使用標籤引用便可具體用法以下:web <sql id="someSQL"> id,name </sql> <select id="selectSome" > select <include refid="someSQL"/> from t </se
相關文章
相關標籤/搜索