Interface ExistsByAsyncInterceptor<T>
- Type Parameters:
T- The declaring type
- All Superinterfaces:
DataInterceptor<T, CompletionStage<Boolean>>
- All Known Implementing Classes:
DefaultExistsByAsyncInterceptor
An interceptor that executes a query to check for existence.
- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface DataInterceptor
intercept