- 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