Browse Source

DATACMNS-1187 - Fixed broken links in reference documentation.

Fix link to ExampleMatcher. Removed reference to non-existing section Query by Example Execution.

Original pull request: #252.
pull/271/head
Nicolas Mervaillie 8 years ago committed by Oliver Gierke
parent
commit
ec0c339e36
  1. 4
      src/main/asciidoc/query-by-example.adoc

4
src/main/asciidoc/query-by-example.adoc

@ -49,7 +49,7 @@ public class Person { @@ -49,7 +49,7 @@ public class Person {
----
====
This is a simple domain object. You can use it to create an `Example`. By default, fields having `null` values are ignored, and strings are matched using the store specific defaults. Examples can be built by either using the `of` factory method or by using <<query-by-example.matcher,`ExampleMatcher`>>. `Example` is immutable.
This is a simple domain object. You can use it to create an `Example`. By default, fields having `null` values are ignored, and strings are matched using the store specific defaults. Examples can be built by either using the `of` factory method or by using <<query-by-example.matchers,`ExampleMatcher`>>. `Example` is immutable.
.Simple Example
====
@ -82,8 +82,6 @@ public interface QueryByExampleExecutor<T> { @@ -82,8 +82,6 @@ public interface QueryByExampleExecutor<T> {
----
====
You can read more about <<query-by-example.execution, Query by Example Execution>> below.
[[query-by-example.matchers]]
== Example matchers

Loading…
Cancel
Save