Class DefaultExistsByInterceptor<T>

java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,Boolean>
io.micronaut.data.runtime.intercept.DefaultExistsByInterceptor<T>
Type Parameters:
T - The declaring type
All Implemented Interfaces:
DataInterceptor<T,Boolean>, ExistsByInterceptor<T>

public class DefaultExistsByInterceptor<T> extends AbstractQueryInterceptor<T,Boolean> implements ExistsByInterceptor<T>
The default implementation of ExistsByInterceptor.
Since:
1.0.0
Author:
graemerocher
  • Constructor Details

    • DefaultExistsByInterceptor

      protected DefaultExistsByInterceptor(@NonNull @NonNull RepositoryOperations datastore)
      Default constructor.
      Parameters:
      datastore - The operations
  • Method Details