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