working on this feature I noticed that a transformer on and entity Id can cause problems when
- updating the entity. because the id of the managed entity is different from its db value
- lazy loading manyToOne collections, the where clause refers to the owner managed entity id that is different from the db value
so not sure if I'm missing something or if this is a not good to introduce this new feature. |