Interface UpdateReturningManyInterceptor<T,R>

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

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