Uses of Class
org.apache.openjpa.persistence.meta.Members.PluralAttributeImpl
-
Packages that use Members.PluralAttributeImpl Package Description org.apache.openjpa.persistence.meta OpenJPA MetaModel -
-
Uses of Members.PluralAttributeImpl in org.apache.openjpa.persistence.meta
Subclasses of Members.PluralAttributeImpl in org.apache.openjpa.persistence.meta Modifier and Type Class Description static classMembers.CollectionAttributeImpl<X,E>Represents attributes declared as java.util.Collection<E>.static classMembers.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 classMembers.ListAttributeImpl<X,E>Represents attributes declared as java.util.List<E>.static classMembers.MapAttributeImpl<X,K,V>Represents attributes declared as java.util.Map<K,V> in managed type <X>.static classMembers.SetAttributeImpl<X,E>Represents attributes declared as java.util.Set<E>.
-