boolean saveBatch(Collection<T> entityList, int batchSize); // TableId 注解存在更新記錄,否則插入一條記錄 boolean saveOrUpdate(T entity); // 根據(jù) updateWrapper 嘗試更新,否則繼續(xù)執(zhí)行 saveOrUpdate(T) 方法 boolean saveOrUpdate(T entity, Wrapper<T> updateWrapper); // 批量修改插入 boolean saveOr...
www.dbjr.com.cn/program/327725n...htm 2025-6-9