Uses of Interface
org.eclipse.jpt.core.context.java.JavaEntity

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

Uses of JavaEntity in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaEntity
 JavaEntity JpaFactory.buildJavaEntity(JavaPersistentType parent)
           
 

Methods in org.eclipse.jpt.core with parameters of type JavaEntity
 JavaDiscriminatorColumn JpaFactory.buildJavaDiscriminatorColumn(JavaEntity parent, JavaDiscriminatorColumn.Owner owner)
           
 JavaSecondaryTable JpaFactory.buildJavaSecondaryTable(JavaEntity parent)
           
 JavaTable JpaFactory.buildJavaTable(JavaEntity parent)
           
 

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

Methods in org.eclipse.jpt.core.context.orm that return JavaEntity
 JavaEntity OrmEntity.getJavaEntity()
          Return the Java Entity this ORM Entity corresponds to.
 

Uses of JavaEntity in org.eclipse.jpt.eclipselink.core.context.java
 

Subinterfaces of JavaEntity in org.eclipse.jpt.eclipselink.core.context.java
 interface JavaEclipseLinkEntity
          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 JavaEntity in org.eclipse.jpt.ui.details.java
 

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