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