Uses of Interface
javax.persistence.criteria.From
-
Packages that use From Package Description javax.persistence.criteria -
-
Uses of From in javax.persistence.criteria
Subinterfaces of From in javax.persistence.criteria Modifier and Type Interface Description 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 Modifier and Type Method Description From<Z,X>
From. getCorrelationParent()
From<?,Z>
Join. getParent()
-