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

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

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

Subclasses of FromImpl in org.apache.openjpa.persistence.criteria
(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.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.
 

Methods in org.apache.openjpa.persistence.criteria that return FromImpl
(package private) static FromImpl Joins.getMembers(PathImpl join, List<Members.Member> members, List<JoinType> jts)
           
 FromImpl<?,Z> Joins.SingularJoin.getParent()
           
 FromImpl<?,Z> Joins.AbstractCollection.getParent()
          Gets the parent of this join.
 

Methods in org.apache.openjpa.persistence.criteria with parameters of type FromImpl
(package private) static Join<?,?> Joins.makeJoin(FromImpl<?,?> from, Members.Member member, JoinType jt)
           
 

Constructors in org.apache.openjpa.persistence.criteria with parameters of type FromImpl
Joins.AbstractCollection(FromImpl<?,Z> from, Members.PluralAttributeImpl<? super Z,C,E> member, JoinType jt)
           
Joins.Collection(FromImpl<?,Z> parent, Members.CollectionAttributeImpl<? super Z,E> member, JoinType jt)
           
Joins.KeyJoin(FromImpl<?,Map<K,V>> parent, Members.KeyAttributeImpl<? super Map<K,V>,K> member, JoinType jt)
           
Joins.List(FromImpl<?,Z> parent, Members.ListAttributeImpl<? super Z,E> member, JoinType jt)
           
Joins.Map(FromImpl<?,Z> parent, Members.MapAttributeImpl<? super Z,K,V> member, JoinType jt)
           
Joins.Set(FromImpl<?,Z> parent, Members.SetAttributeImpl<? super Z,E> member, JoinType jt)
           
Joins.SingularJoin(FromImpl<?,Z> from, Members.SingularAttributeImpl<? super Z,X> member, JoinType jt)
           
 



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