- Type Parameters:
T
- The declaring type
R
- The return type
- All Superinterfaces:
- DataInterceptor<T,java.lang.Iterable<R>>
- All Known Implementing Classes:
- DefaultSaveAllInterceptor
public interface SaveAllInterceptor<T,R>
extends DataInterceptor<T,java.lang.Iterable<R>>
Interface for the interceptor that handles saving a list or iterable of objects.
- Since:
- 1.0
- Author:
- graemerocher