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 be deleted too .
which appropriate annotations must be applied in user and role POJOs? thanks.