Uses of Interface
org.eclipse.jpt.core.context.CollectionMapping

Packages that use CollectionMapping
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context   
org.eclipse.jpt.core.jpa2.context.java   
org.eclipse.jpt.core.jpa2.context.orm   
org.eclipse.jpt.eclipselink.core.context   
org.eclipse.jpt.eclipselink.core.v2_0.context   
 

Uses of CollectionMapping in org.eclipse.jpt.core.context
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.core.context
 interface ManyToManyMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface MultiRelationshipMapping
          Multi-valued (1:m, m:m) relationship mapping.
 interface OneToManyMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of CollectionMapping in org.eclipse.jpt.core.context.java
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.core.context.java
 interface JavaManyToManyMapping
          The java representation of a ManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaMultiRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToManyMapping
          The java representation of a OneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.context.java with parameters of type CollectionMapping
 java.lang.String JavaPersistentAttribute.JpaContainer.getMetamodelContainerFieldMapKeyTypeName(CollectionMapping mapping)
           
 java.lang.String JavaPersistentAttribute.JpaContainer.Null.getMetamodelContainerFieldMapKeyTypeName(CollectionMapping mapping)
           
 

Uses of CollectionMapping in org.eclipse.jpt.core.context.orm
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.core.context.orm
 interface OrmManyToManyMapping
          The orm.xml representation of a ManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmMultiRelationshipMapping
          ORM multi-valued (1:m, m:m) relationship mapping.
 interface OrmOneToManyMapping
          The orm.xml representation of a OneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of CollectionMapping in org.eclipse.jpt.core.jpa2.context
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.core.jpa2.context
 interface CollectionMapping2_0
          1:m, m:m, element collection are all collection mappings.
 interface ElementCollectionMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ManyToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of CollectionMapping in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.core.jpa2.context.java
 interface JavaCollectionMapping2_0
          1:m, m:m, element collection are all collection mappings.
 interface JavaElementCollectionMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaManyToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of CollectionMapping in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmCollectionMapping2_0
          1:m, m:m, element collection are all collection mappings.
 interface OrmElementCollectionMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of CollectionMapping in org.eclipse.jpt.eclipselink.core.context
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.eclipselink.core.context
 interface EclipseLinkOneToManyMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of CollectionMapping in org.eclipse.jpt.eclipselink.core.v2_0.context
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.eclipselink.core.v2_0.context
 interface EclipseLinkElementCollectionMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkOneToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.