Interface InsertEntityInterceptor<T>

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

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