I’ve tried looking through the code/docs but wasn’t able to find an example of how to do this properly. Is there something obvious that I’m missing here, or do these two not work very well together. Any help would be appreciated. Thanks!
d
dave08
12/21/2021, 3:59 PM
I think the EntityHook only applies to DAO api not the DSL...
dave08
12/21/2021, 4:00 PM
If you want it for the DSL you'll probably need to implement your own insert or update function...
j
James Myers
12/22/2021, 3:27 PM
Makes sense. Darn, was hoping to be able to leverage the same logic. Thanks for the help.