Skip to content

Conversation

@Shinde-nutan
Copy link

@Shinde-nutan Shinde-nutan commented Mar 27, 2025

Related: #654

Overview
This MR introduces enhancements to EntityDynamicViewImpl, improving its flexibility in handling complex query structures. The goal is to make dynamic views more powerful by supporting conditional joins, sub-selects, and potential future improvements.

Key Enhancements
✅ Conditional Joins Support

Added the ability to define custom join conditions when adding member entities.

This allows more control over how entities are joined dynamically.

✅ Sub-Select (Nested Query) Support

Enabled the use of static views as member entities in dynamic views.

This allows for sub-select queries, improving query reusability and efficiency.

nutan shinde added 3 commits March 22, 2025 17:13
…lects

Added functionality to include conditions while joining member entities in a dynamic view.
- Allowed specifying entity conditions using  in .
- Enabled sub-select support for member entities, similar to static views.

Changelog: Added
@Shinde-nutan Shinde-nutan marked this pull request as draft March 27, 2025 14:02
@Shinde-nutan Shinde-nutan marked this pull request as ready for review May 2, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant