Interface FindAllAsyncInterceptor<T>

Type Parameters:
T - The declaring type
All Superinterfaces:
DataInterceptor<T,CompletionStage<Iterable<Object>>>

public interface FindAllAsyncInterceptor<T> extends DataInterceptor<T,CompletionStage<Iterable<Object>>>
An interceptor that executes a query and returns an iterable result asynchronously.
Since:
1.0