Interface JaversSnapshotRepository
- All Known Implementing Classes:
JaversSnapshotRepositoryImpl
public interface JaversSnapshotRepository
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByCdoIdAndVersions(String cdoId, List<Long> versions) voiddeleteByCdoIds(List<String> cdoIds) findCdoIdAndCount(List<String> listOfCdoId) voidupdateAsInitial(String cdoId, Long version)
-
Method Details
-
findCdoIdAndCount
-
findAllCdoIds
Stream<JaversIdsResponse> findAllCdoIds() -
deleteByCdoIdAndVersions
-
updateAsInitial
-
findTerminatedSnapshots
List<JaversIdsResponse> findTerminatedSnapshots() -
deleteByCdoIds
-