@Repository(value="blChallengeQuestionDao") public class ChallengeQuestionDaoImpl extends Object implements ChallengeQuestionDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
| Constructor and Description |
|---|
ChallengeQuestionDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
ChallengeQuestion |
readChallengeQuestionById(long challengeQuestionId) |
List<ChallengeQuestion> |
readChallengeQuestions() |
ChallengeQuestion |
saveChallengeQuestion(ChallengeQuestion q) |
public List<ChallengeQuestion> readChallengeQuestions()
readChallengeQuestions in interface ChallengeQuestionDaopublic ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
readChallengeQuestionById in interface ChallengeQuestionDao@Transactional(value="blTransactionManager") public ChallengeQuestion saveChallengeQuestion(ChallengeQuestion q)
saveChallengeQuestion in interface ChallengeQuestionDaoCopyright © 2015. All Rights Reserved.