Interface ProcedureReturningManyInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The return result
All Superinterfaces:
DataInterceptor<T,Iterable<R>>, IterableResultInterceptor<T,R>
All Known Implementing Classes:
DefaultProcedureReturningManyInterceptor

public interface ProcedureReturningManyInterceptor<T,R> extends IterableResultInterceptor<T,R>
An interceptor that does execute the procedure and returns one result.
Since:
4.2.0
Author:
Denis Stepanov