Interface ExistsByAsyncInterceptor<T>

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

    public interface ExistsByAsyncInterceptor<T>
    extends DataInterceptor<T,​java.util.concurrent.CompletionStage<java.lang.Boolean>>
    An interceptor that executes a query to check for existence.
    Since:
    1.0
    Author:
    graemerocher