Mechanism typical to ORM frameworks that allows the creation of queries against a database in a dynamic and object-oriented fashion.
I’m using JPA 2.1 and Hibernate 4.3.6.Final. I’m trying to use CriteriaBuilder to write a left outer join with …