From 36d18da16f9b6f8f8dee4b54d817e1c72e8eddc1 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 7 Sep 2023 11:13:11 +0200 Subject: [PATCH] Polishing. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace self xrefs to <<…>> self reference syntax. See #2912 --- src/main/antora/modules/ROOT/pages/query-by-example.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/antora/modules/ROOT/pages/query-by-example.adoc b/src/main/antora/modules/ROOT/pages/query-by-example.adoc index a95b66804..a0f0e29d9 100644 --- a/src/main/antora/modules/ROOT/pages/query-by-example.adoc +++ b/src/main/antora/modules/ROOT/pages/query-by-example.adoc @@ -57,9 +57,9 @@ You can use it to create an `Example`. By default, fields having `null` values are ignored, and strings are matched by using the store specific defaults. NOTE: Inclusion of properties into a Query by Example criteria is based on nullability. -Properties using primitive types (`int`, `double`, …) are always included unless the xref:query-by-example.adoc#query-by-example.matchers[`ExampleMatcher` ignores the property path]. +Properties using primitive types (`int`, `double`, …) are always included unless the <>. -Examples can be built by either using the `of` factory method or by using xref:query-by-example.adoc#query-by-example.matchers[`ExampleMatcher`]. `Example` is immutable. +Examples can be built by either using the `of` factory method or by using <>. `Example` is immutable. The following listing shows a simple Example: .Simple Example