Repository.remove

Removes an entity by its primary key.

  1. void remove(PrimaryKeyType!Entity id)
    interface Repository(Entity)
    void
    remove
  2. void remove(Entity entity)

Meta