--------------------------------------------------------------- DB models event hooks --------------------------------------------------------------- OnModelValidate is triggered every time when a model is being validated (e.g. triggered by App.Validate() or App.Save()). For convenience, if you wan
(tags ...string)
| 746 | // then all event handlers registered via the created hook will be |
| 747 | // triggered and called only if their event data origin matches the tags. |
| 748 | OnModelValidate(tags ...string) *hook.TaggedHook[*ModelEvent] |
| 749 | |
| 750 | // --------------------------------------------------------------- |
| 751 |
no outgoing calls