Hi everybody,
I have a little problem (sorry for my english but is very poor)
I have 2 table (A and B) I would like to create a link between the 2 tables without passing by the primary key
I have one fields in table A who exists in the table B and I'd like cretae a join with this fields but I don't want to create hbm for the table B but also to be able to read data them from the table B while passing by table A and the link to create above
If you have an example with hbm file and java files, thank you.
In Advance thank you very much for your help
StuJava
|