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 5.3[1] into the proper place in 6.0 - {{BasicTypeRegistry}}? * Change overrides in {{org.hibernate.query.NativeQuery}} that use unnecessary FQN * Clean up uses of {{org.hibernate.query.internal.old.AbstractProducedQuery}} * Completely revisit ** {{NativeQuery}} ** {{ProcedureCall}} ** and friends
[1] https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java#L502 |
|