Uses of Interface
javax.persistence.criteria.Path
-
Packages that use Path Package Description javax.persistence.criteria -
-
Uses of Path in javax.persistence.criteria
Subinterfaces of Path in javax.persistence.criteria Modifier and Type Interface Description 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 Modifier and Type Method Description <Y> Path<Y>
Path. get(java.lang.String attributeName)
<Y> Path<Y>
Path. get(SingularAttribute<? super X,Y> attribute)
Path<?>
Path. getParentPath()
Path<K>
MapJoin. key()
Path<V>
MapJoin. value()
-