EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 API Reference

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

Type Parameters:
X - The type the represented Collection belongs to
E - The element type of the represented Collection
All Superinterfaces:
AbstractCollection<X,java.util.Collection<E>,E>, Bindable<E>, Member<X,java.util.Collection<E>>

public interface Collection<X,E>
extends AbstractCollection<X,java.util.Collection<E>,E>

Instances of the type Collection represent persistent Collection-valued attributes.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.persistence.metamodel.AbstractCollection
AbstractCollection.CollectionType, AbstractCollection.Multiplicity
 
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable
Bindable.BindableType
 
Method Summary
 
Methods inherited from interface javax.persistence.metamodel.AbstractCollection
getCollectionType, getElementType, getMultiplicity
 
Methods inherited from interface javax.persistence.metamodel.Member
getDeclaringType, getJavaMember, getMemberJavaType, getName, isAssociation, isCollection
 
Methods inherited from interface javax.persistence.metamodel.Bindable
getBindableType, getJavaType
 


EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 API Reference