Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmCollectionMapping

Packages that use OrmCollectionMapping
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

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

Subinterfaces of OrmCollectionMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManyToManyMapping
          orm.xml m:m mapping
 interface OrmMultiRelationshipMapping
          orm.xml multi-valued (1:m, m:m) relationship mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping
 

Uses of OrmCollectionMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of OrmCollectionMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmCollectionMapping2_0
          orm.xml collection mapping (e.g.
 interface OrmElementCollectionMapping2_0
          orm.xml element collection mapping
 interface OrmManyToManyMapping2_0
          JPA 2.0 orm.xml m:m mapping
 interface OrmOneToManyMapping2_0
          JPA 2.0 orm.xml 1:m mapping