mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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