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 Object.hashCode() and Object.equals(Object) to implement the compare content instead of identity.
  • Method Details

    • getPersistedClass

      Class<?> getPersistedClass()
    • getPersistedId

      Object getPersistedId()