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 Details

    • PollOptionDAO

      public PollOptionDAO()
  • Method Details

    • findPollOptionsByPollId

      public List<PollOptionEntity> findPollOptionsByPollId(Long pollId)
    • countPollOptionsByPollId

      public int countPollOptionsByPollId(long pollId)