Interface DeleteAllReturningInterceptor<E,R>

Type Parameters:
E - The entity type
R - The result type
All Superinterfaces:
DataInterceptor<E,R>
All Known Implementing Classes:
DefaultDeleteAllReturningInterceptor

public interface DeleteAllReturningInterceptor<E,R> extends DataInterceptor<E,R>
An interceptor that executes a batch delete.
Since:
4.2.0
Author:
Denis Stepanov