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>
           
 interface Join<Z,X>
           
 interface ListJoin<Z,E>
           
 interface MapJoin<Z,K,V>
           
 interface PluralJoin<Z,C,E>
           
 interface Root<X>
           
 interface SetJoin<Z,E>
           
 

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



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.