Package io.micronaut.data.intercept
Interface FindAllInterceptor<T,R> 
- Type Parameters:
 T- The declaring typeR- The return result
- All Superinterfaces:
 DataInterceptor<T,,Iterable<R>> IterableResultInterceptor<T,R> 
- All Known Implementing Classes:
 DefaultFindAllInterceptor
An interceptor that doesn't execute a query but instead just lists all the results.
- Since:
 - 1.0
 - Author:
 - graemerocher
 
- 
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept