Skip to content

Commit ee394c2

Browse files
committed
DATAJDBC-example - removed comments.
1 parent c2e2b7e commit ee394c2

File tree

1 file changed

+0
-11
lines changed
  • jdbc/basics/src/main/java/example/springdata/jdbc/basics/domain

1 file changed

+0
-11
lines changed

jdbc/basics/src/main/java/example/springdata/jdbc/basics/domain/Category.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
import lombok.Data;
2323
import lombok.Setter;
24-
import lombok.ToString;
2524

2625
/**
2726
* Coarse classification for {@link LegoSet}s, like "Car", "Plane", "Building" and so on.
@@ -50,14 +49,4 @@ public void timeStamp() {
5049
}
5150

5251
private AgeGroup ageGroup;
53-
54-
// no Optional
55-
// expected to be fairly eazy to do with the existing conversions
56-
57-
// no references
58-
// How to implement those without going to Vietnam?
59-
// My current idea:
60-
// 1. really simple implementation (removing all referencing row and recreating them)
61-
// 2. a little more advanced, like updating all existing, adding missing, removing non existent, with configurability for both approaches
62-
// 3. integration with third party libs (mybatis, jooq, querydsl) i.O. to allow the user to provide their own logic.
6352
}

0 commit comments

Comments
 (0)