X
- The type the represented collection belongs toC
- The type of the represented collectionE
- The element type of the represented collectionCollectionAttribute<X,E>
, ListAttribute<X,E>
, MapAttribute<X,K,V>
, SetAttribute<X,E>
public interface PluralAttribute<X,C,E> extends Attribute<X,C>, Bindable<E>
PluralAttribute
represent
persistent collection-valued attributes.Modifier and Type | Interface | Description |
---|---|---|
static class |
PluralAttribute.CollectionType |
Attribute.PersistentAttributeType
Bindable.BindableType
Modifier and Type | Method | Description |
---|---|---|
PluralAttribute.CollectionType |
getCollectionType() |
Return the collection type.
|
Type<E> |
getElementType() |
Return the type representing the element type of the
collection.
|
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
getBindableJavaType, getBindableType
PluralAttribute.CollectionType getCollectionType()
Copyright © 2018. All rights reserved.