Interface LcR2dbcRepository<T,​ID>

  • All Superinterfaces:
    org.springframework.data.r2dbc.repository.R2dbcRepository<T,​ID>, org.springframework.data.repository.reactive.ReactiveCrudRepository<T,​ID>, org.springframework.data.repository.reactive.ReactiveSortingRepository<T,​ID>, org.springframework.data.repository.Repository<T,​ID>
    All Known Implementing Classes:
    LcR2dbcRepositoryImpl

    @NoRepositoryBean
    public interface LcR2dbcRepository<T,​ID>
    extends org.springframework.data.r2dbc.repository.R2dbcRepository<T,​ID>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LcReactiveDataRelationalClient getLcClient()  
      • Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

        count, delete, deleteAll, deleteAll, deleteAll, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
      • Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

        findAll