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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class
getPersistedClass()
Object
getPersistedId()
-