isCorrelated() - JPA From's method
Method
javax.persistence.criteria.From
boolean isCorrelated()
From
object has been obtained as a result of correlation (use of a
Subquery
correlate
method).
- Returns:
- boolean indicating whether the object has been obtained through correlation
- Since:
- JPA 2.0