hi

I use one to one relation in my project but I have the following
problem:
I made this relationship as is described and the constraint is created
in the database. BUT when I want to get a reference to the other
object it doesnt work!!! here is the schema:
bean A --- bean B    (one to one)
A a = new A();
b = a.getB();
b is null !! why???



  

-- 
Best regards,
 Nikolay                          mailto:[EMAIL PROTECTED]




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to