aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-requests-db/src/main/resources/ResourceOperationStatus.hbm.xml
diff options
context:
space:
mode:
authorChuanyu Chen <chenchuanyu@huawei.com>2017-10-19 09:36:32 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-19 09:36:32 +0000
commitf2cc7284ebee1ac9159a95a8666467b4d85328f8 (patch)
treeaf864450609cc0779c2cc5962c3c19620a4f2a92 /mso-api-handlers/mso-requests-db/src/main/resources/ResourceOperationStatus.hbm.xml
parente4dcd8481197a791dad33d59e39d4129ed8eec59 (diff)
parenta13d6f4c3dd6d4c38d1f9cd97ac9fd377f580a4b (diff)
Merge "Deal With Error Response from Vfc"
Diffstat (limited to 'mso-api-handlers/mso-requests-db/src/main/resources/ResourceOperationStatus.hbm.xml')
-rw-r--r--mso-api-handlers/mso-requests-db/src/main/resources/ResourceOperationStatus.hbm.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/mso-api-handlers/mso-requests-db/src/main/resources/ResourceOperationStatus.hbm.xml b/mso-api-handlers/mso-requests-db/src/main/resources/ResourceOperationStatus.hbm.xml
index 87e23980d6..22d147402d 100644
--- a/mso-api-handlers/mso-requests-db/src/main/resources/ResourceOperationStatus.hbm.xml
+++ b/mso-api-handlers/mso-requests-db/src/main/resources/ResourceOperationStatus.hbm.xml
@@ -28,9 +28,11 @@
<meta attribute="class-description">
This class describes a progress status
</meta>
- <id name="serviceId" type="string" column="SERVICE_ID"/>
- <id name="operationId" column="OPERATION_ID" type="string" length="256"/>
- <id name="resourceTemplateUUID" type="string" column="RESOURCE_TEMPLATE_UUID"/>
+ <composite-id>
+ <key-property name="serviceId" type="string" column="SERVICE_ID"/>
+ <key-property name="operationId" type="string" column="OPERATION_ID" length="256"/>
+ <key-property name="resourceTemplateUUID" type="string" column="RESOURCE_TEMPLATE_UUID"/>
+ </composite-id>
<property name="operType" column="OPER_TYPE" type="string" length="256"/>
<property name="resourceInstanceID" column="RESOURCE_INSTANCE_ID" type="string" length="256"/>
<property name="jobId" column="JOB_ID" type="string" length="256"/>