Jakarta Persistence (JPA) Method
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
- Returns:
- subquery join.
- Since:
- Jakarta Persistence (JPA) 1.0