Interface ImmutableImportProcessorSummary.PersistedKey
-
- Enclosing interface:
- ImmutableImportProcessorSummary
public static interface ImmutableImportProcessorSummary.PersistedKeyRepresents 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 ClassgetPersistedClass()ObjectgetPersistedId()
-