@Repository public interface WebhookRepository extends org.springframework.data.repository.PagingAndSortingRepository<WebhookEntity,GUID>
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<WebhookEntity> |
findByAppInstallation(AppInstallationOAuth2Entity appInstallationOAuth2Entity,
org.springframework.data.domain.Pageable pageable) |
java.lang.Iterable<WebhookEntity> |
findByEventTypeAndAppInstallation_ShopGuidAndActiveTrue(EventType eventType,
GUID shopGuid) |
WebhookEntity |
findByEventTypeAndAppInstallation(EventType eventType,
AppInstallationOAuth2Entity appInstallation) |
java.lang.Iterable<WebhookEntity> findByEventTypeAndAppInstallation_ShopGuidAndActiveTrue(EventType eventType, GUID shopGuid)
WebhookEntity findByEventTypeAndAppInstallation(EventType eventType, AppInstallationOAuth2Entity appInstallation)
org.springframework.data.domain.Page<WebhookEntity> findByAppInstallation(AppInstallationOAuth2Entity appInstallationOAuth2Entity, org.springframework.data.domain.Pageable pageable)