Interface NotificationRepo

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Neo4jNotification,String>, DAO<Notification>, org.springframework.data.repository.ListCrudRepository<Neo4jNotification,String>, NotificationDAO, NotificationRepoExt, org.springframework.data.repository.Repository<Neo4jNotification,String>

public interface NotificationRepo extends org.springframework.data.repository.ListCrudRepository<Neo4jNotification,String>, NotificationRepoExt, NotificationDAO