Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Replace self xrefs to <<…>> self reference syntax.

See #2912
  • Loading branch information
mp911de committed Sep 7, 2023
1 parent 08df228 commit 36d18da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/antora/modules/ROOT/pages/query-by-example.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<query-by-example.matchers,`ExampleMatcher` ignores the property path>>.

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 <<query-by-example.matchers,`ExampleMatcher`>>. `Example` is immutable.
The following listing shows a simple Example:

.Simple Example
Expand Down

0 comments on commit 36d18da

Please sign in to comment.