Monday, September 29, 2014

JPA Criteria API

When you join a table with JoinType.LEFT and join another to that one, you may need to use JoinType.LEFT again, even when there should be a record in the third table for each record in the second table.

Why?