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