Package io.micronaut.data.intercept
Interface UpdateEntityInterceptor<T>
- Type Parameters:
T
- The generic type
- All Superinterfaces:
DataInterceptor<T,
Object>
- All Known Implementing Classes:
DefaultUpdateEntityInterceptor
Interceptor that handles update methods that take a single argument that is the entity.
- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept