Joined: Wed Feb 16, 2005 6:47 pm Posts: 1
|
It seems it is not possible. But, I am wondering if I am going about this incorectly.
I have 2 Tables:
Person
Person_id
and some columns
Member
Member_id
Person_id and some columns
I am trying to make a single class Member.java which contains all of the columns of Person and Member this seems easy enough with the <join> directive. However on inserting a new Member I need to generate the IDs for both the Person and Member tables. Which I have not been able to do. Looking at the DTD and the documentation I can not see how to do this.
I am using 3.0 Beta 3. If there is a solutionr or a better way for me to do this I would appreciate any suggestions.
Craig
|
|