Filter Entity View Based on CTE results #1773
Replies: 2 comments 11 replies
-
You could add |
Beta Was this translation helpful? Give feedback.
-
You could just ignore/filter out |
Beta Was this translation helpful? Give feedback.
-
To follow up on the question in #1769 (reply in thread) and the answer, I suppose @beikov is right about the left join and where condition making the same impact.
So let's say, I have entity view like:
In the entity view repository we have a method:
List<LimitedPartnerView> findAll(EntityViewSettingProcessor<LimitedPartnerView> processor);
Service method:
How should I add the
where
clause which limits the results based on CTE?Beta Was this translation helpful? Give feedback.
All reactions