public interface IiifManifestSummaryRepository extends org.springframework.data.mongodb.repository.MongoRepository<IiifManifestSummary,UUID>, IiifManifestSummaryRepositoryCustom
| Modifier and Type | Method and Description |
|---|---|
List<IiifManifestSummary> |
findAllByOrderByLastModifiedDesc() |
org.springframework.data.domain.Page<IiifManifestSummary> |
findAllByOrderByLastModifiedDesc(org.springframework.data.domain.Pageable pageRequest) |
org.springframework.data.domain.Page<IiifManifestSummary> |
findBy(org.springframework.data.mongodb.core.query.TextCriteria criteria,
org.springframework.data.domain.Pageable page) |
IiifManifestSummary |
findByManifestUri(String manifestUri) |
List<IiifManifestSummary> |
findByUuidIn(List<UUID> uuids) |
org.springframework.data.domain.Page<IiifManifestSummary> |
findByUuidIn(List<UUID> uuids,
org.springframework.data.domain.Pageable page) |
findAll, findAll, findAll, findAll, insert, insert, savefindAllcount, delete, delete, delete, deleteAll, exists, findAll, findOne, savecount, exists, findAll, findOnefindByIiifManifestSummary findByManifestUri(String manifestUri)
List<IiifManifestSummary> findAllByOrderByLastModifiedDesc()
org.springframework.data.domain.Page<IiifManifestSummary> findAllByOrderByLastModifiedDesc(org.springframework.data.domain.Pageable pageRequest)
org.springframework.data.domain.Page<IiifManifestSummary> findBy(org.springframework.data.mongodb.core.query.TextCriteria criteria, org.springframework.data.domain.Pageable page)
org.springframework.data.domain.Page<IiifManifestSummary> findByUuidIn(List<UUID> uuids, org.springframework.data.domain.Pageable page)
List<IiifManifestSummary> findByUuidIn(List<UUID> uuids)
Copyright © 2017. All rights reserved.