We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bf6ca commit b49b767Copy full SHA for b49b767
src/test/java/org/springframework/data/jdbc/core/EntityRowMapperUnitTests.java
@@ -319,7 +319,6 @@ static class Trivial {
319
String name;
320
}
321
322
- @RequiredArgsConstructor
323
static class OneToOne {
324
325
@Id
@@ -328,7 +327,6 @@ static class OneToOne {
328
327
Trivial child;
329
330
331
332
static class OneToSet {
333
334
@@ -337,7 +335,6 @@ static class OneToSet {
337
335
Set<Trivial> children;
338
336
339
340
341
static class OneToMap {
342
343
@@ -346,7 +343,6 @@ static class OneToMap {
346
Map<String, Trivial> children;
347
344
348
345
349
350
static class OneToList {
351
352
0 commit comments