Uses of Class
org.datanucleus.api.jpa.criteria.PathImpl
-
Packages that use PathImpl Package Description org.datanucleus.api.jpa.criteria Package providing an implementation of the JPA2 "criteria query" API. -
-
Uses of PathImpl in org.datanucleus.api.jpa.criteria
Subclasses of PathImpl in org.datanucleus.api.jpa.criteria Modifier and Type Class Description class
CollectionJoinImpl<Z,E>
Implementation of JPA2 Criteria "CollectionJoin".class
FetchImpl<Z,X>
Implementation of JPA Criteria "Fetch".class
FromImpl<Z,X>
Implementation of JPA2 Criteria "From".class
JoinImpl<Z,X>
Implementation of JPA2 Criteria "Join".class
ListJoinImpl<Z,E>
Implementation of JPA2 Criteria "ListJoin".class
MapJoinImpl<Z,K,V>
Implementation of JPA2 Criteria "MapJoin".class
PluralJoinImpl<Z,C,E>
Implementation of JPA2 Criteria "PluralJoin".class
RootImpl<X>
Implementation of JPA2 Criteria "Root".class
SetJoinImpl<Z,E>
Implementation of JPA2 Criteria "SetJoin".class
TreatPathImpl
Treated (cast) form of a Path (in a WHERE clause).class
TreatRootImpl
Treated (cast) form of a Root (in a WHERE clause).Fields in org.datanucleus.api.jpa.criteria declared as PathImpl Modifier and Type Field Description protected PathImpl<?,Z>
PathImpl. parent
Constructors in org.datanucleus.api.jpa.criteria with parameters of type PathImpl Constructor Description FetchImpl(CriteriaBuilderImpl cb, PathImpl<?,Z> parent, AttributeImpl<? super Z,X> attr, javax.persistence.criteria.JoinType joinType)
Constructor for a fetch join to an entity.FromImpl(CriteriaBuilderImpl cb, PathImpl<?,Z> parent, AttributeImpl<? super Z,?> type)
PathImpl(CriteriaBuilderImpl cb, PathImpl<?,Z> parent, AttributeImpl<? super Z,?> attr, Class<X> cls)
TreatPathImpl(CriteriaBuilderImpl cb, PathImpl path, Class cls)
-