T - The declaring typeR - The return typepublic class DefaultUpdateAllEntitiesReactiveInterceptor<T,R> extends AbstractReactiveInterceptor<T,R> implements UpdateAllEntitiesReactiveInterceptor<T,R>
UpdateAllEntitiesReactiveInterceptor.reactiveOperationsoperations| 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.
|
countconvertNumberArgumentIfNecessary, 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 DefaultUpdateAllEntitiesReactiveInterceptor(@NonNull
RepositoryOperations operations)
operations - The operationspublic R intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T,R> context)
DataInterceptorintercept in interface DataInterceptor<T,R>methodKey - The method keycontext - The context