Package io.micronaut.data.intercept
Interface UpdateEntityInterceptor<T>
-
- Type Parameters:
T
- The generic type
- All Superinterfaces:
DataInterceptor<T,java.lang.Object>
- All Known Implementing Classes:
DefaultUpdateEntityInterceptor
public interface UpdateEntityInterceptor<T> extends DataInterceptor<T,java.lang.Object>
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
-
-