Hi group, in AppFuse there is a unidirectional Many-to-Many relation between User and role, so deleting a user consequences deleting a row from user and corresponding rows form user_role table, but I also need deleting role to be cascaded , I mean when I delete a role , corresponding roles form user_role table to be deleted too .
what is appropriate annotations must be applied? thanks. --Reza