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.
HibernateTemplate クラスには次のメソッドがあります
getHibernateTemplate().saveOrUpdateAll(Collection entities)
saveAll()しかし、なぜメソッドしかないのでしょうか? このような
saveAll()
getHibernateTemplate().saveAll(Collection entities)
コレクションを更新せずに保存したい場合はどうなりますか?
saveOrUpdateAll(Collection entities) 自体も saveAll(Collection entities) の目的を果たします..これが理由である可能性があります