javax.persistence.metamodel
Interface CollectionAttribute<X,E>

Type Parameters:
X - The type the represented Collection belongs to
E - The element type of the represented Collection
All Superinterfaces:
Attribute<X,Collection<E>>, Bindable<E>, PluralAttribute<X,Collection<E>,E>

public interface CollectionAttribute<X,E>
extends PluralAttribute<X,Collection<E>,E>

Instances of the type CollectionAttribute represent persistent javax.util.Collection-valued attributes.

Since:
JPA 2.0 version.
Author:
Florent Benoit
See Also:
JPA 2.0 specification

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.persistence.metamodel.PluralAttribute
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
 
Methods inherited from interface javax.persistence.metamodel.PluralAttribute
getCollectionType, getElementType
 
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
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.