Interface InsertReturningManyInterceptor<T,R>

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

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