Interface MongoReactiveRepositoryOperations
-
- All Superinterfaces:
ReactiveRepositoryOperations
- All Known Subinterfaces:
MongoReactorRepositoryOperations
- All Known Implementing Classes:
DefaultReactiveMongoRepositoryOperations
public interface MongoReactiveRepositoryOperations extends ReactiveRepositoryOperations
MongoDB reactive repository operations.- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
-
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
-
-