Posts by Faris Saleh Ahmad • 1 point
2 posts
-
-4
votes1
answer29
viewsA: JPA Speciffication - Filter entity list
I found the solution. Use "root.fetch" fetch will force JPA to perform the query that fetches the tasks along with the query that fetches the requests, so the two will pass through the filter…
-
-2
votes1
answer29
viewsQ: JPA Speciffication - Filter entity list
I have a "Request" entity with a task list (another entity) and need to use speciffication to filter the requested entity and the nested task list. Example: Select * Order where tarrefa.finalizada =…