Table IWA_CaseOwner

Case owners

Columns

Primary Key Name Type Length Precision Can Be Null Default References Action Hints Comment
true CaseId BIGINT false IWA_Case(CaseId) ON DELETE CASCADE Identifies the case.
true OwnerId VARCHAR 210 false IWA_SecurityMember(SecurityMemberId) ON DELETE CASCADE Identifies the owner.

Indexes

Name Columns Hints Comment
IWA_CaseOwner_CaseIdIndex CaseId
IWA_CaseOwner_OwnerIdIndex OwnerId

Java

Object AsAssociation
IWA_CaseOwner true