[POLICY-122] Policy GUI Fixes
[policy/engine.git] / ECOMP-SDK-APP / src / main / webapp / WEB-INF / fusion / orm / RNoteBookIntegration.hbm.xml
1 <?xml version="1.0"?>
2 <!--
3   ================================================================================
4   eCOMP Portal SDK
5   ================================================================================
6   Copyright (C) 2017 AT&T Intellectual Property
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   ================================================================================
20   -->
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 package="org.openecomp.portalsdk.rnotebookintegration.domain">
27
28     
29          <!-- RNotebookIntegration mapping details -->
30     <class name="RNoteBookCredentials" table="rcloudinvocation">
31         <id name="token" column="ID"> 
32           
33         </id>
34         <property name="createdDate"         column="created"/>
35         <property name="userString"     column="userInfo"/>
36         <property name="notebookID"     column="notebookID"/>
37         <property name="parametersString" column="parameters"/>
38         <property name="tokenReadDate" column="tokenreaddate"/>
39         
40         </class>
41         
42         
43         
44 </hibernate-mapping>