public interface ChallengeQuestionDao
| Modifier and Type | Method and Description |
|---|---|
ChallengeQuestion |
readChallengeQuestionById(long challengeQuestionId) |
List<ChallengeQuestion> |
readChallengeQuestions() |
List<ChallengeQuestion> readChallengeQuestions()
ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
Copyright © 2014. All rights reserved.