Interface SaveOneInterceptor<T>

Type Parameters:
T - The declaring type.
All Superinterfaces:
DataInterceptor<T,Object>

public interface SaveOneInterceptor<T> extends DataInterceptor<T,Object>
An interceptor that accepts a single entity to be saved and returns either the entity or nothing.
Since:
1.0