コード例 #1
0
 /** Undo version of command */
 @Override
 public void undo() {
   foreignEntity.removeForeignKeyRelationship(association, true);
   primaryEntity.removePrimaryKeyRelationship(association, true);
 }