Commit c48c238
committed
mybatis#101: Specify max size for pending creations
Theoretically, if all of our types are nested mappings, a resize would occur, however we will almost always not have this due to an idArg being necessary, and allocating the default of 16 elements is too much1 parent 05527aa commit c48c238Copy full SHA for c48c238
File tree
Expand file treeCollapse file tree
1 file changed
+6
-4
lines changedOpen diff view settings
Filter options
- src/main/java/org/apache/ibatis/executor/resultset
Expand file treeCollapse file tree
1 file changed
+6
-4
lines changedOpen diff view settings
Collapse file
src/main/java/org/apache/ibatis/executor/resultset/PendingConstructorCreation.java
Copy file name to clipboardExpand all lines: src/main/java/org/apache/ibatis/executor/resultset/PendingConstructorCreation.java+6-4Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | | - |
48 | | - |
49 | | - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
50 | 52 | |
51 | 53 | |
52 | 54 | |
| ||
67 | 69 | |
68 | 70 | |
69 | 71 | |
70 | | - |
| 72 | + |
71 | 73 | |
72 | 74 | |
73 | 75 | |
|
0 commit comments