From 09f3ceeb8219f6778e02c7e9238b152cc3bd0885 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 20 Oct 2023 10:12:02 +0200 Subject: [PATCH] Polishing. See #650 --- src/main/antora/modules/ROOT/pages/jdbc/query-methods.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/antora/modules/ROOT/pages/jdbc/query-methods.adoc b/src/main/antora/modules/ROOT/pages/jdbc/query-methods.adoc index 6cbe2587..8e362100 100644 --- a/src/main/antora/modules/ROOT/pages/jdbc/query-methods.adoc +++ b/src/main/antora/modules/ROOT/pages/jdbc/query-methods.adoc @@ -188,6 +188,9 @@ Named queries are expected to be provided in the property file `META-INF/jdbc-na The location of that file may be changed by setting a value to `@EnableJdbcRepositories.namedQueriesLocation`. +[[jdbc.query-methods.customizing-query-methods]] +=== Customizing Query Methods + [[jdbc.query-methods.at-query.streaming-results]] === Streaming Results