Interface DelegateProvider<T>

    • Method Detail

      • getDelegate

        T getDelegate​(boolean isRead,
                      Object field)
        Returns a delegate for and entity for an operation on a field.
        Parameters:
        isRead - true when the delegate requested for a read operation, false otherwise
        field - Identification of the field this delegates operates on.
        Returns:
      • isUpdated

        default boolean isUpdated()