Browse Source

Update links to direct section links.

Closes #3095
3.2.x
Alessandro Rubino 2 years ago committed by Mark Paluch
parent
commit
2c1f06c6eb
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      src/main/antora/modules/ROOT/pages/repositories/query-methods-details.adoc

2
src/main/antora/modules/ROOT/pages/repositories/query-methods-details.adoc

@ -84,7 +84,7 @@ The supported operators can vary by datastore, so consult the appropriate part o @@ -84,7 +84,7 @@ The supported operators can vary by datastore, so consult the appropriate part o
Whether ignoring cases is supported may vary by store, so consult the relevant sections in the reference documentation for the store-specific query method.
- You can apply static ordering by appending an `OrderBy` clause to the query method that references a property and by providing a sorting direction (`Asc` or `Desc`).
To create a query method that supports dynamic sorting, see "`xref:repositories/query-methods-details.adoc[Paging, Iterating Large Results, Sorting & Limiting]`".
To create a query method that supports dynamic sorting, see "`xref:repositories/query-methods-details.adoc#repositories.special-parameters[Paging, Iterating Large Results, Sorting & Limiting]`".
[[repositories.query-methods.query-property-expressions]]
== Property Expressions

Loading…
Cancel
Save