Uses of Class
org.duracloud.snapshot.db.model.SnapshotContentItem
Packages that use SnapshotContentItem
-
Uses of SnapshotContentItem in org.duracloud.snapshot.db.model
Methods in org.duracloud.snapshot.db.model with parameters of type SnapshotContentItemModifier and TypeMethodDescriptionintSnapshotContentItem.compare(SnapshotContentItem o1, SnapshotContentItem o2) -
Uses of SnapshotContentItem in org.duracloud.snapshot.db.repo
Methods in org.duracloud.snapshot.db.repo that return SnapshotContentItemModifier and TypeMethodDescriptionSnapshotContentItemRepo.findBySnapshotAndContentIdHash(Snapshot snapshot, String contentIdHash) Methods in org.duracloud.snapshot.db.repo that return types with arguments of type SnapshotContentItemModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SnapshotContentItem>SnapshotContentItemRepo.findBySnapshotName(String snapshotName, org.springframework.data.domain.Pageable pageable) SnapshotContentItemRepo.findBySnapshotNameAndContentIdStartingWithOrderByContentIdAsc(String snapshotName, String contentId, org.springframework.data.domain.Pageable pageable) SnapshotContentItemRepo.findBySnapshotNameOrderByContentIdAsc(String snapshotName, org.springframework.data.domain.Pageable pageable)