Entity Merge Policy
interface EntityMergePolicy
Determine how to handle existing entities. The EntityResolver will have determined where we have an existing entity. The role of the EntityDeterminer is to decide how to handle merges.
Inheritors
Functions
Link copied to clipboard
abstract fun determineEntities(suggestedEntitiesResolution: Resolutions<SuggestedEntityResolution>, schema: <Error class: unknown class>): Merges<SuggestedEntityResolution, <Error class: unknown class>>
Determine final entities to write based on the suggested entities resolution.