Čedomir Igaly
Čedomir Igaly
Yes, you are right. It seems that I am still sleepy :-)
> @cigaly can you give me permission to push to your branch? Of course ... only I hope that I did not done something completely different :-)
Code changes to generate metadata for inner class inside other metadata class instead of new metadata class file for each managed class. Note: This code will surely need some (beauty...
First idea to make better solution is to extract those methods to some helper method and use them on both (or more if needed) places.
It was (with "disclaimer" that this looks ugly), but I am not quite sure if this will work properly once when inner classes are handled. It seems that this will...
It seems that this is working combination with [PR#9098](https://github.com/hibernate/hibernate-orm/pull/9098) Only there was minor problem in method from `org.hibernate.processor.test.util.TestUtil`
O don't think that here is something missing
Sorry, I was building using JDK 21 and used 'nice' getFirst() instead of 'ugly' get(0) :-( Now should be OK
Previous change was always setting `deduplicateSelectionItems` flag to `false`. This changed existing cases when deduplication has been intentional. Now this flag is set only in cases of subqueries and temporary...
@mbellade Should I backport this to 6.6?