Uses of Interface
javax.persistence.criteria.Path

Packages that use Path
javax.persistence.criteria   
 

Uses of Path in javax.persistence.criteria
 

Subinterfaces of Path in javax.persistence.criteria
 interface CollectionJoin<Z,E>
           
 interface From<Z,X>
           
 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 Path
<Y> Path<Y>
Path.get(SingularAttribute<? super X,Y> attribute)
           
<Y> Path<Y>
Path.get(String attributeName)
           
 Path<?> Path.getParentPath()
           
 Path<K> MapJoin.key()
           
 Path<V> MapJoin.value()
           
 



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