Removes an entity from the table.
Example entity = new Example(); entity.a = 12; repository.remove(entity);
See Implementation
Removes an entity from the table.