Interface NotificationRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Notification,Long>
,org.springframework.data.repository.PagingAndSortingRepository<Notification,Long>
,org.springframework.data.repository.Repository<Notification,Long>
@Repository public interface NotificationRepository extends org.springframework.data.repository.PagingAndSortingRepository<Notification,Long>
- Author:
- FMARSLAN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<Notification>
findAllByUser(long userId, org.springframework.data.domain.Pageable page)
-
-
-
Method Detail
-
findAllByUser
org.springframework.data.domain.Page<Notification> findAllByUser(long userId, org.springframework.data.domain.Pageable page)
-
-