interface NotificationRepository extends org.springframework.data.repository.PagingAndSortingRepository<NotificationEntity,java.lang.Integer>
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<NotificationEntity> |
findByStatusAndSelectDateBefore(NotificationEntity.Status scheduled,
java.time.LocalDateTime after,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<NotificationEntity> findByStatusAndSelectDateBefore(NotificationEntity.Status scheduled, java.time.LocalDateTime after, org.springframework.data.domain.Pageable pageable)