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) |
@Transactional @Query(value="select * from trustbundle b where upper(b.bundleName) = upper(:bundleName)") reactor.core.publisher.Mono<TrustBundle> findByBundleNameIgnoreCase(String bundleName)
Copyright © 2020. All rights reserved.