UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / WEB-INF / fusion / orm / RNoteBookIntegration.hbm.xml
1 <?xml version="1.0"?>
2 <!-- ============LICENSE_START==========================================
3     ONAP Portal SDK ===================================================================
4     Copyright © 2017 AT&T Intellectual Property. All rights reserved. ===================================================================
5     Unless otherwise specified, all software contained herein is licensed under
6     the Apache License, Version 2.0 (the “License”); you may not use this software
7     except in compliance with the License. You may obtain a copy of the License
8     at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
9     law or agreed to in writing, software distributed under the License is distributed
10     on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
11     express or implied. See the License for the specific language governing permissions
12     and limitations under the License. Unless otherwise specified, all documentation
13     contained herein is licensed under the Creative Commons License, Attribution
14     4.0 Intl. (the “License”); you may not use this documentation except in compliance
15     with the License. You may obtain a copy of the License at https://creativecommons.org/licenses/by/4.0/
16     Unless required by applicable law or agreed to in writing, documentation
17     distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18     WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
19     License for the specific language governing permissions and limitations under
20     the License. ============LICENSE_END============================================ -->
21
22 <!DOCTYPE hibernate-mapping PUBLIC
23         "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
24         "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
25
26 <hibernate-mapping
27     package="org.onap.portalsdk.rnotebookintegration.domain">
28
29
30     <!-- RNotebookIntegration mapping details -->
31     <class name="RNoteBookCredentials" table="rcloudinvocation">
32         <id name="token" column="ID">
33
34         </id>
35         <property name="createdDate" column="created" />
36         <property name="userString" column="userInfo" />
37         <property name="notebookID" column="notebookID" />
38         <property name="parametersString" column="parameters" />
39         <property name="tokenReadDate" column="tokenreaddate" />
40
41     </class>
42
43
44
45 </hibernate-mapping>