Class DefaultProcedureReturningManyInterceptor<T,R>

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

@Internal public final class DefaultProcedureReturningManyInterceptor<T,R> extends AbstractQueryInterceptor<T,Iterable<R>> implements ProcedureReturningManyInterceptor<T,R>
The default implementation of ProcedureReturningManyInterceptor.
Since:
4.2.0
Author:
Denis Stepanov