Selects and entity using the entity's primary key(s).
Example entity = repository.select(12); if(entity !is null) { // do something }
See Implementation
Selects and entity using the entity's primary key(s).