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).public abstract static class Members.PluralAttributeImpl<X,C,E> extends Members.Member<X,C> implements javax.persistence.metamodel.PluralAttribute<X,C,E>
javax.persistence.metamodel.PluralAttribute.CollectionType
fmd, owner
Constructor and Description |
---|
PluralAttributeImpl(AbstractManagedType<X> owner,
FieldMetaData fmd) |
Modifier and Type | Method and Description |
---|---|
Class<E> |
getBindableJavaType()
Returns the bindable Java type of this attribute.
|
javax.persistence.metamodel.Bindable.BindableType |
getBindableType()
Returns the bindable category of this attribute.
|
javax.persistence.metamodel.Type<E> |
getElementType()
Returns the type representing the element type of the collection.
|
javax.persistence.metamodel.Attribute.PersistentAttributeType |
getPersistentAttributeType()
Returns the persistent category for the attribute.
|
compareTo, getDeclaringType, getJavaMember, getJavaType, getName, getType, isAssociation, isCollection, toString
public PluralAttributeImpl(AbstractManagedType<X> owner, FieldMetaData fmd)
public final javax.persistence.metamodel.Type<E> getElementType()
public final javax.persistence.metamodel.Bindable.BindableType getBindableType()
getBindableType
in interface javax.persistence.metamodel.Bindable<E>
public Class<E> getBindableJavaType()
getBindableJavaType
in interface javax.persistence.metamodel.Bindable<E>
public javax.persistence.metamodel.Attribute.PersistentAttributeType getPersistentAttributeType()
Members.Member
getPersistentAttributeType
in interface javax.persistence.metamodel.Attribute<X,C>
getPersistentAttributeType
in class Members.Member<X,C>
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.