Class DefaultDeleteAllInterceptor<T>

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

public class DefaultDeleteAllInterceptor<T> extends AbstractQueryInterceptor<T,Number> implements DeleteAllInterceptor<T>
Default implementation of DeleteAllInterceptor.
Since:
1.0.0
Author:
graemerocher
  • Constructor Details

    • DefaultDeleteAllInterceptor

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