@Repository @Transactional(readOnly=true) public interface ReplicationRuleRepository extends org.springframework.data.jpa.repository.JpaRepository<ReplicationRule,String>
| Modifier and Type | Method and Description |
|---|---|
default void |
delete(ReplicationRule entity) |
ReplicationRule |
findByRucioId(String rucioId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAlldefault void delete(ReplicationRule entity)
delete in interface org.springframework.data.repository.CrudRepository<ReplicationRule,String>ReplicationRule findByRucioId(String rucioId)
Copyright © 2015–2023 I.N.F.N.. All rights reserved.