I use JPA(JQL) on Glassfish, given these tables as an example below how can I query to get
"All customer rows who has an OrderId of which its shipperID is bigger than 2"
It will be something with a join but couldn't figure out which one and how
This image is taken from w3schools, but represents my situation well.