Uses of Interface
org.eclipse.jpt.core.context.orm.OrmEntity

Packages that use OrmEntity
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.eclipselink.core.context.orm   
org.eclipse.jpt.ui.details.java   
org.eclipse.jpt.ui.details.orm   
 

Uses of OrmEntity in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return OrmEntity
 OrmEntity OrmXmlContextNodeFactory.buildOrmEntity(OrmPersistentType parent, XmlEntity resourceMapping)
           
 OrmEntity OrmSecondaryTable.getParent()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmEntity
 OrmDiscriminatorColumn OrmXmlContextNodeFactory.buildOrmDiscriminatorColumn(OrmEntity parent, OrmDiscriminatorColumn.Owner owner)
           
 OrmSecondaryTable OrmXmlContextNodeFactory.buildOrmSecondaryTable(OrmEntity parent, XmlSecondaryTable xmlSecondaryTable)
           
 OrmTable OrmXmlContextNodeFactory.buildOrmTable(OrmEntity parent)
           
 

Uses of OrmEntity in org.eclipse.jpt.eclipselink.core.context.orm
 

Subinterfaces of OrmEntity in org.eclipse.jpt.eclipselink.core.context.orm
 interface OrmEclipseLinkEntity
           
 

Uses of OrmEntity in org.eclipse.jpt.ui.details.java
 

Method parameters in org.eclipse.jpt.ui.details.java with type arguments of type OrmEntity
 JpaComposite JavaUiFactory.createOrmEntityComposite(PropertyValueModel<OrmEntity> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates a new JpaComposite used to edit an OrmEntity.
 

Uses of OrmEntity in org.eclipse.jpt.ui.details.orm
 

Method parameters in org.eclipse.jpt.ui.details.orm with type arguments of type OrmEntity
 JpaComposite OrmXmlUiFactory.createOrmEntityComposite(PropertyValueModel<OrmEntity> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates a new JpaComposite used to edit an OrmEntity.