T - The declaring typepublic class DefaultUpdateAllAsyncEntitiesInterceptor<T> extends AbstractAsyncInterceptor<T,java.lang.Object> implements UpdateAllEntriesAsyncInterceptor<T,java.util.concurrent.CompletionStage<java.lang.Object>>
UpdateAllEntriesAsyncInterceptor.asyncDatastoreOperationsoperations| Constructor and Description |
|---|
DefaultUpdateAllAsyncEntitiesInterceptor(RepositoryOperations operations)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<java.lang.Object> |
intercept(RepositoryMethodKey methodKey,
io.micronaut.aop.MethodInvocationContext<T,java.util.concurrent.CompletionStage<java.lang.Object>> context)
Intercepts a data method execution.
|
convertNumberArgumentIfNecessary, count, findEntitiesParameter, findEntityParameter, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getRequiredEntity, getRequiredRootEntity, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, prepareQuery, validateNullArgumentspublic DefaultUpdateAllAsyncEntitiesInterceptor(@NonNull
RepositoryOperations operations)
operations - The operationspublic java.util.concurrent.CompletionStage<java.lang.Object> intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T,java.util.concurrent.CompletionStage<java.lang.Object>> context)
DataInterceptorintercept in interface DataInterceptor<T,java.util.concurrent.CompletionStage<java.lang.Object>>methodKey - The method keycontext - The context