Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2007-05-16 21:19:57 +0000
committerpfullbright2007-05-16 21:19:57 +0000
commitb594733d13ddab93b0ce9aad57140cb3b99e2cf3 (patch)
tree1fc5118b5761cc93ac94a362b496ab190af26957 /jpa/plugins/org.eclipse.jpt.core/model
parent41efa82b339650302c474e12c329829eba08eda7 (diff)
downloadwebtools.dali-b594733d13ddab93b0ce9aad57140cb3b99e2cf3.tar.gz
webtools.dali-b594733d13ddab93b0ce9aad57140cb3b99e2cf3.tar.xz
webtools.dali-b594733d13ddab93b0ce9aad57140cb3b99e2cf3.zip
187314 - added API on IJpaPlatform to retrieve persistent types for a given persistence unit
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/model')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/model/coreModels.genmodel4
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore7
2 files changed, 5 insertions, 6 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/model/coreModels.genmodel b/jpa/plugins/org.eclipse.jpt.core/model/coreModels.genmodel
index ce735036bc..d8d22e7810 100644
--- a/jpa/plugins/org.eclipse.jpt.core/model/coreModels.genmodel
+++ b/jpa/plugins/org.eclipse.jpt.core/model/coreModels.genmodel
@@ -5,7 +5,7 @@
creationCommands="false" creationIcons="false" editDirectory="" editorDirectory=""
modelPluginID="org.eclipse.jpt.core" modelName="Core" editPluginClass="" editorPluginClass=""
suppressInterfaces="true" codeFormatting="true" testsDirectory="" testSuiteClass=""
- importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0" usedGenPackages="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore javaModel.genmodel#//java">
+ importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0" usedGenPackages="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore">
<foreignModel>core.ecore</foreignModel>
<foreignModel>java.ecore</foreignModel>
<foreignModel>orm.ecore</foreignModel>
@@ -687,7 +687,7 @@
<genFeatures property="Readonly" createChild="false" ecoreFeature="ecore:EAttribute persistence.ecore#//MappingFileRef/fileName"/>
</genClasses>
<genClasses ecoreClass="persistence.ecore#//JavaClassRef">
- <genFeatures property="Readonly" notify="false" createChild="false" ecoreFeature="ecore:EReference persistence.ecore#//JavaClassRef/javaClass"/>
+ <genFeatures property="Readonly" notify="false" createChild="false" ecoreFeature="ecore:EAttribute persistence.ecore#//JavaClassRef/javaClass"/>
</genClasses>
<genClasses ecoreClass="persistence.ecore#//Properties">
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference persistence.ecore#//Properties/properties"/>
diff --git a/jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore b/jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore
index 628ffd690f..1e27c5bb59 100644
--- a/jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore
+++ b/jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore
@@ -43,12 +43,11 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingFileRef" eSuperTypes="core.ecore#//XmlEObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" ordered="false"
- unique="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
+ unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaClassRef" eSuperTypes="core.ecore#//XmlEObject">
- <eStructuralFeatures xsi:type="ecore:EReference" name="javaClass" ordered="false"
- unique="false" lowerBound="1" eType="ecore:EClass javaModel.ecore#//JavaClass"
- resolveProxies="false"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaClass" ordered="false"
+ unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties" eSuperTypes="core.ecore#//XmlEObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"

Back to the top