Selects every entity in the table.
foreach(entity ; repository.selectAll()) { // do something }
See Implementation
Selects every entity in the table.