|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaEntity | |
---|---|
org.eclipse.jpt.core | |
org.eclipse.jpt.core.context.orm | |
org.eclipse.jpt.ui |
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,
JavaNamedColumn.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.ui |
---|
Methods in org.eclipse.jpt.ui that return types with arguments of type JavaEntity | |
---|---|
JpaComposite<JavaEntity> |
JpaUiFactory.createJavaEntityComposite(PropertyValueModel<JavaEntity> subjectHolder,
org.eclipse.swt.widgets.Composite parent,
WidgetFactory widgetFactory)
Creates a new JpaComposite used to edit an JavaEntity . |
Method parameters in org.eclipse.jpt.ui with type arguments of type JavaEntity | |
---|---|
JpaComposite<JavaEntity> |
JpaUiFactory.createJavaEntityComposite(PropertyValueModel<JavaEntity> subjectHolder,
org.eclipse.swt.widgets.Composite parent,
WidgetFactory widgetFactory)
Creates a new JpaComposite used to edit an JavaEntity . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |