@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() |
public List<ChallengeQuestion> readChallengeQuestions()
readChallengeQuestions in interface ChallengeQuestionDaopublic ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
readChallengeQuestionById in interface ChallengeQuestionDaoCopyright © 2013. All rights reserved.