For us to follow up on: * Re-apply the "query creation" tidy-up work done in {{AbstractSharedSessionContract}} as part of 5.3 * Make sure we move the handling of {{JpaAttributeConverter}} (JPA 2.2 work) as done in {{SimpleValue#buildAttributeConverterTypeAdapter}} on 5.3 [1] into the proper place in 6.0 - {{BasicTypeRegistry}}?
[1] https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java#L502 |
|