Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SimpleJdbcTemplate batchUpdate 方法进行批量插入和更新。目前因为我不知道它是插入还是更新,所以我先查询数据库。有一个更好的方法吗 ?
不——不是。
但是您可能会考虑另一种方案,就像一些银行一样:只做 INSERT。然后使用正确的 SELECT 语句仅选择每行的最新版本。