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>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcountPollOptionsByPollId(long pollId) findPollOptionsByPollId(Long pollId) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
PollOptionDAO
public PollOptionDAO()
-
-
Method Details
-
findPollOptionsByPollId
-
countPollOptionsByPollId
public int countPollOptionsByPollId(long pollId)
-