1710 Rebase - Second Attempt
[so.git] / mso-catalog-db / src / main / resources / HeatNestedTemplate.hbm.xml
index 90ae8ab..b89a93c 100644 (file)
                </meta>
                
                <composite-id>
-                       <key-property name="parentTemplateId" column="PARENT_TEMPLATE_ID" type="int" />
-                       <key-property name="childTemplateId" column="CHILD_TEMPLATE_ID" type="int" />
+                       <key-property name="parentTemplateId" column="PARENT_HEAT_TEMPLATE_UUID" type="string" length="200"/>
+                       <key-property name="childTemplateId" column="CHILD_HEAT_TEMPLATE_UUID" type="string" length="200"/>
                </composite-id> 
                                
                <property name="providerResourceFile" column="PROVIDER_RESOURCE_FILE" type="string" length="100"/>
                
        </class>
        
-</hibernate-mapping>
+</hibernate-mapping>
\ No newline at end of file