Uses of Interface
org.eclipse.jpt.jpa.core.jpa2.context.AttributeMapping2_0

Packages that use AttributeMapping2_0
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.v2_0.context   
 

Uses of AttributeMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of AttributeMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context
 interface CollectionMapping2_0
          JPA 2.0 collection mapping (e.g.
 interface ElementCollectionMapping2_0
          JPA 2.0 element collection mapping
 interface EmbeddedIdMapping2_0
          JPA 2.0 embedded ID mapping
 interface EmbeddedMapping2_0
          JPA 2.0 embedded mapping
 interface IdMapping2_0
          JPA 2.0 ID mapping
 interface ManyToManyMapping2_0
          JPA 2.0 m:m mapping
 interface ManyToOneMapping2_0
          JPA 2.0 m:1 mapping
 interface MappedByRelationshipMapping2_0
          JPA 2.0 attribute mapping
 interface OneToManyMapping2_0
          JPA 2.0 1:m mapping
 interface OneToOneMapping2_0
          JPA 2.0 1:1 mapping
 interface SingleRelationshipMapping2_0
          JPA 2.0 single (m:1, 1:2) mapping
 

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

Subinterfaces of AttributeMapping2_0 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 JavaEmbeddedMapping2_0
          JPA 2.0 Java embedded mapping
 interface JavaManyToManyMapping2_0
          JPA 2.0 Java m:m mapping
 interface JavaManyToOneMapping2_0
          JPA 2.0 Java m:1 mapping
 interface JavaOneToManyMapping2_0
          JPA 2.0 Java 1:m mapping
 interface JavaOneToOneMapping2_0
          JPA 2.0 Java 1:1 mapping
 interface JavaSingleRelationshipMapping2_0
          JPA 2.0 Java single (m:1, 1:1) mapping
 

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

Subinterfaces of AttributeMapping2_0 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 OrmEmbeddedMapping2_0
          JPA 2.0 orm.xml embedded mapping
 interface OrmManyToManyMapping2_0
          JPA 2.0 orm.xml m:m mapping
 interface OrmManyToOneMapping2_0
          JPA 2.0 orm.xml m:1 mapping.
 interface OrmOneToManyMapping2_0
          JPA 2.0 orm.xml 1:m mapping
 interface OrmOneToOneMapping2_0
          JPA 2.0 orm.xml 1:1 mapping.
 interface OrmSingleRelationshipMapping2_0
          JPA 2.0 orm.xml single (1:1, m:1) mapping.
 

Uses of AttributeMapping2_0 in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 

Subinterfaces of AttributeMapping2_0 in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 interface EclipseLinkElementCollectionMapping2_0
          EclipseLink element collection mapping
 interface EclipseLinkOneToManyMapping2_0
          EclipseLink 1:m mapping
 interface EclipseLinkOneToOneMapping2_0
          EclipseLink 1:1 mapping