Uses of Class
org.datanucleus.api.jakarta.criteria.PathImpl
-
Packages that use PathImpl Package Description org.datanucleus.api.jakarta.criteria Package providing an implementation of the Jakarta Persistence "criteria query" API. -
-
Uses of PathImpl in org.datanucleus.api.jakarta.criteria
Subclasses of PathImpl in org.datanucleus.api.jakarta.criteria Modifier and Type Class Description class
CollectionJoinImpl<Z,E>
Implementation of Jakarta Persistence Criteria "CollectionJoin".class
FetchImpl<Z,X>
Implementation of Jakarta Persistence Criteria "Fetch".class
FromImpl<Z,X>
Implementation of Jakarta Persistence Criteria "From".class
JoinImpl<Z,X>
Implementation of Jakarta Persistence Criteria "Join".class
ListJoinImpl<Z,E>
Implementation of Jakarta Persistence Criteria "ListJoin".class
MapJoinImpl<Z,K,V>
Implementation of Jakarta Persistence Criteria "MapJoin".class
PluralJoinImpl<Z,C,E>
Implementation of Jakarta Persistence Criteria "PluralJoin".class
RootImpl<X>
Implementation of Jakarta Persistence Criteria "Root".class
SetJoinImpl<Z,E>
Implementation of Jakarta Persistence 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.jakarta.criteria declared as PathImpl Modifier and Type Field Description protected PathImpl<?,Z>
PathImpl. parent
Constructors in org.datanucleus.api.jakarta.criteria with parameters of type PathImpl Constructor Description FetchImpl(CriteriaBuilderImpl cb, PathImpl<?,Z> parent, AttributeImpl<? super Z,X> attr, jakarta.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)
-