Interface TaskIntegrationRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<TaskIntegration,TaskIntegrationId>, org.springframework.data.repository.Repository<TaskIntegration,TaskIntegrationId>

public interface TaskIntegrationRepository extends org.springframework.data.repository.CrudRepository<TaskIntegration,TaskIntegrationId>
CRUD repository for task integration entity.
  • Method Summary

    Modifier and Type
    Method
    Description
    findByProjectIntegrationAndIssueId(ProjectIntegration projectIntegration, long issueId)
    Find task integration by integration and issue id.

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
  • Method Details

    • findByProjectIntegrationAndIssueId

      List<TaskIntegration> findByProjectIntegrationAndIssueId(ProjectIntegration projectIntegration, long issueId)
      Find task integration by integration and issue id.
      Parameters:
      projectIntegration - project integration
      issueId - issue id
      Returns:
      task integration