Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'hibernate/org.eclipse.emf.teneo.hibernate/model')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.ecore2
-rw-r--r--hibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.genmodel1
2 files changed, 3 insertions, 0 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.ecore b/hibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.ecore
index e1a96cd5b..d77ea09bc 100755
--- a/hibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.ecore
+++ b/hibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.ecore
@@ -29,6 +29,8 @@
<eStructuralFeatures xsi:type="ecore:EAttribute" name="teneo_container_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="teneo_container_feature_id"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="teneo_container_feature_name"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="teneo_previous_start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="teneo_object_version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.genmodel b/hibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.genmodel
index 1a9b60bbc..598c8f609 100644
--- a/hibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.genmodel
+++ b/hibernate/org.eclipse.emf.teneo.hibernate/model/hbauditing.genmodel
@@ -22,6 +22,7 @@
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute hbauditing.ecore#//TeneoAuditEntry/teneo_audit_kind"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute hbauditing.ecore#//TeneoAuditEntry/teneo_container_id"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute hbauditing.ecore#//TeneoAuditEntry/teneo_container_feature_id"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute hbauditing.ecore#//TeneoAuditEntry/teneo_container_feature_name"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute hbauditing.ecore#//TeneoAuditEntry/teneo_previous_start"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute hbauditing.ecore#//TeneoAuditEntry/teneo_object_version"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute hbauditing.ecore#//TeneoAuditEntry/teneo_resourceid"/>

Back to the top