Uses of Class
org.apache.openjpa.persistence.meta.Members.PluralAttributeImpl

Packages that use Members.PluralAttributeImpl
org.apache.openjpa.persistence.criteria OpenJPA Criteria Query 
org.apache.openjpa.persistence.meta OpenJPA MetaModel 
 

Uses of Members.PluralAttributeImpl in org.apache.openjpa.persistence.criteria
 

Constructors in org.apache.openjpa.persistence.criteria with parameters of type Members.PluralAttributeImpl
Joins.AbstractCollection(FromImpl<?,Z> from, Members.PluralAttributeImpl<? super Z,C,E> member, JoinType jt)
           
 

Uses of Members.PluralAttributeImpl in org.apache.openjpa.persistence.meta
 

Subclasses of Members.PluralAttributeImpl in org.apache.openjpa.persistence.meta
static class Members.CollectionAttributeImpl<X,E>
          Represents attributes declared as java.util.Collection<E>.
static class Members.KeyAttributeImpl<X,K>
          Represents the keys of java.util.Map<K,V> in managed type <X> as a pseudo-attribute of type java.util.Set<K>.
static class Members.ListAttributeImpl<X,E>
          Represents attributes declared as java.util.List<E>.
static class Members.MapAttributeImpl<X,K,V>
          Represents attributes declared as java.util.Map<K,V> in managed type <X>.
static class Members.SetAttributeImpl<X,E>
          Represents attributes declared as java.util.Set<E>.
 



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