mybatis中resultType和resultMap使用時的區別

mybatis中select元素有兩個屬性resultType和resultMap,工做中老是使用到他們,可是他們有什麼區別呢? 就個人使用經驗來講,對於單表查詢映射或多表聯合查詢映射來講,他們都能達到要求,例如 package com.someapp.model; public class User {   private int id;   private String username;  
相關文章
相關標籤/搜索