Ignore collection like attributes for query by example.

Collection valued attributes now get ignored.
Before RelationalExampleMapper tried to generate predicates for these, resulting in invalid SQL.

Closes #1969
This commit is contained in:
Jens Schauder
2025-01-06 12:50:57 +01:00
committed by Mark Paluch
parent feb630abfa
commit ece981f9f1
3 changed files with 56 additions and 99 deletions

View File

@@ -1,3 +1,4 @@
:support-qbe-collection: false
include::{commons}@data-commons::query-by-example.adoc[]
Here's an example: