Does JPA criteria allow for writing compound queries like below?
I am trying to write a JPA query because the list of columns (what you see in inner query – like name, color, etc) are dynamic.
I am trying to write a JPA query because the list of columns (what you see in inner query – like name, color, etc) are dynamic.