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