Jakarta Persistence (JPA) Method
From<Z,X> getCorrelationParent()
Returns the parent
From<Z,X> object from which the correlated From<Z,X> object has been obtained through correlation (use of Subquery.correlate method). - Returns:
- the parent of the correlated
Fromobject.
- Throws:
- if theIllegalStateExceptionFromobject has not been obtained through correlation.
- Since:
- Jakarta Persistence (JPA) 1.0