summaryrefslogtreecommitdiffstats
path: root/mso-catalog-db
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-10-05 17:53:52 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-05 17:53:52 +0000
commit3fa39ea4b932e93ed4d317e6b6e8daaf543e6ce9 (patch)
treea85a705ed2560d29b57bd3b94b8b51fd58eb7768 /mso-catalog-db
parente976afc1819d5ed5f534de7d12771ebefeed76da (diff)
parent1920a8a3e1fbce90a7dcda079cf8261efb8812f5 (diff)
Merge "Remove foreign key which is not supported by code"
Diffstat (limited to 'mso-catalog-db')
-rw-r--r--mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml
index 72e7209d53..e22b67ca8b 100644
--- a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml
+++ b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml
@@ -40,9 +40,11 @@
<property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>
+<!--
<set name="vfModuleCustomizations" inverse="true" cascade="all">
<key column="VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID" not-null="true" />
<one-to-many class="VnfResCustomToVfModuleCustom" />
</set>
+-->
</class>
</hibernate-mapping>