- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Commit,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Commit>, org.springframework.data.repository.Repository<Commit,Long>
public interface CommitRepository
extends org.springframework.data.repository.CrudRepository<Commit,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Commit>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findAll, findBy, findOne
-
Method Details
-
findByBranchIdInAndCommitTimeBetweenAndIsMergeCommitEquals
-
findByBranchIdInAndCommitTimeBetween
-
-
-
-
saveAll
- Specified by:
saveAll in interface org.springframework.data.repository.CrudRepository<Commit,Long>