Package com.infobip.spring.data.r2dbc
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
Methods inherited from interface com.infobip.spring.data.r2dbc.QuerydslR2dbcFragment
deleteWhere, entityProjection, query, updateMethods 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, saveAllMethods inherited from interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
count, exists, findAll, findAll, findAll, findAll, findBy, findOneMethods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository
findAll
-
Method Details
-
save
-