Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame^] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ECOMP MSO |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | |
| 22 | <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" |
| 23 | "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> |
| 24 | <!-- Generated Jul 27, 2015 3:05:00 PM by Hibernate Tools 3.4.0.CR1 --> |
| 25 | <hibernate-mapping> |
| 26 | <class name="org.openecomp.mso.requestsdb.OperationalEnvServiceModelStatus" table="ACTIVATE_OPERATIONAL_ENV_SERVICE_MODEL_DISTRIBUTION_STATUS"> |
| 27 | |
| 28 | <composite-id> |
| 29 | <key-property name="operationalEnvId" column="OPERATIONAL_ENV_ID" type="string" length="45" /> |
| 30 | <key-property name="serviceModelVersionId" column="SERVICE_MODEL_VERSION_ID" type="string" length="45"/> |
| 31 | <key-property name="requestId" column="REQUEST_ID" type="string" length="45"/> |
| 32 | </composite-id> |
| 33 | |
| 34 | <property name="serviceModelVersionDistrStatus" type="string"> |
| 35 | <column name="SERVICE_MOD_VER_FINAL_DISTR_STATUS" length="45"/> |
| 36 | </property> |
| 37 | <property name="recoveryAction" type="string"> |
| 38 | <column name="RECOVERY_ACTION" length="30" /> |
| 39 | </property> |
| 40 | <property name="retryCount" type="integer"> |
| 41 | <column name="RETRY_COUNT_LEFT"/> |
| 42 | </property> |
| 43 | <property name="workloadContext" type="string"> |
| 44 | <column name="WORKLOAD_CONTEXT" length="80" /> |
| 45 | </property> |
| 46 | <property name="createTime" type="timestamp"> |
| 47 | <column name="CREATE_TIME"/> |
| 48 | </property> |
| 49 | <property name="modifyTime" type="timestamp"> |
| 50 | <column name="MODIFY_TIME"/> |
| 51 | </property> |
| 52 | |
| 53 | </class> |
| 54 | </hibernate-mapping> |