Esempio n. 1
0
 /**
  * 論理削除を行います。
  *
  * @param AbstractEntityDB $entity
  */
 public function delete(AbstractEntityDB $entity)
 {
     $entity->setDeleted(AbstractEntityDB::DELETED_TRUE);
     $this->merge($entity);
 }