@Repository
Repository for IntraComponentDependencySpecification
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun deleteAll(entities: Iterable<out IntraComponentDependencySpecification?>?): Mono<Void?>?
abstract fun deleteAll(entityStream: Publisher<out IntraComponentDependencySpecification?>?): Mono<Void?>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun findAll(condition: Condition?, sort: Sort?): Flux<IntraComponentDependencySpecification?>?
abstract fun findAll(condition: Condition?, vararg sortItems: SortItem?): Flux<IntraComponentDependencySpecification?>?
abstract fun <S : IntraComponentDependencySpecification?> findAll(example: Example<S?>?, sort: Sort?): Flux<S?>?
Link copied to clipboard
abstract fun findAllById(idStream: Publisher<String?>?): Flux<IntraComponentDependencySpecification?>?
Link copied to clipboard
Wrapper for ReactiveCrudRepository.findAllById which unwraps the provided ids and awaits the result
Link copied to clipboard
Link copied to clipboard
Wrapper for ReactiveCrudRepository.findById which unwraps the provided id and awaits the result
Link copied to clipboard