summaryrefslogtreecommitdiffstats
path: root/ECOMP-PAP-REST/src/main/java/hibernate.cfg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ECOMP-PAP-REST/src/main/java/hibernate.cfg.xml')
-rw-r--r--ECOMP-PAP-REST/src/main/java/hibernate.cfg.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ECOMP-PAP-REST/src/main/java/hibernate.cfg.xml b/ECOMP-PAP-REST/src/main/java/hibernate.cfg.xml
index a898c57aa..e2ba058e8 100644
--- a/ECOMP-PAP-REST/src/main/java/hibernate.cfg.xml
+++ b/ECOMP-PAP-REST/src/main/java/hibernate.cfg.xml
@@ -39,7 +39,8 @@
<mapping class="org.openecomp.policy.rest.jpa.ConstraintValue"/>
<mapping class="org.openecomp.policy.rest.jpa.Datatype"/>
<mapping class="org.openecomp.policy.rest.jpa.DCAEuuid"/>
- <mapping class="org.openecomp.policy.rest.jpa.DecisionSettings"/>
+ <mapping class="org.openecomp.policy.rest.jpa.DecisionSettings"/>
+ <mapping class="org.openecomp.policy.rest.jpa.RainyDayTreatments"/>
<mapping class="org.openecomp.policy.rest.jpa.DescriptiveScope"/>
<mapping class="org.openecomp.policy.rest.jpa.EcompName"/>
<mapping class="org.openecomp.policy.rest.jpa.EnforcingType"/>