Package com.kingsrook.qqq.backend.core.actions.customizers
package com.kingsrook.qqq.backend.core.actions.customizers
-
ClassDescriptionAbstract class that a table can specify an implementation of, to provide custom actions after a delete takes place.Abstract class that a table can specify an implementation of, to provide custom actions after an insert takes place.Abstract class that a table can specify an implementation of, to provide custom actions after an update takes place.Abstract class that a table can specify an implementation of, to provide custom actions before a delete takes place.Abstract class that a table can specify an implementation of, to provide custom actions before an insert takes place.allow the customizer to specify when it should be executed as part of the insert action.Abstract class that a table can specify an implementation of, to provide custom actions before an update takes place.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".Utility to load code for running QQQ customizers.Interface with utility methods that pre insert/update/delete customizers may want to use.Container for an old value and a new value.Common interface used by all (core) TableCustomizer types (e.g., post-query, and {pre,post}-{insert,update,delete}.Enum definition of possible table customizers - "roles" for custom code that can be applied to tables.