Interface IterableResultInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The container type.
All Superinterfaces:
DataInterceptor<T,Iterable<R>>
All Known Subinterfaces:
FindAllInterceptor<T,R>, ProcedureReturningManyInterceptor<T,R>
All Known Implementing Classes:
DefaultFindAllInterceptor, DefaultProcedureReturningManyInterceptor

public interface IterableResultInterceptor<T,R> extends DataInterceptor<T,Iterable<R>>
An interceptor that returns an iterable result.
Since:
1.0.0
Author:
graemerocher