Hello,
I want to save my entity after set a field of my entity but this field is not storable in the entityDef because I want to put this field only in the table between the 2 entities.
But saving doesn't work, so what should I do?
Btw my field is in entity2's additionalColumns and is mapped in columnAttributeMap.
Thank you for your answers.
I want to save my entity after set a field of my entity but this field is not storable in the entityDef because I want to put this field only in the table between the 2 entities.
But saving doesn't work, so what should I do?
Btw my field is in entity2's additionalColumns and is mapped in columnAttributeMap.
Thank you for your answers.
Comment