/**
  * Remove the specified persistent object from ORMSet
  *
  * @param value the persistent object
  */
 public void remove(Rce value) {
   super.remove(value, value._ormAdapter);
 }
 /**
  * Remove the specified persistent object from ORMSet
  *
  * @param value the persistent object
  */
 public void remove(BinaryData value) {
   super.remove(value, value._ormAdapter);
 }