@Repository(value="manifestItemRepo") public interface JpaManifestItemRepo extends org.springframework.data.jpa.repository.JpaRepository<ManifestItem,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByAccountAndStoreIdAndSpaceId(String account,
String storeId,
String spaceId) |
Long |
deleteByDeletedTrueAndModifiedBefore(Date expiration) |
ManifestItem |
findByAccountAndStoreIdAndSpaceIdAndContentId(String account,
String storeId,
String spaceId,
String contentId) |
org.springframework.data.domain.Page<ManifestItem> |
findByAccountAndStoreIdAndSpaceIdAndDeletedFalseOrderByContentIdAsc(String account,
String storeId,
String spaceId,
org.springframework.data.domain.Pageable pageable) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, flush, getOne, save, saveAndFlushorg.springframework.data.domain.Page<ManifestItem> findByAccountAndStoreIdAndSpaceIdAndDeletedFalseOrderByContentIdAsc(String account, String storeId, String spaceId, org.springframework.data.domain.Pageable pageable)
account - storeId - spaceId - pageable - ManifestItem findByAccountAndStoreIdAndSpaceIdAndContentId(String account, String storeId, String spaceId, String contentId)
account - storeId - spaceId - contentId - Long deleteByDeletedTrueAndModifiedBefore(Date expiration)
expiration - Copyright © 2009–2015 DuraSpace. All rights reserved.