OpenXava doc says:
A calculated property is a property that does not store its value in the database but it's calculated any time the property is accessed.
Is there a way to persist the calculated property?
The reason to do that would be:
Another way to put this question: Is there a way to store a property that was not entered by the user, but obtained from another source?
In OpenXava documenation a calculated property is a property with just a getter, with no attribute and setter and that is not stored in the table, but you have several ways of having properties with calculation and storing them in the table: