Re: [hibernate-dev] 6.0 - Type redesign

2016-10-20 Thread Steve Ebersole
On Wed, Oct 19, 2016 at 2:29 PM Jordan Gigov wrote: > I've been reading the wiki and email archives, and I have some notes > for what needs to be decided before it needs to become retrofitted. > After all, all that retrofitting is what the reason the types need to > be redesigned. > > LiteralType

Re: [hibernate-dev] SQM - encoding type info into the tree

2016-10-20 Thread Steve Ebersole
To follow up, there is now a proposal[1] and a prototype[2] (on the ORM side) for this. It essentially follows option (1). Davide is evaluating this atm for appropriateness for OGM. [1] https://github.com/hibernate/hibernate-semantic-query/tree/master/src/main/java/org/hibernate/sqm/domain [2]