Interface AnnouncementsTableRepository
- All Superinterfaces:
 org.springframework.data.repository.CrudRepository<AnnouncementsTable,,Long> org.springframework.data.repository.Repository<AnnouncementsTable,Long> 
@Repository
public interface AnnouncementsTableRepository
extends org.springframework.data.repository.CrudRepository<AnnouncementsTable,Long> 
- 
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll