Package io.micronaut.data.intercept
Interface CountInterceptor<T>
- Type Parameters:
T
- The declaring type
- All Superinterfaces:
DataInterceptor<T,
Number>
- All Known Implementing Classes:
DefaultCountInterceptor
An interceptor that executes a a count of all records.
- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept