public interface TrustBundleAnchorRepository extends org.springframework.data.repository.reactive.ReactiveCrudRepository<TrustBundleAnchor,Long>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
deleteByTrustBundleId(Long trustBundleId) |
reactor.core.publisher.Flux<TrustBundleAnchor> |
findByTrustBundleId(Long trustBundleId) |
reactor.core.publisher.Flux<TrustBundleAnchor> findByTrustBundleId(Long trustBundleId)
Copyright © 2021. All rights reserved.