Class LoadViaInsertOrUpdateStep

java.lang.Object
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.AbstractLoadStep
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.LoadViaInsertOrUpdateStep
Direct Known Subclasses:
MergeDuplicatesLoadStep

public class LoadViaInsertOrUpdateStep extends AbstractLoadStep
Generic implementation of a LoadStep - that runs Insert and/or Update actions for the destination table - where the presence or absence of the record's primaryKey field is the indicator for which to do. e.g., it assumes auto-generated ids, to be populated upon insert.