X - 表されるコレクションが属する型C - 表されるコレクションの型E - 表されるコレクションの要素の型public interface PluralAttribute<X,C,E> extends Attribute<X,C>, Bindable<E>
PluralAttribute型のインスタンスは永続化されたコレクションの値の属性を表します。| 修飾子とタイプ | インタフェースと説明 |
|---|---|
static class |
PluralAttribute.CollectionType |
Attribute.PersistentAttributeTypeBindable.BindableType| 修飾子とタイプ | メソッドと説明 |
|---|---|
PluralAttribute.CollectionType |
getCollectionType()
コレクションの型を返します。
|
Type<E> |
getElementType()
コレクションの要素型を表す型を返します。
|
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollectiongetBindableJavaType, getBindableTypePluralAttribute.CollectionType getCollectionType()
Translated by @megascus.