mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
7a5d3a55fe
This commit adds support for Hibernate 7.1+ SqmQueryImpl class in EntityManagerRuntimeHints, keeps the support for the former QuerySqmImpl class for Hibernate 7.0 compatibility and adds a related test. Closes gh-35462