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 java.lang.Object
- implements ChallengeQuestionDao
|
Field Summary |
protected javax.persistence.EntityManager |
em
|
protected java.lang.String |
queryCacheableKey
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
queryCacheableKey
protected java.lang.String queryCacheableKey
ChallengeQuestionDaoImpl
public ChallengeQuestionDaoImpl()
readChallengeQuestions
public java.util.List<ChallengeQuestion> readChallengeQuestions()
- Specified by:
readChallengeQuestions in interface ChallengeQuestionDao
readChallengeQuestionById
public ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
- Specified by:
readChallengeQuestionById in interface ChallengeQuestionDao
getQueryCacheableKey
public java.lang.String getQueryCacheableKey()
setQueryCacheableKey
public void setQueryCacheableKey(java.lang.String queryCacheableKey)
Copyright © 2011. All Rights Reserved.