mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Merge branch '7.0.x'
This commit is contained in:
+1
-1
@@ -592,7 +592,7 @@ public abstract class SharedEntityManagerCreator {
|
||||
else if (retVal instanceof Query query) {
|
||||
retVal = adaptQueryProxy(proxy, query, returnType);
|
||||
}
|
||||
else if (method.getName().equals("registerStoredProcedureParameter") && args.length == 3 &&
|
||||
if (method.getName().equals("registerStoredProcedureParameter") && args.length == 3 &&
|
||||
(args[2] == ParameterMode.OUT || args[2] == ParameterMode.INOUT)) {
|
||||
if (this.outputParameters == null) {
|
||||
this.outputParameters = new LinkedHashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user