Interface AsyncCapableRepository
- All Superinterfaces:
io.micronaut.context.ApplicationContextProvider
,io.micronaut.core.convert.ConversionServiceProvider
,HintsCapableRepository
,RepositoryOperations
- All Known Subinterfaces:
R2dbcRepositoryOperations
- All Known Implementing Classes:
DefaultJdbcRepositoryOperations
A
RepositoryOperations
capable of supporting asynchronous access.- Since:
- 1.0.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.context.ApplicationContextProvider
getApplicationContext
Methods inherited from interface io.micronaut.core.convert.ConversionServiceProvider
getConversionService
Methods inherited from interface io.micronaut.data.operations.HintsCapableRepository
getQueryHints
Methods inherited from interface io.micronaut.data.operations.RepositoryOperations
count, delete, deleteAll, execute, executeDelete, executeUpdate, exists, findAll, findAll, findOne, findOne, findPage, findStream, findStream, getEntity, persist, persistAll, update, updateAll
-
Method Details
-
async
- Returns:
- The async operations.
-