Fixed
Details
Details
Assignee
Frédéric Delaporte
Frédéric DelaporteReporter
Stephen Harvey
Stephen HarveyLabels
Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 15, 2012 at 12:04 PM
Updated November 8, 2018 at 10:32 AM
Resolved November 8, 2018 at 10:32 AM
Mapping by code does not provide a mechanism allowing the user to do the following:
<many-to-one name="EntityType"> <formula>8579</formula> <column name="ENTITY_SECTION" /> </many-to-one>
This xml config allows the user to create a reference to a foreign key with a fixed value created by the formula.
IManyToOneMapper allows a formula OR a set of columns, but not both.