In Java, with JPA and EclipseLink. Lets say I have 3 tables: Supplier, Order and Customer

I want to get all customers that have an order by said supplier

Say suppliers and customers are not...