in src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObject.java [122:126]
public void delete() {
final String title = titleService.titleOf(this);
messageService.informUser(String.format("'%s' deleted", title));
repositoryService.removeAndFlush(this);
}