Interface PlScaffoldAssessmentRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<PlScaffoldAssessment,Long>, org.springframework.data.jpa.repository.JpaRepository<PlScaffoldAssessment,Long>, org.springframework.data.repository.ListCrudRepository<PlScaffoldAssessment,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<PlScaffoldAssessment,Long>, org.springframework.data.repository.PagingAndSortingRepository<PlScaffoldAssessment,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<PlScaffoldAssessment>, org.springframework.data.repository.Repository<PlScaffoldAssessment,Long>

@Repository public interface PlScaffoldAssessmentRepository extends org.springframework.data.jpa.repository.JpaRepository<PlScaffoldAssessment,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteByPlInstanceId(Long plInstanceId)
     
    void
    deleteByPlQuestionId(Long plQuestionId)
     
    void
     
    boolean
    existsByPlRepoIdAndPlInstanceIdAndPlQuestionId(Long plRepoId, Long plInstanceId, Long plQuestionId)
     
    findByPlQuestionIdAndPlInstanceId(Long plQuestionId, Long plInstanceId)
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

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

    findAll, findAllById, saveAll

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

    findAll

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

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne
  • Method Details

    • findByPlQuestionIdAndPlInstanceId

      Optional<PlScaffoldAssessment> findByPlQuestionIdAndPlInstanceId(Long plQuestionId, Long plInstanceId)
    • existsByPlRepoIdAndPlInstanceIdAndPlQuestionId

      boolean existsByPlRepoIdAndPlInstanceIdAndPlQuestionId(Long plRepoId, Long plInstanceId, Long plQuestionId)
    • deleteByPlRepoId

      void deleteByPlRepoId(Long plRepoId)
    • deleteByPlInstanceId

      void deleteByPlInstanceId(Long plInstanceId)
    • deleteByPlQuestionId

      void deleteByPlQuestionId(Long plQuestionId)