Uses of Interface
org.eclipse.jpt.core.jpa2.context.orm.OrmElementCollectionMapping2_0

Packages that use OrmElementCollectionMapping2_0
org.eclipse.jpt.core.jpa2.context.orm   
org.eclipse.jpt.ui.jpa2.details.orm   
 

Uses of OrmElementCollectionMapping2_0 in org.eclipse.jpt.core.jpa2.context.orm
 

Methods in org.eclipse.jpt.core.jpa2.context.orm that return OrmElementCollectionMapping2_0
 OrmElementCollectionMapping2_0 OrmXml2_0ContextNodeFactory.buildOrmElementCollectionMapping2_0(OrmPersistentAttribute parent, XmlElementCollection resourceMapping)
           
 

Methods in org.eclipse.jpt.core.jpa2.context.orm with parameters of type OrmElementCollectionMapping2_0
 OrmCollectionTable2_0 OrmXml2_0ContextNodeFactory.buildOrmCollectionTable(OrmElementCollectionMapping2_0 parent, XmlCollectionTable resource)
           
 

Uses of OrmElementCollectionMapping2_0 in org.eclipse.jpt.ui.jpa2.details.orm
 

Method parameters in org.eclipse.jpt.ui.jpa2.details.orm with type arguments of type OrmElementCollectionMapping2_0
 JpaComposite OrmXmlUiFactory2_0.createOrmElementCollectionMapping2_0Composite(PropertyValueModel<OrmElementCollectionMapping2_0> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)