Package edu.ucsb.cs.scaffold.repository
Interface PlAssessmentQuestionConceptRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<PlAssessmentQuestionConcept,,Long> org.springframework.data.jpa.repository.JpaRepository<PlAssessmentQuestionConcept,,Long> org.springframework.data.repository.ListCrudRepository<PlAssessmentQuestionConcept,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<PlAssessmentQuestionConcept,,Long> org.springframework.data.repository.PagingAndSortingRepository<PlAssessmentQuestionConcept,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<PlAssessmentQuestionConcept>,org.springframework.data.repository.Repository<PlAssessmentQuestionConcept,Long>
@Repository
public interface PlAssessmentQuestionConceptRepository
extends org.springframework.data.jpa.repository.JpaRepository<PlAssessmentQuestionConcept,Long>
-
Method Summary
Modifier and TypeMethodDescriptionfindByPlAssessmentQuestionId(Long plAssessmentQuestionId) findByPlAssessmentQuestionIdAndConceptId(Long plAssessmentQuestionId, Long conceptId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByPlAssessmentQuestionId
-
findByPlAssessmentQuestionIdAndConceptId
Optional<PlAssessmentQuestionConcept> findByPlAssessmentQuestionIdAndConceptId(Long plAssessmentQuestionId, Long conceptId)
-