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

All Superinterfaces:
Attribute<X,Collection<E>>, Bindable<E>, PluralAttribute<X,Collection<E>,E>

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


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 © 2003-2011 The Apache Software Foundation. All Rights Reserved.