Skip to content

Tag: mybatis

Using HashMap dynamically for parameter mapping in mybatis

Okay so this is kinda re-posting of this question Inserting HashMap Values to a table using ibatis (but I am looking for a different way – the answer wont work for me).. DB1GetStudentDataMapper.xml (this queries to one database) DB2InsertStudentMapper.xml (this queries to different database) DB2InsertSt…