有N个数据源,每个数据源对应的数据库有可能不一样,有Oracle的,有MySql的,有MSSQL的,或者其他的,表结构也不一样。如何合理的生成Model,如果合理的使用Model。比如,要从A数据源的A表,查询出来,写到B数据库表的B表,两个数据之间的事务该如何处理?想看看大神们的经验
GenDs1 生成 MappingKitDs1
GenDs2 生成 MappingKitDs2
GenDsn 生成 MappingKitDsn
最后配置的时候:
MappingKitDs1.mapping(arp);
MappingKitDs2.mapping(arp);
MappingKitDsn.mapping(arp);