Package io.micronaut.data.intercept
Interface DeleteAllReturningInterceptor<E,R> 
- Type Parameters:
 E- The entity typeR- The result type
- All Superinterfaces:
 DataInterceptor<E,R> 
- All Known Implementing Classes:
 DefaultDeleteAllReturningInterceptor
An interceptor that executes a batch delete.
- Since:
 - 4.2.0
 - Author:
 - Denis Stepanov
 
- 
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept