Class DefaultDeleteOneInterceptor<T>

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

public class DefaultDeleteOneInterceptor<T> extends AbstractQueryInterceptor<T,Object> implements DeleteOneInterceptor<T>
The default implementation of DeleteOneInterceptor.
Since:
1.0.0
Author:
graemerocher
  • Constructor Details

    • DefaultDeleteOneInterceptor

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