AT&T 1712 and 1802 release code
[so.git] / mso-catalog-db / src / main / resources / AllottedResourceCustomization.hbm.xml
index 0cf5016..2154928 100644 (file)
         <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