T - The declaring typepublic class DefaultFindAllAsyncInterceptor<T> extends AbstractAsyncInterceptor<T,java.lang.Iterable<java.lang.Object>> implements io.micronaut.data.intercept.async.FindAllAsyncInterceptor<T>
FindAllAsyncInterceptor.asyncDatastoreOperations, LIST_OF_OBJECTSoperations, preparedQueryResolver| Modifier | Constructor and Description |
|---|---|
protected |
DefaultFindAllAsyncInterceptor(io.micronaut.data.operations.RepositoryOperations datastore)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<java.lang.Iterable<java.lang.Object>> |
intercept(io.micronaut.data.intercept.RepositoryMethodKey methodKey,
io.micronaut.aop.MethodInvocationContext<T,java.util.concurrent.CompletionStage<java.lang.Iterable<java.lang.Object>>> context) |
convertNumberToReturnType, findReturnType, getReturnTypeconvertNumberArgumentIfNecessary, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getParameterValueMap, getRequiredEntity, getRequiredRootEntity, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, prepareQuery, prepareQuery, validateNullArgumentsprotected DefaultFindAllAsyncInterceptor(@NonNull
io.micronaut.data.operations.RepositoryOperations datastore)
datastore - The operationspublic java.util.concurrent.CompletionStage<java.lang.Iterable<java.lang.Object>> intercept(io.micronaut.data.intercept.RepositoryMethodKey methodKey,
io.micronaut.aop.MethodInvocationContext<T,java.util.concurrent.CompletionStage<java.lang.Iterable<java.lang.Object>>> context)
intercept in interface io.micronaut.data.intercept.DataInterceptor<T,java.util.concurrent.CompletionStage<java.lang.Iterable<java.lang.Object>>>