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.
例如,在 Hibernate 中,有 saveOrUpdate 方法,它首先进行选择,并根据是否有可用的记录,然后插入或更新。但是,Oracle DB 支持“upsert”,您可以在其中一个语句中执行插入或更新。
我知道 Hibernate 不支持这个开箱即用,还有其他支持它的 ORM 吗?另外,有没有人设法覆盖 Hibernate 来支持 upserts?
非常感谢