Interface FindAllInterceptor<T,R>

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

public interface FindAllInterceptor<T,R> extends IterableResultInterceptor<T,R>
An interceptor that doesn't execute a query but instead just lists all the results.
Since:
1.0
Author:
graemerocher