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