Package sk.iway.iwcm.components.quiz.jpa
Interface QuizRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<QuizEntity,,Long> DomainIdRepository<QuizEntity,,Long> org.springframework.data.jpa.repository.JpaRepository<QuizEntity,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<QuizEntity>,org.springframework.data.repository.ListCrudRepository<QuizEntity,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<QuizEntity,,Long> org.springframework.data.repository.PagingAndSortingRepository<QuizEntity,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<QuizEntity>,org.springframework.data.repository.Repository<QuizEntity,Long>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
org.springframework.data.jpa.repository.JpaSpecificationExecutor.SpecificationFluentQuery<T extends Object> -
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface sk.iway.iwcm.system.datatable.spring.DomainIdRepository
findAllByDomainId, findAllByDomainId, findFirstByIdAndDomainIdMethods 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.jpa.repository.JpaSpecificationExecutor
count, count, delete, delete, exists, exists, findAll, findAll, findAll, findAll, findAll, findBy, findBy, findOne, findOne, updateMethods 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
-
findById
-