Interface MongoReactiveRepositoryOperations

  • All Superinterfaces:
    io.micronaut.data.operations.reactive.ReactiveRepositoryOperations
    All Known Subinterfaces:
    MongoReactorRepositoryOperations
    All Known Implementing Classes:
    DefaultReactiveMongoRepositoryOperations

    public interface MongoReactiveRepositoryOperations
    extends io.micronaut.data.operations.reactive.ReactiveRepositoryOperations
    MongoDB reactive repository operations.
    Since:
    3.3.0
    • Method Summary

      • Methods inherited from interface io.micronaut.data.operations.reactive.ReactiveRepositoryOperations

        count, delete, deleteAll, executeDelete, executeUpdate, exists, findAll, findAll, findOne, findOne, findOptional, findOptional, findPage, persist, persistAll, update, updateAll