Interface SaveEntityInterceptor<T>

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

public interface SaveEntityInterceptor<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
Author:
graemerocher