UserNotificationController up
[portal.git] / portal-BE / src / main / java / org / onap / portal / domain / db / fn / FnRole.java
index 2c16d00..6bb13d7 100644 (file)
@@ -162,7 +162,7 @@ public class FnRole extends Role {
   private Set<FnRoleFunction> roleFunctions;
   @OneToMany(
       targetEntity = EpRoleNotification.class,
-      mappedBy = "notificationID",
+      mappedBy = "notificationId",
       cascade = CascadeType.MERGE,
       fetch = FetchType.LAZY
   )