I have two tables:
- call_records
- crm_call_records
call_records do not know that crm_call_records and their corresponding classes exists in different assemblies. I can therefore not add a subclass mapping in the mapping file for call_records.
crm_call_records has a column named call_record_id which contains the value of the PK in call_records.
How should the mapping files look like?