Interface ExistsByAsyncInterceptor<T>

Type Parameters:
T - The declaring type
All Superinterfaces:
DataInterceptor<T,CompletionStage<Boolean>>
All Known Implementing Classes:
DefaultExistsByAsyncInterceptor

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