Uses of Class
org.apache.openjpa.persistence.criteria.PathImpl

Packages that use PathImpl
org.apache.openjpa.persistence.criteria OpenJPA Criteria Query 
 

Uses of PathImpl in org.apache.openjpa.persistence.criteria
 

Subclasses of PathImpl in org.apache.openjpa.persistence.criteria
(package private)  class FetchPathImpl<Z,X>
           
(package private)  class FromImpl<Z,X>
          Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
(package private) static class Joins.AbstractCollection<Z,C,E>
          Join a plural attribute.
(package private) static class Joins.Collection<Z,E>
          Join a java.util.Collection<E> type attribute.
(package private) static class Joins.KeyJoin<K,V>
          A specialized join via key of a java.util.Map<K,V> attribute.
(package private) static class Joins.List<Z,E>
          Join a java.util.List<E> type attribute.
(package private) static class Joins.Map<Z,K,V>
          Join a java.util.Map<K,V> type attribute.
(package private) static class Joins.MapKey<Z,K>
           
(package private) static class Joins.Set<Z,E>
          Join a java.util.Set<E> type attribute.
(package private) static class Joins.SingularJoin<Z,X>
          Join a single-valued attribute.
(package private)  class RootImpl<X>
          A root path without a parent.
 

Fields in org.apache.openjpa.persistence.criteria declared as PathImpl
protected  PathImpl<?,Z> PathImpl._parent
           
 

Methods in org.apache.openjpa.persistence.criteria that return PathImpl
 PathImpl<?,?> PathImpl.getCorrelatedJoin(PathImpl<?,?> path)
           
 PathImpl<?,?> PathImpl.getCorrelatedPath()
          Gets the path correlated to this path, if any.
 PathImpl<?,?> PathImpl.getCorrelatedRoot(SubqueryImpl<?> subquery)
           
 PathImpl<?,?> PathImpl.getInnermostParentPath()
          Gets the path that originates this traversal.
 

Methods in org.apache.openjpa.persistence.criteria with parameters of type PathImpl
 PathImpl<?,?> PathImpl.getCorrelatedJoin(PathImpl<?,?> path)
           
protected  Members.Member<?,?> PathImpl.getInnermostMember(PathImpl<?,?> parent, Members.Member<?,?> member)
           
(package private) static FromImpl Joins.getMembers(PathImpl join, List<Members.Member> members, List<JoinType> jts)
           
 void PathImpl.setCorrelatedPath(PathImpl<?,?> correlatedPath)
          Makes this path correlated to the given path.
protected  void PathImpl.traversePath(PathImpl<?,?> parent, Path path, FieldMetaData fmd)
           
 

Constructors in org.apache.openjpa.persistence.criteria with parameters of type PathImpl
Expressions.Type(PathImpl<?,?> path)
           
FromImpl(PathImpl<?,Z> parent, Members.Member<? super Z,?> m, Class<X> x)
           
PathImpl(PathImpl<?,Z> parent, Members.Member<? super Z,?> member, Class<X> cls)
          Create a path from the given non-null parent representing the given non-null member.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.