4142434445464748495051
getSession().save(bean); return bean; } public CmsVoteTopic deleteById(Integer id) { CmsVoteTopic entity = super.get(id); if (entity != null) { getSession().delete(entity); } return entity; }