Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refining QBE documentation #3226

Closed
wants to merge 2 commits into from
Closed

Refining QBE documentation #3226

wants to merge 2 commits into from

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
@@ -36,6 +36,7 @@ Query by Example is well suited for several use cases:
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
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.

None yet

2 participants