public interface SuggestionNotificationRepository extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<SuggestionNotification,String>
| Modifier and Type | Method and Description |
|---|---|
long |
countBySubscriptionId(String subscriptionId) |
long |
countBySubscriptionIdAndDateAfter(String subscriptionId,
long from) |
long |
deleteByDateBefore(long date) |
long |
deleteByDateBetween(long from,
long to) |
void |
deleteBySubscriptionId(String subscriptionId) |
org.springframework.data.domain.Page<SuggestionNotification> |
findAll(org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<SuggestionNotification> |
findByEventId(String topic,
org.springframework.data.domain.Pageable pageable) |
Iterable<SuggestionNotification> |
findBySubscriptionId(String subscriptionId) |
searchSimilarIterable<SuggestionNotification> findBySubscriptionId(String subscriptionId)
org.springframework.data.domain.Page<SuggestionNotification> findAll(org.springframework.data.domain.Pageable pageable)
findAll in interface org.springframework.data.repository.PagingAndSortingRepository<SuggestionNotification,String>org.springframework.data.domain.Page<SuggestionNotification> findByEventId(String topic, org.springframework.data.domain.Pageable pageable)
long deleteByDateBefore(long date)
long countBySubscriptionId(String subscriptionId)
long countBySubscriptionIdAndDateAfter(String subscriptionId, long from)
void deleteBySubscriptionId(String subscriptionId)
long deleteByDateBetween(long from,
long to)
Copyright © 2025. All rights reserved.