Interface ImmutableImportProcessorSummary.PersistedKey

  • Enclosing interface:
    ImmutableImportProcessorSummary

    public static interface ImmutableImportProcessorSummary.PersistedKey
    Represents the key of a persisted object. It consists of the class of the persisted object as well as its key. The key must be immutable and overrides #hashCode() and #equals(Object) to implement the compare content instead of identity.
    • Method Detail

      • getPersistedClass

        Class getPersistedClass()
      • getPersistedId

        Object getPersistedId()