Class Members.PluralAttributeImpl<X,C,E>
java.lang.Object
org.apache.openjpa.persistence.meta.Members.Member<X,C>
org.apache.openjpa.persistence.meta.Members.PluralAttributeImpl<X,C,E>
- Type Parameters:
X- the type that owns this memberC- the container type that holds this member (e.g. java.util.Set<Employee>)E- the type of the element held by this member (e.g. Employee).
- All Implemented Interfaces:
jakarta.persistence.metamodel.Attribute<X,,C> jakarta.persistence.metamodel.Bindable<E>,jakarta.persistence.metamodel.PluralAttribute<X,,C, E> Comparable<Members.Member<X,C>>
- Direct Known Subclasses:
Members.CollectionAttributeImpl,Members.ListAttributeImpl,Members.MapAttributeImpl,Members.SetAttributeImpl
- Enclosing class:
- Members
public abstract static class Members.PluralAttributeImpl<X,C,E>
extends Members.Member<X,C>
implements jakarta.persistence.metamodel.PluralAttribute<X,C,E>
Root of multi-cardinality attribute.
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Attribute
jakarta.persistence.metamodel.Attribute.PersistentAttributeTypeNested classes/interfaces inherited from interface jakarta.persistence.metamodel.Bindable
jakarta.persistence.metamodel.Bindable.BindableTypeNested classes/interfaces inherited from interface jakarta.persistence.metamodel.PluralAttribute
jakarta.persistence.metamodel.PluralAttribute.CollectionType -
Field Summary
Fields inherited from class org.apache.openjpa.persistence.meta.Members.Member
fmd, owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the bindable Java type of this attribute.final jakarta.persistence.metamodel.Bindable.BindableTypeReturns the bindable category of this attribute.final jakarta.persistence.metamodel.Type<E>Returns the type representing the element type of the collection.jakarta.persistence.metamodel.Attribute.PersistentAttributeTypeReturns the persistent category for the attribute.Methods inherited from class org.apache.openjpa.persistence.meta.Members.Member
compareTo, getDeclaringType, getJavaMember, getJavaType, getName, getType, isAssociation, isCollection, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.persistence.metamodel.Attribute
getDeclaringType, getJavaMember, getJavaType, getName, isAssociation, isCollectionMethods inherited from interface jakarta.persistence.metamodel.PluralAttribute
getCollectionType
-
Constructor Details
-
PluralAttributeImpl
-
-
Method Details
-
getElementType
Returns the type representing the element type of the collection. -
getBindableType
public final jakarta.persistence.metamodel.Bindable.BindableType getBindableType()Returns the bindable category of this attribute.- Specified by:
getBindableTypein interfacejakarta.persistence.metamodel.Bindable<X>
-
getBindableJavaType
Returns the bindable Java type of this attribute. For PLURAL_ATTRIBUTE, the Java element type is returned.- Specified by:
getBindableJavaTypein interfacejakarta.persistence.metamodel.Bindable<X>
-
getPersistentAttributeType
public jakarta.persistence.metamodel.Attribute.PersistentAttributeType getPersistentAttributeType()Description copied from class:Members.MemberReturns the persistent category for the attribute.- Specified by:
getPersistentAttributeTypein interfacejakarta.persistence.metamodel.Attribute<X,C> - Overrides:
getPersistentAttributeTypein classMembers.Member<X,C>
-