JPA Method
in javax.persistence.criteria.From

From<Z,X> getCorrelationParent()


Returns the parent From object from which the correlated From object has been obtained through correlation (use of a Subquery correlate method).
Return:
the parent of the correlated From object
Throws:
IllegalStateException - if the From object has not been obtained through correlation
Since:
JPA 2.0