Interface CountInterceptor<T>

Type Parameters:
T - The declaring type
All Superinterfaces:
DataInterceptor<T,Number>
All Known Implementing Classes:
DefaultCountInterceptor

public interface CountInterceptor<T> extends DataInterceptor<T,Number>
An interceptor that executes a a count of all records.
Since:
1.0
Author:
graemerocher