Interface InsertAllInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The return type
All Superinterfaces:
DataInterceptor<T,R>
All Known Implementing Classes:
DefaultInsertAllInterceptor

public interface InsertAllInterceptor<T,R> extends DataInterceptor<T,R>
Interface for the interceptor that handles inserting a list or iterable of objects.
Since:
5.0.0