Interface RecurringNotificationRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RecurringNotification, Long>, org.springframework.data.jpa.repository.JpaRepository<RecurringNotification, Long>, org.springframework.data.repository.ListCrudRepository<RecurringNotification, Long>, org.springframework.data.repository.ListPagingAndSortingRepository<RecurringNotification, Long>, org.springframework.data.repository.PagingAndSortingRepository<RecurringNotification, Long>, org.springframework.data.repository.query.QueryByExampleExecutor<RecurringNotification>, org.springframework.data.repository.Repository<RecurringNotification, Long>

@Repository public interface RecurringNotificationRepository extends org.springframework.data.jpa.repository.JpaRepository<RecurringNotification, Long>
Data-access layer for RecurringNotification entities.
Version:
3.0.6
Author:
Stephen Prizio