Class ChallengeQuestionDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.ChallengeQuestionDaoImpl
- All Implemented Interfaces:
ChallengeQuestionDao
@Repository("blChallengeQuestionDao")
public class ChallengeQuestionDaoImpl
extends Object
implements ChallengeQuestionDao
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
em
protected jakarta.persistence.EntityManager em
-
-
Constructor Details
-
ChallengeQuestionDaoImpl
public ChallengeQuestionDaoImpl()
-
-
Method Details
-
readChallengeQuestions
- Specified by:
readChallengeQuestionsin interfaceChallengeQuestionDao
-
readChallengeQuestionById
- Specified by:
readChallengeQuestionByIdin interfaceChallengeQuestionDao
-
saveChallengeQuestion
@Transactional("blTransactionManager") public ChallengeQuestion saveChallengeQuestion(ChallengeQuestion q) - Specified by:
saveChallengeQuestionin interfaceChallengeQuestionDao
-