323334353637383940
createEntity(4); createEntity(5); } private BusRulesEntity createEntity(Integer id) { final BusRulesEntity entity = repository.newEntity(); entity.setId(id); return entity; }