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

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

Uses of OrmEntity in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmEntity
 OrmEntity JpaFactory.buildOrmEntity(OrmPersistentType parent)
           
 

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

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

Methods in org.eclipse.jpt.core.context.orm that return OrmEntity
 OrmEntity OrmSecondaryTable.getParent()
           
 

Uses of OrmEntity in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return types with arguments of type OrmEntity
 JpaComposite<OrmEntity> JpaUiFactory.createOrmEntityComposite(PropertyValueModel<OrmEntity> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates a new JpaComposite used to edit a OrmEntity.
 

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