@Repository(value="blChallengeQuestionDao") public class ChallengeQuestionDaoImpl extends java.lang.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) |
java.util.List<ChallengeQuestion> |
readChallengeQuestions() |
public java.util.List<ChallengeQuestion> readChallengeQuestions()
readChallengeQuestions in interface ChallengeQuestionDaopublic ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
readChallengeQuestionById in interface ChallengeQuestionDaoCopyright © 2018. All Rights Reserved.