getCorrelationParent() - JPA From's method
Method 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). - Returns:
- the parent of the correlated From object
- Throws:
-
IllegalStateException
- if the From object has not been obtained through correlation
- Since:
- JPA 2.0