Inserts a new entity in the table.
Example entity = new Example(); entity.b = "Hello!"; repository.insert(entity);
See Implementation
Inserts a new entity in the table.