1
0
mirror of synced 2024-12-14 15:16:04 +03:00

[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change

This commit is contained in:
beberlei 2010-03-15 19:39:32 +00:00
parent 2cfe338889
commit fcb12eea6c

View File

@ -23,8 +23,8 @@ per event. The Old syntax ways:
[yaml]
lifecycleCallbacks:
prePersist doStuffOnPrePersist
postPersist: doStuffOnPostPersist
doStuffOnPrePersist: prePersist
doStuffOnPostPersist: postPersist
The new syntax is: