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
To allow sorting on arbitrary SQL, for example the column index instead
of a name. But also more advanced things like functions that can't be
expressed using a `SimpleFunction`.
orderBy(OrderByField.from(Expressions.just("1")).asc()) => ORDER BY 1 ASC
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/render/OrderByClauseVisitor.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/test/java/org/springframework/data/relational/core/sql/render/OrderByClauseVisitorUnitTests.java
0 commit comments