Class DefaultUpdateInterceptor<T>

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

public class DefaultUpdateInterceptor<T> extends AbstractQueryInterceptor<T,Object> implements UpdateInterceptor<T>
Default implementation of UpdateInterceptor.
Since:
1.0.0
Author:
graemerocher
  • Constructor Details

    • DefaultUpdateInterceptor

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