Class ChildInserterPostInsertCustomizer

java.lang.Object
com.kingsrook.qqq.backend.core.actions.customizers.AbstractPostInsertCustomizer
com.kingsrook.qqq.backend.core.actions.customizers.ChildInserterPostInsertCustomizer
All Implemented Interfaces:
TableCustomizerInterface

public abstract class ChildInserterPostInsertCustomizer extends AbstractPostInsertCustomizer
Standard/re-usable post-insert customizer, for the use case where, when we do an insert into table "parent", we want a record automatically inserted into table "child". Optionally (based on RelationshipType), there can be a foreign key in "parent", pointed at "child". e.g., named: "parent.childId".