I don't want to update some column values in cayenne but I want to insert them . Once I insert the row I will never want to update some column values. How can I do this in cayenne. If it is hibernate in mapping file we can specify something
<column name="column1" type="string" insert="true" update="false">
How can I specify above one in cayenne mapping file. Any help on this is really appreciated.
-Narendra