Open creoludifico opened 8 months ago
@creoludifico Did you find any solution for this?
If filters on joined entities are not possible the whole framework doesn't really make sense for enterprise applications.
+1
The same problem here. Does anyone have a solution?
Hi
I've not found any example on how to filter a entity based on some value inside a sub entity.
Assume this is my MainEntity
And this is some service where i'm trying to filter on the subentity
Is this possible in JpaStreamer? I know it's possible in Entity Framework and LINQ from C# ;)