Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-07-06 05:10:37 +0000
committermtaal2006-07-06 05:10:37 +0000
commit12bebbf44fd4f3c59ac4fdf6f356e6cea81aa534 (patch)
tree44daa8d52a7293700f17b92f9b61324a028d70d5 /tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/model/usertype.ecore
parent95c5b04972a89e632ae26e1fa86af97edd3e43e7 (diff)
downloadorg.eclipse.emf.teneo-12bebbf44fd4f3c59ac4fdf6f356e6cea81aa534.tar.gz
org.eclipse.emf.teneo-12bebbf44fd4f3c59ac4fdf6f356e6cea81aa534.tar.xz
org.eclipse.emf.teneo-12bebbf44fd4f3c59ac4fdf6f356e6cea81aa534.zip
Initial Commit
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/model/usertype.ecore')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/model/usertype.ecore36
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/model/usertype.ecore b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/model/usertype.ecore
new file mode 100644
index 000000000..e88eb2a94
--- /dev/null
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/model/usertype.ecore
@@ -0,0 +1,36 @@
+<?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="usertype"
+ nsURI="http://www.elver.org/samples/emf/hibernate/usertype" nsPrefix="usertype">
+ <eClassifiers xsi:type="ecore:EDataType" name="Name" instanceClassName="org.eclipse.emf.teneo.samples.emf.hibernate.usertype.Name">
+ <eAnnotations source="http://hibernate.elver.org/Type">
+ <details key="type" value="org.eclipse.emf.teneo.samples.emf.hibernate.usertype.NameType"/>
+ </eAnnotations>
+ <eAnnotations source="http://hibernate.elver.org/Columns">
+ <details key="value" value="c1 c2"/>
+ </eAnnotations>
+ <eAnnotations source="http://ejb.elver.org/Column/c1">
+ <details key="name" value="first_name"/>
+ </eAnnotations>
+ <eAnnotations source="http://ejb.elver.org/Column/c2">
+ <details key="name" value="last_name"/>
+ </eAnnotations>
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="name" value="Name"/>
+ </eAnnotations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Person">
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="name" value="Person"/>
+ <details key="kind" value="elementOnly"/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1"
+ eType="#//Name">
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="kind" value="element"/>
+ <details key="name" value="name"/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ </eClassifiers>
+</ecore:EPackage>

Back to the top