Re: [hibernate-dev] Question..

2017-10-17 Thread Steve Ebersole
My one concern with doing this in 5.x is that we'd almost certainly change the signature of EmptyCompositeStrategy as we transition to 6. 6.0 has a real encapsulation of the embeddable in addition to the embedded. 5.x only really keeps the embedded (CompositeType). Anotger aspect that we have

Re: [hibernate-dev] Question..

2017-10-17 Thread Steve Ebersole
On Tue, Oct 17, 2017 at 12:55 AM Gail Badner wrote: > > > > WRT to the condition check, you suggest to "compare a primitive value in > a > > composite with the default for the primitive type (e.g, comparing an int > > value with 0 instead of null)". That's not the best

[hibernate-dev] Hibernate OGM 5.2 Beta1 Release

2017-10-17 Thread Davide D'Alto
HIbernate OGM 5.2 Beta1 is ready! This version is compatible with Infinispan 9.1 and it makes it possible to create caches when they are missing on the remote server All the details in the blog post: http://in.relation.to/2017/10/17/hibernate-ogm-5-2-Beta1-released/ Thanks, Davide

Re: [hibernate-dev] Question..

2017-10-17 Thread Gail Badner
On Sun, Oct 15, 2017 at 10:46 AM, Steve Ebersole wrote: > On Fri, Oct 13, 2017, 3:35 PM Gail Badner wrote: >> >> Hi Steve, >> >> I'm circling back to this. Please see below... >> >> On Sat, Sep 2, 2017 at 8:47 AM, Steve Ebersole >>