Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipselink/org.eclipse.emf.teneo.eclipselink.examples.library/model/orm.xml_old')
-rwxr-xr-xeclipselink/org.eclipse.emf.teneo.eclipselink.examples.library/model/orm.xml_old19
1 files changed, 0 insertions, 19 deletions
diff --git a/eclipselink/org.eclipse.emf.teneo.eclipselink.examples.library/model/orm.xml_old b/eclipselink/org.eclipse.emf.teneo.eclipselink.examples.library/model/orm.xml_old
deleted file mode 100755
index aaa614e58..000000000
--- a/eclipselink/org.eclipse.emf.teneo.eclipselink.examples.library/model/orm.xml_old
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<entity-mappings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd" version="1.0">
- <persistence-unit-metadata>
- <xml-mapping-metadata-complete/>
- <persistence-unit-defaults>
- <access>FIELD</access>
- </persistence-unit-defaults>
- </persistence-unit-metadata>
- <entity class="org.eclipse.emf.teneo.eclipselink.examples.suppressinterfaces.test" name="test">
- <table name="TEST"/>
- <inheritance strategy="JOINED"/>
- <attributes>
- <basic fetch="EAGER" name="name" optional="true"/>
- <basic name="eContainerFeatureID">
- <column name="ECONT_FEAT_ID"/>
- </basic>
- </attributes>
- </entity>
-</entity-mappings> \ No newline at end of file

Back to the top