We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e0167 commit 1957e6aCopy full SHA for 1957e6a
src/main/java/org/apache/ibatis/mapping/ResultMap.java
@@ -145,12 +145,6 @@ public ResultMap build() {
145
int paramIdx2 = actualArgNames.indexOf(o2.getProperty());
146
return paramIdx1 - paramIdx2;
147
});
148
-
149
- //#101
150
- if (resultMap.configuration.isExperimentalConstructorCollectionMappingEnabled()) {
151
- resultMap.hasResultMapsUsingConstructorCollection = resultMap.constructorResultMappings.stream()
152
- .map(ResultMapping::getJavaType).anyMatch(resultMap.configuration.getObjectFactory()::isCollection);
153
- }
154
}
155
// lock down collections
156
resultMap.resultMappings = Collections.unmodifiableList(resultMap.resultMappings);
0 commit comments