This is should all be done via SQL AST and DomainResult/Initializer/DomainResultAssembler now.
Drop the following packages:
* {{org.hibernate.loader.plan}} * {{org.hibernate. loader.custom}} * {{org.hibernate.loader.entity}} * {{org.hibernate.loader.collection}} * {{org.hibernate. persister.walking}} - we could potentially have {{org.hibernate.metamodel.mapping}} extend {{org.hibernate.persister.walking}} in the “deprecated shadow package” kind of way. Ideally just drop it. * {{org.hibernate.sql}} - at least the legacy bits related to SQL select handling
|
|