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