public interface TrustBundleRepository extends org.springframework.data.repository.reactive.ReactiveCrudRepository<TrustBundle,Long>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<TrustBundle> |
findByBundleNameIgnoreCase(String bundleName) |
reactor.core.publisher.Mono<TrustBundle> findByBundleNameIgnoreCase(String bundleName)
Copyright © 2021. All rights reserved.