- Type Parameters:
T
- The declaring type.
- All Superinterfaces:
- DataInterceptor<T,java.lang.Object>
- All Known Implementing Classes:
- DefaultSaveEntityInterceptor
public interface SaveEntityInterceptor<T>
extends DataInterceptor<T,java.lang.Object>
An interceptor that accepts a single entity to be saved and returns either the entity or nothing.
- Since:
- 1.0
- Author:
- graemerocher