Interface SellerRepositoryReactive

  • All Superinterfaces:
    org.springframework.data.repository.reactive.ReactiveCrudRepository<Seller,​java.lang.String>, org.springframework.data.repository.Repository<Seller,​java.lang.String>

    @Repository
    public interface SellerRepositoryReactive
    extends org.springframework.data.repository.reactive.ReactiveCrudRepository<Seller,​java.lang.String>
    • Method Summary

      • 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