|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
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()
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |