Hibernate 6 replacement for PluralAttributeJoinSupport

Hello,
I do migration from Hibernate 5 to 6 version. And faced with the issue, that the class org.hibernate.query.criteria.internal.path.PluralAttributeJoinSupport doesn’t exist anymore. I couldn’t find the replacement in Hibernate 6 documentation and migration guides. Could you please provide some pieces of advice how to replace it with a new class?

That class was an implementation used only internally by Hibernate, and not really supposed to be directly references by final users or even integrators. Could you please tell us why you needed to access it? Maybe we can find something that is officially supported that it’s right for your use case.