public interface RecoveryPointRepository extends org.springframework.data.repository.CrudRepository<RecoveryPointEntity,String>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteById(long id) |
boolean |
existsByIdAndBranchId(long id,
String branchId) |
List<RecoveryPointEntity> |
findAllByBranchId(String branchId) |
Optional<RecoveryPointEntity> |
findByIdAndBranchId(long id,
String branchId) |
List<RecoveryPointEntity> findAllByBranchId(String branchId)
Optional<RecoveryPointEntity> findByIdAndBranchId(long id, String branchId)
void deleteById(long id)
boolean existsByIdAndBranchId(long id,
String branchId)
Copyright © 2020. All rights reserved.