Class ExistsAsyncSpecificationInterceptor

All Implemented Interfaces:
DataInterceptor<Object,CompletionStage<Boolean>>

@Internal public class ExistsAsyncSpecificationInterceptor extends AbstractAsyncSpecificationInterceptor<Object,CompletionStage<Boolean>>
Interceptor that supports async exists specifications.
Since:
3.8
Author:
Nick Hensel
  • Constructor Details

    • ExistsAsyncSpecificationInterceptor

      protected ExistsAsyncSpecificationInterceptor(RepositoryOperations operations)
      Default constructor.
      Parameters:
      operations - The operations
  • Method Details