Interface DeleteReturningManyInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The result type
All Superinterfaces:
DataInterceptor<T,Iterable<R>>
All Known Implementing Classes:
DefaultDeleteReturningManyInterceptor

public interface DeleteReturningManyInterceptor<T,R> extends DataInterceptor<T,Iterable<R>>
Implements delete returning many results interceptor.
Since:
4.2.0
Author:
Denis Stepanov