Package io.meeds.gamification.github.dao
Class WebHookDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WebhookEntity,Long>
io.meeds.gamification.github.dao.WebHookDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WebhookEntity,Long>
public class WebHookDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WebhookEntity,Long>
-
Field Summary
FieldsFields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWebhookByOrganizationId(long organizationId) getWebhookIds(int offset, int limit) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Field Details
-
ORGANIZATION_ID
- See Also:
-
-
Constructor Details
-
WebHookDAO
public WebHookDAO()
-
-
Method Details
-
getWebhookByOrganizationId
-
getWebhookIds
-