T
- public class FlushInterceptor<T> extends AbstractQueryInterceptor<T,java.lang.Void> implements DataInterceptor<T,java.lang.Void>
operations
Modifier | Constructor and Description |
---|---|
protected |
FlushInterceptor(RepositoryOperations operations)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
intercept(RepositoryMethodKey methodKey,
io.micronaut.aop.MethodInvocationContext<T,java.lang.Void> context)
Intercepts a data method execution.
|
convertNumberArgumentIfNecessary, getDeleteAllBatchOperation, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getRequiredEntity, getRequiredRootEntity, getUpdateOperation, instantiateEntity, isNullable, prepareCountQuery, prepareQuery, prepareQuery, validateNullArguments
protected FlushInterceptor(@NonNull RepositoryOperations operations)
operations
- The operationspublic java.lang.Void intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T,java.lang.Void> context)
DataInterceptor
intercept
in interface DataInterceptor<T,java.lang.Void>
methodKey
- The method keycontext
- The context