Class DefaultUpdateReturningManyInterceptor<T,R>

java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,Iterable<R>>
io.micronaut.data.runtime.intercept.DefaultUpdateReturningManyInterceptor<T,R>
Type Parameters:
T - The declaring type
R - The return type
All Implemented Interfaces:
DataInterceptor<T,Iterable<R>>, UpdateReturningManyInterceptor<T,R>

@Internal public final class DefaultUpdateReturningManyInterceptor<T,R> extends AbstractQueryInterceptor<T,Iterable<R>> implements UpdateReturningManyInterceptor<T,R>
Default implementation of UpdateReturningManyInterceptor.
Since:
4.2.0
Author:
Denis Stepanov
  • Constructor Details

    • DefaultUpdateReturningManyInterceptor

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