-
Is it possible to listen for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Tomas, Option 2: Overload on EntityHandler to accept star ( all ) then crate new decorators like AfterCreateAll() AfterUpdateAll() ... Do you need only for AfterCreate, AfterUpdate all only ? If we create for After(Create,Update,Read,Delete) then I will implement also for Before and On. |
Beta Was this translation helpful? Give feedback.
Hi Tomas,
Option1: It should be possible, but probably with the help of a new decorator like EntityHandler which should not point to any entity.
Option 2: Overload on EntityHandler to accept star ( all ) then crate new decorators like AfterCreateAll() AfterUpdateAll() ...
Do you need only for AfterCreate, AfterUpdate all only ?
If we create for After(Create,Update,Read,Delete) then I will implement also for Before and On.