Table IWA_NotificationReceiver

Association table between notification and receivers (security members) of the notification

Columns

Primary Key Name Type Length Precision Can Be Null Default References Action Hints Comment
true NotificationId VARCHAR 36 false IWA_Notification(NotificationId) ON DELETE CASCADE Id of the notification
true ReceiverId VARCHAR 210 false IWA_SecurityMember(SecurityMemberId) ON DELETE CASCADE Id of the receiver of the notification

Indexes

Name Columns Hints Comment
IWA_NotificationReceiver_NotificationIdIndex NotificationId
IWA_NotificationReceiver_ReceiverIdIndex ReceiverId

Java

Object AsAssociation
IWA_NotificationReceiver true