mybatis @Select註解中當參數爲空則不添加該參數的判斷

@Select("select * from "+DEPTTABLE+" ") List<Dept> selectAllDept(); 在mybatis中不用xml文件的形式,selectDept方法執行的就是上面的Sql語句,若是是遇到動態的語句就須要用到下面的形式。java 1.用Provider去實現SQL拼接: mybatis @SelectProvider(type=DeptDynaS
相關文章
相關標籤/搜索