diff options
Diffstat (limited to 'mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml index 0cf50166ea..2154928a84 100644 --- a/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml +++ b/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml @@ -61,5 +61,11 @@ <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true"> <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/> </property> + <property name="providingServiceModelUuid" type="java.lang.String" length="200"> + <column name="PROVIDING_SERVICE_MODEL_UUID" /> + </property> + <property name="providingServiceModelName" type="java.lang.String" length="200"> + <column name="PROVIDING_SERVICE_MODEL_NAME" /> + </property> </class> </hibernate-mapping>
\ No newline at end of file |