Interface UpdateCollection
- All Superinterfaces:
org.springframework.data.repository.PagingAndSortingRepository<Update,
,org.bson.types.ObjectId> org.springframework.data.repository.Repository<Update,
org.bson.types.ObjectId>
@Repository
public interface UpdateCollection
extends org.springframework.data.repository.PagingAndSortingRepository<Update,org.bson.types.ObjectId>
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<Update> findAll
(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<Update> findByQuarter
(String quarter, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<Update> findBySubjectArea
(String subjectArea, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<Update> findBySubjectAreaAndQuarter
(String subjectArea, String quarter, org.springframework.data.domain.Pageable pageable) Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
-
Method Details
-
save
-
findBySubjectAreaAndQuarter
-
findByQuarter
-
findBySubjectArea
-
findAll
org.springframework.data.domain.Page<Update> findAll(org.springframework.data.domain.Pageable pageable) - Specified by:
findAll
in interfaceorg.springframework.data.repository.PagingAndSortingRepository<Update,
org.bson.types.ObjectId>
-