Interface DownloadedCommitRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<DownloadedCommit,,String> org.springframework.data.repository.Repository<DownloadedCommit,String>
public interface DownloadedCommitRepository
extends org.springframework.data.repository.CrudRepository<DownloadedCommit,String>
-
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
-
findByRequest
-