We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f01b92 + 3101934 commit 4c27ccbCopy full SHA for 4c27ccb
crud-spring/src/main/java/com/loiane/course/Lesson.java
@@ -36,7 +36,6 @@ public class Lesson {
36
private String youtubeUrl;
37
38
@ManyToOne(fetch = FetchType.LAZY, optional = false)
39
- @OrderBy("id ASC")
40
@JoinColumn(name = "course_id", nullable = false)
41
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
42
private Course course;
0 commit comments