Currently we “sort of” support @Embeddable classes with multiple generated properties, but:
- you can’t mix on-execution generators with before-execution generators (which I guess is an acceptable limitations),
- you can’t mix non-generated properties with on-execution generators (which is a bit painful), and
- much worse, the current implementation is completely broken unless all the generators have the same event timing (we really need to fix this).
|