Skip to content

Commit 25a01df

Browse files
committed
Document Query by Example does not support regex matching.
Closes #3391
1 parent 57d83cb commit 25a01df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/antora/modules/ROOT/pages/repositories/query-by-example.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ The following table shows the various `StringMatcher` options that you can use a
6363
| `LOWER(firstname) like '%' + LOWER(?0) + '%'`
6464

6565
|===
66+
67+
NOTE: Regex-matching is not supported by JPA.

0 commit comments

Comments
 (0)