posted 15 years ago
Hi frnds...i got a prob. i am posting everything what i wrote....In database there are two tables Person and Car
Person table(id,name,address)
Car table(id,brand,person_id)....person_id is FK from person table.
Person Class:
Car Class:
Car Mapping file:
Person Mapping file:
Connection class where i created session and all others.
here i created one-to-one mapping using <many-to-one> relation by putting "unique" attribute to true in Person mapping file. And when i execute it i got an error which is shown below:
Frnds please help me in clearing this mapping relation i'm very confused with this. Waiting for your valuable replies. If i did any mistake in the above code. Please correct me...
Thank in advance.