diff options
Diffstat (limited to 'mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml b/mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml index 9af02d866a..b8498be13b 100644 --- a/mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml +++ b/mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml @@ -27,10 +27,10 @@ </meta> <composite-id> - <key-property name="vfModuleId" column="VF_MODULE_ID" type="int" /> - <key-property name="heatFilesId" column="HEAT_FILES_ID" type="int" /> + <key-property name="vfModuleModelUuid" column="VF_MODULE_MODEL_UUID" type="java.lang.String" length="200"/> + <key-property name="heatFilesArtifactUuid" column="HEAT_FILES_ARTIFACT_UUID" type="java.lang.String" length="200"/> </composite-id> </class> -</hibernate-mapping> +</hibernate-mapping>
\ No newline at end of file |