You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/SelectBuilder.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -504,10 +504,10 @@ interface SelectOn {
504
504
/**
505
505
* Declare a join condition in one step.
506
506
*
507
-
* This is harder to use but more flexible then the fluent style of {@link #on(Expression)} which only allows for equality comparisons chained together with `AND`.
507
+
* Using conditions allows more flexibility in comparison to {@link #on(Expression)} which only allows for equality comparisons chained together with `AND`.
0 commit comments