JPA Method
in javax.persistence.criteria.Subquery

ListJoin<X,Y> correlate(
  ListJoin<X,Y> parentList
)


Create a subquery list join object correlated to a list join object of the enclosing query.
Parameters:
parentList - join object of the containing query
Return:
subquery join
Since:
JPA 2.0