You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mybatis...@googlegroups.com
We want to design a data mapping tool. User should be able to map two different databases using the GUI in the tool and the output should be an xml having the mappings.
Could you please someone tell me whether I can use this mapper library in our project to achieve this. Or this is mapper tool is something different than what I'm looking for?
Michael
unread,
Jan 10, 2013, 7:33:38 AM1/10/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mybatis...@googlegroups.com, mybatis...@googlegroups.com
Sunil, you can definitely use the mapper for this, we at ping have something like this already for our systems.
Sent from my iPad
Sunil Kumar Reddy Buddala
unread,
Jan 10, 2013, 7:28:50 AM1/10/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mybatis...@googlegroups.com
Oh great. Could you please provide me some sample project or anything that helps me in that direction(database mapping).
Thanks & regards,
Sunil
Michael McCurrey
unread,
Jan 10, 2013, 8:08:26 AM1/10/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mybatis...@googlegroups.com
Do you mean the schema? We will have only one source and one destination. But source data model can vary. That's why we need a mapping tool. Otherwise we could have used hand written scripts.