I would like to add a value object to a mapped class where one column is fixed depending of the class that contains the component. How can I do something like this?
<component name="aComponent">
<property name="abc" column="cde"/>
<property name="xyz" value="FIXED"/>
</component>
Unfortunatly, the value attribute does not exist. Is there another way to apply a constant value to property?
Thanks in advance.