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

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

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

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

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

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

Subinterfaces of OrmEntity in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface OrmEclipseLinkEntity
          EclipseLink orm.xml entity
 

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

Method parameters in org.eclipse.jpt.jpa.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.jpa.ui.details.orm
 

Method parameters in org.eclipse.jpt.jpa.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.