Interface AnnouncementRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Announcement,Long>, org.springframework.data.repository.Repository<Announcement,Long>

@Repository public interface AnnouncementRepository extends org.springframework.data.repository.CrudRepository<Announcement,Long>
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll