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

Packages that use Members.Member
org.apache.openjpa.persistence.meta OpenJPA MetaModel This package provides an implementation of Metamodel API of JPA 2.0 Specification. 
 

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

Subclasses of Members.Member 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.PluralAttributeImpl<X,C,E>
          Root of multi-cardinality attribute.
static class Members.SetAttributeImpl<X,E>
          Represents attributes declared as java.util.Set<E>.
static class Members.SingularAttributeImpl<X,T>
          Represents single-valued persistent attributes.
 

Methods in org.apache.openjpa.persistence.meta with parameters of type Members.Member
 int Members.Member.compareTo(Members.Member<X,Y> o)
           
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.