Re: [hibernate-dev] 6.0 proposal - CollectionTuplizer

2017-06-16 Thread Steve Ebersole
Sorry, I have no idea how that is related to this subject. Maybe I am missing something? On Fri, Jun 16, 2017 at 9:45 AM Jordan Gigov wrote: > Would this allow for queries of multiple keys, like this? > > SELECT * FROM tbl WHERE (key1, key2) IN ( (val1k1,val1k2), > (val2k1,val2k2)... ) > > I s

Re: [hibernate-dev] 6.0 proposal - CollectionTuplizer

2017-06-16 Thread Jordan Gigov
Would this allow for queries of multiple keys, like this? SELECT * FROM tbl WHERE (key1, key2) IN ( (val1k1,val1k2), (val2k1,val2k2)... ) I started working on trying to fit something like this in 5.2 and see what problems I would encounter, but haven't had time to finish it. On 16 June 2017 at 1

Re: [hibernate-dev] 6.0 proposal - CollectionTuplizer

2017-06-16 Thread Steve Ebersole
No feedback, so I will work in this direction then... On Thu, May 18, 2017 at 10:23 AM Steve Ebersole wrote: > As part of removing most Type sub-types we are left with the question of > how to handle the role served by CollectionType. Andrea and I came up with > a proposal that not only serves

[hibernate-dev] 6.0 proposal - CollectionTuplizer

2017-05-18 Thread Steve Ebersole
As part of removing most Type sub-types we are left with the question of how to handle the role served by CollectionType. Andrea and I came up with a proposal that not only serves that purpose but also allows a level of customization we have so far not supported but which has been asked for a few