Interface CommitRepository

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>