org.broadleafcommerce.profile.core.dao
Class ChallengeQuestionDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.ChallengeQuestionDaoImpl
- All Implemented Interfaces:
- ChallengeQuestionDao
@Repository(value="blChallengeQuestionDao")
public class ChallengeQuestionDaoImpl
- extends Object
- implements ChallengeQuestionDao
|
Field Summary |
protected javax.persistence.EntityManager |
em
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
ChallengeQuestionDaoImpl
public ChallengeQuestionDaoImpl()
readChallengeQuestions
public List<ChallengeQuestion> readChallengeQuestions()
- Specified by:
readChallengeQuestions in interface ChallengeQuestionDao
readChallengeQuestionById
public ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
- Specified by:
readChallengeQuestionById in interface ChallengeQuestionDao
Copyright © 2013. All Rights Reserved.