Hi,
A common requirement that comes up repeatedly is "upsert" operations, i.e.
either insert a record or update the existing one with the same PK, if it
already exists. Many (most?) RDBMS support it, either by implementing SQL
2003's MERGE keyword or via proprietary alternatives [1].
I think it'd
Hi,
Here are the minutes of this week's meeting:
15:18 < jbott> Meeting ended Tue Sep 11 13:18:04 2018 UTC. Information
about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
15:18 < jbott> Minutes:
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2018/hibernate-dev.2018-
It's been discussed several times in the past.
We already have something very similar - `Session#saveOrUpdate`. So what
exactly is the difference semantically? There really is none. There is,
however, a practical difference... `Session#saveOrUpdate` handling
leverages Hibernate's "unsaved valu
Strange. Any idea if this has anything to do with the maintenance done on
Nexus?
On Mon, Sep 10, 2018 at 6:15 AM, Yoann Rodiere wrote:
> Thanks Guillaume, at least it's on someone else's plate now :)
>
> Yoann Rodière
> Hibernate NoORM Team
> yo...@hibernate.org
>
>
> On Mon, 10 Sep 2018 at 14:4