Gavin King
Gavin King
@anija-anil your thoughts on this one?
I have decided that I like this after all, and I would like to move this forward for JPA 4 M1, if other people also agree that this is a...
Actually, this approach now has competition from the much less extreme approach taken by #858. We need to make a choice between the two of them.
We are definitely not going to call anything `MutationQuery`, because that collides with a name already used in Hibernate.
Also, to be clear I'm not even *contemplating* deprecating `Query` and I'm certainly not contemplating removing it in JPA 5 or any other JPA. *Every single program using JPA* has...
Thanks Nathan, so, now that you've looked over this, would you please also take a look at https://github.com/jakartaee/persistence/pull/858 and try to form some sort of opinion on which is a...
> At this point, I'm leaning toward #858 if we can do it without adding the `getResults()` method that duplicates `getResultList()`. I don't think we really can. I struggled with...
After I originally did this work, I was a bit horrified at the blast radius, and it turned me against the whole concept, and sent me looking for other alternatives...
P.S. If we're going to do anything here, then I would like *something* to go into M1, so that we have time to - properly evaluate it and be sure...
I guess I was mostly waiting for your go-ahead. If you're telling me "go" then I guess I will go ahead and merge this.