A.setParameter()方法用于綁定任意類型的參數(shù) B.setParameter()有重載的方法 C.setProperties()有重載的方法 D.setProperties()方法用于綁定命名參數(shù)
A.執(zhí)行l(wèi)ist()方法,查詢所有符合條件的記錄 B.執(zhí)行iterate()方法,查詢所有符合條件的記錄 C.執(zhí)行l(wèi)ist()方法,查詢出所有符合條件的主鍵值 D.執(zhí)行iterate()方法,查詢出所有符合條件的主鍵值
A.from Dept B.select*from cn.jbit.demo.entity.Dept C.select Dept from cn.jbit.demo.entity.Dept d D.select d from Dept d