session.save(pollsQuestionHBM);
session.flush();
}
else {
try {
PollsQuestionHBM pollsQuestionHBM = (PollsQuestionHBM)session.load(PollsQuestionHBM.class,
pollsQuestion.getPrimaryKey());
pollsQuestionHBM.setPortletId(pollsQuestion.getPortletId());
pollsQuestionHBM.setGroupId(pollsQuestion.getGroupId());
pollsQuestionHBM.setCompanyId(pollsQuestion.getCompanyId());
pollsQuestionHBM.setUserId(pollsQuestion.getUserId());