@Repository(value="snapshotContentItemRepo") public interface SnapshotContentItemRepo extends org.springframework.data.jpa.repository.JpaRepository<SnapshotContentItem,Long>
| Modifier and Type | Method and Description |
|---|---|
long |
countBySnapshotName(String snapshotName) |
void |
deleteBySnapshotName(String snapshotId) |
SnapshotContentItem |
findBySnapshotAndContentIdHash(Snapshot snapshot,
String contentIdHash) |
org.springframework.data.domain.Page<SnapshotContentItem> |
findBySnapshotName(String snapshotName,
org.springframework.data.domain.Pageable pageable) |
List<SnapshotContentItem> |
findBySnapshotNameAndContentIdStartingWithOrderByContentIdAsc(String snapshotName,
String contentId,
org.springframework.data.domain.Pageable pageable) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllList<SnapshotContentItem> findBySnapshotNameAndContentIdStartingWithOrderByContentIdAsc(@Param(value="snapshotName") String snapshotName, @Param(value="contentId") String contentId, org.springframework.data.domain.Pageable pageable)
long countBySnapshotName(@Param(value="snapshotName")
String snapshotName)
org.springframework.data.domain.Page<SnapshotContentItem> findBySnapshotName(@Param(value="snapshotName") String snapshotName, org.springframework.data.domain.Pageable pageable)
snapshotName - pageable - SnapshotContentItem findBySnapshotAndContentIdHash(Snapshot snapshot, String contentIdHash)
id - contentIdHash - void deleteBySnapshotName(String snapshotId)
snapshotId - Copyright © 2014–2016 DuraSpace. All rights reserved.