Skip to content

Conversation

schauder
Copy link
Contributor

@schauder schauder commented Jan 8, 2025

No description provided.

@schauder schauder force-pushed the issue/qbe-documentation branch from a28eab4 to d273e9f Compare January 8, 2025 08:32
schauder added a commit that referenced this pull request Jan 8, 2025
Original pull request #3226
@schauder schauder requested a review from mp911de January 8, 2025 08:32
Query by Example also has several limitations:

* No support for nested or grouped property constraints, such as `firstname = ?0 or (firstname = ?1 and lastname = ?2)`.
* No support for matching collections or maps.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This limitation only applies to JPA and JDBC. MongoDB does not have this limitation. We could make the bullet point conditional to switch it on/off as needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, will do so.

Adds a configurable limitation about collection support in Query By Example.

Original pull request #1969
@schauder schauder force-pushed the issue/qbe-documentation branch from d273e9f to 99be8a8 Compare January 9, 2025 11:56
schauder added a commit to spring-projects/spring-data-relational that referenced this pull request Jan 9, 2025
schauder added a commit to spring-projects/spring-data-jpa that referenced this pull request Jan 9, 2025
@mp911de mp911de added the type: documentation A documentation update label Jan 10, 2025
@mp911de mp911de added this to the 3.3.8 (2024.0.8) milestone Jan 10, 2025
mp911de pushed a commit that referenced this pull request Jan 10, 2025
Adds a configurable limitation about collection support in Query By Example.

Closes: #3226
mp911de pushed a commit that referenced this pull request Jan 10, 2025
Adds a configurable limitation about collection support in Query By Example.

Closes: #3226
@mp911de mp911de self-assigned this Jan 10, 2025
@mp911de mp911de closed this in 42f6024 Jan 10, 2025
@mp911de mp911de deleted the issue/qbe-documentation branch September 25, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants