Uses of Interface
javax.persistence.criteria.From

Packages that use From
javax.persistence.criteria   
 

Uses of From in javax.persistence.criteria
 

Subinterfaces of From in javax.persistence.criteria
 interface CollectionJoin<Z,E>
          A join to an entity.
 interface Join<Z,X>
          A join to an entity.
 interface ListJoin<Z,E>
          A join to an entity.
 interface MapJoin<Z,K,V>
          A join to an entity.
 interface PluralJoin<Z,C,E>
          A common join interface to all collection types.
 interface Root<X>
          A root type from a FROM clause.
 interface SetJoin<Z,E>
          A join to an entity.
 

Methods in javax.persistence.criteria that return From
 From<Z,X> From.getCorrelationParent()
           
 From<?,Z> Join.getParent()