Skip to content

Commit 1fa8ff1

Browse files
schaudermp911de
andauthored
Update src/test/java/org/springframework/data/r2dbc/function/convert/EntityRowMapperUnitTests.java
Co-Authored-By: mp911de <[email protected]>
1 parent 1067c26 commit 1fa8ff1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/org/springframework/data/r2dbc/function/convert/EntityRowMapperUnitTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,8 @@ static class ConversionWithConstructorCreation {
121121

122122
static class EntityWithCollection {
123123
List<String> ids;
124+
Set<Integer> integerSet;
125+
Integer[] boxedIntegers;
126+
int[] primitiveIntegers;
124127
}
125128
}

0 commit comments

Comments
 (0)