| Author |
Simple table with foreign index
|
Max Qua
Greenhorn
Joined: Sep 27, 2008
Posts: 20
|
|
Hi,
I have a problem defining the table and the object for a table with only one foreign key.
There are two tables:
User (with id and other fields)
ChessWaitingList which has only one field "player" that is the id of a user in the User table.
I tried several configuration but without success. How can I implement this using hibernate? I thought it was a simple task...
Anyway this is my last try ...
...and the error I got is:
Please help
|
 |
 |
|
|
subject: Simple table with foreign index
|
|
|