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 interfaceCollectionJoin<Z,E>interfaceFrom<Z,X>interfaceJoin<Z,X>interfaceListJoin<Z,E>interfaceMapJoin<Z,K,V>interfacePluralJoin<Z,C,E>interfaceRoot<X>interfaceSetJoin<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()
-