Interface QuerydslR2dbcRepository<T,ID>

All Superinterfaces:
QuerydslR2dbcFragment<T>, org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor<T>, org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>

@NoRepositoryBean public interface QuerydslR2dbcRepository<T,ID> extends org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>, org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor<T>, QuerydslR2dbcFragment<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default reactor.core.publisher.Flux<T>
    save(T... entities)
     

    Methods inherited from interface com.infobip.spring.data.r2dbc.QuerydslR2dbcFragment

    deleteWhere, entityProjection, query, update

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll

    Methods inherited from interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor

    count, exists, findAll, findAll, findAll, findAll, findBy, findOne

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

    findAll
  • Method Details

    • save

      default reactor.core.publisher.Flux<T> save(T... entities)