Class DefaultUpdateEntityInterceptor<T>

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

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

    • DefaultUpdateEntityInterceptor

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