Hi,
I have spent a couple of hours finding solution online but in vain. Please help.
Article.java
Each Article has 3 images in Image table and hence I am CORRECTLY getting 3 rows. I want to filter records to match criteria "where Image.IMG_NAME like ("%_0.jpg")". You can see I tried using both "WhereJoinTable" and "FilterJoinTable" but it is not working.
Query I can see on the console is,
This is a correct behavior but I want to add 'where' clause to get only one record (with image name ending with "_0.jpg").
Tables,
It is just not working. Please suggest. Let me know if are more details are needed...