[hibernate-dev] [ORM] Support for upsert semantics

2018-09-11 Thread Gunnar Morling
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

[hibernate-dev] NoORM IRC meeting minutes

2018-09-11 Thread Guillaume Smet
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-

Re: [hibernate-dev] [ORM] Support for upsert semantics

2018-09-11 Thread Steve Ebersole
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

Re: [hibernate-dev] Hibernate ORM 5.1.16.Final is not on Maven Central

2018-09-11 Thread Gail Badner
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