diff --git a/src/main/antora/modules/ROOT/pages/jpa/faq.adoc b/src/main/antora/modules/ROOT/pages/jpa/faq.adoc index 7954f35158..04d2a54cca 100644 --- a/src/main/antora/modules/ROOT/pages/jpa/faq.adoc +++ b/src/main/antora/modules/ROOT/pages/jpa/faq.adoc @@ -1,6 +1,5 @@ -[[faq]] [appendix] -[[frequently-asked-questions]] +[[faq]] = Frequently Asked Questions [[faq.common]] diff --git a/src/main/antora/modules/ROOT/pages/jpa/glossary.adoc b/src/main/antora/modules/ROOT/pages/jpa/glossary.adoc index c74c09e214..700442a120 100644 --- a/src/main/antora/modules/ROOT/pages/jpa/glossary.adoc +++ b/src/main/antora/modules/ROOT/pages/jpa/glossary.adoc @@ -1,5 +1,4 @@ -[[glossary]] -[appendix, glossary] +[glossary] [[glossary]] = Glossary :page-section-summary-toc: 1 diff --git a/src/main/antora/modules/ROOT/pages/jpa/query-methods.adoc b/src/main/antora/modules/ROOT/pages/jpa/query-methods.adoc index 9f8f7562b1..4375922999 100644 --- a/src/main/antora/modules/ROOT/pages/jpa/query-methods.adoc +++ b/src/main/antora/modules/ROOT/pages/jpa/query-methods.adoc @@ -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 @@ -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]]