Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of CollectionMapping in org.eclipse.jpt.jpa.core.context
 interface ManyToManyMapping
          JPA m:m mapping 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 relationship (1:m, m:m) mapping.
 interface OneToManyMapping
          JPA 1:m mapping 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.jpa.core.context.java
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.jpa.core.context.java
 interface JavaManyToManyMapping
          Java m:m mapping 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
          Java 1:m mapping 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.jpa.core.context.java with parameters of type CollectionMapping
 String JavaSpecifiedPersistentAttribute.JpaContainerDefinition.getMetamodelContainerFieldMapKeyTypeName(CollectionMapping mapping)
           
 String JavaSpecifiedPersistentAttribute.JpaContainerDefinition.Null.getMetamodelContainerFieldMapKeyTypeName(CollectionMapping mapping)
           
 

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

Subinterfaces of CollectionMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManyToManyMapping
          orm.xml m:m mapping 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.xml multi-valued relationship (1:m, m:m) mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping 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.jpa.core.jpa2.context
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.jpa.core.jpa2.context
 interface CollectionMapping2_0
          JPA 2.0 collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ElementCollectionMapping2_0
          JPA 2.0 element collection mapping 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
          JPA 2.0 m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface MultiRelationshipMapping2_0
          JPA 2.0 multi relationship (m:m, 1:m) mapping 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
          JPA 2.0 1:m mapping 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.jpa.core.jpa2.context.java
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaCollectionMapping2_0
          Java collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaElementCollectionMapping2_0
          Java element collection mapping 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.jpa.core.jpa2.context.orm
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmCollectionMapping2_0
          orm.xml collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmElementCollectionMapping2_0
          orm.xml element collection mapping 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.jpa.eclipselink.core.context
 

Subinterfaces of CollectionMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkElementCollectionMapping2_0
          EclipseLink element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkManyToManyMapping
          EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping.
 interface EclipseLinkManyToManyMapping2_0
          EclipseLink ID mapping 2.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 EclipseLinkOneToManyMapping
          EclipseLink 1:m mapping 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
          EclipseLink 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.