Nhibernate"有点"关系

时间:2014-07-05 17:23:27

标签: nhibernate nhibernate-mapping

什么可能是我的hiberante映射xml' s?

我有三张桌子,其中有2张桌子是'与表1的关系。

表1 - 候选人

  • ID - 唯一ID,
  • 名称
  • 类型
  • 年龄
  • ContactNumber

表2 - USCandidate

  • ID - 唯一ID,
  • SSN号码
  • ContactNumber

表2 - IndianCandidate

  • ID - 唯一ID,
  • AadharNumber
  • ContactNumber

当AccountType =' US'时,值应进入候选人和美国候选人表

当AccountType =' IN'时,值应进入候选人和印度候选人表

当AccountType!=' US'和' IN',值应单独进入候选人表

在获取期间,

如果我给Candidate.Id和Type =' US',它应该从Candidate table + US Candidate table fields中获取记录。

如果我提供Candidate.Id和Type =' XX',它应该从候选表字段中提取记录。

这可以实现吗?

0 个答案:

没有答案