Interface SaveEntityInterceptor<T>

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

    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