Uses of Class
com.kingsrook.qqq.backend.core.model.actions.tables.replace.ReplaceOutput
Packages that use ReplaceOutput
Package
Description
-
Uses of ReplaceOutput in com.kingsrook.qqq.backend.core.actions.tables
Subclasses with type arguments of type ReplaceOutput in com.kingsrook.qqq.backend.core.actions.tablesModifier and TypeClassDescriptionclassAction to do a "replace" - e.g: Update rows with unique-key values that are already in the table; insert rows whose unique keys weren't already in the table, and delete rows that weren't in the input (all based on a UniqueKey that's part of the input) Note - the filter in the ReplaceInput - its role is to limit what rows are potentially deleted.Methods in com.kingsrook.qqq.backend.core.actions.tables that return ReplaceOutput -
Uses of ReplaceOutput in com.kingsrook.qqq.backend.core.model.actions.tables.replace
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.replace that return ReplaceOutputModifier and TypeMethodDescriptionReplaceOutput.withDeleteOutput(DeleteOutput deleteOutput) Fluent setter for deleteOutputReplaceOutput.withInsertOutput(InsertOutput insertOutput) Fluent setter for insertOutputReplaceOutput.withUpdateOutput(UpdateOutput updateOutput) Fluent setter for updateOutput