jdevelop
unread,May 5, 2013, 8:53:29 PM5/5/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mybatis-user
Hello!
I have several tables A, B, C, mapped to corresponding entities EA, EB
and EC.
I need to query the database with joining of these three tables,
having them to return 3 objects for each row (EA, EB, EC)
I know about associations, however there isn't much of "real" there. I
could create some fake class, which will contain all thee objects as
properties, but this is some artificial super-class case which I'd
like to avoid.
Please advice.