Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaCollectionMapping

Packages that use JavaCollectionMapping
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.java   
 

Uses of JavaCollectionMapping in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of JavaCollectionMapping in org.eclipse.jpt.jpa.core.context.java
 interface JavaManyToManyMapping
          Java m:m mapping
 interface JavaMultiRelationshipMapping
          Java multi-valued (1:m, m:m) relationship mapping.
 interface JavaOneToManyMapping
          Java 1:m mapping
 

Uses of JavaCollectionMapping in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of JavaCollectionMapping in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaCollectionMapping2_0
          Java collection mapping (e.g.
 interface JavaElementCollectionMapping2_0
          Java element collection mapping
 interface JavaManyToManyMapping2_0
          JPA 2.0 Java m:m mapping
 interface JavaOneToManyMapping2_0
          JPA 2.0 Java 1:m mapping