Package io.meeds.poll.dao
Class PollOptionDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<PollOptionEntity,Long>
-
- io.meeds.poll.dao.PollOptionDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<PollOptionEntity,Long>
public class PollOptionDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<PollOptionEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description PollOptionDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcountPollOptionsByPollId(long pollId)List<PollOptionEntity>findPollOptionsByPollId(Long pollId)
-
-
-
Method Detail
-
findPollOptionsByPollId
public List<PollOptionEntity> findPollOptionsByPollId(Long pollId)
-
countPollOptionsByPollId
public int countPollOptionsByPollId(long pollId)
-
-