Jakarta Persistence (JPA) Method

SetJoin<X,Y> correlate(
  SetJoin<X,Y> parentSet
)


Create a subquery set join object correlated to a set join object of the enclosing query.
Parameters:
parentSet - join object of the containing query
Returns:
subquery join.
Since:
Jakarta Persistence (JPA) 1.0