Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/model/persistence2.ecore')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/model/persistence2.ecore25
1 files changed, 25 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/model/persistence2.ecore b/jpa/plugins/org.eclipse.jpt.core/model/persistence2.ecore
new file mode 100644
index 0000000000..05ed0a4a9b
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.core/model/persistence2.ecore
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="persistence"
+ nsURI="jpt2_0.persistence.xmi" nsPrefix="org.eclipse.jpt2_0.core.resource.persistence">
+ <eClassifiers xsi:type="ecore:EClass" name="XmlPersistence" eSuperTypes="persistence.ecore#//XmlPersistence"/>
+ <eClassifiers xsi:type="ecore:EClass" name="XmlPersistenceUnit" eSuperTypes="persistence.ecore#//XmlPersistenceUnit">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="sharedCacheMode" unique="false"
+ eType="#//XmlPersistenceUnitCachingType" defaultValueLiteral="JTA"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="validationMode" unique="false"
+ eType="#//XmlPersistenceUnitValidationModeType" defaultValueLiteral="JTA"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EEnum" name="XmlPersistenceUnitCachingType">
+ <eLiterals name="ALL"/>
+ <eLiterals name="NONE" value="1"/>
+ <eLiterals name="ENABLE_SELECTIVE" value="2"/>
+ <eLiterals name="DISABLE_SELECTIVE" value="3"/>
+ <eLiterals name="UNSPECIFIED" value="4"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EEnum" name="XmlPersistenceUnitValidationModeType">
+ <eLiterals name="AUTO"/>
+ <eLiterals name="CALLBACK" value="1"/>
+ <eLiterals name="NONE" value="2"/>
+ </eClassifiers>
+</ecore:EPackage>

Back to the top