org.apache.openjpa.persistence.meta
Class Members.KeyAttributeImpl<X,K>
java.lang.Object
org.apache.openjpa.persistence.meta.Members.Member<X,C>
org.apache.openjpa.persistence.meta.Members.PluralAttributeImpl<X,Set<E>,E>
org.apache.openjpa.persistence.meta.Members.SetAttributeImpl<X,K>
org.apache.openjpa.persistence.meta.Members.KeyAttributeImpl<X,K>
- Type Parameters:
X
- the declaring type of the original java.util.Map<K,V> attributeK
- the type of the key of the original java.util.Map<K,V> attribute
- All Implemented Interfaces:
- Comparable<Members.Member<X,Set<K>>>, Attribute<X,Set<K>>, Bindable<K>, PluralAttribute<X,Set<K>,K>, SetAttribute<X,K>
- Enclosing class:
- Members
public static class Members.KeyAttributeImpl<X,K>
- extends Members.SetAttributeImpl<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>.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Members.KeyAttributeImpl
public Members.KeyAttributeImpl(AbstractManagedType<X> owner,
FieldMetaData fmd)
getBindableJavaType
public Class<K> getBindableJavaType()
- Description copied from class:
Members.PluralAttributeImpl
- Returns the bindable Java type of this attribute.
For PLURAL_ATTRIBUTE, the Java element type is returned.
- Specified by:
getBindableJavaType
in interface Bindable<K>
- Overrides:
getBindableJavaType
in class Members.PluralAttributeImpl<X,Set<K>,K>
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.