Merge branch '6.1.x'

This commit is contained in:
Juergen Hoeller
2024-05-06 20:11:56 +02:00
8 changed files with 73 additions and 50 deletions

View File

@@ -395,6 +395,9 @@ public abstract class SharedEntityManagerCreator {
else if (targetClass.isInstance(proxy)) {
return proxy;
}
else {
return this.target.unwrap(targetClass);
}
}
case "getOutputParameterValue" -> {
if (this.entityManager == null) {