T
- The declaring typeR
- The return typepublic class DefaultUpdateAllEntitiesReactiveInterceptor<T,R> extends AbstractReactiveInterceptor<T,R> implements UpdateAllEntitiesReactiveInterceptor<T,R>
UpdateAllEntitiesReactiveInterceptor
.reactiveOperations
operations, preparedQueryResolver
Constructor and Description |
---|
DefaultUpdateAllEntitiesReactiveInterceptor(RepositoryOperations operations)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
R |
intercept(RepositoryMethodKey methodKey,
io.micronaut.aop.MethodInvocationContext<T,R> context)
Intercepts a data method execution.
|
count
convertNumberArgumentIfNecessary, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getParameterValueMap, getRequiredEntity, getRequiredRootEntity, getReturnType, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, prepareQuery, prepareQuery, validateNullArguments
public DefaultUpdateAllEntitiesReactiveInterceptor(@NonNull RepositoryOperations operations)
operations
- The operationspublic R intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T,R> context)
DataInterceptor
intercept
in interface DataInterceptor<T,R>
methodKey
- The method keycontext
- The context