Interface R2dbcRepositoryOperations
- All Superinterfaces:
io.micronaut.context.ApplicationContextProvider, AsyncCapableRepository, io.micronaut.core.convert.ConversionServiceProvider, HintsCapableRepository, ReactiveCapableRepository, RepositoryOperations
public interface R2dbcRepositoryOperations
extends RepositoryOperations, ReactiveCapableRepository, AsyncCapableRepository
An interface for R2DBC repository operations.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.context.ApplicationContextProvider
getApplicationContextMethods inherited from interface AsyncCapableRepository
asyncMethods inherited from interface io.micronaut.core.convert.ConversionServiceProvider
getConversionServiceMethods inherited from interface HintsCapableRepository
getQueryHintsMethods inherited from interface ReactiveCapableRepository
reactiveMethods inherited from interface RepositoryOperations
count, delete, deleteAll, execute, executeDelete, executeUpdate, exists, findAll, findAll, findOne, findOne, findPage, findStream, findStream, getEntity, persist, persistAll, update, updateAll