Interface UpdateInterceptor<T>

  • Type Parameters:
    T -
    All Superinterfaces:
    DataInterceptor<T,​java.lang.Object>
    All Known Implementing Classes:
    DefaultUpdateInterceptor

    public interface UpdateInterceptor<T>
    extends DataInterceptor<T,​java.lang.Object>
    Implements update with lookup by id.
    Since:
    1.0
    Author:
    graemerocher