Package edu.ucsb.cs.scaffold.repository
Interface PlQuestionRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<PlQuestion,,Long> org.springframework.data.jpa.repository.JpaRepository<PlQuestion,,Long> org.springframework.data.repository.ListCrudRepository<PlQuestion,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<PlQuestion,,Long> org.springframework.data.repository.PagingAndSortingRepository<PlQuestion,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<PlQuestion>,org.springframework.data.repository.Repository<PlQuestion,Long>
@Repository
public interface PlQuestionRepository
extends org.springframework.data.jpa.repository.JpaRepository<PlQuestion,Long>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByPlRepoId(Long plRepoId) booleanexistsByPlRepoIdAndQuestionId(Long plRepoId, String questionId) findByPlRepoId(Long plRepoId) findByPlRepoIdAndQuestionId(Long plRepoId, String questionId) 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
-
findByPlRepoId
-
findByPlRepoIdAndQuestionId
-
existsByPlRepoIdAndQuestionId
-
deleteByPlRepoId
-