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 classCollectionJoinImpl<Z,E>Implementation of JPA2 Criteria "CollectionJoin".classFetchImpl<Z,X>Implementation of JPA Criteria "Fetch".classFromImpl<Z,X>Implementation of JPA2 Criteria "From".classJoinImpl<Z,X>Implementation of JPA2 Criteria "Join".classListJoinImpl<Z,E>Implementation of JPA2 Criteria "ListJoin".classMapJoinImpl<Z,K,V>Implementation of JPA2 Criteria "MapJoin".classPluralJoinImpl<Z,C,E>Implementation of JPA2 Criteria "PluralJoin".classRootImpl<X>Implementation of JPA2 Criteria "Root".classSetJoinImpl<Z,E>Implementation of JPA2 Criteria "SetJoin".classTreatPathImplTreated (cast) form of a Path (in a WHERE clause).classTreatRootImplTreated (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. parentConstructors 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)
-