Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2007-07-16 15:33:45 +0000
committerkmoore2007-07-16 15:33:45 +0000
commit61b3587da4435022863f51891b9c5d03fe06d8cb (patch)
treedde0080b354ef3fb36f83a70510246d8d53cde93 /jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore
parent41c6ef08d52cb37664894f8840f5e9a9dbd237d5 (diff)
downloadwebtools.dali-61b3587da4435022863f51891b9c5d03fe06d8cb.tar.gz
webtools.dali-61b3587da4435022863f51891b9c5d03fe06d8cb.tar.xz
webtools.dali-61b3587da4435022863f51891b9c5d03fe06d8cb.zip
194807 - applied patch - Need a way to add persistence.xml editing in the JPA Details and Structure View for extenders
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore4
1 files changed, 2 insertions, 2 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore b/jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore
index b26c36781e..2cc54004f3 100644
--- a/jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore
+++ b/jpa/plugins/org.eclipse.jpt.core/model/persistence.ecore
@@ -7,7 +7,7 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="persistence" eType="#//Persistence"
eOpposite="#//Persistence/root"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Persistence" eSuperTypes="core.ecore#//XmlEObject">
+ <eClassifiers xsi:type="ecore:EClass" name="Persistence" eSuperTypes="core.ecore#//XmlEObject core.ecore#//IJpaContentNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="persistenceUnits" upperBound="-1"
eType="#//PersistenceUnit" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" unique="false"
@@ -16,7 +16,7 @@
lowerBound="1" eType="#//PersistenceXmlRootContentNode" resolveProxies="false"
eOpposite="#//PersistenceXmlRootContentNode/persistence"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="PersistenceUnit" eSuperTypes="core.ecore#//XmlEObject">
+ <eClassifiers xsi:type="ecore:EClass" name="PersistenceUnit" eSuperTypes="core.ecore#//XmlEObject core.ecore#//IJpaContentNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" unique="false"

Back to the top