Interface ReactiveCapableRepository
- All Superinterfaces:
io.micronaut.context.ApplicationContextProvider, io.micronaut.core.convert.ConversionServiceProvider, HintsCapableRepository, RepositoryOperations
- All Known Subinterfaces:
BlockingExecutorReactorRepositoryOperations, BlockingReactorRepositoryOperations, R2dbcRepositoryOperations, ReactorReactiveCapableRepository, ReactorReactiveCapableRepository
- All Known Implementing Classes:
DefaultJdbcRepositoryOperations
Extends
RepositoryOperations and adds the able for a datastore to expose reactive operations if they are supported.- Since:
- 1.0.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.context.ApplicationContextProvider
getApplicationContextMethods inherited from interface io.micronaut.core.convert.ConversionServiceProvider
getConversionServiceMethods inherited from interface HintsCapableRepository
getQueryHintsMethods inherited from interface RepositoryOperations
count, delete, deleteAll, execute, executeDelete, executeUpdate, exists, findAll, findAll, findOne, findOne, findPage, findStream, findStream, getEntity, persist, persistAll, update, updateAll
-
Method Details
-
reactive
ReactiveRepositoryOperations reactive()- Returns:
- The reactive operations instance.
-