|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
X
- The type the represented collection belongs toC
- The type of the represented collectionE
- The element type of the represented collectionpublic interface PluralAttribute<X,C,E>
Instances of the type PluralAttribute
represent
persistent collection-valued attributes.
Nested Class Summary | |
---|---|
static class |
PluralAttribute.CollectionType
|
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute |
---|
Attribute.PersistentAttributeType |
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable |
---|
Bindable.BindableType |
Method Summary | |
---|---|
PluralAttribute.CollectionType |
getCollectionType()
Return the collection type. |
Type<E> |
getElementType()
Return the type representing the element type of the collection. |
Methods inherited from interface javax.persistence.metamodel.Attribute |
---|
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection |
Methods inherited from interface javax.persistence.metamodel.Bindable |
---|
getBindableJavaType, getBindableType |
Method Detail |
---|
PluralAttribute.CollectionType getCollectionType()
Type<E> getElementType()
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |