Interface CountInterceptor<T>

  • Type Parameters:
    T - The declaring type
    All Superinterfaces:
    DataInterceptor<T,​java.lang.Number>

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