Question on XJB
Posted
by Hima
on Stack Overflow
See other posts from Stack Overflow
or by Hima
Published on 2010-05-20T09:24:30Z
Indexed on
2010/05/20
9:30 UTC
Read the original article
Hit count: 210
I have two tables -- INSTALL_BUILD_RESULTS and BUILD_RESULTS. IBR has a primary key called Install_Build_Id and BR has a primary key called Build_Id. Both are numbers
A third table, LINK_BUILD_TO_INSTALL_BUILD is a table simply consisting of the two columns mentioned above, used together as a composite key.
How can I write an xjb for these 3 tables.
© Stack Overflow or respective owner