T - The declaring typeR - The return typepublic class DefaultSaveAllInterceptor<T,R> extends AbstractQueryInterceptor<T,R> implements SaveAllInterceptor<T,R>
SaveAllInterceptor.operations| Constructor and Description |
|---|
DefaultSaveAllInterceptor(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.
|
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 DefaultSaveAllInterceptor(@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