Dali Provisional API
Release 3.2

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

Packages that use ManyToManyMapping
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.eclipselink.core.context   
org.eclipse.jpt.jpa.ui.details   
 

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

Subinterfaces of ManyToManyMapping 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.
 

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

Subinterfaces of ManyToManyMapping 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.
 

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

Subinterfaces of ManyToManyMapping in org.eclipse.jpt.jpa.core.jpa2.context
 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.
 

Uses of ManyToManyMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of ManyToManyMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 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.
 

Uses of ManyToManyMapping in org.eclipse.jpt.jpa.ui.details
 

Method parameters in org.eclipse.jpt.jpa.ui.details with type arguments of type ManyToManyMapping
 JpaComposite JpaUiFactory.createManyToManyMappingComposite(PropertyValueModel<? extends ManyToManyMapping> mappingModel, PropertyValueModel<Boolean> enabledModel, Composite parentComposite, WidgetFactory widgetFactory, ResourceManager resourceManager)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.