Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/main/antora/modules/ROOT/pages/jpa/faq.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[[faq]]
[appendix]
[[frequently-asked-questions]]
[[faq]]
= Frequently Asked Questions

[[faq.common]]
Expand Down
3 changes: 1 addition & 2 deletions src/main/antora/modules/ROOT/pages/jpa/glossary.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[[glossary]]
[appendix, glossary]
[glossary]
[[glossary]]
= Glossary
:page-section-summary-toc: 1
Expand Down
3 changes: 1 addition & 2 deletions src/main/antora/modules/ROOT/pages/jpa/query-methods.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ Depending on what you're doing with your `QueryRewriter`, it may be advisable to
NOTE: In a CDI-based environment, Spring Data JPA will search the `BeanManager` for instances of your implementation of
`QueryRewriter`.

[[jpa.query-methods.at-query.projections]]
[[jpa.query-methods.sorting]]
== Using Sort

Expand Down Expand Up @@ -410,7 +409,7 @@ Throws Exception.
* When used with derived Queries or String-based Queries, the order string is appended to the query.
* When used with Query by Example or Specifications (that use `CriteriaQuery`), order expressions are parsed and added to the `CriteriaQuery` as expressions.
Query expressions can contain function calls, various clauses (such as `CASE WHEN`, arithmetic expressions) or property paths.
Order translation does not support subquery expressions, `TREAT` and `CAST`.`
Order translation does not support subquery expressions, `TREAT` and `CAST`.

[[jpa.query-methods.paging]]

Expand Down
Loading