Package io.micronaut.data.intercept
Interface ExistsByInterceptor<T>
- Type Parameters:
T
- The declaring type
- All Superinterfaces:
DataInterceptor<T,
Boolean>
- All Known Implementing Classes:
DefaultExistsByInterceptor
An interceptor that checks for the existence of a record.
- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept