Class DeleteSpecificationInterceptor
java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,R>
 
io.micronaut.data.jpa.repository.intercept.AbstractSpecificationInterceptor<Object,Number>
 
io.micronaut.data.jpa.repository.intercept.DeleteSpecificationInterceptor
- All Implemented Interfaces:
- DataInterceptor<Object,- Number> 
- Direct Known Subclasses:
- DeleteSpecificationInterceptor
@Internal
public class DeleteSpecificationInterceptor
extends AbstractSpecificationInterceptor<Object,Number> 
Interceptor that supports delete specifications.
- Since:
- 4.0.0
- Author:
- radovanradic
- 
Field SummaryFields inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptorconversionService, operations, preparedQueryResolver
- 
Constructor SummaryConstructorsConstructorDescriptionDeleteSpecificationInterceptor(@NonNull RepositoryOperations operations) Default constructor.
- 
Method SummaryModifier and TypeMethodDescriptionintercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, Number> context) Intercepts a data method execution.Methods inherited from class io.micronaut.data.jpa.repository.intercept.AbstractSpecificationInterceptorgetOrders, getSpecificationMethods inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptorconvertOne, 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
- 
Constructor Details- 
DeleteSpecificationInterceptorDefault constructor.- Parameters:
- operations- The operations
 
 
- 
- 
Method Details- 
interceptpublic Number intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, Number> context) Description copied from interface:DataInterceptorIntercepts a data method execution.- Parameters:
- methodKey- The method key
- context- The context
- Returns:
- The result
 
 
-