Interface ExistsByInterceptor<T>

  • Type Parameters:
    T - The declaring type
    All Superinterfaces:
    DataInterceptor<T,​java.lang.Boolean>
    All Known Implementing Classes:
    DefaultExistsByInterceptor

    public interface ExistsByInterceptor<T>
    extends DataInterceptor<T,​java.lang.Boolean>
    An interceptor that checks for the existence of a record.
    Since:
    1.0
    Author:
    graemerocher