Class DefaultUpdateAllAsyncEntitiesInterceptor
java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,CompletionStage<R>>
 
io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptor<Object,Object>
 
io.micronaut.data.runtime.intercept.async.AbstractCountConvertCompletionStageInterceptor
io.micronaut.data.runtime.intercept.async.DefaultUpdateAllAsyncEntitiesInterceptor
- All Implemented Interfaces:
- UpdateAllEntriesAsyncInterceptor<Object,,- CompletionStage<Object>> - DataInterceptor<Object,- CompletionStage<Object>> 
public class DefaultUpdateAllAsyncEntitiesInterceptor
extends AbstractCountConvertCompletionStageInterceptor
implements UpdateAllEntriesAsyncInterceptor<Object,CompletionStage<Object>> 
Default implementation of 
UpdateAllEntriesAsyncInterceptor.- Since:
- 2.4.0
- Author:
- Denis Stepanov
- 
Field SummaryFields inherited from class io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptorasyncDatastoreOperations, LIST_OF_OBJECTSFields inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptorconversionService, operations, preparedQueryResolver
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultUpdateAllAsyncEntitiesInterceptor(@NonNull RepositoryOperations operations) Default constructor.
- 
Method SummaryModifier and TypeMethodDescriptionprotected CompletionStage<?>interceptCompletionStage(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, CompletionStage<Object>> context) Intercept CompletionStage.Methods inherited from class io.micronaut.data.runtime.intercept.async.AbstractCountConvertCompletionStageInterceptorinterceptMethods inherited from class io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptorconvertNumberToReturnType, findReturnType, getReturnTypeMethods inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptorconvertOne, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getDeleteReturningBatchOperation, getDeleteReturningOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getParameterValueMap, getRequiredEntity, getRequiredRootEntity, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, prepareQuery, prepareQuery, validateNullArgumentsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.data.intercept.DataInterceptorintercept
- 
Constructor Details- 
DefaultUpdateAllAsyncEntitiesInterceptorDefault constructor.- Parameters:
- operations- The operations
 
 
- 
- 
Method Details- 
interceptCompletionStageprotected CompletionStage<?> interceptCompletionStage(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, CompletionStage<Object>> context) Description copied from class:AbstractCountConvertCompletionStageInterceptorIntercept CompletionStage.- Specified by:
- interceptCompletionStagein class- AbstractCountConvertCompletionStageInterceptor
- Parameters:
- methodKey- The method key
- context- The context
- Returns:
- the result publisher
 
 
-